/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

:root {
    --vsl-bg: #0f1218;
    --vsl-surface: #151a22;
    --vsl-surface-soft: #1b212b;
    --vsl-border: rgba(255, 255, 255, 0.12);
    --vsl-border-soft: rgba(255, 255, 255, 0.08);
    --vsl-text: #f3efe6;
    --vsl-text-soft: rgba(243, 239, 230, 0.76);
    --vsl-text-faint: rgba(243, 239, 230, 0.56);
    --vsl-accent: #d5c1a1;
    --vsl-accent-strong: #e5d3b5;
    --vsl-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    --vsl-header-offset: 92px;
}

body {
    background:
        radial-gradient(circle at top, rgba(213, 193, 161, 0.14), transparent 30%),
        linear-gradient(180deg, #101318 0%, #0f1218 46%, #131922 100%);
    color: var(--vsl-text);
    font-family: "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", sans-serif;
    letter-spacing: 0.01em;
    padding-top: var(--vsl-header-offset);
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1180px;
}

h1,
h2,
h3,
h4,
.wp-block-site-title {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
    font-weight: 500;
}

.vsl-home-section {
    padding: clamp(5.5rem, 9vw, 9rem) 1.5rem;
}

#about,
#services {
    scroll-margin-top: calc(var(--vsl-header-offset) + 28px);
}

.vsl-shell {
    position: relative;
}

.vsl-eyebrow {
    margin-bottom: 1rem;
    color: var(--vsl-accent);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.vsl-section-title,
.vsl-hero__title {
    letter-spacing: -0.04em;
    line-height: 1.14;
}

.vsl-hero {
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: clamp(2rem, 4vw, 3rem);
}

.vsl-hero::before {
    content: none;
}

.vsl-hero::after {
    content: none;
}

.vsl-hero__frame,
.vsl-contact__panel,
.vsl-founder__panel,
.vsl-founder__body,
.vsl-card {
    border: 1px solid var(--vsl-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    box-shadow: var(--vsl-shadow);
    backdrop-filter: blur(10px);
}

.vsl-hero__frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    min-height: clamp(31rem, 62vh, 38rem);
    padding: clamp(2.4rem, 4vw, 3.6rem) clamp(2.6rem, 4.6vw, 4.2rem);
    border-radius: 40px;
    border: 1px solid rgba(191, 206, 222, 0.82);
    background:
        linear-gradient(102deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 249, 252, 0.985) 30%, rgba(220, 232, 244, 0.975) 66%, rgba(190, 208, 228, 0.985) 100%);
    box-shadow:
        0 36px 94px rgba(82, 102, 124, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.vsl-hero__frame > * {
    position: relative;
    z-index: 1;
}

.vsl-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.vsl-hero__aurora {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 31%),
        radial-gradient(circle at 76% 32%, rgba(138, 175, 212, 0.36) 0, rgba(138, 175, 212, 0) 35%),
        radial-gradient(circle at 88% 78%, rgba(161, 188, 216, 0.32) 0, rgba(161, 188, 216, 0) 25%),
        linear-gradient(120deg, rgba(255, 255, 255, 0) 44%, rgba(160, 187, 214, 0.14) 76%, rgba(124, 151, 181, 0.24) 100%);
    pointer-events: none;
}

.vsl-hero__orbital-field {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.vsl-hero__orbital {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(241, 247, 252, 0.52);
    opacity: 0.72;
    filter: blur(0.1px);
}

.vsl-hero__orbital--one {
    top: -7%;
    right: -7%;
    width: min(48vw, 700px);
    height: min(48vw, 700px);
    border-color: rgba(247, 251, 255, 0.44);
    transform: rotate(-14deg);
}

.vsl-hero__orbital--two {
    top: 11%;
    right: 7%;
    width: min(34vw, 500px);
    height: min(34vw, 500px);
    border-color: rgba(229, 239, 248, 0.62);
    transform: rotate(17deg);
}

.vsl-hero__orbital--three {
    top: 29%;
    right: 17%;
    width: min(21vw, 310px);
    height: min(21vw, 310px);
    border-color: rgba(241, 247, 252, 0.72);
    transform: rotate(-9deg);
}

.vsl-hero__glow {
    position: absolute;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.88) 0, rgba(228, 239, 248, 0.44) 36%, rgba(228, 239, 248, 0) 74%);
    box-shadow: 0 0 20px rgba(235, 242, 248, 0.24);
}

