/*!
Theme Name: wais
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wais
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wais is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */














:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

/* PAGE */
.fund-contacts-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.fund-contacts-page * {
    box-sizing: border-box;
}












/* HERO */
.fund-hero {
    position: relative;
    min-height: 94vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.fund-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.fund-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.22), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.86) 0%, rgba(10,10,10,.66) 45%, rgba(10,10,10,.35) 100%),
        linear-gradient(180deg, rgba(10,10,10,.28), rgba(10,10,10,.62));
}

.fund-hero::before {
    content: "FUND";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(92px, 19vw, 260px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.fund-hero__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
}

.fund-kicker,
.fund-section-head span,
.fund-form-text > span,
.fund-map-card span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.fund-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(68px, 10vw, 148px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.085em;
}

.fund-hero__content p {
    max-width: 640px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.fund-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.fund-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.fund-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.fund-btn--gold:hover {
    background: var(--fund-gold-hover);
    transform: translateY(-3px);
}

.fund-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.fund-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

/* QUICK CARD */
.fund-quick-card {
    padding: 38px;
    border-radius: 36px;
    background: rgba(245,241,232,.12);
    border: 1px solid rgba(245,241,232,.24);
    backdrop-filter: blur(26px);
    box-shadow: 0 45px 110px rgba(0,0,0,.36);
}

.fund-quick-card__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 44px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.fund-quick-card__top strong {
    color: var(--fund-gold);
}

.fund-quick-card__phone {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    text-decoration: none;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.045em;
}

.fund-quick-card__mail {
    display: inline-block;
    color: rgba(255,255,255,.74);
    text-decoration: none;
    font-size: 17px;
}

.fund-quick-card__phone:hover,
.fund-quick-card__mail:hover {
    color: var(--fund-gold);
}

.fund-quick-card__line {
    height: 1px;
    margin: 34px 0;
    background: rgba(255,255,255,.18);
}

.fund-quick-card__item + .fund-quick-card__item {
    margin-top: 24px;
}

.fund-quick-card__item span {
    display: block;
    margin-bottom: 8px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.fund-quick-card__item p {
    margin: 0;
    color: rgba(255,255,255,.76);
    line-height: 1.6;
}

/* INFO */
.fund-contact-info {
    padding: 130px 0;
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.fund-section-head {
    max-width: 780px;
    margin-bottom: 58px;
}

.fund-section-head h2,
.fund-form-text h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.fund-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.fund-info-card {
    position: relative;
    min-height: 310px;
    padding: 32px;
    border-radius: 32px;
    background: rgba(255,255,255,.78);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    overflow: hidden;
    transition: .3s ease;
}

.fund-info-card::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(200,165,106,.12);
    transition: .3s ease;
}

.fund-info-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.fund-info-card:hover::after {
    transform: scale(1.25);
    background: rgba(200,165,106,.18);
}

.fund-info-card__num {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    color: var(--fund-gold);
    font-size: 13px;
    font-weight: 950;
}

.fund-info-card__icon {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    margin-bottom: 34px;
    border-radius: 18px;
    background: var(--fund-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fund-info-card__icon svg {
    width: 25px;
    height: 25px;
    fill: var(--fund-gold);
}

.fund-info-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.fund-info-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.fund-info-card a {
    color: var(--fund-text);
    text-decoration: none;
    font-weight: 800;
}

.fund-info-card a:hover {
    color: var(--fund-gold);
}

/* FORM */
.fund-form-section {
    padding: 130px 0;
    background:
        radial-gradient(circle at 80% 8%, rgba(200,165,106,.20), transparent 30%),
        linear-gradient(135deg, #25211c 0%, #3a3329 100%);
    color: #fff;
}

.fund-form-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 72px;
    align-items: start;
}

.fund-form-text {
    position: sticky;
    top: 120px;
}

.fund-form-text p {
    max-width: 520px;
    margin: 30px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 18px;
    line-height: 1.75;
}

.fund-form-note {
    max-width: 460px;
    margin-top: 44px;
    padding: 26px;
    border-radius: 26px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(14px);
}

.fund-form-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--fund-gold);
    font-size: 15px;
}

.fund-form-note p {
    margin: 0;
    color: rgba(255,255,255,.64);
    font-size: 15px;
    line-height: 1.6;
}

.fund-form-box {
    padding: 44px;
    border-radius: 36px;
    background: var(--fund-bg-soft);
    color: var(--fund-text);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 45px 110px rgba(0,0,0,.28);
}

.fund-form-box h3 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.fund-form-box input,
.fund-form-box textarea,
.fund-form-box select {
    width: 100%;
    height: 62px;
    padding: 0 22px;
    border: 1px solid var(--fund-border);
    border-radius: 18px;
    background: #fff;
    color: var(--fund-text);
    font-size: 16px;
    outline: none;
    transition: .2s ease;
}

.fund-form-box textarea {
    height: 160px;
    padding-top: 18px;
    resize: vertical;
}

.fund-form-box input:focus,
.fund-form-box textarea:focus,
.fund-form-box select:focus {
    border-color: var(--fund-gold);
    box-shadow: 0 0 0 5px rgba(200,165,106,.16);
}

.fund-form-box .wpcf7-form p {
    margin: 0 0 18px;
}

.fund-form-box input[type="submit"],
.fund-form-box button {
    width: auto;
    min-width: 220px;
    height: 62px;
    padding: 0 34px;
    border: none;
    border-radius: 999px;
    background: var(--fund-dark);
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
    transition: .25s ease;
}

.fund-form-box input[type="submit"]:hover,
.fund-form-box button:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-2px);
}

/* MAP */
.fund-map-section {
    background: var(--fund-dark);
}

.fund-map {
    position: relative;
    height: 720px;
}

.fund-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(1) contrast(1.05) brightness(.78);
}

.fund-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,20,20,.72), rgba(20,20,20,.08) 64%);
    pointer-events: none;
}

.fund-map-card {
    position: absolute;
    z-index: 2;
    left: max(24px, calc((100vw - 1200px) / 2));
    bottom: 72px;
    width: min(460px, calc(100% - 48px));
    padding: 38px;
    border-radius: 34px;
    background: rgba(245,241,232,.94);
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 38px 95px rgba(0,0,0,.32);
    backdrop-filter: blur(18px);
}

.fund-map-card h3 {
    margin: 0 0 16px;
    color: var(--fund-text);
    font-size: 36px;
    font-weight: 950;
    letter-spacing: -.045em;
}

.fund-map-card p {
    margin: 0 0 28px;
    color: var(--fund-muted);
    line-height: 1.65;
}

.fund-map-card a {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fund-dark);
    color: #fff;
    text-decoration: none;
    font-weight: 950;
    transition: .25s ease;
}

.fund-map-card a:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .fund-nav {
        gap: 20px;
        padding: 0 22px;
    }

    .fund-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .fund-header__btn,
    .fund-nav {
        display: none;
    }

    .fund-burger {
        display: block;
    }

    .fund-mobile-menu {
        position: fixed;
        left: 18px;
        right: 18px;
        top: 86px;
        display: grid;
        gap: 10px;
        padding: 20px;
        border-radius: 26px;
        background: rgba(20,20,20,.92);
        border: 1px solid rgba(255,255,255,.14);
        backdrop-filter: blur(20px);
        box-shadow: 0 30px 90px rgba(0,0,0,.35);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: .25s ease;
    }

    .fund-mobile-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .fund-mobile-menu a {
        padding: 14px 16px;
        border-radius: 16px;
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        background: rgba(255,255,255,.06);
    }

    .fund-mobile-menu a:hover {
        color: var(--fund-gold);
    }

    .fund-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .fund-hero__grid,
    .fund-form-layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .fund-form-text {
        position: static;
    }

    .fund-contact-info,
    .fund-form-section {
        padding: 90px 0;
    }
}

@media (max-width: 575px) {
    .fund-header {
        padding: 16px 15px;
    }

    .fund-logo__mark {
        width: 38px;
        height: 38px;
    }

    .fund-logo__text {
        font-size: 20px;
    }

    .fund-hero {
        padding: 118px 0 58px;
    }

    .fund-hero h1 {
        font-size: 64px;
    }

    .fund-hero__content p {
        margin-top: 26px;
        font-size: 16px;
    }

    .fund-hero__actions {
        display: grid;
    }

    .fund-btn {
        width: 100%;
    }

    .fund-quick-card,
    .fund-form-box,
    .fund-map-card {
        padding: 24px;
        border-radius: 26px;
    }

    .fund-info-grid {
        grid-template-columns: 1fr;
    }

    .fund-info-card {
        min-height: auto;
    }

    .fund-section-head h2,
    .fund-form-text h2 {
        font-size: 44px;
    }

    .fund-map {
        height: 640px;
    }

    .fund-map-card {
        bottom: 24px;
    }
}

body.fund-menu-open {
    overflow: hidden;
}

.fund-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.fund-reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

.fund-info-card,
.fund-quick-card {
    transform-style: preserve-3d;
    will-change: transform;
}





























:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

body {
    background: var(--fund-bg);
    color: var(--fund-text);
}

.bg-banner,
.prog-area,
.trx,
.rob-results,
.shop-explore,
.tr-testimonials,
.contact-light {
    background: var(--fund-bg);
}

/* HERO */
.bg-banner {
    padding: 24px 0 80px;
    background: var(--fund-dark);
}

.tr-premier-slide {
    position: relative;
    min-height: 86vh;
    border-radius: 38px;
    overflow: hidden;
    background: var(--fund-dark);
    box-shadow: 0 45px 120px rgba(0,0,0,.32);
}

.tr-premier-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
}

.tr-premier-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(200,165,106,.24), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 46%, rgba(10,10,10,.24) 100%),
        linear-gradient(180deg, rgba(10,10,10,.15), rgba(10,10,10,.68));
}

.tr-premier-inner {
    position: relative;
    z-index: 2;
    min-height: 86vh;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
    padding: 90px;
}

.tr-premier-title {
    margin: 0;
    color: #fff;
    font-size: clamp(68px, 10vw, 148px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.085em;
}

.tr-premier-subtitle {
    max-width: 610px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.tr-premier-btn,
.tr-btn,
.shop-explore__all,
.contact-light__btn {
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fund-gold);
    color: var(--fund-dark) !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    border: none;
    transition: .25s ease;
}

.tr-premier-btn {
    margin-top: 42px;
}

.tr-premier-btn:hover,
.tr-btn:hover,
.shop-explore__all:hover,
.contact-light__btn:hover {
    background: var(--fund-gold-hover);
    transform: translateY(-3px);
}

.tr-premier-next {
    margin-bottom: 18px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
}

.tr-video-card {
    position: relative;
    min-height: 460px;
    border-radius: 34px;
    overflow: hidden;
    background: var(--fund-dark);
    border: 1px solid rgba(245,241,232,.24);
    box-shadow: 0 40px 110px rgba(0,0,0,.36);
}

.tr-video-card video,
.tr-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: inherit;
}

.tr-video-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.72));
}

.tr-video-content {
    position: absolute;
    inset: 0;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}

