:root {
--flk-ink: #16364d;
--flk-ink-soft: #49657b;
--flk-accent: #0f6a83;
--flk-accent-deep: #0d4e6a;
--flk-sand: #f6efe5;
--flk-mist: #eef5f7;
--flk-white: #ffffff;
--flk-border: rgba(22, 54, 77, 0.12);
--flk-shadow: 0 18px 48px rgba(18, 46, 67, 0.08);
--flk-serif: "Cormorant Garamond", "Times New Roman", serif;
--flk-sans: "Manrope", "Segoe UI", sans-serif;
}
body,
button,
input,
select,
textarea {
color: var(--flk-ink);
font-family: var(--flk-sans);
}
body {
background: linear-gradient(180deg, #fcfdfd 0%, #f7fafb 100%);
}
#page {
overflow: clip;
}
.flk-site-shell {
min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.flk-hero__title,
.flk-archive-hero__title,
.flk-single-hero__title,
.flk-page-header__title {
font-family: var(--flk-serif);
font-weight: 600;
letter-spacing: 0.01em;
}
p,
li {
color: var(--flk-ink-soft);
}
a {
color: var(--flk-accent);
}
a:hover,
a:focus {
color: var(--flk-accent-deep);
}
.flk-site-header {
left: 0;
padding: 1.1rem 1.5rem 0;
position: sticky;
right: 0;
top: 0;
z-index: 100;
}
.flk-site-header__bar {
background: rgba(255, 255, 255, 0.82);
backdrop-filter: blur(18px);
border: 1px solid rgba(18, 56, 76, 0.08);
border-radius: 999px;
box-shadow: 0 18px 40px rgba(15, 53, 87, 0.08);
margin: 0 auto;
max-width: 1240px;
}
.flk-site-header__inner {
align-items: center;
display: flex;
gap: 2rem;
justify-content: space-between;
margin: 0 auto;
max-width: 1180px;
padding: 0.9rem 1.6rem;
}
.flk-site-header__brand {
align-items: center;
display: flex;
flex: 0 1 auto;
gap: 1rem;
min-width: 0;
}
.flk-site-header__brand .custom-logo-link {
display: block;
flex: 0 0 auto;
}
.flk-site-header__brand .custom-logo-link img {
display: block;
max-height: 58px;
width: auto;
}
.flk-site-header__identity {
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.flk-site-header__title {
color: var(--flk-ink);
font-family: var(--flk-serif);
font-size: 1.5rem;
font-weight: 600;
line-height: 1;
text-decoration: none;
}
.flk-site-header__tagline {
color: #6a8193;
font-size: 0.82rem;
margin: 0;
}
.flk-site-header__search {
align-items: center;
background: rgba(244, 250, 252, 0.9);
border: 1px solid rgba(15, 106, 131, 0.14);
border-radius: 35px;
display: flex;
flex: 0 1 240px;
height: 42px;
min-width: 180px;
overflow: hidden;
transition: border-color 160ms ease, background-color 160ms ease;
}
.flk-site-header__search:focus-within {
background: #fff;
border-color: rgba(15, 106, 131, 0.38);
}
.flk-site-header__search-input {
background: transparent;
border: 0;
color: var(--flk-ink);
font-size: 0.92rem;
height: 100%;
min-width: 0;
padding: 0 0.35rem 0 1rem;
border-radius: 35px;
width: 100%;
}
.flk-site-header__search-input:focus {
box-shadow: none;
outline: 2px solid transparent;
}
.flk-site-header__search-action {
align-items: center;
background: transparent;
border: 0;
border-radius: 35px;
color: var(--flk-accent);
display: inline-flex;
flex: 0 0 40px;
height: 40px;
justify-content: center;
padding: 0;
position: relative;
width: 40px;
-webkit-appearance: none;
appearance: none;
}
.flk-site-header__search-action:hover,
.flk-site-header__search-action:focus-within {
color: var(--flk-accent-deep);
}
.flk-site-header__search-icon {
display: block;
height: 18px;
width: 18px;
}
.flk-site-header__nav {
align-items: center;
display: flex;
flex: 1 1 auto;
justify-content: flex-end;
position: relative;
}
.flk-primary-menu {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 0.4rem 0.9rem;
justify-content: flex-end;
list-style: none;
margin: 0;
padding: 0;
}
.flk-menu-toggle {
align-items: center;
background: transparent;
border: 0;
color: var(--flk-ink);
display: none;
height: 44px;
justify-content: center;
padding: 0;
position: relative;
width: 44px;
}
.flk-menu-toggle__bar {
background: currentColor;
border-radius: 999px;
display: block;
height: 2px;
left: 10px;
position: absolute;
transition: transform 180ms ease, opacity 180ms ease;
width: 24px;
}
.flk-menu-toggle__bar:nth-child(2) {
transform: translateY(-7px);
}
.flk-menu-toggle__bar:nth-child(4) {
transform: translateY(7px);
}
.flk-menu-toggle[aria-expanded="true"] .flk-menu-toggle__bar:nth-child(2) {
transform: rotate(45deg);
}
.flk-menu-toggle[aria-expanded="true"] .flk-menu-toggle__bar:nth-child(3) {
opacity: 0;
}
.flk-menu-toggle[aria-expanded="true"] .flk-menu-toggle__bar:nth-child(4) {
transform: rotate(-45deg);
}
.flk-primary-menu a {
color: var(--flk-ink);
display: inline-flex;
font-size: 0.95rem;
font-weight: 700;
padding: 0.55rem 0.8rem;
text-decoration: none;
}
.flk-primary-menu .current-menu-item > a,
.flk-primary-menu a:hover,
.flk-primary-menu a:focus {
color: var(--flk-accent);
}
.flk-primary-menu .menu-item-has-children {
position: relative;
}
.flk-primary-menu .sub-menu {
background: #fff;
border: 1px solid rgba(18, 56, 76, 0.08);
border-radius: 1rem;
box-shadow: 0 20px 40px rgba(15, 53, 87, 0.1);
display: none;
list-style: none;
margin: 0;
min-width: 220px;
padding: 0.65rem;
position: absolute;
right: 0;
top: calc(100% + 0.35rem);
}
.flk-primary-menu .menu-item-has-children:hover > .sub-menu,
.flk-primary-menu .menu-item-has-children:focus-within > .sub-menu {
display: block;
}
.flk-primary-menu .sub-menu a {
display: block;
font-size: 0.9rem;
padding: 0.55rem 0.7rem;
}
.ast-menu-toggle {
color: var(--flk-ink);
}
.flk-post-card,
.flk-single-post__media img {
box-shadow: var(--flk-shadow);
}
.flk-front-page-content h2,
.flk-front-page-content h3 {
color: var(--flk-ink);
}
.flk-front-page-content .wp-block-button__link {
background: var(--flk-accent);
border-radius: 999px;
padding: 0.95rem 1.5rem;
}
.flk-front-page-content .wp-block-button__link:hover,
.flk-front-page-content .wp-block-button__link:focus {
background: var(--flk-accent-deep);
}
.flk-site-footer {
background:
radial-gradient(circle at top right, rgba(198, 225, 233, 0.15), transparent 32%),
linear-gradient(180deg, #10354a 0%, #0a2231 100%);
color: rgba(255, 255, 255, 0.82);
padding: 2.4rem 0 1.1rem;
}
.flk-button {
align-items: center;
border-radius: 999px;
display: inline-flex;
font-size: 0.95rem;
font-weight: 700;
justify-content: center;
min-height: 3rem;
padding: 0.8rem 1.3rem;
text-decoration: none;
}
.flk-button--primary {
background: var(--flk-white);
color: var(--flk-ink);
}
.flk-button--ghost {
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.28);
color: var(--flk-white);
}
.flk-button--ghost:hover,
.flk-button--ghost:focus {
color: var(--flk-white);
}
.flk-site-footer a,
.flk-site-footer .widget,
.flk-site-footer .widget-title {
color: rgba(255, 255, 255, 0.9);
}
.flk-site-footer__top {
display: grid;
gap: 1.5rem;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr);
padding-bottom: 1.25rem;
}
.flk-site-footer__brand .custom-logo-link img {
max-height: 56px;
width: auto;
}
.flk-site-footer__title {
color: var(--flk-white);
font-family: var(--flk-serif);
font-size: 1.5rem;
text-decoration: none;
}
.flk-site-footer__tagline {
color: rgba(255, 255, 255, 0.72);
font-size: 0.92rem;
margin-top: 0.55rem;
max-width: 28rem;
}
.flk-site-footer__widgets {
display: grid;
gap: 1.1rem;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flk-footer-widget__title {
font-size: 1rem;
margin-bottom: 0.55rem;
}
.flk-site-footer__column ul,
.flk-site-footer__menu {
list-style: none;
margin: 0;
padding: 0;
}
.flk-site-footer__column li {
margin-bottom: 0.3rem;
}
.flk-site-footer__bottom {
align-items: center;
border-top: 1px solid rgba(255, 255, 255, 0.12);
display: flex;
flex-wrap: wrap;
gap: 0.7rem 1.4rem;
justify-content: space-between;
padding-top: 0.9rem;
}
.flk-site-footer__menu {
display: flex;
flex-wrap: wrap;
gap: 0.45rem 0.9rem;
}
.flk-site-footer__menu a,
.flk-site-footer__column a {
font-size: 0.94rem;
}
.flk-site-footer__copyright {
color: rgba(255, 255, 255, 0.62);
font-size: 0.9rem;
margin: 0;
}
.widget {
margin: 0;
}
.widget ul {
list-style: none;
margin-left: 0;
}
@media (max-width: 921px) {
.flk-site-header {
padding: 0.75rem 0.75rem 0;
}
.flk-site-header__bar {
border-radius: 1.4rem;
}
.flk-site-header__inner {
gap: 1rem;
}
.flk-site-header__nav {
flex: 0 0 auto;
}
.flk-site-header__search {
flex: 0 1 200px;
min-width: 150px;
}
.flk-menu-toggle {
display: inline-flex;
}
.flk-primary-menu {
background: rgba(255, 255, 255, 0.97);
border: 1px solid rgba(18, 56, 76, 0.08);
border-radius: 1.1rem;
box-shadow: 0 20px 40px rgba(15, 53, 87, 0.12);
display: none;
flex-direction: column;
gap: 0;
min-width: min(320px, calc(100vw - 2rem));
padding: 0.65rem;
position: absolute;
right: 0;
top: calc(100% + 0.8rem);
z-index: 20;
}
.flk-primary-menu.is-open {
display: flex;
}
.flk-primary-menu a {
font-size: 0.95rem;
padding: 0.75rem 0.9rem;
width: 100%;
}
.flk-site-header__identity {
display: none;
}
.flk-site-header__brand .custom-logo-link img {
max-height: 48px;
}
.flk-site-footer__top,
.flk-site-footer__widgets {
grid-template-columns: 1fr;
}
.flk-site-footer {
padding-top: 2rem;
}
}
@media (max-width: 640px) {
.flk-site-header {
padding: 0;
}
.flk-site-header__bar {
border: 0;
border-radius: 0;
box-shadow: 0 8px 24px rgba(15, 53, 87, 0.08);
max-width: none;
}
.flk-site-header__inner {
display: grid;
grid-template-columns: 44px minmax(0, 1fr) 44px;
flex-wrap: wrap;
gap: 0.5rem;
min-height: 72px;
padding: 0.65rem 1.1rem;
position: relative;
}
.flk-site-header__brand {
grid-column: 2;
justify-content: center;
min-width: 0;
}
.flk-site-header__brand .custom-logo-link img {
max-height: 54px;
}
.flk-site-header__nav {
grid-column: 1;
grid-row: 1;
justify-content: flex-start;
order: 0;
}
.flk-menu-toggle {
height: 44px;
width: 44px;
}
.flk-site-header__search {
align-items: center;
background: transparent;
border: 0;
display: flex;
flex: none;
grid-column: 3;
grid-row: 1;
height: 44px;
justify-content: center;
justify-self: end;
min-width: 0;
order: 0;
overflow: visible;
width: 44px;
z-index: 2;
}
.flk-site-header__search-input {
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
}
.flk-site-header__search-action {
align-items: center;
background: transparent;
border: 0;
color: var(--flk-ink);
display: inline-flex;
height: 44px;
justify-content: center;
position: relative;
width: 44px;
}
.flk-site-header__search-icon {
color: var(--flk-ink);
display: block;
height: 25px;
position: relative;
width: 25px;
z-index: 1;
}
.flk-primary-menu {
min-width: calc(100vw - 1.1rem);
left: 0;
right: auto;
}
.flk-primary-menu .menu-item-has-children .sub-menu {
display: block;
margin-top: 0.25rem;
min-width: 0;
position: static;
}
}