.vsl-hero__glow--one {
    top: 21%;
    right: 34%;
    width: 12px;
    height: 12px;
}

.vsl-hero__glow--two {
    top: 41%;
    right: 18%;
    width: 10px;
    height: 10px;
}

.vsl-hero__glow--three {
    top: 61%;
    right: 28%;
    width: 8px;
    height: 8px;
}

.vsl-hero__glow--four {
    top: 72%;
    right: 10%;
    width: 14px;
    height: 14px;
}

.vsl-hero__content {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: calc(clamp(31rem, 62vh, 38rem) - (clamp(2.4rem, 4vw, 3.6rem) * 2));
    width: min(69%, 62rem);
    max-width: 62rem;
    min-width: 0;
}

.vsl-hero__masthead {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.vsl-hero__brand {
    position: relative;
    z-index: 5;
    display: grid;
    justify-items: center;
    gap: 0;
    text-align: center;
}

.vsl-hero__eyebrow {
    margin: 0;
    color: rgba(84, 102, 120, 0.8);
}

.vsl-hero__title {
    margin: 0;
    max-width: 14ch;
    min-width: 0;
    color: #1f2c3d;
    font-size: clamp(3rem, 4.9vw, 4.8rem);
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.038em;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: nowrap;
}

.vsl-hero__title-line {
    display: block;
}

.vsl-hero__lead,
.vsl-contact__lead,
.vsl-founder p,
.vsl-services p {
    color: var(--vsl-text-soft);
    font-size: 1.06rem;
    line-height: 1.95;
}

.vsl-hero__lead {
    max-width: 38rem;
    margin: 0;
    color: #485463;
    font-size: clamp(1rem, 1.45vw, 1.08rem);
    line-height: 1.92;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.vsl-hero__sublead {
    display: none;
}

.vsl-hero__headline-block {
    position: relative;
    z-index: 5;
    padding-top: clamp(1.2rem, 3.5vw, 2.5rem);
    max-width: 46rem;
}

.vsl-hero__footer {
    position: relative;
    z-index: 5;
    display: block;
    padding-top: clamp(1.75rem, 4vw, 2.5rem);
    max-width: min(100%, 44rem);
    padding-right: clamp(9rem, 15vw, 14rem);
}

.vsl-hero__footer-copy {
    max-width: 40rem;
    min-width: 0;
}

.vsl-hero__cta {
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    flex: 0 0 auto;
}

.vsl-hero__cta .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.65rem;
    min-width: 9.75rem;
    border-radius: 999px;
    border: 1px solid rgba(205, 183, 143, 0.72);
    background: linear-gradient(135deg, rgba(236, 224, 201, 0.96) 0%, rgba(224, 207, 178, 0.96) 100%);
    box-shadow: 0 14px 32px rgba(170, 152, 121, 0.17);
    color: #4a3b29;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vsl-hero__cta .wp-block-button__link:hover,
.vsl-hero__cta .wp-block-button__link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(201, 173, 124, 0.92);
    box-shadow: 0 18px 36px rgba(184, 166, 134, 0.24);
}

.vsl-hero__symbol-wrap {
    position: absolute;
    right: 4%;
    bottom: 6%;
    z-index: 1;
    width: min(26vw, 360px);
    pointer-events: none;
    opacity: 0.5;
}

.vsl-hero__symbol-wrap::before {
    content: "";
    position: absolute;
    inset: 18% 12%;
    z-index: 0;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(234, 223, 198, 0.16) 0, rgba(205, 219, 232, 0.08) 44%, rgba(205, 219, 232, 0) 74%);
    filter: blur(12px);
}

.vsl-hero__symbol-wrap::after {
    content: "";
    position: absolute;
    top: 31%;
    left: 30%;
    width: 40%;
    height: 40%;
    z-index: 0;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(221, 191, 128, 0.12) 0, rgba(221, 191, 128, 0.04) 36%, rgba(221, 191, 128, 0) 72%);
    filter: blur(10px);
}

.vsl-hero__symbol {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.5;
    mix-blend-mode: normal;
    filter: brightness(0.94) saturate(0.92);
    transform: none;
}

.vsl-button-row {
    gap: 0.9rem;
}

.vsl-button .wp-block-button__link {
    padding: 1rem 1.6rem;
    border-radius: 999px;
    border: 1px solid rgba(229, 211, 181, 0.4);
    background: linear-gradient(135deg, var(--vsl-accent) 0%, var(--vsl-accent-strong) 100%);
    color: #16130f;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.vsl-button .wp-block-button__link:hover {
    transform: translateY(-1px);
}