.tr-video-top {
    color: var(--fund-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tr-video-big {
    font-size: clamp(32px, 4vw, 58px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.06em;
}

.tr-video-mid {
    color: rgba(255,255,255,.72);
    font-size: 18px;
    font-weight: 800;
}

.tr-video-watch {
    width: max-content;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.12);
    color: #fff;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

/* ADVANTAGES */
.prog-area {
    padding: 130px 0 !important;
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.prog-area__title,
.shop-explore__title,
.contact-light__title {
    margin: 0;
    color: var(--fund-text);
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.prog-item {
    min-height: 300px;
    padding: 34px;
    border-radius: 32px;
    background: rgba(255,255,255,.78);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.prog-item:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.prog-item__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 34px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fund-dark);
    color: var(--fund-gold);
}

.prog-item__icon svg {
    width: 24px;
    height: 24px;
}

.prog-item__title {
    margin: 0 0 14px;
    color: var(--fund-text);
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.prog-item__text {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

/* EXPERT HELP BLOCK */
.trx {
    padding: 130px 0;
    background: var(--fund-dark);
}

.trx__wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.trg {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    grid-template-rows: auto auto;
    gap: 18px;
}

.tr-tile {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
}

.tr-tile--logo,
.tr-tile--title,
.tr-tile--panel {
    background: linear-gradient(135deg, #25211c 0%, #3a3329 100%);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
}

.tr-tile--logo {
    min-height: 260px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.logo-sink-title {
    color: var(--fund-gold);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.logo-bold-title {
    margin-top: 10px;
    font-size: clamp(34px, 5vw, 68px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.065em;
}

.tr-tile--title {
    min-height: 260px;
    padding: 44px;
    display: flex;
    align-items: flex-end;
}

.tr-title {
    max-width: 780px;
    margin: 0;
    font-size: clamp(42px, 6vw, 92px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.075em;
}

.tr-tile--panel {
    padding: 42px;
}

.tr-stats {
    display: flex;
    gap: 22px;
    margin-bottom: 34px;
}

.tr-stat {
    min-width: 150px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.tr-num {
    color: var(--fund-gold);
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.tr-sub {
    margin-top: 10px;
    color: rgba(255,255,255,.68);
    line-height: 1.35;
}

.tr-text {
    max-width: 720px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.75;
}

.tr-tile--media {
    min-height: 520px;
    display: block;
    background: #000;
}

.tr-grad--media {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.66));
}

.tr-watch {
    position: absolute;
    left: 34px;
    bottom: 34px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
    font-weight: 900;
}

.tr-play {
    width: 12px;
    height: 12px;
    background: var(--fund-gold);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.tr-connector {
    display: none;
}

/* WHY */
.rob-results {
    padding: 130px 0;
    background:
        radial-gradient(circle at 80% 18%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.rob-results__title {
    margin: 0;
    font-size: clamp(54px, 8vw, 118px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.085em;
}

.rob-results__text {
    color: var(--fund-muted);
    font-size: 18px;
    line-height: 1.8;
}

.rob-results__stat {
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 28px 70px rgba(20,20,20,.06);
}

.rob-results__num {
    color: var(--fund-gold);
    font-size: clamp(46px, 6vw, 78px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.06em;
}

.rob-results__label {
    margin-top: 16px;
    color: var(--fund-muted);
    line-height: 1.45;
    font-weight: 700;
}

/* SHOP / PROGRAMS */
.shop-explore {
    padding: 130px 0 !important;
    background: var(--fund-bg-soft);
}

.shop-explore__kicker,
.contact-light__kicker {
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.shop-explore__subtitle {
    max-width: 720px;
    color: var(--fund-muted);
    font-size: 18px;
    line-height: 1.7;
}

.shop-explore__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-chip {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid var(--fund-border);
    background: var(--fund-white);
    color: var(--fund-muted);
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.shop-chip:hover,
.shop-chip.is-active {
    background: var(--fund-dark);
    border-color: var(--fund-dark);
    color: #fff;
}

.shop-card {
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    text-decoration: none;
    color: var(--fund-text);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.shop-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.shop-card__media {
    aspect-ratio: 1 / 1.16;
    background: linear-gradient(135deg, #ebe0cf, #fffaf1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shop-card__media img {
    width: 82%;
    height: 82%;
    object-fit: contain;
    transition: .35s ease;
}

.shop-card:hover .shop-card__media img {
    transform: scale(1.05);
}

.shop-card__body {
    position: relative;
    padding: 24px;
}

.shop-card__meta {
    margin-bottom: 10px;
    color: var(--fund-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}

.shop-card__name {
    min-height: 58px;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.shop-card__price {
    margin-top: 18px;
    color: var(--fund-muted);
    font-weight: 800;
}

.shop-card__cta {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--fund-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

/* TESTIMONIALS */
.tr-testimonials--full {
    position: relative;
    min-height: 760px;
    padding: 130px 0;
    color: #fff;
    overflow: hidden;
    background: var(--fund-dark);
}

.tr-testimonials__bg-full,
.tr-testimonials__bg-layer,
.tr-testimonials__bg-overlay {
    position: absolute;
    inset: 0;
}

.tr-testimonials__bg-layer {
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .7s ease;
}

.tr-testimonials__bg-layer.is-active {
    opacity: 1;
}

.tr-testimonials__bg-overlay {
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.18), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88), rgba(10,10,10,.50), rgba(10,10,10,.76));
}

.tr-testimonials__card {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 38px;
    background: rgba(245,241,232,.12);
    border: 1px solid rgba(245,241,232,.22);
    backdrop-filter: blur(24px);
    box-shadow: 0 45px 110px rgba(0,0,0,.36);
}

.tr-quote__text {
    max-width: 980px;
    color: #fff;
    font-size: clamp(32px, 5vw, 72px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.06em;
}

.tr-people {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 60px;
}

.tr-person {
    text-align: left;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
    color: #fff;
    cursor: pointer;
    transition: .25s ease;
}

.tr-person.is-active,
.tr-person:hover {
    background: rgba(200,165,106,.18);
    border-color: rgba(200,165,106,.52);
}

.tr-person__avatar {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.tr-person__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tr-person__name {
    display: block;
    margin-bottom: 6px;
    font-weight: 900;
}

.tr-person__desc {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.45;
}

/* CONTACT BLOCK */
.contact-light {
    padding: 130px 0 !important;
    background:
        radial-gradient(circle at 80% 8%, rgba(200,165,106,.20), transparent 30%),
        linear-gradient(135deg, #25211c 0%, #3a3329 100%);
    color: #fff;
}

.contact-light__left {
    position: sticky;
    top: 110px;
}

.contact-light__title {
    color: #fff;
}

.contact-light__text {
    color: rgba(255,255,255,.68);
    font-size: 18px;
    line-height: 1.75;
}

.contact-light__items {
    display: grid;
    gap: 14px;
}

.contact-light__item {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    text-decoration: none;
}

.contact-light__icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fund-gold);
    color: var(--fund-dark);
    font-weight: 900;
}

.contact-light__item strong {
    display: block;
    font-weight: 900;
}

.contact-light__item small {
    color: rgba(255,255,255,.64);
}

.contact-light__note {
    color: rgba(255,255,255,.52);
    font-size: 14px;
}

.contact-light__card {
    padding: 44px;
    border-radius: 36px;
    background: var(--fund-bg-soft);
    color: var(--fund-text);
    box-shadow: 0 45px 110px rgba(0,0,0,.28);
}

.contact-light__card-title {
    font-size: 34px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.contact-light__card-sub {
    color: var(--fund-muted);
}

.contact-light__label {
    margin-bottom: 8px;
    color: var(--fund-text);
    font-weight: 800;
}

.contact-light__input,
.contact-light__textarea {
    width: 100%;
    border: 1px solid var(--fund-border);
    border-radius: 18px;
    background: #fff;
    color: var(--fund-text);
    font-size: 16px;
    outline: none;
    transition: .2s ease;
}

.contact-light__input {
    height: 60px;
    padding: 0 20px;
}

.contact-light__textarea {
    min-height: 150px;
    padding: 18px 20px;
    resize: vertical;
}

.contact-light__input:focus,
.contact-light__textarea:focus {
    border-color: var(--fund-gold);
    box-shadow: 0 0 0 5px rgba(200,165,106,.16);
}

.contact-light__privacy {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--fund-muted);
    font-size: 14px;
}

/* MOBILE */
@media (max-width: 1199px) {
    .tr-premier-inner {
        padding: 60px;
    }

    .tr-people {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .bg-banner {
        padding-top: 12px;
    }

    .tr-premier-inner,
    .trg {
        grid-template-columns: 1fr;
    }

    .tr-premier-inner {
        padding: 44px;
        gap: 44px;
    }

    .tr-premier-slide,
    .tr-premier-inner {
        min-height: auto;
    }

    .tr-video-card {
        min-height: 380px;
    }

    .prog-area,
    .trx,
    .rob-results,
    .shop-explore,
    .tr-testimonials--full,
    .contact-light {
        padding: 90px 0 !important;
    }

    .contact-light__left {
        position: static;
    }
}

@media (max-width: 575px) {
    .tr-premier-slide {
        border-radius: 26px;
    }

    .tr-premier-inner {
        padding: 28px;
    }

    .tr-premier-title {
        font-size: 64px;
    }

    .tr-premier-subtitle {
        font-size: 16px;
    }

    .tr-video-card {
        min-height: 320px;
        border-radius: 26px;
    }

    .prog-item,
    .tr-tile--logo,
    .tr-tile--title,
    .tr-tile--panel,
    .shop-card,
    .contact-light__card,
    .tr-testimonials__card {
        border-radius: 26px;
    }

    .tr-tile--logo,
    .tr-tile--title,
    .tr-tile--panel,
    .contact-light__card,
    .tr-testimonials__card {
        padding: 24px;
    }

    .tr-stats {
        flex-direction: column;
    }

    .tr-people {
        grid-template-columns: 1fr;
    }

    .rob-results__stat {
        padding: 22px;
    }
}


.shop-item {
    transition: opacity .28s ease, transform .28s ease;
}

.shop-item.shop-fade-out {
    opacity: 0;
    transform: translateY(14px) scale(.97);
    pointer-events: none;
}

.shop-item.shop-hidden {
    display: none !important;
}

.shop-item.shop-fade-in {
    opacity: 0;
    transform: translateY(14px) scale(.97);
}











.fund-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 15px;
    z-index: 1000;
    transition: .3s ease;
}

.fund-header.scrolled,
.fund-header.menu-open {
    padding: 15px 15px;
    background: rgba(20, 20, 20, .86);
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 50px rgba(0,0,0,.22);
}

.fund-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.fund-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
}

.fund-logo__mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    font-weight: 900;
}

.fund-logo__text {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.fund-nav {
    height: 56px;
    padding: 0 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(18px);
}

.fund-nav > a,
.fund-nav__item > a {
    height: 56px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: .2s ease;
}

.fund-nav > a:hover,
.fund-nav__item > a:hover {
    color: var(--fund-gold, #c8a56a);
}

.fund-nav__item {
    position: relative;
    height: 56px;
    display: flex;
    align-items: center;
}

.has-dropdown > a::after {
    content: "?";
    margin-left: 7px;
    font-size: 10px;
    opacity: .75;
}

.fund-dropdown {
    position: absolute;
    top: 56px;
    left: 50%;
    min-width: 220px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(20,20,20,.96);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 28px 80px rgba(0,0,0,.35);
    backdrop-filter: blur(18px);
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .22s ease;
    z-index: 1001;
}

.fund-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
}

.fund-dropdown a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: .2s ease;
}

.fund-dropdown a:hover {
    background: rgba(200,165,106,.14);
    color: var(--fund-gold, #c8a56a);
}

.has-dropdown:hover .fund-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.fund-dropdown--wide {
    width: 500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.fund-dropdown--wide span {
    display: block;
    padding: 8px 14px;
    color: var(--fund-gold, #c8a56a);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fund-header__btn {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    transition: .25s ease;
    flex-shrink: 0;
}

.fund-header__btn:hover {
    background: #fff;
    transform: translateY(-2px);
}

.fund-burger {
    position: relative;
    display: none;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    cursor: pointer;
    flex-shrink: 0;
}


.fund-burger span {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    transform: translateX(-50%);
    transition: .25s ease;
}
.fund-burger span:first-child {
    top: 21px;
}

.fund-burger span:last-child {
    top: 29px;
}

.fund-burger.active span:first-child {
    top: 25px;
    transform: translateX(-50%) rotate(45deg);
}

.fund-burger.active span:last-child {
    top: 25px;
    transform: translateX(-50%) rotate(-45deg);
}

.fund-mobile-menu {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 86px;
    display: grid;
    gap: 8px;
    padding: 20px;
    border-radius: 26px;
    background: rgba(20,20,20,.94);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .25s ease;
    z-index: 999;
}

.fund-mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fund-mobile-menu a {
    padding: 14px 16px;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    background: rgba(255,255,255,.06);
}

.fund-mobile-menu a:hover {
    color: var(--fund-gold, #c8a56a);
}

@media (max-width: 1240px) {
    .fund-logo__text {
        font-size: 18px;
    }

    .fund-nav > a,
    .fund-nav__item > a {
        padding: 0 8px;
        font-size: 13px;
    }

    .fund-header__btn {
        padding: 0 18px;
    }
}

@media (max-width: 991px) {
    .fund-nav,
    .fund-header__btn {
        display: none;
    }

    .fund-burger {
        display: block;
    }
}














:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.who-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.who-page * {
    box-sizing: border-box;
}

.who-hero {
    position: relative;
    min-height: 92vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.who-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.who-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.20), rgba(10,10,10,.64));
}

.who-hero::before {
    content: "WHO";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(92px, 19vw, 260px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.who-hero__content {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.who-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.who-hero h1 {
    margin: 0;
    max-width: 1050px;
    font-size: clamp(58px, 8vw, 124px);
    line-height: .88;
    font-weight: 950;
    letter-spacing: -.085em;
}

.who-hero p {
    max-width: 720px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.who-hero__actions,
.who-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.who-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.who-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.who-btn--gold:hover {
    background: var(--fund-gold-hover);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.who-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.who-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.who-btn--dark {
    background: var(--fund-dark);
    color: #fff;
}

.who-btn--dark:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.who-intro {
    padding: 130px 0;
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.who-intro__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.who-intro__left h2,
.who-section-head h2,
.who-mission__content h2,
.who-stats__title h2,
.who-cta__box h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.who-intro__right {
    padding-top: 42px;
}

.who-intro__right p {
    margin: 0;
    color: var(--fund-muted);
    font-size: 19px;
    line-height: 1.8;
}

.who-intro__right p + p {
    margin-top: 26px;
}

.who-values {
    padding: 130px 0;
    background: var(--fund-bg-soft);
}

.who-section-head {
    max-width: 820px;
    margin-bottom: 58px;
}

.who-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.who-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.who-value-card {
    min-height: 310px;
    padding: 32px;
    border-radius: 32px;
    background: rgba(255,255,255,.82);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.who-value-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.who-value-card__num {
    margin-bottom: 70px;
    color: var(--fund-gold);
    font-size: 13px;
    font-weight: 950;
}

.who-value-card h3 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.who-value-card p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.who-mission {
    padding: 130px 0;
    background: var(--fund-dark);
    color: #fff;
}

.who-mission__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.who-mission__media {
    min-height: 620px;
    border-radius: 38px;
    overflow: hidden;
}

.who-mission__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(.15) contrast(1.04);
}

.who-mission__content {
    padding: 54px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 85% 12%, rgba(200,165,106,.18), transparent 32%),
        linear-gradient(135deg, #25211c 0%, #3a3329 100%);
    border: 1px solid rgba(255,255,255,.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.who-mission__content p {
    max-width: 620px;
    margin: 34px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 18px;
    line-height: 1.75;
}

.who-directions {
    padding: 130px 0;
    background: var(--fund-bg);
}

.who-directions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.who-direction-card {
    min-height: 360px;
    padding: 34px;
    border-radius: 34px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.who-direction-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.who-direction-card span {
    display: block;
    margin-bottom: 94px;
    color: var(--fund-gold);
    font-weight: 950;
}

.who-direction-card h3 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.who-direction-card p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.who-stats {
    padding: 130px 0;
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.16), transparent 30%),
        var(--fund-bg-soft);
}

.who-stats__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.who-stats__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.who-stat {
    min-height: 230px;
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 28px 70px rgba(20,20,20,.06);
}

.who-stat strong {
    display: block;
    color: var(--fund-gold);
    font-size: clamp(44px, 5vw, 76px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.06em;
}

.who-stat span {
    display: block;
    margin-top: 22px;
    color: var(--fund-muted);
    line-height: 1.45;
    font-weight: 700;
}

.who-cta {
    padding: 130px 0;
    background: var(--fund-bg);
}

.who-cta__box {
    padding: 70px;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(20,20,20,.92), rgba(36,33,29,.88)),
        url("https://images.unsplash.com/photo-1559027615-cd4628902d4a?auto=format&fit=crop&w=1600&q=80")
        center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 45px 110px rgba(20,20,20,.22);
}

.who-cta__box h2 {
    max-width: 920px;
}

@media (max-width: 1199px) {
    .who-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .who-stats__items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .who-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .who-intro,
    .who-values,
    .who-mission,
    .who-directions,
    .who-stats,
    .who-cta {
        padding: 90px 0;
    }

    .who-intro__grid,
    .who-mission__box,
    .who-stats__grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .who-intro__right {
        padding-top: 0;
    }

    .who-directions__grid {
        grid-template-columns: 1fr;
    }

    .who-mission__media {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .who-hero {
        padding: 118px 0 58px;
    }

    .who-hero h1 {
        font-size: 56px;
    }

    .who-hero p,
    .who-intro__right p {
        font-size: 16px;
    }

    .who-hero__actions,
    .who-cta__actions {
        display: grid;
    }

    .who-btn {
        width: 100%;
    }

    .who-values__grid {
        grid-template-columns: 1fr;
    }

    .who-value-card,
    .who-direction-card,
    .who-stat {
        min-height: auto;
    }

    .who-value-card__num {
        margin-bottom: 42px;
    }

    .who-direction-card span {
        margin-bottom: 54px;
    }

    .who-mission__content,
    .who-cta__box {
        padding: 28px;
        border-radius: 28px;
    }

    .who-mission__media {
        min-height: 340px;
        border-radius: 28px;
    }

    .who-cta__box h2,
    .who-intro__left h2,
    .who-section-head h2,
    .who-mission__content h2,
    .who-stats__title h2 {
        font-size: 42px;
    }
}






















:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.what-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.what-page * {
    box-sizing: border-box;
}

.what-hero {
    position: relative;
    min-height: 92vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.what-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1559027615-cd4628902d4a?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.what-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.20), rgba(10,10,10,.64));
}

.what-hero::before {
    content: "IMPACT";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(82px, 17vw, 240px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.what-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1050px;
}

.what-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.what-hero h1 {
    margin: 0;
    max-width: 1080px;
    font-size: clamp(58px, 8vw, 124px);
    line-height: .88;
    font-weight: 950;
    letter-spacing: -.085em;
}

.what-hero p {
    max-width: 720px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.what-hero__actions,
.what-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.what-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.what-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.what-btn--gold:hover {
    background: var(--fund-gold-hover);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.what-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.what-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.what-btn--dark {
    background: var(--fund-dark);
    color: #fff;
}

.what-btn--dark:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.what-intro,
.what-directions,
.what-process,
.what-impact,
.what-programs-preview,
.what-cta {
    padding: 130px 0;
}

.what-intro {
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.what-intro__grid,
.what-process__grid,
.what-impact__box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.what-intro__left h2,
.what-section-head h2,
.what-process__title h2,
.what-impact__content h2,
.what-cta__box h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.what-intro__right {
    padding-top: 42px;
}

.what-intro__right p,
.what-impact__content p,
.what-cta__box p {
    margin: 0;
    color: var(--fund-muted);
    font-size: 19px;
    line-height: 1.8;
}

.what-intro__right p + p {
    margin-top: 26px;
}

.what-section-head {
    max-width: 820px;
    margin-bottom: 58px;
}

.what-section-head--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.what-directions {
    background: var(--fund-bg-soft);
}

.what-directions__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}

.what-direction-card {
    min-height: 360px;
    padding: 36px;
    border-radius: 34px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.what-direction-card--large {
    grid-row: span 2;
    min-height: 738px;
    background:
        linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.78)),
        url("https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=1200&q=80")
        center center / cover no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.what-direction-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.what-direction-card__num {
    color: var(--fund-gold);
    font-weight: 950;
}

.what-direction-card__content span {
    display: block;
    margin-bottom: 16px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.what-direction-card h3 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.055em;
}

.what-direction-card p {
    margin: 0;
    max-width: 560px;
    color: var(--fund-muted);
    line-height: 1.7;
}

.what-direction-card--large p {
    color: rgba(255,255,255,.72);
}

.what-process {
    background: var(--fund-dark);
    color: #fff;
}

.what-process__title {
    position: sticky;
    top: 120px;
}

.what-process__steps {
    display: grid;
    gap: 16px;
}

.what-step {
    padding: 32px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.what-step span {
    display: block;
    margin-bottom: 28px;
    color: var(--fund-gold);
    font-weight: 950;
}

.what-step h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.045em;
}

.what-step p {
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.what-impact {
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.16), transparent 30%),
        var(--fund-bg);
}

.what-impact__box {
    padding: 70px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
}

.what-impact__content p {
    margin-top: 30px;
}

.what-impact__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.what-impact__stat {
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-bg-soft);
    border: 1px solid var(--fund-border);
}

.what-impact__stat strong {
    display: block;
    color: var(--fund-gold);
    font-size: clamp(46px, 5vw, 76px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.06em;
}

.what-impact__stat span {
    display: block;
    margin-top: 16px;
    color: var(--fund-muted);
    line-height: 1.45;
    font-weight: 700;
}

.what-programs-preview {
    background: var(--fund-bg-soft);
}

.what-programs-preview__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.what-program-card {
    overflow: hidden;
    border-radius: 34px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.what-program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.what-program-card__image {
    aspect-ratio: 1 / .82;
    overflow: hidden;
}

.what-program-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.what-program-card:hover .what-program-card__image img {
    transform: scale(1.06);
}

.what-program-card__body {
    padding: 30px;
}

.what-program-card__body span {
    display: block;
    margin-bottom: 14px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.what-program-card__body h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.what-program-card__body p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.what-cta {
    background: var(--fund-bg);
}

.what-cta__box {
    padding: 72px;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(20,20,20,.92), rgba(36,33,29,.88)),
        url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80")
        center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 45px 110px rgba(20,20,20,.22);
}

.what-cta__box h2 {
    max-width: 920px;
}

.what-cta__box p {
    max-width: 680px;
    margin-top: 26px;
    color: rgba(255,255,255,.7);
}

@media (max-width: 1199px) {
    .what-directions__grid {
        grid-template-columns: 1fr;
    }

    .what-direction-card--large {
        min-height: 520px;
    }

    .what-programs-preview__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .what-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .what-intro,
    .what-directions,
    .what-process,
    .what-impact,
    .what-programs-preview,
    .what-cta {
        padding: 90px 0;
    }

    .what-intro__grid,
    .what-process__grid,
    .what-impact__box {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .what-intro__right {
        padding-top: 0;
    }

    .what-process__title {
        position: static;
    }
}

@media (max-width: 575px) {
    .what-hero {
        padding: 118px 0 58px;
    }

    .what-hero h1 {
        font-size: 54px;
    }

    .what-hero p,
    .what-intro__right p {
        font-size: 16px;
    }

    .what-hero__actions,
    .what-cta__actions {
        display: grid;
    }

    .what-btn {
        width: 100%;
    }

    .what-direction-card,
    .what-impact__box,
    .what-program-card,
    .what-cta__box {
        border-radius: 28px;
    }

    .what-direction-card,
    .what-impact__box,
    .what-cta__box {
        padding: 28px;
    }

    .what-direction-card--large {
        min-height: 480px;
    }

    .what-intro__left h2,
    .what-section-head h2,
    .what-process__title h2,
    .what-impact__content h2,
    .what-cta__box h2 {
        font-size: 42px;
    }
}



















:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.help-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.help-page * {
    box-sizing: border-box;
}

.help-hero {
    position: relative;
    min-height: 94vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.help-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1559027615-cd4628902d4a?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.help-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.20), rgba(10,10,10,.64));
}

.help-hero::before {
    content: "HELP";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(92px, 19vw, 260px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.help-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
}

.help-hero__content {
    max-width: 980px;
}

.help-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.help-hero h1 {
    margin: 0;
    max-width: 1050px;
    font-size: clamp(58px, 8vw, 124px);
    line-height: .88;
    font-weight: 950;
    letter-spacing: -.085em;
}

.help-hero p {
    max-width: 700px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.help-hero__actions,
.help-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.help-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.help-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.help-btn--gold:hover {
    background: var(--fund-gold-hover);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.help-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.help-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.help-hero-card {
    padding: 38px;
    border-radius: 36px;
    background: rgba(245,241,232,.12);
    border: 1px solid rgba(245,241,232,.24);
    backdrop-filter: blur(26px);
    box-shadow: 0 45px 110px rgba(0,0,0,.36);
}

.help-hero-card__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.help-hero-card__top strong {
    color: var(--fund-gold);
}

.help-hero-card__amounts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.help-hero-card__amounts a {
    min-height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    transition: .25s ease;
}

.help-hero-card__amounts a:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.help-hero-card__line {
    height: 1px;
    margin: 34px 0;
    background: rgba(255,255,255,.18);
}

.help-hero-card p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.help-intro,
.help-options,
.help-donate,
.help-where,
.help-partner,
.help-faq {
    padding: 130px 0;
}

.help-intro {
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.help-intro__grid,
.help-donate__layout,
.help-partner__box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.help-intro__left h2,
.help-section-head h2,
.help-donate__text h2,
.help-partner__content h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.help-intro__right {
    padding-top: 42px;
}

.help-intro__right p,
.help-donate__text p,
.help-partner__content p {
    margin: 0;
    color: var(--fund-muted);
    font-size: 19px;
    line-height: 1.8;
}

.help-intro__right p + p {
    margin-top: 26px;
}

.help-section-head {
    max-width: 820px;
    margin-bottom: 58px;
}

.help-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.help-options {
    background: var(--fund-bg-soft);
}

.help-options__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}

.help-option-card {
    min-height: 360px;
    padding: 36px;
    border-radius: 34px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.help-option-card--large {
    grid-row: span 3;
    min-height: 738px;
    background:
        linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.78)),
        url("https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1200&q=80")
        center center / cover no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.help-option-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.help-option-card__num {
    color: var(--fund-gold);
    font-weight: 950;
}

.help-option-card__content span {
    display: block;
    margin-bottom: 16px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.help-option-card h3 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.055em;
}

.help-option-card p {
    margin: 0;
    max-width: 560px;
    color: var(--fund-muted);
    line-height: 1.7;
}

.help-option-card--large p {
    color: rgba(255,255,255,.72);
}

.help-donate {
    background: var(--fund-dark);
    color: #fff;
}

.help-donate__text {
    position: sticky;
    top: 120px;
}

.help-donate__text p {
    max-width: 540px;
    margin-top: 30px;
    color: rgba(255,255,255,.68);
}

.help-donate__note {
    max-width: 460px;
    margin-top: 44px;
    padding: 26px;
    border-radius: 26px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(14px);
}

.help-donate__note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--fund-gold);
    font-size: 15px;
}

.help-donate__note p {
    margin: 0;
    color: rgba(255,255,255,.64);
    font-size: 15px;
    line-height: 1.6;
}

.help-donate__box {
    padding: 44px;
    border-radius: 36px;
    background: var(--fund-bg-soft);
    color: var(--fund-text);
    box-shadow: 0 45px 110px rgba(0,0,0,.28);
}

.help-donate__amounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 26px;
}

.help-amount {
    min-height: 56px;
    border-radius: 18px;
    border: 1px solid var(--fund-border);
    background: #fff;
    color: var(--fund-text);
    font-weight: 900;
    cursor: pointer;
    transition: .2s ease;
}

.help-amount:hover,
.help-amount.is-active {
    background: var(--fund-dark);
    color: #fff;
    border-color: var(--fund-dark);
}

.help-donate-form {
    display: grid;
    gap: 18px;
}

.help-donate-form label {
    display: grid;
    gap: 8px;
}

.help-donate-form label span {
    color: var(--fund-text);
    font-weight: 800;
}

.help-donate-form input {
    width: 100%;
    height: 62px;
    padding: 0 22px;
    border: 1px solid var(--fund-border);
    border-radius: 18px;
    background: #fff;
    color: var(--fund-text);
    font-size: 16px;
    outline: none;
    transition: .2s ease;
}

.help-donate-form input:focus {
    border-color: var(--fund-gold);
    box-shadow: 0 0 0 5px rgba(200,165,106,.16);
}

.help-donate-form button {
    width: 100%;
    min-height: 62px;
    border: none;
    border-radius: 999px;
    background: var(--fund-gold);
    color: var(--fund-dark);
    font-weight: 950;
    cursor: pointer;
    transition: .25s ease;
}

.help-donate-form button:hover {
    background: var(--fund-gold-hover);
    transform: translateY(-2px);
}

.help-donate__small {
    margin-top: 18px;
    color: var(--fund-muted);
    font-size: 14px;
}

.help-where {
    background: var(--fund-bg-soft);
}

.help-where__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.help-where-card {
    overflow: hidden;
    border-radius: 34px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.help-where-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.help-where-card__image {
    aspect-ratio: 1 / .82;
    overflow: hidden;
}

.help-where-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.help-where-card:hover .help-where-card__image img {
    transform: scale(1.06);
}

.help-where-card__body {
    padding: 30px;
}

.help-where-card__body span {
    display: block;
    margin-bottom: 14px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.help-where-card__body h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.help-where-card__body p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.help-partner {
    background: var(--fund-bg);
}

.help-partner__box {
    padding: 18px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
}

.help-partner__content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.help-partner__content p {
    max-width: 620px;
    margin-top: 30px;
}

.help-partner__content .help-btn {
    width: max-content;
    margin-top: 38px;
}

.help-partner__image {
    min-height: 520px;
    border-radius: 32px;
    overflow: hidden;
}

.help-partner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(.12) contrast(1.05);
}

.help-faq {
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.16), transparent 30%),
        var(--fund-bg-soft);
}

.help-faq__list {
    display: grid;
    gap: 14px;
}

.help-faq__item {
    padding: 0;
    border-radius: 26px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 24px 65px rgba(20,20,20,.05);
    overflow: hidden;
}

.help-faq__item summary {
    padding: 26px 30px;
    color: var(--fund-text);
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.035em;
    cursor: pointer;
}

.help-faq__item p {
    margin: 0;
    padding: 0 30px 28px;
    color: var(--fund-muted);
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .help-options__grid {
        grid-template-columns: 1fr;
    }

    .help-option-card--large {
        min-height: 520px;
    }

    .help-where__grid {
        grid-template-columns: 1fr;
    }

    .help-donate__amounts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .help-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .help-hero__grid,
    .help-intro__grid,
    .help-donate__layout,
    .help-partner__box {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .help-intro,
    .help-options,
    .help-donate,
    .help-where,
    .help-partner,
    .help-faq {
        padding: 90px 0;
    }

    .help-intro__right {
        padding-top: 0;
    }

    .help-donate__text {
        position: static;
    }

    .help-partner__image {
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .help-hero {
        padding: 118px 0 58px;
    }

    .help-hero h1 {
        font-size: 54px;
    }

    .help-hero p,
    .help-intro__right p {
        font-size: 16px;
    }

    .help-hero__actions {
        display: grid;
    }

    .help-btn {
        width: 100%;
    }

    .help-hero-card,
    .help-option-card,
    .help-donate__box,
    .help-where-card,
    .help-partner__box {
        border-radius: 28px;
    }

    .help-hero-card,
    .help-option-card,
    .help-donate__box,
    .help-partner__content {
        padding: 28px;
    }

    .help-option-card--large {
        min-height: 480px;
    }

    .help-hero-card__amounts,
    .help-donate__amounts {
        grid-template-columns: 1fr;
    }

    .help-intro__left h2,
    .help-section-head h2,
    .help-donate__text h2,
    .help-partner__content h2 {
        font-size: 42px;
    }
}












:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.programs-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.programs-page * {
    box-sizing: border-box;
}

.programs-hero {
    position: relative;
    min-height: 92vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.programs-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.programs-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.20), rgba(10,10,10,.64));
}

.programs-hero::before {
    content: "PROGRAMS";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(72px, 15vw, 220px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.programs-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1060px;
}

.programs-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.programs-hero h1 {
    margin: 0;
    max-width: 1120px;
    font-size: clamp(58px, 8vw, 124px);
    line-height: .88;
    font-weight: 950;
    letter-spacing: -.085em;
}

.programs-hero p {
    max-width: 720px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.programs-hero__actions,
.programs-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.programs-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.programs-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.programs-btn--gold:hover {
    background: var(--fund-gold-hover);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.programs-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.programs-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.programs-btn--dark {
    background: var(--fund-dark);
    color: #fff;
}

.programs-btn--dark:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.programs-intro,
.programs-list,
.programs-audience,
.programs-process,
.programs-shop,
.programs-cta {
    padding: 130px 0;
}

.programs-intro {
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.programs-intro__grid,
.programs-audience__box,
.programs-process__grid,
.programs-shop__box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.programs-intro__left h2,
.programs-section-head h2,
.programs-audience__content h2,
.programs-process__title h2,
.programs-shop__content h2,
.programs-cta__box h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.programs-intro__right {
    padding-top: 42px;
}

.programs-intro__right p,
.programs-audience__content p,
.programs-shop__content p,
.programs-cta__box p {
    margin: 0;
    color: var(--fund-muted);
    font-size: 19px;
    line-height: 1.8;
}

.programs-intro__right p + p {
    margin-top: 26px;
}

.programs-section-head {
    max-width: 820px;
    margin-bottom: 58px;
}

.programs-list {
    background: var(--fund-bg-soft);
}

.programs-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}

.program-card {
    position: relative;
    min-height: 360px;
    padding: 36px;
    border-radius: 34px;
    overflow: hidden;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.program-card--large {
    grid-row: span 2;
    min-height: 738px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program-card__bg,
.program-card__overlay {
    position: absolute;
    inset: 0;
}

.program-card__bg {
    background-size: cover;
    background-position: center;
    transition: .45s ease;
}

.program-card__overlay {
    background:
        linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.78));
}

.program-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.program-card:hover .program-card__bg {
    transform: scale(1.06);
}

.program-card__top,
.program-card__content {
    position: relative;
    z-index: 2;
}

.program-card__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.program-card__top span,
.program-card__top strong {
    color: var(--fund-gold);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.program-card__content {
    margin-top: 90px;
}

.program-card h3 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: -.06em;
}

.program-card p {
    margin: 0;
    max-width: 560px;
    color: var(--fund-muted);
    line-height: 1.7;
}

.program-card--large p {
    color: rgba(255,255,255,.72);
}

.programs-audience {
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.16), transparent 30%),
        var(--fund-bg);
}

.programs-audience__box {
    padding: 70px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
}

.programs-audience__content p {
    margin-top: 30px;
}

.programs-audience__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.programs-audience-card {
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-bg-soft);
    border: 1px solid var(--fund-border);
}

.programs-audience-card span {
    display: block;
    margin-bottom: 24px;
    color: var(--fund-gold);
    font-weight: 950;
}

.programs-audience-card h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.programs-audience-card p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.programs-process {
    background: var(--fund-dark);
    color: #fff;
}

.programs-process__title {
    position: sticky;
    top: 120px;
}

.programs-process__steps {
    display: grid;
    gap: 16px;
}

.programs-step {
    padding: 32px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.programs-step span {
    display: block;
    margin-bottom: 28px;
    color: var(--fund-gold);
    font-weight: 950;
}

.programs-step h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.045em;
}

.programs-step p {
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.programs-shop {
    background: var(--fund-bg-soft);
}

.programs-shop__box {
    padding: 18px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
    align-items: stretch;
}

.programs-shop__media {
    min-height: 560px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% 30%, rgba(200,165,106,.28), transparent 35%),
        linear-gradient(135deg, #ede3d2, #fffaf1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.programs-shop__media img {
    max-width: 76%;
    max-height: 76%;
    object-fit: contain;
    filter: drop-shadow(0 28px 45px rgba(20,20,20,.18));
}

.programs-shop__content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.programs-shop__content p {
    margin-top: 30px;
}

.programs-shop__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 36px;
}

.programs-shop__links a {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--fund-bg);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    transition: .2s ease;
}

.programs-shop__links a:hover {
    background: var(--fund-dark);
    color: #fff;
    border-color: var(--fund-dark);
}

.programs-shop__content .programs-btn {
    width: max-content;
}

.programs-cta {
    background: var(--fund-bg);
}

.programs-cta__box {
    padding: 72px;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(20,20,20,.92), rgba(36,33,29,.88)),
        url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80")
        center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 45px 110px rgba(20,20,20,.22);
}

.programs-cta__box h2 {
    max-width: 920px;
}

.programs-cta__box p {
    max-width: 680px;
    margin-top: 26px;
    color: rgba(255,255,255,.7);
}

@media (max-width: 1199px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }

    .program-card--large {
        min-height: 540px;
    }
}

@media (max-width: 991px) {
    .programs-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .programs-intro,
    .programs-list,
    .programs-audience,
    .programs-process,
    .programs-shop,
    .programs-cta {
        padding: 90px 0;
    }

    .programs-intro__grid,
    .programs-audience__box,
    .programs-process__grid,
    .programs-shop__box {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .programs-intro__right {
        padding-top: 0;
    }

    .programs-process__title {
        position: static;
    }

    .programs-shop__media {
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .programs-hero {
        padding: 118px 0 58px;
    }

    .programs-hero h1 {
        font-size: 54px;
    }

    .programs-hero p,
    .programs-intro__right p {
        font-size: 16px;
    }

    .programs-hero__actions,
    .programs-cta__actions {
        display: grid;
    }

    .programs-btn {
        width: 100%;
    }

    .program-card,
    .programs-audience__box,
    .programs-shop__box,
    .programs-cta__box {
        border-radius: 28px;
    }

    .program-card,
    .programs-audience__box,
    .programs-shop__content,
    .programs-cta__box {
        padding: 28px;
    }

    .program-card--large {
        min-height: 480px;
    }

    .programs-shop__media {
        min-height: 320px;
        border-radius: 24px;
    }

    .programs-intro__left h2,
    .programs-section-head h2,
    .programs-audience__content h2,
    .programs-process__title h2,
    .programs-shop__content h2,
    .programs-cta__box h2 {
        font-size: 42px;
    }
}

















:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.health-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.health-page * {
    box-sizing: border-box;
}

.health-hero {
    position: relative;
    min-height: 94vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.health-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.health-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.20), rgba(10,10,10,.64));
}

.health-hero::before {
    content: "HEALTH";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(72px, 16vw, 230px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.health-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
}

.health-hero__content {
    max-width: 980px;
}

.health-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.health-hero h1 {
    margin: 0;
    max-width: 1050px;
    font-size: clamp(72px, 11vw, 154px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.09em;
}

.health-hero p {
    max-width: 720px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.health-hero__actions,
.health-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.health-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.health-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.health-btn--gold:hover {
    background: var(--fund-gold-hover);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.health-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.health-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.health-btn--dark {
    background: var(--fund-dark);
    color: #fff;
}

.health-btn--dark:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.health-hero-card {
    padding: 38px;
    border-radius: 36px;
    background: rgba(245,241,232,.12);
    border: 1px solid rgba(245,241,232,.24);
    backdrop-filter: blur(26px);
    box-shadow: 0 45px 110px rgba(0,0,0,.36);
}

.health-hero-card__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.health-hero-card__top strong {
    color: var(--fund-gold);
}

.health-hero-card__items {
    display: grid;
    gap: 22px;
}

.health-hero-card__items div {
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.health-hero-card__items span {
    display: block;
    margin-bottom: 8px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.health-hero-card__items p {
    margin: 0;
    color: rgba(255,255,255,.74);
    line-height: 1.6;
}

.health-intro,
.health-focus,
.health-for,
.health-process,
.health-shop,
.health-support,
.health-cta {
    padding: 130px 0;
}

.health-intro {
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.health-intro__grid,
.health-for__box,
.health-process__grid,
.health-shop__box,
.health-support__layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.health-intro__left h2,
.health-section-head h2,
.health-for__content h2,
.health-process__title h2,
.health-shop__content h2,
.health-support__text h2,
.health-cta__box h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.health-intro__right {
    padding-top: 42px;
}

.health-intro__right p,
.health-for__content p,
.health-shop__content p,
.health-support__text p,
.health-cta__box p {
    margin: 0;
    color: var(--fund-muted);
    font-size: 19px;
    line-height: 1.8;
}

.health-intro__right p + p {
    margin-top: 26px;
}

.health-section-head {
    max-width: 820px;
    margin-bottom: 58px;
}

.health-focus {
    background: var(--fund-bg-soft);
}

.health-focus__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}

.health-focus-card {
    position: relative;
    min-height: 360px;
    padding: 36px;
    border-radius: 34px;
    overflow: hidden;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.health-focus-card--large {
    grid-row: span 3;
    min-height: 738px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.health-focus-card__bg,
.health-focus-card__overlay {
    position: absolute;
    inset: 0;
}

.health-focus-card__bg {
    background:
        url("https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?auto=format&fit=crop&w=1200&q=80")
        center center / cover no-repeat;
    transition: .45s ease;
}

.health-focus-card__overlay {
    background:
        linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.78));
}

.health-focus-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.health-focus-card:hover .health-focus-card__bg {
    transform: scale(1.06);
}

.health-focus-card__num,
.health-focus-card__content {
    position: relative;
    z-index: 2;
}

.health-focus-card__num {
    color: var(--fund-gold);
    font-weight: 950;
}

.health-focus-card__content {
    margin-top: 80px;
}

.health-focus-card__content span {
    display: block;
    margin-bottom: 16px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.health-focus-card h3 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.055em;
}

.health-focus-card p {
    margin: 0;
    max-width: 560px;
    color: var(--fund-muted);
    line-height: 1.7;
}

.health-focus-card--large p {
    color: rgba(255,255,255,.72);
}

.health-for {
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.16), transparent 30%),
        var(--fund-bg);
}

.health-for__box {
    padding: 70px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
}

.health-for__content p {
    margin-top: 30px;
}

.health-for__items {
    display: grid;
    gap: 16px;
}

.health-for-card {
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-bg-soft);
    border: 1px solid var(--fund-border);
}

.health-for-card span {
    display: block;
    margin-bottom: 24px;
    color: var(--fund-gold);
    font-weight: 950;
}

.health-for-card h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.health-for-card p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.health-process {
    background: var(--fund-dark);
    color: #fff;
}

.health-process__title {
    position: sticky;
    top: 120px;
}

.health-process__steps {
    display: grid;
    gap: 16px;
}

.health-step {
    padding: 32px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.health-step span {
    display: block;
    margin-bottom: 28px;
    color: var(--fund-gold);
    font-weight: 950;
}

.health-step h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.045em;
}

.health-step p {
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.health-shop {
    background: var(--fund-bg-soft);
}

.health-shop__box {
    padding: 18px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
    align-items: stretch;
}

.health-shop__media {
    min-height: 540px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% 30%, rgba(200,165,106,.28), transparent 35%),
        linear-gradient(135deg, #ede3d2, #fffaf1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.health-shop__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.health-shop__content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.health-shop__content p {
    margin-top: 30px;
}

.health-shop__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 36px;
}

.health-shop__links a {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--fund-bg);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    transition: .2s ease;
}

.health-shop__links a:hover {
    background: var(--fund-dark);
    color: #fff;
    border-color: var(--fund-dark);
}

.health-shop__content .health-btn {
    width: max-content;
}

.health-support {
    background:
        radial-gradient(circle at 80% 8%, rgba(200,165,106,.20), transparent 30%),
        linear-gradient(135deg, #25211c 0%, #3a3329 100%);
    color: #fff;
}

.health-support__text {
    position: sticky;
    top: 120px;
}

.health-support__text p {
    max-width: 520px;
    margin-top: 30px;
    color: rgba(255,255,255,.68);
}

.health-support__form {
    padding: 44px;
    border-radius: 36px;
    background: var(--fund-bg-soft);
    color: var(--fund-text);
    box-shadow: 0 45px 110px rgba(0,0,0,.28);
}

.health-support__form h3 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.health-support__form input,
.health-support__form textarea,
.health-support__form select {
    width: 100%;
    height: 62px;
    padding: 0 22px;
    border: 1px solid var(--fund-border);
    border-radius: 18px;
    background: #fff;
    color: var(--fund-text);
    font-size: 16px;
    outline: none;
    transition: .2s ease;
}

.health-support__form textarea {
    height: 160px;
    padding-top: 18px;
    resize: vertical;
}

.health-support__form input:focus,
.health-support__form textarea:focus,
.health-support__form select:focus {
    border-color: var(--fund-gold);
    box-shadow: 0 0 0 5px rgba(200,165,106,.16);
}

.health-support__form .wpcf7-form p {
    margin: 0 0 18px;
}

.health-support__form input[type="submit"],
.health-support__form button {
    width: auto;
    min-width: 220px;
    height: 62px;
    padding: 0 34px;
    border: none;
    border-radius: 999px;
    background: var(--fund-dark);
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
    transition: .25s ease;
}

.health-support__form input[type="submit"]:hover,
.health-support__form button:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-2px);
}

.health-cta {
    background: var(--fund-bg);
}

.health-cta__box {
    padding: 72px;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(20,20,20,.92), rgba(36,33,29,.88)),
        url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80")
        center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 45px 110px rgba(20,20,20,.22);
}

.health-cta__box h2 {
    max-width: 920px;
}

.health-cta__box p {
    max-width: 680px;
    margin-top: 26px;
    color: rgba(255,255,255,.7);
}

@media (max-width: 1199px) {
    .health-focus__grid {
        grid-template-columns: 1fr;
    }

    .health-focus-card--large {
        min-height: 540px;
    }
}

@media (max-width: 991px) {
    .health-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .health-hero__grid,
    .health-intro__grid,
    .health-for__box,
    .health-process__grid,
    .health-shop__box,
    .health-support__layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .health-intro,
    .health-focus,
    .health-for,
    .health-process,
    .health-shop,
    .health-support,
    .health-cta {
        padding: 90px 0;
    }

    .health-intro__right {
        padding-top: 0;
    }

    .health-process__title,
    .health-support__text {
        position: static;
    }

    .health-shop__media {
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .health-hero {
        padding: 118px 0 58px;
    }

    .health-hero h1 {
        font-size: 64px;
    }

    .health-hero p,
    .health-intro__right p {
        font-size: 16px;
    }

    .health-hero__actions,
    .health-cta__actions {
        display: grid;
    }

    .health-btn {
        width: 100%;
    }

    .health-hero-card,
    .health-focus-card,
    .health-for__box,
    .health-shop__box,
    .health-support__form,
    .health-cta__box {
        border-radius: 28px;
    }

    .health-hero-card,
    .health-focus-card,
    .health-for__box,
    .health-shop__content,
    .health-support__form,
    .health-cta__box {
        padding: 28px;
    }

    .health-focus-card--large {
        min-height: 480px;
    }

    .health-shop__media {
        min-height: 320px;
        border-radius: 24px;
    }

    .health-intro__left h2,
    .health-section-head h2,
    .health-for__content h2,
    .health-process__title h2,
    .health-shop__content h2,
    .health-support__text h2,
    .health-cta__box h2 {
        font-size: 42px;
    }
}























:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.education-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.education-page * {
    box-sizing: border-box;
}

.education-hero {
    position: relative;
    min-height: 94vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.education-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.education-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.20), rgba(10,10,10,.64));
}

.education-hero::before {
    content: "EDUCATION";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(62px, 14vw, 210px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.education-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
}

.education-hero__content {
    max-width: 980px;
}

.education-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.education-hero h1 {
    margin: 0;
    max-width: 1050px;
    font-size: clamp(72px, 11vw, 154px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.09em;
}

.education-hero p {
    max-width: 720px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.education-hero__actions,
.education-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.education-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.education-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.education-btn--gold:hover {
    background: var(--fund-gold-hover);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.education-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.education-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.education-btn--dark {
    background: var(--fund-dark);
    color: #fff;
}

.education-btn--dark:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.education-hero-card {
    padding: 38px;
    border-radius: 36px;
    background: rgba(245,241,232,.12);
    border: 1px solid rgba(245,241,232,.24);
    backdrop-filter: blur(26px);
    box-shadow: 0 45px 110px rgba(0,0,0,.36);
}

.education-hero-card__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.education-hero-card__top strong {
    color: var(--fund-gold);
}

.education-hero-card__items {
    display: grid;
    gap: 22px;
}

.education-hero-card__items div {
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.education-hero-card__items span {
    display: block;
    margin-bottom: 8px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.education-hero-card__items p {
    margin: 0;
    color: rgba(255,255,255,.74);
    line-height: 1.6;
}

.education-intro,
.education-focus,
.education-for,
.education-process,
.education-shop,
.education-support,
.education-cta {
    padding: 130px 0;
}

.education-intro {
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.education-intro__grid,
.education-for__box,
.education-process__grid,
.education-shop__box,
.education-support__layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.education-intro__left h2,
.education-section-head h2,
.education-for__content h2,
.education-process__title h2,
.education-shop__content h2,
.education-support__text h2,
.education-cta__box h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.education-intro__right {
    padding-top: 42px;
}

.education-intro__right p,
.education-for__content p,
.education-shop__content p,
.education-support__text p,
.education-cta__box p {
    margin: 0;
    color: var(--fund-muted);
    font-size: 19px;
    line-height: 1.8;
}

.education-intro__right p + p {
    margin-top: 26px;
}

.education-section-head {
    max-width: 820px;
    margin-bottom: 58px;
}

.education-focus {
    background: var(--fund-bg-soft);
}

.education-focus__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}

.education-focus-card {
    position: relative;
    min-height: 360px;
    padding: 36px;
    border-radius: 34px;
    overflow: hidden;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.education-focus-card--large {
    grid-row: span 3;
    min-height: 738px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.education-focus-card__bg,
.education-focus-card__overlay {
    position: absolute;
    inset: 0;
}

.education-focus-card__bg {
    background:
        url("https://images.unsplash.com/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=1200&q=80")
        center center / cover no-repeat;
    transition: .45s ease;
}

.education-focus-card__overlay {
    background:
        linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.78));
}

.education-focus-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.education-focus-card:hover .education-focus-card__bg {
    transform: scale(1.06);
}

.education-focus-card__num,
.education-focus-card__content {
    position: relative;
    z-index: 2;
}

.education-focus-card__num {
    color: var(--fund-gold);
    font-weight: 950;
}

.education-focus-card__content {
    margin-top: 80px;
}

.education-focus-card__content span {
    display: block;
    margin-bottom: 16px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.education-focus-card h3 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.055em;
}

.education-focus-card p {
    margin: 0;
    max-width: 560px;
    color: var(--fund-muted);
    line-height: 1.7;
}

.education-focus-card--large p {
    color: rgba(255,255,255,.72);
}

.education-for {
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.16), transparent 30%),
        var(--fund-bg);
}

.education-for__box {
    padding: 70px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
}

.education-for__content p {
    margin-top: 30px;
}

.education-for__items {
    display: grid;
    gap: 16px;
}

.education-for-card {
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-bg-soft);
    border: 1px solid var(--fund-border);
}

.education-for-card span {
    display: block;
    margin-bottom: 24px;
    color: var(--fund-gold);
    font-weight: 950;
}

.education-for-card h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.education-for-card p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.education-process {
    background: var(--fund-dark);
    color: #fff;
}

.education-process__title {
    position: sticky;
    top: 120px;
}

.education-process__steps {
    display: grid;
    gap: 16px;
}

.education-step {
    padding: 32px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.education-step span {
    display: block;
    margin-bottom: 28px;
    color: var(--fund-gold);
    font-weight: 950;
}

.education-step h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.045em;
}

.education-step p {
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.education-shop {
    background: var(--fund-bg-soft);
}

.education-shop__box {
    padding: 18px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
    align-items: stretch;
}

.education-shop__media {
    min-height: 540px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% 30%, rgba(200,165,106,.28), transparent 35%),
        linear-gradient(135deg, #ede3d2, #fffaf1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.education-shop__media img {
    max-width: 76%;
    max-height: 76%;
    object-fit: contain;
    filter: drop-shadow(0 28px 45px rgba(20,20,20,.18));
}

.education-shop__content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.education-shop__content p {
    margin-top: 30px;
}

.education-shop__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 36px;
}

.education-shop__links a {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--fund-bg);
    border: 1px solid var(--fund-border);
    color: var(--fund-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    transition: .2s ease;
}

.education-shop__links a:hover {
    background: var(--fund-dark);
    color: #fff;
    border-color: var(--fund-dark);
}

.education-shop__content .education-btn {
    width: max-content;
}

.education-support {
    background:
        radial-gradient(circle at 80% 8%, rgba(200,165,106,.20), transparent 30%),
        linear-gradient(135deg, #25211c 0%, #3a3329 100%);
    color: #fff;
}

.education-support__text {
    position: sticky;
    top: 120px;
}

.education-support__text p {
    max-width: 520px;
    margin-top: 30px;
    color: rgba(255,255,255,.68);
}

.education-support__form {
    padding: 44px;
    border-radius: 36px;
    background: var(--fund-bg-soft);
    color: var(--fund-text);
    box-shadow: 0 45px 110px rgba(0,0,0,.28);
}

.education-support__form h3 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.education-support__form input,
.education-support__form textarea,
.education-support__form select {
    width: 100%;
    height: 62px;
    padding: 0 22px;
    border: 1px solid var(--fund-border);
    border-radius: 18px;
    background: #fff;
    color: var(--fund-text);
    font-size: 16px;
    outline: none;
    transition: .2s ease;
}

.education-support__form textarea {
    height: 160px;
    padding-top: 18px;
    resize: vertical;
}

.education-support__form input:focus,
.education-support__form textarea:focus,
.education-support__form select:focus {
    border-color: var(--fund-gold);
    box-shadow: 0 0 0 5px rgba(200,165,106,.16);
}

.education-support__form .wpcf7-form p {
    margin: 0 0 18px;
}

.education-support__form input[type="submit"],
.education-support__form button {
    width: auto;
    min-width: 220px;
    height: 62px;
    padding: 0 34px;
    border: none;
    border-radius: 999px;
    background: var(--fund-dark);
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
    transition: .25s ease;
}

.education-support__form input[type="submit"]:hover,
.education-support__form button:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-2px);
}

.education-cta {
    background: var(--fund-bg);
}

.education-cta__box {
    padding: 72px;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(20,20,20,.92), rgba(36,33,29,.88)),
        url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80")
        center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 45px 110px rgba(20,20,20,.22);
}

.education-cta__box h2 {
    max-width: 920px;
}

.education-cta__box p {
    max-width: 680px;
    margin-top: 26px;
    color: rgba(255,255,255,.7);
}

@media (max-width: 1199px) {
    .education-focus__grid {
        grid-template-columns: 1fr;
    }

    .education-focus-card--large {
        min-height: 540px;
    }
}

@media (max-width: 991px) {
    .education-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .education-hero__grid,
    .education-intro__grid,
    .education-for__box,
    .education-process__grid,
    .education-shop__box,
    .education-support__layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .education-intro,
    .education-focus,
    .education-for,
    .education-process,
    .education-shop,
    .education-support,
    .education-cta {
        padding: 90px 0;
    }

    .education-intro__right {
        padding-top: 0;
    }

    .education-process__title,
    .education-support__text {
        position: static;
    }

    .education-shop__media {
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .education-hero {
        padding: 118px 0 58px;
    }

    .education-hero h1 {
        font-size: 58px;
    }

    .education-hero p,
    .education-intro__right p {
        font-size: 16px;
    }

    .education-hero__actions,
    .education-cta__actions {
        display: grid;
    }

    .education-btn {
        width: 100%;
    }

    .education-hero-card,
    .education-focus-card,
    .education-for__box,
    .education-shop__box,
    .education-support__form,
    .education-cta__box {
        border-radius: 28px;
    }

    .education-hero-card,
    .education-focus-card,
    .education-for__box,
    .education-shop__content,
    .education-support__form,
    .education-cta__box {
        padding: 28px;
    }

    .education-focus-card--large {
        min-height: 480px;
    }

    .education-shop__media {
        min-height: 320px;
        border-radius: 24px;
    }

    .education-intro__left h2,
    .education-section-head h2,
    .education-for__content h2,
    .education-process__title h2,
    .education-shop__content h2,
    .education-support__text h2,
    .education-cta__box h2 {
        font-size: 42px;
    }
}


















:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.club-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.club-page * {
    box-sizing: border-box;
}

.club-hero {
    position: relative;
    min-height: 94vh;
    padding: 170px 0 110px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.club-hero__bg {
    position: absolute;
    inset: 0;
    background:
        url("https://images.unsplash.com/photo-1515169067865-5387ec356754?auto=format&fit=crop&w=1800&q=80")
        center center / cover no-repeat;
    transform: scale(1.04);
}

.club-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.20), rgba(10,10,10,.64));
}

.club-hero::before {
    content: "CLUB";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(82px, 18vw, 250px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.club-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
}

.club-hero__content {
    max-width: 980px;
}

.club-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.club-hero h1 {
    margin: 0;
    max-width: 1050px;
    font-size: clamp(72px, 11vw, 154px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.09em;
}

.club-hero p {
    max-width: 720px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.club-hero__actions,
.club-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.club-btn {
    min-height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: .25s ease;
}

.club-btn--gold {
    background: var(--fund-gold);
    color: var(--fund-dark);
}

.club-btn--gold:hover {
    background: var(--fund-gold-hover);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.club-btn--light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.club-btn--light:hover {
    background: #fff;
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.club-btn--dark {
    background: var(--fund-dark);
    color: #fff;
}

.club-btn--dark:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-3px);
}

.club-hero-card {
    padding: 38px;
    border-radius: 36px;
    background: rgba(245,241,232,.12);
    border: 1px solid rgba(245,241,232,.24);
    backdrop-filter: blur(26px);
    box-shadow: 0 45px 110px rgba(0,0,0,.36);
}

.club-hero-card__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.club-hero-card__top strong {
    color: var(--fund-gold);
}

.club-hero-card__items {
    display: grid;
    gap: 22px;
}

.club-hero-card__items div {
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.club-hero-card__items span {
    display: block;
    margin-bottom: 8px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.club-hero-card__items p {
    margin: 0;
    color: rgba(255,255,255,.74);
    line-height: 1.6;
}

.club-intro,
.club-focus,
.club-for,
.club-process,
.club-benefits,
.club-join,
.club-cta {
    padding: 130px 0;
}

.club-intro {
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.club-intro__grid,
.club-for__box,
.club-process__grid,
.club-join__layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.club-intro__left h2,
.club-section-head h2,
.club-for__content h2,
.club-process__title h2,
.club-join__text h2,
.club-cta__box h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.club-intro__right {
    padding-top: 42px;
}

.club-intro__right p,
.club-for__content p,
.club-join__text p,
.club-cta__box p {
    margin: 0;
    color: var(--fund-muted);
    font-size: 19px;
    line-height: 1.8;
}

.club-intro__right p + p {
    margin-top: 26px;
}

.club-section-head {
    max-width: 820px;
    margin-bottom: 58px;
}

.club-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.club-focus {
    background: var(--fund-bg-soft);
}

.club-focus__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
}

.club-focus-card {
    position: relative;
    min-height: 360px;
    padding: 36px;
    border-radius: 34px;
    overflow: hidden;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.club-focus-card--large {
    grid-row: span 3;
    min-height: 738px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.club-focus-card__bg,
.club-focus-card__overlay {
    position: absolute;
    inset: 0;
}

.club-focus-card__bg {
    background:
        url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1200&q=80")
        center center / cover no-repeat;
    transition: .45s ease;
}

.club-focus-card__overlay {
    background:
        linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.78));
}

.club-focus-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.club-focus-card:hover .club-focus-card__bg {
    transform: scale(1.06);
}

.club-focus-card__num,
.club-focus-card__content {
    position: relative;
    z-index: 2;
}

.club-focus-card__num {
    color: var(--fund-gold);
    font-weight: 950;
}

.club-focus-card__content {
    margin-top: 80px;
}

.club-focus-card__content span {
    display: block;
    margin-bottom: 16px;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.club-focus-card h3 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.055em;
}

.club-focus-card p {
    margin: 0;
    max-width: 560px;
    color: var(--fund-muted);
    line-height: 1.7;
}

.club-focus-card--large p {
    color: rgba(255,255,255,.72);
}

.club-for {
    background:
        radial-gradient(circle at 80% 16%, rgba(200,165,106,.16), transparent 30%),
        var(--fund-bg);
}

.club-for__box {
    padding: 70px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
}

.club-for__content p {
    margin-top: 30px;
}

.club-for__items {
    display: grid;
    gap: 16px;
}

.club-for-card {
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-bg-soft);
    border: 1px solid var(--fund-border);
}

.club-for-card span {
    display: block;
    margin-bottom: 24px;
    color: var(--fund-gold);
    font-weight: 950;
}

.club-for-card h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.club-for-card p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.club-process {
    background: var(--fund-dark);
    color: #fff;
}

.club-process__title {
    position: sticky;
    top: 120px;
}

.club-process__steps {
    display: grid;
    gap: 16px;
}

.club-step {
    padding: 32px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.club-step span {
    display: block;
    margin-bottom: 28px;
    color: var(--fund-gold);
    font-weight: 950;
}

.club-step h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.045em;
}

.club-step p {
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.club-benefits {
    background: var(--fund-bg-soft);
}

.club-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.club-benefit-card {
    min-height: 310px;
    padding: 32px;
    border-radius: 32px;
    background: rgba(255,255,255,.82);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.club-benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.club-benefit-card span {
    display: block;
    margin-bottom: 70px;
    color: var(--fund-gold);
    font-size: 13px;
    font-weight: 950;
}

.club-benefit-card h3 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.club-benefit-card p {
    margin: 0;
    color: var(--fund-muted);
    line-height: 1.65;
}

.club-join {
    background:
        radial-gradient(circle at 80% 8%, rgba(200,165,106,.20), transparent 30%),
        linear-gradient(135deg, #25211c 0%, #3a3329 100%);
    color: #fff;
}

.club-join__text {
    position: sticky;
    top: 120px;
}

.club-join__text p {
    max-width: 520px;
    margin-top: 30px;
    color: rgba(255,255,255,.68);
}

.club-join__form {
    padding: 44px;
    border-radius: 36px;
    background: var(--fund-bg-soft);
    color: var(--fund-text);
    box-shadow: 0 45px 110px rgba(0,0,0,.28);
}

.club-join__form h3 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.club-join__form input,
.club-join__form textarea,
.club-join__form select {
    width: 100%;
    height: 62px;
    padding: 0 22px;
    border: 1px solid var(--fund-border);
    border-radius: 18px;
    background: #fff;
    color: var(--fund-text);
    font-size: 16px;
    outline: none;
    transition: .2s ease;
}

.club-join__form textarea {
    height: 160px;
    padding-top: 18px;
    resize: vertical;
}

.club-join__form input:focus,
.club-join__form textarea:focus,
.club-join__form select:focus {
    border-color: var(--fund-gold);
    box-shadow: 0 0 0 5px rgba(200,165,106,.16);
}

.club-join__form .wpcf7-form p {
    margin: 0 0 18px;
}

.club-join__form input[type="submit"],
.club-join__form button {
    width: auto;
    min-width: 220px;
    height: 62px;
    padding: 0 34px;
    border: none;
    border-radius: 999px;
    background: var(--fund-dark);
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
    transition: .25s ease;
}

.club-join__form input[type="submit"]:hover,
.club-join__form button:hover {
    background: var(--fund-gold);
    color: var(--fund-dark);
    transform: translateY(-2px);
}

.club-cta {
    background: var(--fund-bg);
}

.club-cta__box {
    padding: 72px;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(20,20,20,.92), rgba(36,33,29,.88)),
        url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80")
        center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 45px 110px rgba(20,20,20,.22);
}

.club-cta__box h2 {
    max-width: 920px;
}

.club-cta__box p {
    max-width: 680px;
    margin-top: 26px;
    color: rgba(255,255,255,.7);
}

@media (max-width: 1199px) {
    .club-focus__grid {
        grid-template-columns: 1fr;
    }

    .club-focus-card--large {
        min-height: 540px;
    }

    .club-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .club-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .club-hero__grid,
    .club-intro__grid,
    .club-for__box,
    .club-process__grid,
    .club-join__layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .club-intro,
    .club-focus,
    .club-for,
    .club-process,
    .club-benefits,
    .club-join,
    .club-cta {
        padding: 90px 0;
    }

    .club-intro__right {
        padding-top: 0;
    }

    .club-process__title,
    .club-join__text {
        position: static;
    }
}

@media (max-width: 575px) {
    .club-hero {
        padding: 118px 0 58px;
    }

    .club-hero h1 {
        font-size: 64px;
    }

    .club-hero p,
    .club-intro__right p {
        font-size: 16px;
    }

    .club-hero__actions,
    .club-cta__actions {
        display: grid;
    }

    .club-btn {
        width: 100%;
    }

    .club-hero-card,
    .club-focus-card,
    .club-for__box,
    .club-join__form,
    .club-cta__box {
        border-radius: 28px;
    }

    .club-hero-card,
    .club-focus-card,
    .club-for__box,
    .club-join__form,
    .club-cta__box {
        padding: 28px;
    }

    .club-focus-card--large {
        min-height: 480px;
    }

    .club-benefits__grid {
        grid-template-columns: 1fr;
    }

    .club-benefit-card {
        min-height: auto;
    }

    .club-benefit-card span {
        margin-bottom: 42px;
    }

    .club-intro__left h2,
    .club-section-head h2,
    .club-for__content h2,
    .club-process__title h2,
    .club-join__text h2,
    .club-cta__box h2 {
        font-size: 42px;
    }
}














:root {
    --fund-bg: #f5f1e8;
    --fund-bg-soft: #fbf8f1;
    --fund-white: #ffffff;
    --fund-dark: #141414;
    --fund-dark-2: #24211d;
    --fund-text: #171717;
    --fund-muted: #6f6a61;
    --fund-border: #e3d8c8;
    --fund-gold: #c8a56a;
    --fund-gold-hover: #d8b87f;
}

.fund-product-page {
    background: var(--fund-bg);
    color: var(--fund-text);
    overflow: hidden;
}

.fund-product-page * {
    box-sizing: border-box;
}

.fund-product-hero {
    position: relative;
    padding: 150px 0 110px;
    background: var(--fund-dark);
    color: #fff;
    overflow: hidden;
}

.fund-product-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.22), transparent 34%),
        linear-gradient(135deg, #171717 0%, #2d281f 100%);
}

.fund-product-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10,10,10,.28), rgba(10,10,10,.08)),
        linear-gradient(180deg, rgba(10,10,10,.15), rgba(10,10,10,.38));
}

.fund-product-hero::before {
    content: "SHOP";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(92px, 18vw, 250px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.04);
    pointer-events: none;
}

.fund-product-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 70px;
    align-items: start;
}

.fund-product-gallery {
    position: sticky;
    top: 120px;
}

.fund-product-gallery__main {
    min-height: 660px;
    padding: 70px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 50% 30%, rgba(200,165,106,.28), transparent 35%),
        linear-gradient(135deg, #ede3d2, #fffaf1);
    border: 1px solid rgba(255,255,255,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 45px 110px rgba(0,0,0,.30);
}

.fund-product-gallery__image {
    max-width: 100%;
    max-height: 560px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 30px 45px rgba(20,20,20,.20));
    transition: opacity .22s ease, transform .22s ease;
}

.fund-product-gallery__image.is-changing {
    opacity: 0;
    transform: scale(.96);
}

.fund-product-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.fund-product-thumb {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    cursor: pointer;
    transition: .2s ease;
}

.fund-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.fund-product-thumb:hover,
.fund-product-thumb.is-active {
    border-color: var(--fund-gold);
    background: rgba(200,165,106,.16);
}

.fund-product-summary {
    padding: 46px;
    border-radius: 42px;
    background: rgba(245,241,232,.12);
    border: 1px solid rgba(245,241,232,.22);
    backdrop-filter: blur(26px);
    box-shadow: 0 45px 110px rgba(0,0,0,.30);
}

.fund-product-summary__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.fund-product-kicker {
    display: inline-flex;
    color: var(--fund-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.fund-product-cats,
.fund-product-cats a {
    color: rgba(255,255,255,.68);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.fund-product-cats a:hover {
    color: var(--fund-gold);
}

.fund-product-title {
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 6vw, 92px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.075em;
}

.fund-product-short {
    max-width: 620px;
    margin-top: 28px;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.75;
}

.fund-product-price {
    margin-top: 34px;
    color: var(--fund-gold);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.055em;
}

.fund-product-price del {
    margin-right: 12px;
    color: rgba(255,255,255,.35);
    font-size: .62em;
}

.fund-product-price ins {
    text-decoration: none;
}

.fund-product-stock {
    width: max-content;
    margin-top: 18px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: rgba(255,255,255,.74);
    font-size: 13px;
    font-weight: 900;
}

.fund-product-stock.in-stock {
    color: #9ef0b0;
}

.fund-product-stock.out-of-stock {
    color: #ff9c9c;
}

.fund-product-benefits {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.fund-product-benefit {
    display: flex;
    gap: 16px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.fund-product-benefit span {
    color: var(--fund-gold);
    font-weight: 950;
}

.fund-product-benefit p {
    margin: 0;
    color: rgba(255,255,255,.70);
    line-height: 1.55;
}

.fund-product-cart {
    margin-top: 36px;
    padding-top: 34px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.fund-product-cart form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin: 0;
}

.fund-product-cart .quantity {
    margin: 0 !important;
}

.fund-product-cart .qty {
    width: 96px;
    height: 60px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    outline: none;
}

.fund-product-cart .single_add_to_cart_button,
.fund-product-cart button.single_add_to_cart_button,
.fund-product-cart .button {
    min-height: 60px;
    padding: 0 34px !important;
    border: none !important;
    border-radius: 999px !important;
    background: var(--fund-gold) !important;
    color: var(--fund-dark) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    text-transform: none !important;
    transition: .25s ease;
}

.fund-product-cart .single_add_to_cart_button:hover,
.fund-product-cart .button:hover {
    background: var(--fund-gold-hover) !important;
    transform: translateY(-2px);
}

.fund-product-cart .variations {
    width: 100%;
    margin-bottom: 18px;
}

.fund-product-cart .variations tr {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.fund-product-cart .variations label {
    color: rgba(255,255,255,.76);
    font-weight: 900;
}

.fund-product-cart .variations select {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    color: #fff;
    outline: none;
}

.fund-product-cart .reset_variations {
    display: inline-block;
    margin-top: 8px;
    color: var(--fund-gold);
}

.fund-product-cart .woocommerce-variation-price {
    margin-bottom: 16px;
}

.fund-product-meta {
    margin-top: 26px;
    color: rgba(255,255,255,.58);
    font-size: 14px;
}

.fund-product-meta a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
}

.fund-product-meta a:hover {
    color: var(--fund-gold);
}

.fund-product-content,
.fund-product-impact,
.fund-related-products {
    padding: 130px 0;
}

.fund-product-content {
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg);
}

.fund-product-content__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: start;
}

.fund-product-content__left h2,
.fund-product-impact__content h2,
.fund-related-head h2 {
    margin: 22px 0 0;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.fund-product-content__right {
    padding: 44px;
    border-radius: 34px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    color: var(--fund-muted);
    font-size: 18px;
    line-height: 1.8;
}

.fund-product-content__right h2,
.fund-product-content__right h3,
.fund-product-content__right h4 {
    color: var(--fund-text);
    font-weight: 950;
    letter-spacing: -.04em;
}

.fund-product-impact {
    background: var(--fund-bg-soft);
}

.fund-product-impact__box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
    padding: 70px;
    border-radius: 42px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    box-shadow: 0 38px 95px rgba(20,20,20,.08);
}

.fund-product-impact__content p {
    max-width: 640px;
    margin: 30px 0 0;
    color: var(--fund-muted);
    font-size: 18px;
    line-height: 1.75;
}

.fund-product-impact__items {
    display: grid;
    gap: 16px;
}

.fund-product-impact-card {
    padding: 30px;
    border-radius: 30px;
    background: var(--fund-bg-soft);
    border: 1px solid var(--fund-border);
}

.fund-product-impact-card strong {
    display: block;
    color: var(--fund-gold);
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.fund-product-impact-card span {
    display: block;
    margin-top: 14px;
    color: var(--fund-muted);
    font-weight: 700;
    line-height: 1.5;
}

.fund-related-products {
    background: var(--fund-bg);
}

.fund-related-head {
    max-width: 760px;
    margin-bottom: 58px;
}

.fund-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.fund-related-card {
    overflow: hidden;
    border-radius: 30px;
    background: var(--fund-white);
    border: 1px solid var(--fund-border);
    text-decoration: none;
    color: var(--fund-text);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.fund-related-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.fund-related-card__image {
    aspect-ratio: 1 / 1.05;
    background: linear-gradient(135deg, #ede3d2, #fffaf1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fund-related-card__image img {
    width: 78%;
    height: 78%;
    object-fit: contain;
    transition: .35s ease;
}

.fund-related-card:hover .fund-related-card__image img {
    transform: scale(1.05);
}

.fund-related-card__body {
    padding: 24px;
}

.fund-related-card__body span {
    /*display: block;*/
    margin-bottom: 12px;
    color: var(--fund-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.fund-related-card__body h3 {
    min-height: 56px;
    margin: 0;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.fund-related-card__price {
    margin-top: 18px;
    color: var(--fund-muted);
    font-weight: 900;
}

@media (max-width: 1199px) {
    .fund-product-hero__grid {
        grid-template-columns: 1fr;
    }

    .fund-product-gallery {
        position: static;
    }

    .fund-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .fund-product-hero {
        padding: 130px 0 90px;
    }

    .fund-product-content,
    .fund-product-impact,
    .fund-related-products {
        padding: 90px 0;
    }

    .fund-product-content__grid,
    .fund-product-impact__box {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .fund-product-gallery__main {
        min-height: 460px;
        padding: 44px;
    }

    .fund-product-summary {
        padding: 34px;
    }
}

@media (max-width: 575px) {
    .fund-product-hero {
        padding: 118px 0 64px;
    }

    .fund-product-gallery__main,
    .fund-product-summary,
    .fund-product-content__right,
    .fund-product-impact__box {
        border-radius: 28px;
    }

    .fund-product-gallery__main {
        min-height: 360px;
        padding: 28px;
    }

    .fund-product-summary,
    .fund-product-content__right,
    .fund-product-impact__box {
        padding: 28px;
    }

    .fund-product-title {
        font-size: 48px;
    }

    .fund-product-summary__top {
        display: grid;
    }

    .fund-product-cart form.cart {
        display: grid;
    }

    .fund-product-cart .qty,
    .fund-product-cart .single_add_to_cart_button,
    .fund-product-cart .button {
        width: 100%;
    }

    .fund-related-grid {
        grid-template-columns: 1fr;
    }

    .fund-product-content__left h2,
    .fund-product-impact__content h2,
    .fund-related-head h2 {
        font-size: 42px;
    }
}

















 .fund-shop-archive {
    background: var(--fund-bg, #f5f1e8);
    color: var(--fund-text, #171717);
    overflow: hidden;
}

.fund-shop-hero {
    position: relative;
    min-height: 72vh;
    padding: 170px 0 100px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.fund-shop-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
}

.fund-shop-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(200,165,106,.25), transparent 34%),
        linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.66) 48%, rgba(10,10,10,.28) 100%),
        linear-gradient(180deg, rgba(10,10,10,.18), rgba(10,10,10,.66));
}

.fund-shop-hero::before {
    content: "SHOP";
    position: absolute;
    right: -2vw;
    bottom: 2vh;
    z-index: 1;
    font-size: clamp(92px, 19vw, 260px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.1em;
    color: rgba(255,255,255,.045);
    pointer-events: none;
}

.fund-shop-hero__content {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.fund-shop-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--fund-gold, #c8a56a);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.fund-shop-hero h1 {
    margin: 0;
    max-width: 1050px;
    font-size: clamp(58px, 8vw, 124px);
    line-height: .88;
    font-weight: 950;
    letter-spacing: -.085em;
}

.fund-shop-hero__text {
    max-width: 720px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 20px;
    line-height: 1.65;
}

.fund-shop-hero__text p {
    margin: 0;
}

.fund-shop-content {
    padding: 90px 0 130px;
    background:
        radial-gradient(circle at 12% 14%, rgba(200,165,106,.14), transparent 30%),
        var(--fund-bg, #f5f1e8);
}

.fund-shop-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
    padding: 18px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--fund-border, #e3d8c8);
    box-shadow: 0 20px 55px rgba(20,20,20,.05);
}

.fund-shop-count,
.fund-shop-count .woocommerce-result-count {
    margin: 0;
    color: var(--fund-muted, #6f6a61);
    font-size: 15px;
    font-weight: 800;
}

.fund-shop-ordering form {
    margin: 0;
}

.fund-shop-ordering select {
    height: 48px;
    padding: 0 42px 0 18px;
    border-radius: 999px;
    border: 1px solid var(--fund-border, #e3d8c8);
    background: #fff;
    color: var(--fund-text, #171717);
    font-weight: 800;
    outline: none;
}

/* GRID */
.fund-shop-archive ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.fund-shop-archive ul.products::before,
.fund-shop-archive ul.products::after {
    display: none !important;
}

.fund-shop-archive ul.products li.product,
.fund-shop-archive .woocommerce-page ul.products li.product,
.fund-shop-archive .fund-product-card-wrap {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    list-style: none !important;
}

/* CARD */
.fund-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid var(--fund-border, #e3d8c8);
    color: var(--fund-text, #171717);
    text-decoration: none;
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
    transition: .3s ease;
}

.fund-product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,165,106,.62);
    box-shadow: 0 38px 95px rgba(20,20,20,.11);
}

.fund-product-card__media {
    position: relative;
    height: 360px;
    padding: 34px;
    background:
        radial-gradient(circle at 50% 35%, rgba(200,165,106,.20), transparent 38%),
        linear-gradient(135deg, #ede3d2, #fffaf1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fund-product-card__media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: .38s ease;
    filter: drop-shadow(0 22px 34px rgba(20,20,20,.14));
}

.fund-product-card:hover .fund-product-card__media img {
    transform: scale(1.045);
}

.fund-product-card__badge {
    position: absolute;
    left: 18px;
    top: 18px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fund-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-top: 1px solid var(--fund-border, #e3d8c8);
}

.fund-product-card__cat,
.fund-product-card__cat a {
    margin-bottom: 12px;
    color: var(--fund-gold, #c8a56a);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
}

.fund-product-card__title {
    margin: 0;
    color: var(--fund-text, #171717);
    font-size: 25px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.045em;
}

.fund-product-card__bottom {
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.fund-product-card__price {
    color: var(--fund-muted, #6f6a61);
    font-size: 18px;
    font-weight: 900;
}

.fund-product-card__price ins {
    color: var(--fund-gold, #c8a56a);
    text-decoration: none;
}

.fund-product-card__price del {
    margin-right: 8px;
    opacity: .45;
}

.fund-product-card__arrow {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    background: var(--fund-dark, #141414);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    transition: .25s ease;
}

.fund-product-card:hover .fund-product-card__arrow {
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    transform: translateX(3px);
}

/* PAGINATION */
.fund-shop-pagination {
    margin-top: 56px;
}

.fund-shop-pagination .woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fund-shop-pagination .woocommerce-pagination ul li {
    border: none !important;
}

.fund-shop-pagination .woocommerce-pagination ul li a,
.fund-shop-pagination .woocommerce-pagination ul li span {
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--fund-border, #e3d8c8);
    background: #fff;
    color: var(--fund-text, #171717);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-decoration: none;
}

.fund-shop-pagination .woocommerce-pagination ul li span.current,
.fund-shop-pagination .woocommerce-pagination ul li a:hover {
    background: var(--fund-dark, #141414);
    color: #fff;
    border-color: var(--fund-dark, #141414);
}

/* EMPTY */
.fund-shop-empty {
    max-width: 760px;
    padding: 60px;
    border-radius: 38px;
    background: #fff;
    border: 1px solid var(--fund-border, #e3d8c8);
    box-shadow: 0 30px 80px rgba(20,20,20,.06);
}

.fund-shop-empty h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.065em;
}

.fund-shop-empty p {
    margin: 24px 0 0;
    color: var(--fund-muted, #6f6a61);
    font-size: 18px;
    line-height: 1.7;
}

.fund-shop-btn {
    min-height: 58px;
    margin-top: 32px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 950;
    transition: .25s ease;
}

.fund-shop-btn:hover {
    background: var(--fund-gold-hover, #d8b87f);
    color: var(--fund-dark, #141414);
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .fund-shop-archive ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fund-product-card__media {
        height: 340px;
    }
}

@media (max-width: 991px) {
    .fund-shop-hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .fund-shop-content {
        padding: 90px 0;
    }

    .fund-shop-archive ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fund-shop-topbar {
        display: grid;
    }

    .fund-product-card__media {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .fund-shop-hero {
        padding: 118px 0 58px;
    }

    .fund-shop-hero h1 {
        font-size: 54px;
    }

    .fund-shop-hero__text {
        font-size: 16px;
    }

    .fund-shop-archive ul.products {
        grid-template-columns: 1fr;
    }

    .fund-product-card,
    .fund-shop-empty {
        border-radius: 28px;
    }

    .fund-shop-empty {
        padding: 28px;
    }

    .fund-product-card__media {
        height: 360px;
        padding: 28px;
    }

    .fund-product-card__title {
        font-size: 24px;
    }
}

.fund-shop-archive ul.products li.product {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
}

.fund-product-card {
    position: relative;
}

.fund-product-card__link {
    position: absolute;
    inset: 0;
    z-index: 5;
}

.fund-product-card__media,
.fund-product-card__body {
    position: relative;
    z-index: 2;
}

.fund-product-card__arrow {
    position: relative;
    z-index: 6;
}
















.fund-header-cart {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: .25s ease;
}

.fund-header-cart:hover {
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    transform: translateY(-2px);
}

.fund-header-cart__icon {
    font-size: 20px;
    line-height: 1;
}

.fund-header-cart__count {
    position: absolute;
    right: -4px;
    top: -5px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 950;
}

@media (max-width: 991px) {
    .fund-header-cart {
        display: inline-flex;
    }
}




















.fund-footer {
    padding: 90px 0 34px;
    background:
        radial-gradient(circle at 80% 12%, rgba(200,165,106,.18), transparent 30%),
        linear-gradient(135deg, #141414 0%, #2b261f 100%);
    color: #fff;
}

.fund-footer__top {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
}

.fund-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.fund-footer__logo span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
}

.fund-footer__logo strong {
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.fund-footer__brand p {
    max-width: 420px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 17px;
    line-height: 1.7;
}

.fund-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.fund-footer__nav h3 {
    margin: 0 0 18px;
    color: var(--fund-gold, #c8a56a);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.fund-footer__nav a,
.fund-footer__nav span {
    display: block;
    margin-bottom: 12px;
    color: rgba(255,255,255,.68);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.45;
}

.fund-footer__nav a:hover {
    color: var(--fund-gold, #c8a56a);
}

.fund-footer__socials {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.fund-footer__socials a {
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.fund-footer__socials a:hover {
    background: var(--fund-gold, #c8a56a);
    color: var(--fund-dark, #141414);
}

.fund-footer__bottom {
    margin-top: 70px;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255,255,255,.48);
    font-size: 14px;
}

.fund-footer__bottom p {
    margin: 0;
}

.fund-footer__bottom div {
    display: flex;
    gap: 20px;
}

.fund-footer__bottom a {
    color: rgba(255,255,255,.48);
    text-decoration: none;
}

.fund-footer__bottom a:hover {
    color: var(--fund-gold, #c8a56a);
}

@media (max-width: 991px) {
    .fund-footer__top,
    .fund-footer__nav {
        grid-template-columns: 1fr;
    }

    .fund-footer__bottom {
        display: grid;
    }

    .fund-footer__bottom div {
        flex-wrap: wrap;
    }
}








body.fund-plain-header {
    padding-top: 96px;
}

body.fund-plain-header .fund-header {
    background: rgba(20, 20, 20, .92);
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 50px rgba(0,0,0,.18);
}

/* ==============================================================
   Fundacja Ja i Ty. My razem — 2026 brand system
   Bootstrap provides the layout grid; jtm-* classes provide brand UI.
   ============================================================== */
:root {
	--jtm-yellow: #f6b94f;
	--jtm-yellow-soft: #ffd98b;
	--jtm-green: #087b68;
	--jtm-green-dark: #07584e;
	--jtm-red: #c73d32;
	--jtm-red-dark: #a92d25;
	--jtm-ink: #18201e;
	--jtm-beige: #f2eee5;
	--jtm-cream: #fbf8f1;
	--jtm-line: rgba(24, 32, 30, .15);
}

body.jtm-site-body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: var(--jtm-ink);
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.jtm-site-body .site { overflow: visible; }
.jtm-site-body h1,
.jtm-site-body h2,
.jtm-site-body h3 { color: inherit; font-family: "Roboto Slab", serif; }
.jtm-site-body a { color: inherit; }

.jtm-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 0 var(--jtm-line);
	transition: box-shadow .25s ease;
}

.admin-bar .jtm-header { top: 32px; }
.jtm-header.is-scrolled { box-shadow: 0 14px 40px rgba(12, 56, 48, .12); }
.jtm-topbar { padding: 9px 0; background: var(--jtm-green-dark); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.jtm-topbar__message { display: flex; align-items: center; gap: 9px; }
.jtm-topbar__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--jtm-yellow); box-shadow: 0 0 0 4px rgba(246,185,79,.16); }
.jtm-topbar__link { color: rgba(255,255,255,.8) !important; text-decoration: none; }
.jtm-topbar__link:hover { color: var(--jtm-yellow) !important; }
.jtm-language { display: flex; gap: 6px; align-items: center; }
.jtm-language a { color: rgba(255,255,255,.55); text-decoration: none; }
.jtm-language a.is-active { color: var(--jtm-yellow); }

.jtm-navbar { position: relative; background: #fff; }
.jtm-navbar__row { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.jtm-logo { flex: 0 0 auto; min-width: 148px; display: inline-flex; flex-direction: column; align-items: center; color: var(--jtm-ink) !important; line-height: 1; text-decoration: none !important; }
.jtm-logo__main { font-size: 22px; font-weight: 800; letter-spacing: .28em; margin-right: -.28em; }
.jtm-logo__sub { margin-top: 8px; font-size: 13px; font-weight: 500; letter-spacing: .18em; margin-right: -.18em; }

.jtm-nav { display: flex; align-items: stretch; gap: 5px; margin-left: auto; align-self: stretch; }
.jtm-nav__item { position: relative; display: flex; align-items: stretch; }
.jtm-nav__link { display: inline-flex; align-items: center; gap: 7px; padding: 0 15px; border: 0; background: transparent; color: var(--jtm-ink) !important; font: 700 14px/1 "Manrope", sans-serif; text-decoration: none !important; cursor: pointer; }
.jtm-nav__link::after { content: ""; position: absolute; right: 15px; bottom: 23px; left: 15px; height: 2px; background: var(--jtm-green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.jtm-nav > .jtm-nav__link { position: relative; }
.jtm-nav__link:hover::after,
.jtm-nav__item.is-open > .jtm-nav__link::after { transform: scaleX(1); }
.jtm-dropdown-toggle span { font-size: 16px; transition: transform .2s ease; }
.jtm-nav__item.is-open .jtm-dropdown-toggle span { transform: rotate(180deg); }

.jtm-dropdown { position: absolute; top: calc(100% - 1px); left: 0; z-index: 20; width: 620px; padding: 28px; background: #fff; border: 1px solid var(--jtm-line); box-shadow: 0 24px 50px rgba(14, 52, 46, .14); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.jtm-nav__item.is-open > .jtm-dropdown,
.jtm-nav__item:hover > .jtm-dropdown,
.jtm-nav__item:focus-within > .jtm-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.jtm-dropdown--about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; }
.jtm-dropdown--programs { left: 50%; width: min(1100px, calc(100vw - 44px)); transform: translate(-50%, 12px); }
.jtm-nav__item.is-open > .jtm-dropdown--programs,
.jtm-nav__item:hover > .jtm-dropdown--programs,
.jtm-nav__item:focus-within > .jtm-dropdown--programs { transform: translate(-50%, 0); }
.jtm-dropdown__intro { padding: 24px; background: var(--jtm-yellow); }
.jtm-dropdown__intro strong { display: block; margin-top: 16px; font: 800 clamp(18px,2vw,25px)/1.25 "Roboto Slab", serif; }
.jtm-eyebrow,
.jtm-dropdown__heading { display: block; margin-bottom: 12px; color: var(--jtm-green-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.jtm-dropdown__links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
.jtm-dropdown a { display: block; padding: 8px 0; color: var(--jtm-ink) !important; font-size: 13px; font-weight: 650; line-height: 1.35; text-decoration: none !important; }
.jtm-dropdown a:hover { color: var(--jtm-red) !important; }
.jtm-dropdown__all { margin-top: 20px; border-top: 1px solid rgba(24,32,30,.18); }

.jtm-actions { display: flex; align-items: center; gap: 7px; }
.jtm-icon-button { position: relative; width: 42px; height: 42px; border: 1px solid var(--jtm-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--jtm-ink) !important; text-decoration: none !important; transition: .2s ease; }
.jtm-icon-button:hover { border-color: var(--jtm-green); background: var(--jtm-beige); }
.jtm-icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.jtm-cart-count { position: absolute; top: -4px; right: -2px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 10px; background: var(--jtm-yellow); display: grid; place-items: center; color: var(--jtm-ink); font-size: 9px; font-weight: 800; }
.jtm-donate-button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; gap: 20px; background: var(--jtm-red); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none !important; text-transform: uppercase; letter-spacing: .04em; transition: .2s ease; }
.jtm-donate-button:hover { background: var(--jtm-red-dark); transform: translateY(-2px); }
.jtm-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: var(--jtm-yellow); }
.jtm-menu-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 5px 0; background: var(--jtm-ink); transition: .2s ease; }
.jtm-search-panel { padding: 22px 0; border-top: 1px solid var(--jtm-line); background: var(--jtm-beige); }
.jtm-search-form { display: flex; gap: 12px; }
.jtm-search-form input { flex: 1; min-width: 0; padding: 14px 18px; border: 1px solid rgba(24,32,30,.25); background: #fff; outline: none; }
.jtm-search-form input:focus { border-color: var(--jtm-green); box-shadow: 0 0 0 3px rgba(8,123,104,.12); }
.jtm-search-form button { padding: 0 28px; border: 0; background: var(--jtm-green); color: #fff; font-weight: 800; }

.jtm-hero { padding: 26px 0 0; background: #fff; }
.jtm-hero .container-xxl { overflow: hidden; }
.jtm-hero__content { min-height: 650px; padding: clamp(54px,8vw,116px) clamp(28px,6vw,88px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--jtm-yellow); }
.jtm-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--jtm-green-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.jtm-kicker span { width: 28px; height: 2px; background: currentColor; }
.jtm-hero h1 { max-width: 770px; margin: 0 0 30px; font-size: clamp(48px,6.8vw,99px); font-weight: 900; letter-spacing: -.06em; line-height: .93; }
.jtm-hero__lead { max-width: 650px; margin: 0 0 34px; font-size: clamp(17px,2vw,21px); font-weight: 550; line-height: 1.55; }
.jtm-hero__image { position: relative; min-height: 650px; height: 100%; background: linear-gradient(180deg, rgba(7,88,78,.02), rgba(7,88,78,.25)), url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1400&q=88") center/cover no-repeat; }
.jtm-hero__badge { position: absolute; right: 24px; bottom: 24px; width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--jtm-green); color: #fff; transform: rotate(-7deg); }
.jtm-hero__badge strong { font-size: 22px; }
.jtm-hero__badge span { font-size: 11px; letter-spacing: .1em; }
.jtm-btn { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 2px solid transparent; color: var(--jtm-ink) !important; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none !important; text-transform: uppercase; transition: .2s ease; }
.jtm-btn:hover { transform: translateY(-3px); }
.jtm-btn--red { background: var(--jtm-red); color: #fff !important; }
.jtm-btn--red:hover { background: var(--jtm-red-dark); }
.jtm-btn--green { background: var(--jtm-green); color: #fff !important; }
.jtm-btn--outline { border-color: var(--jtm-ink); background: transparent; }
.jtm-btn--outline:hover { background: var(--jtm-ink); color: #fff !important; }

.jtm-quick-donate { padding: 42px 0; background: var(--jtm-green-dark); color: #fff; }
.jtm-quick-donate h2 { margin: 0; font-size: clamp(30px,4vw,48px); font-weight: 800; line-height: 1.05; }
.jtm-kicker--light { color: var(--jtm-yellow); }
.jtm-donate-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border: 1px solid rgba(255,255,255,.28); }
.jtm-donate-grid > button,
.jtm-donate-grid > a { min-height: 92px; padding: 15px; border: 0; border-right: 1px solid rgba(255,255,255,.28); display: flex; flex-direction: column; align-items: center; justify-content: center; background: transparent; color: #fff !important; text-decoration: none !important; transition: .2s ease; }
.jtm-donate-grid > button { cursor: pointer; }
.jtm-donate-grid > :last-child { border-right: 0; }
.jtm-donate-grid > button:hover:not(:disabled),
.jtm-donate-grid > a:hover { background: var(--jtm-yellow); color: var(--jtm-ink) !important; }
.jtm-donate-grid > button:disabled { cursor: not-allowed; opacity: .55; }
.jtm-donate-grid strong { font: 800 27px/1 "Roboto Slab", serif; }
.jtm-donate-grid span { margin-top: 7px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.jtm-donate-grid__other { text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.jtm-section { padding: clamp(80px,9vw,140px) 0; }
.jtm-section-label { margin: 0; color: var(--jtm-green); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.jtm-display-heading { max-width: 950px; margin: 0; font-size: clamp(38px,5.1vw,72px); font-weight: 900; letter-spacing: -.045em; line-height: 1.05; }
.jtm-intro p:not(.jtm-section-label) { color: #46504d; font-size: 17px; line-height: 1.8; }
.jtm-text-link { display: inline-flex; gap: 16px; align-items: center; margin-top: 20px; padding-bottom: 5px; border-bottom: 2px solid var(--jtm-green); color: var(--jtm-green) !important; font-size: 13px; font-weight: 800; text-decoration: none !important; text-transform: uppercase; }
.jtm-text-link:hover { color: var(--jtm-red) !important; border-color: var(--jtm-red); }

.jtm-programs { background: var(--jtm-cream); }
.jtm-program-card { position: relative; min-height: 330px; height: 100%; padding: 31px; display: flex; flex-direction: column; color: var(--jtm-ink) !important; text-decoration: none !important; transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.jtm-program-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(12,56,48,.12); }
.jtm-program-card__number { font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.jtm-program-card h3 { max-width: 92%; margin: auto 0 14px; font-size: clamp(25px,3vw,37px); font-weight: 850; line-height: 1.05; overflow-wrap: anywhere; hyphens: auto; }
.jtm-program-card p { max-width: 90%; margin: 0; font-size: 14px; line-height: 1.55; }
.jtm-program-card__arrow { position: absolute; right: 25px; bottom: 25px; font-size: 24px; }
.jtm-card--yellow { background: var(--jtm-yellow); }
.jtm-card--beige { background: var(--jtm-beige); }
.jtm-card--green { background: var(--jtm-green); color: #fff !important; }
.jtm-card--red { background: var(--jtm-red); color: #fff !important; }
.jtm-card--light { background: #fff; border: 1px solid var(--jtm-line); }

.jtm-impact { padding: clamp(76px,8vw,120px) 0; background: var(--jtm-green-dark); color: #fff; }
.jtm-impact h2 { margin: 0; font-size: clamp(39px,5vw,67px); font-weight: 850; letter-spacing: -.04em; line-height: 1.02; }
.jtm-stat { min-height: 230px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.25); }
.jtm-stat strong { font: 900 clamp(64px,8vw,108px)/1 "Roboto Slab", serif; }
.jtm-stat span { max-width: 130px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.jtm-stat--accent { background: var(--jtm-yellow); color: var(--jtm-ink); border-color: var(--jtm-yellow); }

.jtm-together { background: #fff; }
.jtm-together__image { min-height: 590px; height: 100%; background: linear-gradient(180deg, transparent, rgba(7,88,78,.24)), url("https://images.unsplash.com/photo-1559027615-cd4628902d4a?auto=format&fit=crop&w=1400&q=88") center/cover no-repeat; }
.jtm-together__content { min-height: 590px; padding: clamp(48px,7vw,92px); display: flex; flex-direction: column; justify-content: center; background: var(--jtm-beige); }
.jtm-together h2 { margin: 24px 0; font-size: clamp(38px,4.8vw,65px); font-weight: 900; letter-spacing: -.045em; line-height: 1.04; }
.jtm-together__content > p:not(.jtm-section-label) { max-width: 620px; margin-bottom: 26px; font-size: 18px; }

.jtm-social { padding-top: 30px; }
.jtm-social-card { min-height: 430px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; color: var(--jtm-ink) !important; text-decoration: none !important; transition: transform .25s ease; }
.jtm-social-card:hover { transform: translateY(-7px); }
.jtm-social-card span { font-size: 24px; font-weight: 800; letter-spacing: .2em; }
.jtm-social-card span small { font-size: 15px; letter-spacing: .16em; }
.jtm-social-card strong { font: 850 clamp(31px,4vw,52px)/.98 "Roboto Slab", serif; letter-spacing: -.04em; }
.jtm-social-card--yellow { background: var(--jtm-yellow); color: var(--jtm-green-dark) !important; }
.jtm-social-card--green { background: var(--jtm-green); color: #fff !important; }
.jtm-social-card--photo { justify-content: flex-start; background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(7,88,78,.5)), url("https://images.unsplash.com/photo-1520857014576-2c4f4c972b57?auto=format&fit=crop&w=1000&q=85") center/cover; color: #fff !important; }

.jtm-final-cta { padding: 68px 0; background: var(--jtm-yellow); }
.jtm-final-cta p { margin: 0 0 8px; color: var(--jtm-green-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.jtm-final-cta h2 { margin: 0; font-size: clamp(37px,5vw,67px); font-weight: 900; letter-spacing: -.045em; }

.jtm-footer { padding: 80px 0 28px; background: var(--jtm-ink); color: #fff; }
.jtm-logo--footer { align-items: flex-start; color: #fff !important; }
.jtm-footer__lead { max-width: 430px; margin: 28px 0; color: rgba(255,255,255,.68); font-size: 16px; }
.jtm-footer__donate { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 2px solid var(--jtm-yellow); color: var(--jtm-yellow) !important; font-size: 13px; font-weight: 800; text-decoration: none !important; text-transform: uppercase; }
.jtm-footer h2 { margin: 4px 0 20px; color: var(--jtm-yellow); font: 800 12px/1.2 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.jtm-footer .col-6 > a,
.jtm-footer .col-lg-3 > a { display: block; margin-bottom: 11px; color: rgba(255,255,255,.68) !important; font-size: 14px; text-decoration: none !important; }
.jtm-footer a:hover { color: var(--jtm-yellow) !important; }
.jtm-footer__socials { display: flex; gap: 9px; margin-top: 24px; }
.jtm-footer__socials a { width: 40px; height: 40px; margin: 0 !important; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid !important; place-items: center; color: #fff !important; font-size: 11px !important; font-weight: 800; }
.jtm-footer__bottom { margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: 12px; }
.jtm-footer__bottom p { margin: 0; }
.jtm-footer__bottom a { color: rgba(255,255,255,.5) !important; text-decoration: none !important; }

@media (max-width: 1199.98px) {
	.jtm-navbar__row { min-height: 76px; }
	.jtm-menu-toggle { display: block; margin-left: auto; order: 2; }
	.jtm-actions { order: 1; margin-left: auto; }
	.jtm-nav { position: absolute; top: 100%; right: 0; left: 0; z-index: 50; max-height: calc(100vh - 115px); padding: 18px 24px 28px; display: none; overflow-y: auto; background: #fff; border-top: 1px solid var(--jtm-line); box-shadow: 0 28px 40px rgba(12,56,48,.15); }
	.jtm-nav.is-open { display: block; }
	.jtm-nav__item { display: block; }
	.jtm-nav__link { position: relative; width: 100%; min-height: 52px; padding: 0; justify-content: space-between; border-bottom: 1px solid var(--jtm-line); }
	.jtm-nav__link::after { display: none; }
	.jtm-dropdown { position: static; width: 100%; padding: 18px 0; display: none; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none !important; }
	.jtm-nav__item.is-open > .jtm-dropdown { display: block; }
	.jtm-nav__item:not(.is-open):hover > .jtm-dropdown,
	.jtm-nav__item:not(.is-open):focus-within > .jtm-dropdown { display: none; }
	.jtm-dropdown--about { grid-template-columns: 1fr 1.5fr; }
	.jtm-dropdown--programs { transform: none; }
}

@media (max-width: 767.98px) {
	.admin-bar .jtm-header { top: 46px; }
	.jtm-topbar { display: none; }
	.jtm-navbar__row { gap: 10px; }
	.jtm-logo { min-width: 122px; align-items: flex-start; }
	.jtm-logo__main { font-size: 17px; }
	.jtm-logo__sub { margin-top: 6px; font-size: 10px; }
	.jtm-actions .jtm-search-toggle,
	.jtm-actions .jtm-cart-link { display: none; }
	.jtm-actions { margin-left: auto; }
	.jtm-icon-button { width: 40px; height: 40px; }
	.jtm-donate-button { min-height: 42px; padding: 0 13px; font-size: 10px; }
	.jtm-donate-button span { display: none; }
	.jtm-menu-toggle { margin-left: 0; }
	.jtm-nav { padding: 10px 18px 25px; }
	.jtm-dropdown--about { grid-template-columns: 1fr; }
	.jtm-dropdown__links { grid-template-columns: 1fr; }
	.jtm-dropdown__intro { padding: 18px; }
	.jtm-hero { padding-top: 0; }
	.jtm-hero__content { min-height: auto; padding: 70px 24px; }
	.jtm-hero h1 { font-size: clamp(46px,15vw,68px); }
	.jtm-hero__image { min-height: 440px; }
	.jtm-hero__badge { width: 118px; height: 118px; }
	.jtm-donate-grid { grid-template-columns: repeat(2, 1fr); }
	.jtm-donate-grid > button,
	.jtm-donate-grid > a { border-bottom: 1px solid rgba(255,255,255,.28); }
	.jtm-donate-grid > button:nth-of-type(even) { border-right: 0; }
	.jtm-donate-grid__other { grid-column: 1 / -1; }
	.jtm-program-card { min-height: 285px; }
	.jtm-stat { min-height: 185px; }
	.jtm-together__image { min-height: 420px; }
	.jtm-together__content { min-height: auto; padding: 55px 25px; }
	.jtm-social-card { min-height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
	.jtm-site-body *, .jtm-site-body *::before, .jtm-site-body *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

body.jtm-site-body.fund-plain-header { padding-top: 0; }
body.jtm-menu-open { overflow: hidden; }

/* Fundacja inner pages */
.jtm-inner { background: #fff; }
.jtm-subhero { padding: 28px 0 0; background: #fff; }
.jtm-subhero .container-xxl { overflow: hidden; }
.jtm-subhero .row > [class*="col-"] { min-width: 0; }
.jtm-subhero__content { min-height: 590px; padding: clamp(52px,7vw,96px) clamp(28px,6vw,82px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.jtm-subhero__image { min-height: 590px; height: 100%; background-position: center; background-size: cover; }
.jtm-subhero h1 { max-width: 100%; margin: 0 0 28px; font-size: clamp(48px,6.2vw,88px); font-weight: 900; letter-spacing: -.055em; line-height: .96; overflow-wrap: anywhere; hyphens: auto; }
.jtm-subhero--compact-title h1 { font-size: clamp(40px,4.25vw,64px); letter-spacing: -.045em; line-height: 1; }
.jtm-subhero__lead { max-width: 680px; margin: 0 0 30px; font-size: clamp(17px,2vw,21px); font-weight: 550; line-height: 1.6; }
.jtm-subhero--yellow .jtm-subhero__content { background: var(--jtm-yellow); color: var(--jtm-ink); }
.jtm-subhero--green .jtm-subhero__content { background: var(--jtm-green-dark); color: #fff; }
.jtm-subhero--red .jtm-subhero__content { background: var(--jtm-red); color: #fff; }
.jtm-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: auto; padding-bottom: 45px; color: currentColor; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.jtm-breadcrumb a { color: inherit !important; text-decoration: none !important; }
.jtm-large-copy { max-width: 880px; margin: 34px 0 0; color: #46504d; font-size: clamp(18px,2vw,23px); line-height: 1.75; }

.jtm-feature-section,
.jtm-values-section { background: var(--jtm-cream); }
.jtm-feature-card { position: relative; min-width: 0; min-height: 330px; height: 100%; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--jtm-line); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.jtm-feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(12,56,48,.1); }
.jtm-feature-card > span { color: var(--jtm-green); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.jtm-feature-card h3 { max-width: 100%; margin: auto 0 17px; font-size: clamp(25px,2.15vw,34px); font-weight: 850; line-height: 1.05; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
.jtm-feature-card p { margin: 0; color: #55605d; font-size: 14px; line-height: 1.65; }
.jtm-feature-card > a { position: absolute; right: 28px; bottom: 24px; color: var(--jtm-green) !important; font-size: 25px; text-decoration: none !important; }

.jtm-audience-section { background: var(--jtm-yellow); }
.jtm-audience-section h2 { margin: 22px 0 0; font-size: clamp(40px,5vw,68px); font-weight: 900; letter-spacing: -.045em; line-height: 1.04; }
.jtm-audience-card { min-height: 145px; padding: 26px; display: flex; align-items: flex-start; gap: 15px; background: rgba(255,255,255,.64); border: 1px solid rgba(24,32,30,.16); }
.jtm-audience-card span { color: var(--jtm-red); }
.jtm-audience-card strong { font: 800 clamp(20px,2.4vw,28px)/1.25 "Roboto Slab", serif; }

.jtm-process-section { background: #fff; }
.jtm-process-row { border-top: 1px solid var(--jtm-line); border-left: 1px solid var(--jtm-line); }
.jtm-process-step { min-height: 320px; height: 100%; padding: 30px; border-right: 1px solid var(--jtm-line); border-bottom: 1px solid var(--jtm-line); }
.jtm-process-step > span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--jtm-green); color: #fff; font-weight: 800; }
.jtm-process-step h3 { margin: 90px 0 16px; font-size: 28px; font-weight: 850; }
.jtm-process-step p { margin: 0; color: #58615f; }

.jtm-join-section { padding-top: 0; }
.jtm-join-section__copy { min-height: 410px; padding: clamp(45px,6vw,80px); background: var(--jtm-green-dark); color: #fff; }
.jtm-join-section__copy h2 { margin: 0 0 25px; font-size: clamp(41px,5vw,68px); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
.jtm-join-section__copy p:last-child { max-width: 650px; color: rgba(255,255,255,.72); font-size: 18px; }
.jtm-join-section__action { min-height: 410px; padding: clamp(45px,6vw,80px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--jtm-yellow); }

.jtm-team-section { background: var(--jtm-green-dark); color: #fff; }
.jtm-role-card { min-height: 300px; height: 100%; padding: 30px; border: 1px solid rgba(255,255,255,.22); }
.jtm-role-card > span { color: var(--jtm-yellow); font-size: 11px; font-weight: 800; }
.jtm-role-card h3 { margin: 95px 0 17px; font-size: 31px; font-weight: 850; }
.jtm-role-card p { color: rgba(255,255,255,.68); }
.jtm-partners-section h2,
.jtm-transparency h2,
.jtm-contact-main h2 { margin: 22px 0; font-size: clamp(40px,5vw,67px); font-weight: 900; letter-spacing: -.045em; line-height: 1.04; }
.jtm-partners-section { background: var(--jtm-beige); }
.jtm-opportunity-section { background: #fff; }
.jtm-opportunity-card { min-height: 470px; height: 100%; padding: clamp(36px,5vw,65px); display: flex; flex-direction: column; align-items: flex-start; }
.jtm-opportunity-card h2 { margin: auto 0 20px; font-size: clamp(38px,4.6vw,62px); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
.jtm-opportunity-card p:not(.jtm-section-label) { max-width: 580px; }
.jtm-opportunity-card.jtm-card--green .jtm-section-label,
.jtm-opportunity-card.jtm-card--green .jtm-text-link { color: var(--jtm-yellow) !important; border-color: var(--jtm-yellow); }
.jtm-finance-section { background: var(--jtm-cream); }

.jtm-donation-section { padding-top: 0; }
.jtm-donation-copy { min-height: 480px; height: 100%; padding: clamp(45px,6vw,78px); background: var(--jtm-green-dark); color: #fff; }
.jtm-donation-copy h2 { margin: 0 0 28px; font-size: clamp(42px,5vw,68px); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
.jtm-donation-copy > p:last-child { color: rgba(255,255,255,.7); font-size: 18px; }
.jtm-donation-panel { min-height: 480px; height: 100%; padding: clamp(40px,6vw,75px); background: var(--jtm-yellow); }
.jtm-donation-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.jtm-amount-choice { display: block; cursor: pointer; }
.jtm-amount-choice > input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.jtm-amount-card { min-height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border: 2px solid transparent; color: var(--jtm-ink) !important; text-decoration: none !important; }
.jtm-amount-card:hover { border-color: var(--jtm-green); }
.jtm-amount-choice > input:focus-visible + .jtm-amount-card { outline: 3px solid var(--jtm-ink); outline-offset: 2px; }
.jtm-amount-choice > input:checked + .jtm-amount-card { border-color: var(--jtm-green); background: var(--jtm-green); color: #fff !important; }
.jtm-amount-card strong { font: 850 28px/1 "Roboto Slab", serif; }
.jtm-amount-card span { margin-top: 7px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.jtm-custom-amount { margin: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.jtm-custom-amount__field { width: min(230px,60%); display: flex; align-items: center; background: #fff; border: 2px solid transparent; }
.jtm-custom-amount__field:focus-within { border-color: var(--jtm-green); }
.jtm-custom-amount__field input { min-width: 0; width: 100%; height: 52px; padding: 0 14px; border: 0; outline: 0; background: transparent; font-size: 18px; font-weight: 800; }
.jtm-custom-amount__field b { padding-right: 14px; font-size: 11px; letter-spacing: .08em; }
.jtm-donation-form .jtm-btn { border: 0; }
.jtm-donation-form .jtm-btn:disabled { cursor: not-allowed; opacity: .58; transform: none; }
.jtm-donation-note { margin: 16px 0 0; font-size: 11px; opacity: .7; text-align: center; }
.jtm-donation-alert { margin: 0 0 18px; padding: 14px 16px; border-left: 4px solid var(--jtm-green); background: rgba(255,255,255,.7); font-size: 14px; font-weight: 700; }
.jtm-donation-alert--success { border-color: var(--jtm-green); }
.jtm-donation-alert--error { border-color: var(--jtm-red); }
.jtm-help-options { background: var(--jtm-cream); }
.jtm-transparency { background: var(--jtm-beige); }

.jtm-contact-main { background: var(--jtm-cream); }
.jtm-contact-list { margin-top: 42px; border-top: 1px solid var(--jtm-line); }
.jtm-contact-list > a,
.jtm-contact-list > div { padding: 22px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--jtm-line); color: var(--jtm-ink) !important; text-decoration: none !important; }
.jtm-contact-list span { margin-bottom: 6px; color: var(--jtm-green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.jtm-contact-list strong { font-size: 17px; }
.jtm-contact-box { padding: clamp(35px,5vw,65px); background: #fff; box-shadow: 0 20px 50px rgba(12,56,48,.09); }
.jtm-contact-box h2 { margin: 0 0 32px; }
.jtm-contact-selection { margin: -14px 0 28px; padding: 13px 16px; border-left: 4px solid var(--jtm-green); background: var(--jtm-beige); color: var(--jtm-ink); }
.jtm-contact-form label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.jtm-contact-form input,
.jtm-contact-form select,
.jtm-contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(24,32,30,.22); border-radius: 0; background: var(--jtm-cream); outline: none; }
.jtm-contact-form input:focus,
.jtm-contact-form select:focus,
.jtm-contact-form textarea:focus { border-color: var(--jtm-green); box-shadow: 0 0 0 3px rgba(8,123,104,.1); }
.jtm-contact-cta { background: #fff; }

/* WooCommerce and default WordPress pages in the new brand */
body.woocommerce-page .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
.jtm-site-body .entry-content { font-family: "Manrope", sans-serif; }
.jtm-site-body:not(.home) .site-main { max-width: 1320px; margin: 0 auto; padding: 80px 24px 110px; }
.jtm-site-body:not(.home) .entry-title { margin-bottom: 35px; font: 900 clamp(42px,6vw,76px)/1 "Roboto Slab", serif; letter-spacing: -.05em; }
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button { padding: 15px 22px !important; border-radius: 0 !important; background: var(--jtm-green) !important; color: #fff !important; font-family: "Manrope", sans-serif !important; font-weight: 800 !important; }
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover { background: var(--jtm-red) !important; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select { padding: 13px !important; border: 1px solid var(--jtm-line); border-radius: 0; background: var(--jtm-cream); }
.woocommerce table.shop_table { border-radius: 0 !important; border-color: var(--jtm-line) !important; }
.woocommerce table.shop_table th { background: var(--jtm-beige); }
.woocommerce-info,
.woocommerce-message { border-top-color: var(--jtm-green) !important; background: var(--jtm-cream); }
.woocommerce-info::before,
.woocommerce-message::before { color: var(--jtm-green) !important; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation a { display: block; padding: 14px 17px; border-bottom: 1px solid var(--jtm-line); color: var(--jtm-ink) !important; font-weight: 700; text-decoration: none !important; }
.woocommerce-MyAccount-navigation .is-active a { background: var(--jtm-yellow); }

@media (max-width: 767.98px) {
	.jtm-subhero { padding-top: 0; }
	.jtm-subhero__content { min-height: auto; padding: 55px 24px 65px; }
	.jtm-subhero__image { min-height: 420px; }
	.jtm-breadcrumb { padding-bottom: 35px; }
	.jtm-subhero h1 { font-size: clamp(45px,14vw,67px); }
	.jtm-subhero--compact-title h1 { font-size: clamp(39px,11.5vw,56px); }
	.jtm-feature-card { min-height: 280px; }
	.jtm-process-step { min-height: 260px; }
	.jtm-process-step h3 { margin-top: 55px; }
	.jtm-opportunity-card { min-height: 400px; }
	.jtm-join-section__copy,
	.jtm-join-section__action,
	.jtm-donation-copy,
	.jtm-donation-panel { min-height: auto; }
}

/* Shop, product and system pages */
.jtm-default-page.site-main { max-width: none !important; margin: 0 !important; padding: 0 !important; }
.jtm-default-hero { padding: 75px 0; background: var(--jtm-yellow); }
.jtm-default-hero .jtm-breadcrumb { padding-bottom: 25px; }
.jtm-default-hero .entry-title { margin: 0 !important; }
.jtm-default-content { padding: 75px 0 110px; }
.jtm-default-content .entry-content { margin: 0; }

.jtm-shop-hero { padding: clamp(65px,8vw,110px) 0; background: var(--jtm-yellow); }
.jtm-shop-hero .jtm-breadcrumb { padding-bottom: 55px; }
.jtm-shop-hero h1 { margin: 0; font-size: clamp(55px,8vw,112px); font-weight: 900; letter-spacing: -.06em; line-height: .9; }
.jtm-shop-hero .col-lg-4 > p { max-width: 430px; margin: 0; font-size: 18px; }
.jtm-shop-content { padding: 65px 0 110px; background: var(--jtm-cream); }
.jtm-shop-toolbar { margin-bottom: 35px; padding-bottom: 20px; border-bottom: 1px solid var(--jtm-line); }
.jtm-shop-toolbar p { margin: 0; }
.jtm-shop-toolbar select { min-height: 45px; padding: 0 38px 0 14px; border: 1px solid var(--jtm-line); background-color: #fff; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product.jtm-product-col { float: none !important; width: auto !important; margin: 0 !important; }
.jtm-product-card { height: 100%; background: #fff; border: 1px solid var(--jtm-line); transition: transform .25s ease, box-shadow .25s ease; }
.jtm-product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(12,56,48,.1); }
.jtm-product-card__media { position: relative; aspect-ratio: 1 / 1.05; display: block; overflow: hidden; background: var(--jtm-beige); }
.jtm-product-card__media img { width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: cover; transition: transform .4s ease; }
.jtm-product-card:hover .jtm-product-card__media img { transform: scale(1.035); }
.jtm-product-card__media > span { position: absolute; top: 16px; left: 16px; padding: 7px 10px; background: var(--jtm-red); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.jtm-product-card__body { padding: 25px; }
.jtm-product-card__body > p { margin: 0 0 12px; color: var(--jtm-green); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.jtm-product-card__body > p a { color: inherit !important; text-decoration: none !important; }
.jtm-product-card h2 { min-height: 58px; margin: 0 0 22px !important; padding: 0 !important; font-size: 25px !important; font-weight: 850 !important; line-height: 1.15; }
.jtm-product-card h2 a { color: var(--jtm-ink) !important; text-decoration: none !important; }
.jtm-product-card__body strong { color: var(--jtm-ink); font: 850 20px/1 "Roboto Slab",serif; }
.jtm-product-card__arrow { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--jtm-yellow); color: var(--jtm-ink) !important; font-size: 20px; text-decoration: none !important; }

.jtm-product-hero { padding: 45px 0 95px; background: var(--jtm-cream); }
.jtm-product-hero .jtm-breadcrumb { padding-bottom: 45px; }
.jtm-product-gallery__main { aspect-ratio: 1/1.05; overflow: hidden; background: var(--jtm-beige); }
.jtm-product-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .16s ease; }
.jtm-product-gallery__image.is-changing { opacity: .25; }
.jtm-product-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }
.jtm-product-thumb { width: 85px; height: 85px; padding: 0; border: 2px solid transparent; background: #fff; }
.jtm-product-thumb.is-active { border-color: var(--jtm-green); }
.jtm-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jtm-product-summary { padding: clamp(15px,4vw,55px) 0 clamp(15px,4vw,55px) clamp(10px,4vw,55px); }
.jtm-product-summary h1 { margin: 0 0 25px; font-size: clamp(46px,6vw,78px); font-weight: 900; letter-spacing: -.055em; line-height: .96; }
.jtm-product-short { max-width: 650px; color: #56605d; font-size: 17px; }
.jtm-product-price { margin: 30px 0; color: var(--jtm-green); font: 900 clamp(30px,4vw,45px)/1 "Roboto Slab",serif; }
.jtm-product-price del { color: #999; font-size: .65em; }
.jtm-product-benefits { margin: 28px 0; border-top: 1px solid var(--jtm-line); }
.jtm-product-benefits > div { padding: 15px 0; display: flex; gap: 15px; border-bottom: 1px solid var(--jtm-line); font-size: 13px; font-weight: 700; }
.jtm-product-benefits span { color: var(--jtm-red); }
.jtm-product-cart form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
.jtm-product-cart .quantity .qty { min-height: 51px; padding: 8px; border: 1px solid var(--jtm-line); }
.jtm-product-description { background: #fff; }
.jtm-product-description h2 { margin: 20px 0 0; font-size: clamp(40px,5vw,66px); font-weight: 900; letter-spacing: -.045em; line-height: 1.04; }
.jtm-single-product > .related { max-width: 1320px; margin: 0 auto; padding: 90px 24px; }
.jtm-single-product > .related > h2 { margin-bottom: 40px; font-size: clamp(38px,5vw,62px); font-weight: 900; }

@media (max-width: 991.98px) {
	.woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.jtm-product-summary { padding-left: 0; }
}
@media (max-width: 575.98px) {
	.woocommerce ul.products { grid-template-columns: 1fr; }
	.jtm-default-hero { padding: 55px 0; }
	.jtm-default-content { padding: 55px 0 85px; }
}

/* Search, archives, articles and 404 */
.jtm-listing-page .jtm-default-hero h1,
.jtm-article-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(48px,7vw,92px); font-weight: 900; letter-spacing: -.055em; line-height: .96; }
.jtm-listing-card { position: relative; min-height: 360px; height: 100%; padding: 28px; display: flex; flex-direction: column; background: var(--jtm-cream); border: 1px solid var(--jtm-line); }
.jtm-listing-card__image { height: 220px; margin: -28px -28px 25px; display: block; overflow: hidden; }
.jtm-listing-card__image img { width: 100%; height: 100%; object-fit: cover; }
.jtm-listing-card > p { color: var(--jtm-green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.jtm-listing-card h2 { margin: auto 0 18px; font-size: 30px; font-weight: 850; }
.jtm-listing-card h2 a { color: var(--jtm-ink) !important; text-decoration: none !important; }
.jtm-listing-card > div { color: #5a6461; font-size: 14px; }
.jtm-listing-card > a:last-child { margin-top: 20px; color: var(--jtm-red) !important; font-size: 24px; text-decoration: none !important; }
.jtm-empty-state { padding: 55px; background: var(--jtm-beige); }
.jtm-empty-state h2 { font-size: 42px; font-weight: 900; }
.jtm-error { min-height: 70vh; padding: 90px 0; display: flex; align-items: center; background: var(--jtm-yellow); }
.jtm-error__number { color: var(--jtm-green); font: 900 clamp(130px,22vw,300px)/.8 "Roboto Slab",serif; letter-spacing: -.08em; }
.jtm-error h1 { margin: 0 0 25px; font-size: clamp(45px,6vw,78px); font-weight: 900; letter-spacing: -.05em; line-height: .98; }
.jtm-error p:not(.jtm-kicker) { margin-bottom: 30px; font-size: 18px; }
.jtm-article-hero { padding: 80px 0 105px; background: var(--jtm-yellow); }
.jtm-article-image { margin-top: -55px; }
.jtm-article-image img { width: 100%; max-height: 680px; object-fit: cover; }
.jtm-article-content { max-width: 840px; margin: 0 auto; padding: 80px 0 110px; font-size: 18px; line-height: 1.85; }
.jtm-article-content h2,
.jtm-article-content h3 { margin-top: 1.6em; font-weight: 850; }
