:root { --ng-bg:         #F5EFE3; --ng-bg-alt:     #EDE4D2; --ng-bg-deep:    #E5DAC4; --ng-bg-paper:   #F9F4E8;  --ng-ink:        #2A1F33; --ng-ink-soft:   #4A3D54; --ng-ink-muted:  rgba(42, 31, 51, 0.55);
--ng-ink-faint:  rgba(42, 31, 51, 0.32);
--ng-ink-hair:   rgba(42, 31, 51, 0.14); --ng-accent:        #C2410C; --ng-accent-deep:   #7A3D1A; --ng-accent-soft:   rgba(194, 65, 12, 0.10); --ng-font-display: 'Fraunces', 'Times New Roman', Georgia, serif;
--ng-font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--ng-font-mono:    ui-monospace, 'SF Mono', Menlo, Consolas, monospace; --ng-radius-sm: 4px;
--ng-radius:    6px;
--ng-radius-lg: 10px;
--ng-header-h:  64px; --ng-ease: cubic-bezier(0.4, 0, 0.2, 1);
--ng-transition: 0.3s var(--ng-ease);
} *, *::before, *::after { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
background: var(--ng-bg);
color: var(--ng-ink);
}
body {
font-family: var(--ng-font-body);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
a { color: var(--ng-ink); text-decoration: none; transition: color var(--ng-transition); }
a:hover { color: var(--ng-accent); }
::selection { background: var(--ng-ink); color: var(--ng-bg); } .site, .site-container, .content-wrap, .entry-content,
.wp-block-group, #ng-main {
background: transparent;
} h1, h2, h3, h4 {
font-family: var(--ng-font-display);
font-weight: 400;
color: var(--ng-ink);
line-height: 1.05;
letter-spacing: -0.025em;
margin: 0 0 0.6em;
font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); }
h3 { font-size: clamp(1.05rem, 1.5vw, 1.2rem); font-variation-settings: 'opsz' 24, 'SOFT' 30; }
h4 { font-size: 1rem; font-variation-settings: 'opsz' 14, 'SOFT' 30; font-weight: 500; }
p { margin: 0 0 1em; }
em, .ng-italic {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
font-weight: 400;
}
.ng-eyebrow {
font-family: var(--ng-font-body);
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--ng-accent-deep);
}
.ng-caption {
font-family: var(--ng-font-mono);
font-size: 10px;
color: var(--ng-ink-faint);
letter-spacing: 0.08em;
text-transform: uppercase;
}
.ng-label {
font-size: 10px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.18em;
color: var(--ng-ink-muted);
} .ng-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 clamp(1rem, 4vw, 2.5rem);
}
.ng-container--wide { max-width: 1320px; }
.ng-container--narrow { max-width: 880px; }
.ng-grid { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); }
.ng-grid--2 { grid-template-columns: repeat(2, 1fr); }
.ng-grid--3 { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.ng-grid--4 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } .ng-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.7rem 1.3rem;
border-radius: 100px;
font-family: var(--ng-font-body);
font-size: 13px;
font-weight: 500;
line-height: 1;
border: 0.5px solid transparent;
transition: all 0.2s var(--ng-ease);
cursor: pointer;
text-decoration: none;
}
.ng-btn--primary {
background: var(--ng-ink);
color: var(--ng-bg);
}
.ng-btn--primary:hover {
background: var(--ng-accent);
color: var(--ng-bg);
}
.ng-btn--outline {
background: transparent;
color: var(--ng-ink);
border-color: var(--ng-ink-hair);
}
.ng-btn--outline:hover {
border-color: var(--ng-ink);
color: var(--ng-ink);
}
.ng-btn--ghost {
background: transparent;
color: var(--ng-ink-soft);
padding: 0.4rem 0;
border-radius: 0;
border-bottom: 0.5px solid var(--ng-ink-hair);
}
.ng-btn--ghost:hover {
color: var(--ng-accent);
border-bottom-color: var(--ng-accent);
} .ng-header {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 100;
padding: 0.9rem 0;
background: rgba(245, 239, 227, 0.92);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-bottom: 0.5px solid var(--ng-ink-hair);
transition: background var(--ng-transition);
}
.ng-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
}
.ng-header__logo {
font-family: var(--ng-font-display);
font-size: 22px;
font-weight: 500;
font-variation-settings: 'opsz' 144, 'SOFT' 50;
letter-spacing: -0.02em;
color: var(--ng-ink);
line-height: 1;
}
.ng-header__logo:hover { color: var(--ng-ink); }
.ng-header__logo-accent {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-header__nav { display: flex; }
.ng-header__nav ul, .ng-nav__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 1.5rem;
}
.ng-header__nav a {
font-size: 13px;
font-weight: 500;
color: var(--ng-ink);
padding: 0.4rem 0;
position: relative;
}
.ng-header__nav a:hover { color: var(--ng-accent); }
.ng-header__actions { display: none; } .ng-header__burger { display: none; } @media (max-width: 768px) {
.ng-header__nav { display: none; }
.ng-header__nav.is-open {
display: flex;
position: fixed;
top: var(--ng-header-h);
left: 0; right: 0;
background: var(--ng-bg);
padding: 1.5rem;
border-bottom: 0.5px solid var(--ng-ink-hair);
z-index: 99;
}
.ng-header__nav.is-open ul {
flex-direction: column;
gap: 1rem;
width: 100%;
}
.ng-header__burger {
display: flex;
flex-direction: column;
gap: 4px;
background: transparent;
border: none;
padding: 6px;
}
.ng-header__burger span {
display: block;
width: 22px;
height: 1.5px;
background: var(--ng-ink);
transition: transform 0.25s var(--ng-ease);
}
.ng-header__burger.is-open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.ng-header__burger.is-open span:nth-child(2) { opacity: 0; }
.ng-header__burger.is-open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
} .ng-footer {
margin-top: 4rem;
padding: 2rem 0;
background: var(--ng-bg-paper);
border-top: 0.5px solid var(--ng-ink-hair);
}
.ng-footer__inner {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 1.5rem;
}
.ng-footer__brand {
font-family: var(--ng-font-display);
font-size: 18px;
font-weight: 500;
font-variation-settings: 'opsz' 144, 'SOFT' 50;
letter-spacing: -0.02em;
}
.ng-footer__brand-accent {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-footer__links {
display: flex;
gap: 0.9rem;
align-items: center;
}
.ng-footer__links a {
width: 32px;
height: 32px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 100px;
color: var(--ng-ink-soft);
transition: all 0.2s var(--ng-ease);
}
.ng-footer__links a:hover {
color: var(--ng-accent);
background: var(--ng-accent-soft);
}
.ng-footer__copy {
font-size: 11px;
color: var(--ng-ink-faint);
font-family: var(--ng-font-mono);
letter-spacing: 0.04em;
} .ng-duotone {
position: relative;
overflow: hidden;
background: var(--ng-bg-deep);
}
.ng-duotone img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .ng-duotone::after {
content: '';
position: absolute;
left: 0; right: 0; bottom: 0;
height: 30%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
pointer-events: none;
z-index: 2;
} .ng-duotone .ng-duotone__grain {
display: none;
} .ng-duotone__placeholder {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background:
radial-gradient(ellipse at 30% 30%, rgba(245, 239, 227, 0.35) 0%, transparent 50%),
radial-gradient(ellipse at 70% 70%, var(--ng-accent) 0%, transparent 65%),
linear-gradient(135deg, var(--ng-ink) 0%, var(--ng-ink-soft) 50%, var(--ng-accent-deep) 100%);
font-family: var(--ng-font-display);
font-size: clamp(2rem, 4vw, 3.5rem);
font-weight: 400;
font-variation-settings: 'opsz' 144, 'SOFT' 80;
color: var(--ng-bg-paper);
letter-spacing: -0.02em;
}
.ng-duotone__caption {
position: absolute;
bottom: 0.6rem;
left: 0.7rem;
z-index: 4;
font-family: var(--ng-font-mono);
font-size: 9px;
color: rgba(245, 239, 227, 0.9);
letter-spacing: 0.12em;
text-transform: uppercase;
} .ng-home-hero {
padding: calc(var(--ng-header-h) + clamp(3rem, 8vw, 6rem)) 0 clamp(3rem, 6vw, 5rem);
position: relative;
}
.ng-home-hero__eyebrow {
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 0.8rem;
}
.ng-home-hero__eyebrow-line {
flex: 0 0 60px;
height: 0.5px;
background: var(--ng-accent-deep);
}
.ng-home-hero__statement {
font-family: var(--ng-font-display);
font-size: clamp(2.8rem, 8vw, 6rem);
line-height: 0.95;
letter-spacing: -0.035em;
color: var(--ng-ink);
font-weight: 400;
font-variation-settings: 'opsz' 144, 'SOFT' 80;
margin: 0 0 2rem;
max-width: 900px;
}
.ng-home-hero__statement em {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-home-hero__subtitle {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 24, 'SOFT' 40;
font-size: clamp(1rem, 1.8vw, 1.25rem);
line-height: 1.5;
color: var(--ng-ink-soft);
max-width: 540px;
margin: 0 0 2.25rem;
}
.ng-home-hero__cta {
display: flex;
gap: 0.7rem;
flex-wrap: wrap;
align-items: center;
}
.ng-home-hero__meta {
margin-top: clamp(3rem, 6vw, 5rem);
display: flex;
justify-content: space-between;
align-items: end;
gap: 2rem;
border-top: 0.5px solid var(--ng-ink-hair);
padding-top: 1.5rem;
}
.ng-home-hero__meta-item {
font-family: var(--ng-font-mono);
font-size: 11px;
color: var(--ng-ink-muted);
letter-spacing: 0.06em;
text-transform: uppercase;
}
.ng-home-hero__meta-item strong {
display: block;
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 24, 'SOFT' 40;
font-size: 22px;
font-weight: 400;
color: var(--ng-ink);
letter-spacing: -0.01em;
text-transform: none;
margin-top: 4px;
} .ng-roster {
padding: clamp(2rem, 5vw, 4rem) 0;
}
.ng-roster__header {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 2rem;
margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
border-top: 0.5px solid var(--ng-ink);
padding-top: 1rem;
}
.ng-roster__title {
font-size: clamp(1.5rem, 3vw, 2rem);
font-variation-settings: 'opsz' 72, 'SOFT' 50;
margin: 0;
}
.ng-roster__count {
font-family: var(--ng-font-mono);
font-size: 11px;
color: var(--ng-ink-muted);
letter-spacing: 0.08em;
text-transform: uppercase;
} .ng-card-artist {
display: block;
color: var(--ng-ink);
text-decoration: none;
transition: transform 0.4s var(--ng-ease);
}
.ng-card-artist:hover {
transform: translateY(-4px);
color: var(--ng-ink);
}
.ng-card-artist__image {
aspect-ratio: 4 / 5;
border-radius: var(--ng-radius);
overflow: hidden;
margin-bottom: 0.9rem;
background: var(--ng-bg-deep);
}
.ng-card-artist__index {
font-family: var(--ng-font-mono);
font-size: 10px;
color: var(--ng-ink-faint);
letter-spacing: 0.12em;
margin-bottom: 0.2rem;
}
.ng-card-artist__name {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 36, 'SOFT' 40;
font-size: clamp(1.1rem, 1.6vw, 1.35rem);
font-weight: 400;
line-height: 1.1;
letter-spacing: -0.02em;
margin: 0 0 0.25rem;
color: var(--ng-ink);
}
.ng-card-artist__genre {
font-family: var(--ng-font-body);
font-size: 12px;
color: var(--ng-ink-muted);
margin: 0;
line-height: 1.4;
} .ng-closing {
padding: clamp(3rem, 6vw, 5rem) 0;
border-top: 0.5px solid var(--ng-ink-hair);
}
.ng-closing__statement {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 144, 'SOFT' 70;
font-size: clamp(1.8rem, 4.5vw, 3rem);
line-height: 1.1;
letter-spacing: -0.025em;
color: var(--ng-ink);
max-width: 900px;
margin: 0 0 2rem;
}
.ng-closing__statement em {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-closing__contact {
margin-top: 2rem;
font-family: var(--ng-font-mono);
font-size: 12px;
color: var(--ng-ink-muted);
letter-spacing: 0.04em;
}
.ng-closing__contact a {
color: var(--ng-accent);
border-bottom: 0.5px solid var(--ng-accent);
} .ng-players {
margin-top: clamp(2.5rem, 5vw, 4rem);
padding-top: clamp(1.5rem, 3vw, 2.5rem);
border-top: 0.5px solid var(--ng-ink-hair);
}
.ng-players__label {
margin-bottom: 1.1rem;
display: flex;
align-items: center;
gap: 0.7rem;
}
.ng-players__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.7rem;
} .ng-players__grid--single {
grid-template-columns: 1fr;
max-width: 640px;
}
.ng-players__cell {
border-radius: var(--ng-radius-lg);
overflow: hidden;
background: var(--ng-bg-alt);
border: 0.5px solid var(--ng-ink-hair); min-height: 0;
}
.ng-embed {
display: block;
width: 100%;
border: 0;
border-radius: var(--ng-radius-lg);
background: transparent;
} @media (max-width: 720px) {
.ng-players__grid {
grid-template-columns: 1fr;
}
} .ng-artist-page {
padding-top: calc(var(--ng-header-h) + 1rem);
padding-bottom: 3rem;
min-height: 80vh;
}
.ng-artist-hero {
padding: clamp(2rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}
.ng-artist-hero__genre {
margin-bottom: 1rem;
}
.ng-artist-hero__name {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 144, 'SOFT' 80;
font-size: clamp(2.5rem, 7vw, 5.5rem);
line-height: 0.95;
letter-spacing: -0.035em;
color: var(--ng-ink);
margin: 0 0 clamp(1.5rem, 3vw, 2rem);
font-weight: 400;
word-break: break-word;
}
.ng-artist-hero__name em {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
font-weight: 400;
}
.ng-artist-layout {
display: grid;
grid-template-columns: minmax(220px, 280px) 1fr;
gap: clamp(1.5rem, 3vw, 2.5rem);
align-items: start;
}
.ng-artist-portrait {
aspect-ratio: 1;
border-radius: var(--ng-radius);
overflow: hidden;
background: var(--ng-bg-deep);
}
.ng-artist-bio {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 14, 'SOFT' 30;
font-size: clamp(0.95rem, 1.3vw, 1.05rem);
line-height: 1.65;
color: var(--ng-ink);
}
.ng-artist-bio p { margin: 0 0 0.85em; }
.ng-artist-bio p:last-child { margin: 0; color: var(--ng-ink-soft); } .ng-listen {
margin-top: clamp(2.5rem, 5vw, 4rem);
padding-top: clamp(1.5rem, 3vw, 2.5rem);
border-top: 0.5px solid var(--ng-ink-hair);
}
.ng-listen__label {
margin-bottom: 1.1rem;
display: flex;
align-items: center;
gap: 0.7rem;
}
.ng-listen__label-line {
flex: 1;
height: 0.5px;
background: var(--ng-ink-hair);
}
.ng-listen__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 0.55rem;
}
.ng-listen__link {
display: flex;
align-items: center;
gap: 0.7rem;
padding: 0.85rem 1.1rem;
background: var(--ng-bg-alt);
border: 0.5px solid var(--ng-ink-hair);
border-radius: var(--ng-radius);
color: var(--ng-ink);
font-size: 13px;
font-weight: 500;
text-decoration: none;
transition: all 0.2s var(--ng-ease);
}
.ng-listen__link:hover {
background: var(--ng-bg-paper);
border-color: var(--ng-accent);
color: var(--ng-accent);
transform: translateY(-1px);
}
.ng-listen__link svg {
color: var(--ng-accent);
flex-shrink: 0;
transition: color 0.2s var(--ng-ease);
}
.ng-listen__link-arrow {
margin-left: auto;
font-size: 13px;
color: var(--ng-ink-faint);
transition: transform 0.2s var(--ng-ease), color 0.2s var(--ng-ease);
}
.ng-listen__link:hover .ng-listen__link-arrow {
transform: translate(2px, -2px);
color: var(--ng-accent);
}
.ng-listen__empty {
font-family: var(--ng-font-display);
font-style: italic;
font-variation-settings: 'opsz' 24, 'SOFT' 100;
color: var(--ng-ink-muted);
font-size: 14px;
} .ng-manifesto {
padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
border-top: 0.5px solid var(--ng-ink-hair);
}
.ng-manifesto__head {
margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.ng-manifesto__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1.5rem, 3vw, 2.5rem);
}
.ng-manifesto__pillar {
padding: 1.5rem 0 0;
border-top: 0.5px solid var(--ng-ink);
}
.ng-manifesto__num {
font-family: var(--ng-font-mono);
font-size: 11px;
color: var(--ng-accent);
letter-spacing: 0.12em;
margin-bottom: 1rem;
}
.ng-manifesto__title {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 72, 'SOFT' 50;
font-size: clamp(1.25rem, 2.2vw, 1.65rem);
line-height: 1.15;
letter-spacing: -0.02em;
margin: 0 0 0.9rem;
color: var(--ng-ink);
font-weight: 400;
}
.ng-manifesto__title em {
font-style: italic;
font-variation-settings: 'opsz' 72, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-manifesto__pillar p {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 14, 'SOFT' 25;
font-size: 0.95rem;
line-height: 1.6;
color: var(--ng-ink-soft);
margin: 0;
}
@media (max-width: 820px) {
.ng-manifesto__grid {
grid-template-columns: 1fr;
gap: 2rem;
}
} .ng-contact {
padding-top: calc(var(--ng-header-h) + 1rem);
padding-bottom: 0;
}
.ng-contact-hero {
padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
border-bottom: 0.5px solid var(--ng-ink-hair);
}
.ng-contact-hero__claim {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 144, 'SOFT' 70;
font-size: clamp(2.5rem, 7vw, 5rem);
line-height: 0.98;
letter-spacing: -0.035em;
color: var(--ng-ink);
font-weight: 400;
margin: 1rem 0 1.5rem;
}
.ng-contact-hero__claim em {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-contact-hero__lede {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 24, 'SOFT' 40;
font-size: clamp(1.05rem, 1.8vw, 1.25rem);
line-height: 1.55;
color: var(--ng-ink-soft);
max-width: 680px;
margin: 0;
}
.ng-contact-directory {
padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.ng-contact-directory__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1.5rem, 3vw, 2.5rem);
}
.ng-contact-card {
padding: 1.5rem 0 0;
border-top: 0.5px solid var(--ng-ink);
}
.ng-contact-card .ng-caption {
display: block;
margin-bottom: 0.9rem;
}
.ng-contact-card__title {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 72, 'SOFT' 50;
font-size: clamp(1.3rem, 2.3vw, 1.7rem);
line-height: 1.15;
letter-spacing: -0.02em;
margin: 0 0 0.9rem;
color: var(--ng-ink);
font-weight: 400;
}
.ng-contact-card__title em {
font-style: italic;
font-variation-settings: 'opsz' 72, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-contact-card__body {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 14, 'SOFT' 25;
font-size: 0.95rem;
line-height: 1.6;
color: var(--ng-ink-soft);
margin: 0 0 1.2rem;
}
.ng-contact-card__link {
display: inline-block;
font-family: var(--ng-font-mono);
font-size: 13px;
color: var(--ng-accent);
border-bottom: 0.5px solid var(--ng-accent);
padding-bottom: 2px;
word-break: break-word;
}
.ng-contact-card__link:hover {
color: var(--ng-ink);
border-bottom-color: var(--ng-ink);
}
.ng-contact-card__socials {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.ng-contact-card__socials a {
font-family: var(--ng-font-mono);
font-size: 13px;
color: var(--ng-accent);
border-bottom: 0.5px solid transparent;
padding-bottom: 2px;
align-self: flex-start;
transition: all 0.2s var(--ng-ease);
}
.ng-contact-card__socials a:hover {
border-bottom-color: var(--ng-accent);
}
.ng-contact-statement {
padding: clamp(2.5rem, 5vw, 4rem) 0;
background: var(--ng-bg-paper);
border-top: 0.5px solid var(--ng-ink-hair);
}
.ng-contact-statement p {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 144, 'SOFT' 70;
font-size: clamp(1.4rem, 3vw, 2.1rem);
line-height: 1.25;
letter-spacing: -0.02em;
color: var(--ng-ink);
max-width: 760px;
margin: 0;
font-weight: 400;
}
.ng-contact-statement em {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
}
@media (max-width: 820px) {
.ng-contact-directory__grid {
grid-template-columns: 1fr;
gap: 2rem;
}
} .ng-about {
padding-top: calc(var(--ng-header-h) + 1rem);
padding-bottom: 0;
}
.ng-about-hero {
padding: clamp(3rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem);
border-bottom: 0.5px solid var(--ng-ink-hair);
}
.ng-about-hero__claim {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 144, 'SOFT' 70;
font-size: clamp(2.5rem, 7vw, 5.5rem);
line-height: 0.98;
letter-spacing: -0.035em;
color: var(--ng-ink);
font-weight: 400;
margin: 1rem 0 1.8rem;
max-width: 900px;
}
.ng-about-hero__claim em {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
font-weight: 400;
}
.ng-about-hero__lede {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 24, 'SOFT' 40;
font-size: clamp(1.05rem, 1.8vw, 1.3rem);
line-height: 1.55;
color: var(--ng-ink-soft);
max-width: 720px;
margin: 0;
} .ng-about-section {
padding: clamp(3rem, 6vw, 5rem) 0;
border-bottom: 0.5px solid var(--ng-ink-hair);
}
.ng-about-section--inset {
background: var(--ng-bg-paper);
}
.ng-about-section__head {
margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.ng-about-section__head .ng-caption {
display: block;
margin-bottom: 0.6rem;
}
.ng-about-section__head h2 {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 96, 'SOFT' 60;
font-size: clamp(1.7rem, 3.5vw, 2.6rem);
letter-spacing: -0.025em;
margin: 0;
max-width: 720px;
}
.ng-about-prose {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 14, 'SOFT' 25;
font-size: clamp(1rem, 1.3vw, 1.125rem);
line-height: 1.7;
color: var(--ng-ink);
max-width: 680px;
}
.ng-about-prose p { margin: 0 0 1.1em; }
.ng-about-prose p:last-child { margin: 0; } .ng-about-lead {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 36, 'SOFT' 50;
font-size: clamp(1.3rem, 2.4vw, 1.7rem);
line-height: 1.4;
color: var(--ng-ink);
max-width: 760px;
margin: 0 0 clamp(1.5rem, 3vw, 2rem);
font-weight: 400;
letter-spacing: -0.015em;
}
.ng-about-lead em {
font-style: italic;
font-variation-settings: 'opsz' 36, 'SOFT' 100;
color: var(--ng-accent);
} .ng-about-pullquote {
margin: clamp(2rem, 4vw, 3rem) 0;
padding: clamp(1.5rem, 3vw, 2.5rem) 0;
border-top: 0.5px solid var(--ng-accent);
border-bottom: 0.5px solid var(--ng-accent);
text-align: center;
position: relative;
}
.ng-about-pullquote__mark {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 144, 'SOFT' 80;
font-size: clamp(3rem, 6vw, 5rem);
line-height: 0.5;
color: var(--ng-accent);
display: block;
margin: 0 0 0.4rem;
}
.ng-about-pullquote p {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 144, 'SOFT' 60;
font-size: clamp(1.6rem, 4vw, 2.8rem);
line-height: 1.15;
letter-spacing: -0.025em;
color: var(--ng-ink);
margin: 0 0 0.8rem;
font-weight: 400;
}
.ng-about-pullquote p em {
font-style: italic;
font-variation-settings: 'opsz' 144, 'SOFT' 100;
color: var(--ng-accent);
}
.ng-about-pullquote__attr {
display: block;
font-family: var(--ng-font-mono);
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ng-ink-faint);
} .ng-about-colophon {
padding: clamp(2.5rem, 5vw, 4rem) 0;
background: var(--ng-bg-deep);
}
.ng-about-colophon__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1.5rem, 3vw, 2.5rem);
align-items: start;
}
.ng-about-colophon__grid .ng-caption {
display: block;
margin-bottom: 0.6rem;
}
.ng-about-colophon__grid p {
font-family: var(--ng-font-display);
font-variation-settings: 'opsz' 14, 'SOFT' 25;
font-size: 0.95rem;
line-height: 1.55;
color: var(--ng-ink);
margin: 0;
}
.ng-about-colophon__grid a {
color: var(--ng-accent);
border-bottom: 0.5px solid var(--ng-accent);
}
@media (max-width: 720px) {
.ng-about-colophon__grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
} .ng-page {
padding: calc(var(--ng-header-h) + clamp(2rem, 4vw, 3rem)) 0 clamp(3rem, 5vw, 4rem);
min-height: 70vh;
}
.ng-page h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
}
.ng-page .entry-content {
max-width: 720px;
font-size: 16px;
line-height: 1.75;
color: var(--ng-ink);
}
.ng-page .entry-content p { margin: 0 0 1.1em; }
.ng-page .entry-content a {
color: var(--ng-accent);
border-bottom: 0.5px solid var(--ng-accent);
} .ng-archive-header {
padding: calc(var(--ng-header-h) + clamp(2rem, 4vw, 3rem)) 0 clamp(1.5rem, 3vw, 2.5rem);
}
.ng-archive-header h1 {
font-size: clamp(2.5rem, 6vw, 4.5rem);
margin: 0.5rem 0 0.8rem;
}
.ng-archive-header__meta {
font-family: var(--ng-font-mono);
font-size: 12px;
color: var(--ng-ink-muted);
letter-spacing: 0.06em;
} .ng-reveal {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.7s var(--ng-ease), transform 0.7s var(--ng-ease);
}
.ng-reveal.is-visible {
opacity: 1;
transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
.ng-reveal {
opacity: 1;
transform: none;
transition: none;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
}
} @media (max-width: 768px) {
.ng-artist-layout {
grid-template-columns: 1fr;
}
.ng-artist-portrait {
max-width: 280px;
}
.ng-listen__grid {
grid-template-columns: 1fr;
}
.ng-home-hero__meta {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.ng-footer__inner {
flex-direction: column;
text-align: center;
}
}
@media (max-width: 480px) {
.ng-grid--4 {
grid-template-columns: repeat(2, 1fr);
}
.ng-grid--3 {
grid-template-columns: 1fr;
}
} .wp-site-blocks,
.entry-hero-container-inner,
.site-container,
.content-container,
#primary,
.site-main {
background: var(--ng-bg) !important;
}
.ng-theme .entry-content > * {
color: var(--ng-ink);
} html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}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}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}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{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}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:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button,.button.kb-btn-global-outline{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active,.button.kb-btn-global-outline:hover,.button.kb-btn-global-outline:focus,.button.kb-btn-global-outline:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background),.button.kb-btn-global-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active,.button.kb-btn-global-outline:not(.has-background):hover,.button.kb-btn-global-outline:not(.has-background):focus,.button.kb-btn-global-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button-style-outline:not(.has-text-color),.kb-btn-global-outline:not(.has-text-color){color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited,.button-style-outline:not(.has-text-color):visited,.kb-btn-global-outline:not(.has-text-color):visited{color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button-style-outline:not(.has-text-color):hover,.button-style-outline:not(.has-text-color):focus,.button-style-outline:not(.has-text-color):active,.kb-btn-global-outline:not(.has-text-color):hover,.kb-btn-global-outline:not(.has-text-color):focus,.kb-btn-global-outline:not(.has-text-color):active{color:var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover))}button.button-style-secondary,.button.button-style-secondary,.wp-block-button__link.button-style-secondary,.wp-element-button.button-style-secondary,input[type=button].button-style-secondary,input[type=reset].button-style-secondary,input[type=submit].button-style-secondary{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:visited,.button.button-style-secondary:visited,.wp-block-button__link.button-style-secondary:visited,.wp-element-button.button-style-secondary:visited,input[type=button].button-style-secondary:visited,input[type=reset].button-style-secondary:visited,input[type=submit].button-style-secondary:visited{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:hover,button.button-style-secondary:focus,button.button-style-secondary:active,.button.button-style-secondary:hover,.button.button-style-secondary:focus,.button.button-style-secondary:active,.wp-block-button__link.button-style-secondary:hover,.wp-block-button__link.button-style-secondary:focus,.wp-block-button__link.button-style-secondary:active,.wp-element-button.button-style-secondary:hover,.wp-element-button.button-style-secondary:focus,.wp-element-button.button-style-secondary:active,input[type=button].button-style-secondary:hover,input[type=button].button-style-secondary:focus,input[type=button].button-style-secondary:active,input[type=reset].button-style-secondary:hover,input[type=reset].button-style-secondary:focus,input[type=reset].button-style-secondary:active,input[type=submit].button-style-secondary:hover,input[type=submit].button-style-secondary:focus,input[type=submit].button-style-secondary:active{color:var(--global-palette-btn-sec-hover);background:var(--global-palette-btn-sec-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}:root .has-theme-palette-10-background-color,:root .has-theme-palette10-background-color{background-color:var(--global-palette10)}:root .has-theme-palette-10-color,:root .has-theme-palette10-color{color:var(--global-palette10)}:root .has-theme-palette-11-background-color,:root .has-theme-palette11-background-color{background-color:var(--global-palette11)}:root .has-theme-palette-11-color,:root .has-theme-palette11-color{color:var(--global-palette11)}:root .has-theme-palette-12-background-color,:root .has-theme-palette12-background-color{background-color:var(--global-palette12)}:root .has-theme-palette-12-color,:root .has-theme-palette12-color{color:var(--global-palette12)}:root .has-theme-palette-13-background-color,:root .has-theme-palette13-background-color{background-color:var(--global-palette13)}:root .has-theme-palette-13-color,:root .has-theme-palette13-color{color:var(--global-palette13)}:root .has-theme-palette-14-background-color,:root .has-theme-palette14-background-color{background-color:var(--global-palette14)}:root .has-theme-palette-14-color,:root .has-theme-palette14-color{color:var(--global-palette14)}:root .has-theme-palette-15-background-color,:root .has-theme-palette15-background-color{background-color:var(--global-palette15)}:root .has-theme-palette-15-color,:root .has-theme-palette15-color{color:var(--global-palette15)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}