.vsl-button--ghost .wp-block-button__link {
    background: transparent;
    color: var(--vsl-text);
    border-color: var(--vsl-border);
}

.vsl-services {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.vsl-section-heading {
    margin-bottom: 3.25rem;
}

.vsl-services-heading {
    text-align: center;
}

.vsl-services-title {
    margin: 0 auto;
    max-width: 24ch;
    line-height: 1.3;
    text-wrap: balance;
}

.vsl-service-grid {
    gap: 1.75rem;
}

.vsl-card {
    height: 100%;
    padding: 2.5rem 2.2rem;
    border-radius: 26px;
}

.vsl-card__icon-image {
    margin: 0 0 1.35rem;
    text-align: center;
}

.vsl-card__icon {
    width: clamp(4.25rem, 6vw, 4.5rem);
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.vsl-card__title {
    margin-bottom: 1.1rem;
    font-size: 1.55rem;
    width: 100%;
    text-align: center;
}

.vsl-card__body {
    margin: 0;
    padding: 0 0.2rem;
    text-align: left;
    line-height: 1.82;
}

.vsl-card__body--wellbeing {
    line-height: 1.86;
}

.vsl-founder__layout {
    gap: 1.75rem;
}

.vsl-founder__panel,
.vsl-founder__body {
    height: 100%;
    padding: clamp(2.5rem, 4.5vw, 3.6rem);
    border-radius: 30px;
}

.vsl-founder__panel {
    border-color: rgba(213, 193, 161, 0.2);
}

.vsl-founder__body p + p {
    margin-top: 1.4rem;
}

.vsl-founder-story-intro__layout {
    gap: clamp(2.5rem, 5vw, 4.5rem);
}

.vsl-founder-story-intro__media {
    position: relative;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(11, 17, 27, 0.12);
    background: #d8d0c4;
}

.vsl-founder-story-intro__image-wrap {
    margin: 0;
    height: 100%;
}

.vsl-founder-story__portrait-wrap {
    position: relative;
    isolation: isolate;
}

.vsl-founder-story-intro__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    display: block;
}

.vsl-founder-story__portrait-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 3;
    margin: 0;
    padding: 14px 26px;
    border-radius: 999px;
    background: rgba(250, 250, 247, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: rgba(74, 79, 85, 0.82);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    box-shadow: none;
    opacity: 1;
    mix-blend-mode: normal;
    pointer-events: none;
}

.vsl-founder-story-intro__content {
    height: 100%;
    padding: clamp(2.5rem, 4.5vw, 3.8rem);
    border: 1px solid rgba(213, 193, 161, 0.16);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.08), rgba(255, 252, 247, 0.03));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.vsl-founder-story-intro__title {
    margin-bottom: 1.4rem;
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    line-height: 1.24;
    letter-spacing: -0.03em;
}

.vsl-founder-story-intro__lead,
.vsl-founder-story-intro__body {
    margin: 0;
    max-width: 40rem;
}

.vsl-founder-story-intro__lead {
    color: rgba(243, 239, 230, 0.9);
    font-size: 1.08rem;
    line-height: 1.95;
}

.vsl-founder-story-intro__body {
    color: rgba(243, 239, 230, 0.82);
    font-size: 1rem;
    line-height: 2;
}

.vsl-founder-story-intro__body + .vsl-founder-story-intro__body {
    margin-top: 1.25rem;
}

.vsl-founder-story-intro__signature {
    width: clamp(260px, 46%, 320px);
    margin: 2.5rem 0 0;
}

.vsl-founder-story-intro__signature img {
    width: 100%;
    height: auto;
    display: block;
}

.vsl-founder-story-intro__signature-meta {
    margin: 1rem 0 0;
    color: rgba(243, 239, 230, 0.72);
    font-size: 0.84rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
}

.vsl-founder-story-intro__actions {
    margin-top: 1.5rem;
}

.vsl-contact__panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: clamp(2.5rem, 4.8vw, 4rem);
    border-radius: 36px;
    text-align: center;
}

.vsl-contact__icon {
    position: absolute;
    right: 6%;
    bottom: calc(20% + 24px);
    z-index: 3;
    width: 256px;
    margin: 0;
    opacity: 1;
    pointer-events: none;
    filter: drop-shadow(0 4px 10px rgba(213, 193, 161, 0.12));
}

