:root {
--wk-ink: #17211f;
--wk-muted: #5d6965;
--wk-line: #dfe6e2;
--wk-paper: #ffffff;
--wk-soft: #f5f7f4;
--wk-accent: #18766f;
--wk-accent-2: #c9a14a;
--wk-dark: #10231f;
--wk-radius: 8px;
--wk-shadow: 0 14px 40px rgba(16, 35, 31, 0.08);
}
body {
color: var(--wk-ink);
}
.wk-page,
.wk-article,
.wk-generated {
--wp--style--global--content-size: 1120px;
font-size: 18px;
line-height: 1.7;
}
.wk-page *,
.wk-article *,
.wk-generated * {
box-sizing: border-box;
}
.wk-page h1,
.wk-page h2,
.wk-page h3,
.wk-article h1,
.wk-article h2,
.wk-article h3,
.wk-generated h1,
.wk-generated h2,
.wk-generated h3 {
color: var(--wk-ink);
font-weight: 760;
letter-spacing: 0;
line-height: 1.12;
margin-bottom: 0.55em;
}
.wk-page h1,
.wk-generated h1 {
font-size: clamp(2.3rem, 4rem, 4.4rem);
max-width: 920px;
}
.wk-page h2,
.wk-article h2,
.wk-generated h2 {
font-size: clamp(1.7rem, 2.4rem, 2.7rem);
margin-top: 1.8em;
}
.wk-page h3,
.wk-article h3,
.wk-generated h3 {
font-size: 1.25rem;
}
.wk-page p,
.wk-article p,
.wk-generated p {
color: var(--wk-muted);
margin-bottom: 1.15em;
}
.wk-page a,
.wk-article a,
.wk-generated a {
color: var(--wk-accent);
text-decoration-thickness: 1px;
text-underline-offset: 0.18em;
}
.wk-section {
padding: clamp(3rem, 7vw, 6rem) 0;
}
.wk-section--soft {
background: var(--wk-soft);
}
.wk-section--dark {
background: var(--wk-dark);
color: #fff;
}
.wk-section--dark h1,
.wk-section--dark h2,
.wk-section--dark h3,
.wk-section--dark p,
.wk-section--dark a {
color: #fff;
}
.wk-grid {
display: grid;
gap: 24px;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wk-grid--2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wk-card {
background: var(--wk-paper);
border: 1px solid var(--wk-line);
border-radius: var(--wk-radius);
box-shadow: var(--wk-shadow);
padding: clamp(1.25rem, 2vw, 1.8rem);
}
.wk-card h3 {
margin-top: 0;
}
.wk-button,
.wp-block-button .wp-block-button__link {
align-items: center;
background: var(--wk-accent);
border: 1px solid var(--wk-accent);
border-radius: 999px;
color: #fff !important;
display: inline-flex;
font-weight: 760;
justify-content: center;
line-height: 1.15;
min-height: 48px;
padding: 0.85rem 1.25rem;
text-decoration: none;
}
.wk-button:hover,
.wp-block-button .wp-block-button__link:hover {
background: #125d58;
border-color: #125d58;
}
.wk-button--secondary {
background: transparent;
color: var(--wk-accent) !important;
}
.wk-cta {
align-items: center;
background: var(--wk-dark);
border-radius: var(--wk-radius);
color: #fff;
display: flex;
gap: 24px;
justify-content: space-between;
margin: clamp(2rem, 5vw, 4rem) auto;
padding: clamp(1.5rem, 4vw, 3rem);
}
.wk-cta h2,
.wk-cta p {
color: #fff;
margin-top: 0;
}
.wk-cta p {
margin-bottom: 0;
max-width: 660px;
opacity: 0.88;
}
.wk-disclaimer {
background: #fffaf0;
border: 1px solid #eadbb6;
border-radius: var(--wk-radius);
color: #5f4a19;
font-size: 0.95rem;
margin: 2rem 0;
padding: 1rem 1.15rem;
}
.wk-disclaimer p {
color: #5f4a19;
margin: 0.45rem 0 0;
}
.wk-article {
max-width: 820px;
}
.wk-article .wp-block-image img {
border-radius: var(--wk-radius);
}
.wk-article blockquote {
border-left: 4px solid var(--wk-accent-2);
color: var(--wk-ink);
font-size: 1.15rem;
margin: 2rem 0;
padding-left: 1.25rem;
}
@media (max-width: 780px) {
.wk-page,
.wk-article,
.wk-generated {
font-size: 16px;
}
.wk-grid,
.wk-grid--2 {
grid-template-columns: 1fr;
}
.wk-cta {
align-items: flex-start;
flex-direction: column;
}
.wk-button,
.wp-block-button .wp-block-button__link {
width: 100%;
}
}