.vsl-contact__icon img {
    width: 100%;
    height: auto;
    display: block;
    mask-image: radial-gradient(circle at 48% 52%, rgba(0, 0, 0, 1) 0 34%, rgba(0, 0, 0, 0.94) 50%, rgba(0, 0, 0, 0.82) 72%, rgba(0, 0, 0, 0.68) 100%);
    -webkit-mask-image: radial-gradient(circle at 48% 52%, rgba(0, 0, 0, 1) 0 34%, rgba(0, 0, 0, 0.94) 50%, rgba(0, 0, 0, 0.82) 72%, rgba(0, 0, 0, 0.68) 100%);
}

.vsl-contact__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.vsl-site-footer {
    padding: 2rem 1.5rem 3rem;
}

.vsl-site-footer__columns {
    gap: 2rem;
    padding-top: 1rem;
}

.vsl-brand-mark {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.vsl-brand-mark img {
    width: auto;
    display: block;
}

.vsl-brand-mark--header img {
    height: 52px;
}

.vsl-brand-mark--footer {
    margin-bottom: 1.15rem;
}

.vsl-brand-mark--footer img {
    height: 56px;
}

.vsl-site-footer__copy,
.vsl-site-footer__meta p,
.vsl-footer-nav .wp-block-navigation-item__content {
    color: var(--vsl-text-faint);
    font-size: 0.95rem;
    line-height: 1.9;
}

.vsl-site-footer__links {
    padding: 1.5rem 0 0;
}

.vsl-footer-nav {
    gap: 0.8rem;
}

.vsl-footer-nav .wp-block-navigation-item__content {
    text-decoration: none;
}

.vsl-site-footer__divider {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    border-color: var(--vsl-border-soft);
}

.vsl-site-footer__meta {
    gap: 1rem;
}

.vsl-notice-page {
    min-height: 62vh;
}

.vsl-notice-page__inner {
    padding-top: clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.vsl-notice-page__title {
    margin-bottom: clamp(2rem, 5vw, 3.4rem);
    font-size: clamp(3.25rem, 8vw, 5rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.vsl-notice-page__content {
    max-width: 40rem;
}

.vsl-notice-page__content p {
    margin: 0;
    color: var(--vsl-text);
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    line-height: 1.7;
    letter-spacing: -0.01em;
}

.vsl-company-page {
    position: relative;
    min-height: 100vh;
}

.vsl-company-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.02) 50%, transparent 100%),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 0,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 88px
        );
    opacity: 0.32;
    pointer-events: none;
}

.vsl-company-page__section,
.vsl-company-page__shell {
    position: relative;
    z-index: 1;
}

.vsl-company-page__shell {
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
}

.vsl-company-page__section {
    padding-top: clamp(6.5rem, 10vw, 8rem);
}

.vsl-company-page__hero,
.vsl-company-card,
.vsl-company-note {
    border: 1px solid var(--vsl-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    box-shadow: var(--vsl-shadow);
    backdrop-filter: blur(10px);
    border-radius: 36px;
}

.vsl-company-page__hero,
.vsl-company-card {
    padding: clamp(2.5rem, 5.2vw, 4.5rem);
}

.vsl-company-note {
    padding: clamp(2rem, 4.5vw, 3rem);
}

.vsl-company-page__title,
.vsl-company-card__title {
    margin: 0;
    font-size: clamp(3rem, 6vw, 4.8rem);
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.vsl-company-card__title {
    font-size: clamp(3.5rem, 4.4vw, 3.75rem);
    letter-spacing: 0.02em;
}

.vsl-company-page__lead,
.vsl-company-note__text {
    margin: 1.5rem 0 0;
    max-width: 42rem;
    color: var(--vsl-text-soft);
    font-size: clamp(1.02rem, 1.8vw, 1.12rem);
    line-height: 2;
}

.vsl-company-card__header {
    margin-bottom: 3.5rem;
    text-align: center;
}

.vsl-company-table {
    border-top: 1px solid var(--vsl-border-soft);
}

.vsl-company-table__row {
    gap: 2rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--vsl-border-soft);
}

.vsl-company-table__label,
.vsl-company-table__value {
    margin: 0;
    line-height: 1.9;
}

.vsl-company-table__label {
    flex: 0 0 min(28%, 180px);
    color: var(--vsl-accent);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.vsl-company-table__value {
    flex: 1 1 auto;
    color: var(--vsl-text);
    font-size: 1rem;
}

.vsl-company-table__value--actions {
    display: flex;
    align-items: center;
}

.vsl-company-table__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.72rem 1.15rem;
    border: 1px solid rgba(214, 191, 151, 0.34);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(239, 229, 208, 0.16), rgba(239, 229, 208, 0.08));
    color: var(--vsl-text);
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vsl-company-table__button:hover,
.vsl-company-table__button:focus-visible {
    transform: translateY(-1px);
    background: linear-gradient(135deg, rgba(239, 229, 208, 0.24), rgba(239, 229, 208, 0.14));
    border-color: rgba(214, 191, 151, 0.5);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.vsl-site-header-shell {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(246, 249, 251, 0.44), rgba(246, 249, 251, 0.22));
    border-bottom: 1px solid rgba(190, 205, 220, 0.14);
    transition: background 0.28s ease, backdrop-filter 0.28s ease, -webkit-backdrop-filter 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.vsl-site-header-shell.is-scrolled {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(244, 248, 251, 0.82), rgba(238, 244, 249, 0.72));
    border-bottom-color: rgba(190, 205, 220, 0.28);
    box-shadow: 0 8px 24px rgba(108, 129, 152, 0.08);
}

.vsl-site-header {
    gap: 1rem;
}

.vsl-site-header__toggle,
.vsl-mobile-menu {
    display: none;
}

.vsl-brand-mark,
.vsl-site-header__link a,
.vsl-footer-nav .wp-block-navigation-item__content {
    color: var(--vsl-text);
    text-decoration: none;
}

.vsl-site-header__nav {
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
}

.vsl-site-header__link {
    margin: 0;
}

.vsl-site-header__link a {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.58rem 0.95rem;
    border-radius: 999px;
    color: rgba(37, 52, 68, 0.84);
    font-size: 0.97rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.vsl-site-header__link a:hover {
    color: #243547;
    background: rgba(255, 255, 255, 0.42);
    transform: translateY(-1px);
}

.vsl-site-header__link--contact a {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    border: 1px solid rgba(204, 182, 144, 0.18);
    background: rgba(239, 229, 208, 0.08);
    color: rgba(37, 52, 68, 0.84);
}

.vsl-site-header__link--contact a:hover,
.vsl-site-header__link--contact a:focus-visible {
    color: #4a3b29;
    background: rgba(236, 224, 201, 0.44);
    border-color: rgba(204, 182, 144, 0.46);
}

.vsl-site-header__link--contact.current-menu-item a,
.vsl-site-header__link--contact.current_page_item a,
.vsl-site-header__link--contact a[aria-current="page"] {
    color: #4a3b29;
    background: rgba(236, 224, 201, 0.58);
    border-color: rgba(204, 182, 144, 0.54);
}

.vsl-site-header-shell.is-scrolled .vsl-site-header__link--contact a {
    background: rgba(239, 229, 208, 0.14);
    border-color: rgba(204, 182, 144, 0.22);
    box-shadow: none;
}

.vsl-site-header-shell.is-scrolled .vsl-site-header__link--contact a:hover,
.vsl-site-header-shell.is-scrolled .vsl-site-header__link--contact a:focus-visible,
.vsl-site-header-shell.is-scrolled .vsl-site-header__link--contact.current-menu-item a,
.vsl-site-header-shell.is-scrolled .vsl-site-header__link--contact.current_page_item a,
.vsl-site-header-shell.is-scrolled .vsl-site-header__link--contact a[aria-current="page"] {
    background: rgba(236, 224, 201, 0.62);
    border-color: rgba(204, 182, 144, 0.58);
    box-shadow: 0 8px 18px rgba(178, 160, 128, 0.08);
}

.vsl-footer-nav .wp-block-navigation-item__content {
    font-size: 0.96rem;
}

@media (max-width: 768px) {
    :root {
        --vsl-header-offset: 88px;
    }

    body.vsl-mobile-menu-open {
        overflow: hidden;
    }

    #about,
    #services {
        scroll-margin-top: calc(var(--vsl-header-offset) + 20px);
    }

    .vsl-site-header-shell {
        background: linear-gradient(180deg, rgba(244, 248, 251, 0.88), rgba(236, 242, 247, 0.72));
        border-bottom-color: rgba(177, 193, 209, 0.18);
        box-shadow: 0 8px 26px rgba(66, 88, 110, 0.08);
    }

    .vsl-site-header {
        position: relative;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.75rem;
        min-height: 5rem;
        padding-left: 0.35rem !important;
        padding-top: 0.95rem !important;
        padding-bottom: 0.95rem !important;
    }

    .vsl-brand-mark--header {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        max-width: calc(100% - 56px);
        flex: 0 1 auto;
    }

    .vsl-brand-mark--header img {
        width: min(220px, 74vw);
        height: auto;
        max-width: 100%;
    }

    .vsl-site-header__nav {
        display: none !important;
        visibility: hidden;
        pointer-events: none;
        width: 0;
        min-width: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .vsl-site-header__toggle {
        margin-left: auto;
        display: inline-grid;
        align-content: center;
        justify-items: center;
        flex: 0 0 44px;
        align-self: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid rgba(180, 197, 214, 0.34);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.34);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
        color: #223244;
        cursor: pointer;
        transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
    }

    .vsl-site-header__toggle:hover,
    .vsl-site-header__toggle:focus-visible {
        background: rgba(255, 255, 255, 0.48);
        border-color: rgba(168, 187, 206, 0.5);
        transform: translateY(-1px);
    }

    .vsl-site-header__toggle-line {
        display: block;
        width: 17px;
        height: 1.5px;
        border-radius: 999px;
        background: currentColor;
        transition: transform 0.22s ease, opacity 0.22s ease;
    }

    .vsl-site-header-shell.is-menu-open .vsl-site-header__toggle-line:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }

    .vsl-site-header-shell.is-menu-open .vsl-site-header__toggle-line:nth-child(2) {
        opacity: 0;
    }

    .vsl-site-header-shell.is-menu-open .vsl-site-header__toggle-line:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    .vsl-mobile-menu {
        position: absolute;
        top: calc(100% + 0.55rem);
        right: 0;
        left: 0;
        display: block;
        padding: 0 1rem 0.9rem;
    }

    .vsl-mobile-menu[hidden] {
        display: none;
    }

    .vsl-mobile-menu__panel {
        padding: 1rem;
        border: 1px solid rgba(124, 144, 165, 0.24);
        border-radius: 24px;
        background:
            linear-gradient(180deg, rgba(14, 21, 31, 0.9), rgba(22, 30, 42, 0.82));
        box-shadow: 0 24px 60px rgba(12, 17, 24, 0.3);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .vsl-mobile-menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 0.7rem;
    }

    .vsl-mobile-menu__label {
        margin: 0;
        color: rgba(226, 214, 189, 0.84);
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.22em;
        text-transform: uppercase;
    }

    .vsl-mobile-menu__close {
        padding: 0;
        border: 0;
        background: transparent;
        color: rgba(243, 239, 230, 0.68);
        font-size: 0.9rem;
        letter-spacing: 0.04em;
        cursor: pointer;
    }

    .vsl-mobile-menu__nav {
        display: grid;
        gap: 0.45rem;
    }

    .vsl-mobile-menu__link {
        display: block;
        padding: 0.95rem 1rem;
        border-radius: 16px;
        color: rgba(243, 239, 230, 0.94);
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.04);
        transition: background 0.22s ease, transform 0.22s ease;
    }

    .vsl-mobile-menu__link:hover,
    .vsl-mobile-menu__link:focus-visible {
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-1px);
    }

    .vsl-notice-page__inner {
        padding-top: 1rem;
    }

    .vsl-notice-page__title {
        margin-bottom: 1.5rem;
        font-size: clamp(2.75rem, 14vw, 4rem);
    }

    .vsl-notice-page__content p {
        font-size: clamp(1.3rem, 7vw, 1.8rem);
        line-height: 1.65;
    }

    .vsl-home-section {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .vsl-hero {
        min-height: auto;
        padding-top: calc(1rem + 0.35rem);
    }

    .vsl-hero::after {
        content: none;
    }

    .vsl-hero__frame {
        min-height: auto;
        padding: 1.5rem 1.35rem 1.75rem;
        border-radius: 28px;
    }

    .vsl-hero__title {
        max-width: none;
        writing-mode: horizontal-tb;
        white-space: nowrap;
        word-break: keep-all;
        font-size: clamp(3rem, 11.5vw, 4.2rem);
        line-height: 1.14;
    }

    .vsl-hero__content {
        min-height: auto;
        width: 100%;
        max-width: none;
        gap: 2.4rem;
    }

    .vsl-hero__headline-block {
        padding-top: 1.4rem;
        max-width: none;
    }

    .vsl-hero__footer {
        display: block;
        padding-top: 0;
        max-width: none;
        padding-right: 0;
    }

    .vsl-hero__footer-copy {
        max-width: none;
        min-width: 0;
    }

    .vsl-hero__lead {
        max-width: none;
        font-size: 0.98rem;
        line-height: 1.85;
    }

    .vsl-hero__orbital--one {
        top: 4%;
        right: -28%;
        width: 118vw;
        height: 118vw;
    }

    .vsl-hero__orbital--two {
        top: 16%;
        right: -10%;
        width: 82vw;
        height: 82vw;
    }

    .vsl-hero__orbital--three {
        top: 31%;
        right: 6%;
        width: 50vw;
        height: 50vw;
    }

    .vsl-hero__glow--one {
        top: 16%;
        right: 24%;
    }

    .vsl-hero__glow--two {
        top: 33%;
        right: 12%;
    }

    .vsl-hero__glow--three {
        top: 50%;
        right: 22%;
    }

    .vsl-hero__glow--four {
        top: 65%;
        right: 8%;
    }

    .vsl-hero__symbol-wrap {
        right: 1rem;
        bottom: 1rem;
        width: 112px;
    }

    .vsl-hero__symbol {
        opacity: 0.72;
    }

    .vsl-hero__frame,
    .vsl-contact__panel,
    .vsl-founder__panel,
    .vsl-founder__body,
    .vsl-founder-story-intro__media,
    .vsl-founder-story-intro__content,
    .vsl-card {
        border-radius: 24px;
    }

    .vsl-founder-story-intro__layout {
        gap: 1.5rem;
    }

    .vsl-founder-story-intro__media {
        aspect-ratio: 4 / 4.7;
    }

    .vsl-founder-story__portrait-label {
        left: 18px;
        bottom: 18px;
        padding: 12px 20px;
        font-size: 0.72rem;
        letter-spacing: 0.16em;
    }

    .vsl-founder-story-intro__content {
        padding: 2rem 1.5rem;
    }

    .vsl-contact__icon {
        right: 2%;
        bottom: 8%;
        width: 132px;
        opacity: 1;
    }

    .vsl-founder-story-intro__title {
        font-size: clamp(1.9rem, 9vw, 2.7rem);
    }

    .vsl-founder-story-intro__lead,
    .vsl-founder-story-intro__body {
        font-size: 0.98rem;
        line-height: 1.9;
    }

    .vsl-company-page__hero,
    .vsl-company-card,
    .vsl-company-note {
        border-radius: 24px;
    }

    .vsl-company-table__row {
        display: block;
        padding: 1rem 0 1.2rem;
    }

    .vsl-company-table__label {
        margin-bottom: 0.35rem;
    }

    .vsl-company-table__value--actions {
        margin-top: 0.2rem;
    }

    .vsl-site-footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

body.admin-bar .vsl-site-header-shell {
    top: 32px;
}

/* Founder page */
.vsl-founder-page {
    position: relative;
    min-height: 100vh;
}

.vsl-founder-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(229, 211, 181, 0.12), transparent 26%),
        radial-gradient(circle at 84% 18%, rgba(213, 193, 161, 0.1), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%, rgba(255, 255, 255, 0.01) 78%, transparent 100%);
    pointer-events: none;
}

.vsl-founder-page .vsl-shell {
    position: relative;
    z-index: 1;
}

.vsl-section-card {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.25rem);
    border: 1px solid rgba(213, 193, 161, 0.16);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(18, 24, 34, 0.92), rgba(14, 18, 26, 0.92));
    box-shadow: var(--vsl-shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.vsl-section-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(229, 211, 181, 0.08), transparent 34%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.03), transparent 28%);
    pointer-events: none;
}

.vsl-section-card > * {
    position: relative;
    z-index: 1;
}

.vsl-founder-page-hero {
    padding-top: clamp(4.5rem, 9vw, 7rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.vsl-founder-hero-card {
    padding: clamp(3rem, 6vw, 5.4rem);
    border-radius: 38px;
    text-align: center;
}

.vsl-founder-page-title {
    margin: 0;
    font-size: clamp(2.65rem, 6vw, 5rem);
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.vsl-founder-page-lead {
    margin: 1.75rem auto 0;
    max-width: 50rem;
    color: var(--vsl-text-soft);
    font-size: clamp(1rem, 1.8vw, 1.14rem);
    line-height: 2;
}

.vsl-founder-profile-intro {
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.vsl-founder-profile-columns {
    gap: clamp(1.8rem, 4vw, 3rem);
}

.vsl-founder-portrait-frame {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(213, 193, 161, 0.18);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
    box-shadow: var(--vsl-shadow);
}

.vsl-founder-portrait {
    margin: 0;
    aspect-ratio: 4 / 5;
}

.vsl-founder-portrait img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.vsl-founder-profile-card,
.vsl-founder-career-card,
.vsl-founder-timeline-card,
.vsl-founder-specialties-card,
.vsl-founder-credentials-card,
.vsl-founder-cta-card {
    height: 100%;
}

.vsl-founder-profile-card p:last-child,
.vsl-founder-career-card p:last-child,
.vsl-founder-timeline-card p:last-child,
.vsl-founder-cta-card p:last-child {
    margin-bottom: 0;
}

.vsl-founder-profile-card > p:not(.vsl-eyebrow):not(.vsl-founder-name):not(.vsl-founder-role) {
    margin: 1.1rem 0 0;
    color: var(--vsl-text-soft);
    line-height: 2;
}

.vsl-founder-name {
    margin: 1.4rem 0 0;
    color: var(--vsl-text);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    letter-spacing: 0.03em;
}

.vsl-founder-role {
    margin: 0.45rem 0 0;
    color: var(--vsl-accent);
    font-size: 0.94rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vsl-founder-career-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.9rem;
    margin: 1.8rem 0 1.6rem;
    padding: 0;
    list-style: none;
}

.vsl-founder-career-list li {
    padding: 0.95rem 1.1rem;
    border: 1px solid rgba(213, 193, 161, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--vsl-text);
    text-align: center;
    line-height: 1.5;
}

.vsl-founder-career-card > p:last-child {
    color: var(--vsl-text-soft);
    line-height: 2;
}

.vsl-founder-timeline-card {
    display: grid;
    gap: 0;
}

.vsl-founder-timeline-row {
    gap: clamp(1rem, 3vw, 2rem);
    margin: 0;
    padding: 1.4rem 0;
    border-top: 1px solid var(--vsl-border-soft);
}

.vsl-founder-timeline-row:first-of-type {
    margin-top: 1.5rem;
}

.vsl-founder-timeline-row p {
    margin: 0;
}

.vsl-founder-timeline-label {
    color: var(--vsl-accent);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vsl-founder-timeline-row .wp-block-column:last-child p {
    color: var(--vsl-text-soft);
    line-height: 1.95;
}

.vsl-founder-specialties-columns {
    gap: clamp(1rem, 3vw, 2rem);
    margin-top: 1.8rem;
}

.vsl-founder-specialties-card ul,
.vsl-founder-credentials-card ul {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--vsl-text-soft);
}

.vsl-founder-specialties-card li,
.vsl-founder-credentials-card li {
    margin: 0;
    padding: 0.3rem 0;
    line-height: 1.9;
}

.vsl-founder-cta-card {
    text-align: center;
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.vsl-founder-cta-card > p:last-of-type {
    max-width: 40rem;
    margin: 1.3rem auto 0;
    color: var(--vsl-text-soft);
    line-height: 1.95;
}

.vsl-founder-cta-actions {
    margin-top: 2rem;
}

@media (max-width: 781px) {
    .vsl-section-card,
    .vsl-founder-portrait-frame {
        border-radius: 24px;
    }

    .vsl-founder-hero-card {
        padding: 2.2rem 1.5rem;
        border-radius: 28px;
    }

    .vsl-founder-page-title {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .vsl-founder-page-lead {
        font-size: 0.98rem;
        line-height: 1.9;
    }

    .vsl-founder-profile-columns,
    .vsl-founder-specialties-columns {
        gap: 1.4rem;
    }

    .vsl-founder-career-list {
        grid-template-columns: 1fr;
    }

    .vsl-founder-timeline-row {
        padding: 1rem 0 1.2rem;
    }

    .vsl-founder-timeline-row .wp-block-column:first-child {
        margin-bottom: 0.4rem;
    }
}

@media (max-width: 768px) {
    body.admin-bar .vsl-site-header-shell {
        top: 46px;
    }
}
