/*
Theme-wide refinement layer.
Only intentional cross-page overrides belong here.
*/
:root {
    --site-gutter: clamp(20px, 4.2vw, 60px);
    --reading-width: 640px;
    --tap-size: 48px;
}

.voice-hero__title {
    max-width: 1040px;
    font-size: clamp(2.35rem, 3.8vw, 3.65rem);
}

.voice-hero__ghost {
    opacity: 0.72;
}

.contact-page .site-logo,
.privacy-page .site-logo {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 50%;
}

.navigation.pagination {
    width: min(1120px, 100%);
    margin: 54px auto 0;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.navigation.pagination .page-numbers {
    display: grid;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    place-items: center;
    border: 1px solid rgba(20, 20, 18, 0.16);
    border-radius: 50%;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination a.page-numbers:hover {
    background: #24231f;
    color: #fff;
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(219, 174, 88, 0.18);
}

@media (max-width: 767px) {
    .home-page .fv {
        z-index: 1;
        isolation: isolate;
        overflow: hidden;
    }

    .home-page .target-section {
        --target-lead-space: 96px;
        z-index: 3;
        isolation: isolate;
        margin-top: -32px;
        border-radius: 28px 28px 0 0;
        box-shadow: 0 -16px 38px rgba(18, 35, 39, 0.08);
    }

    .home-page .target-section__sticky {
        padding-top: 36px;
        padding-bottom: 20px;
    }

    .home-page .target-section__header {
        margin-bottom: 20px;
    }

    .home-page .fv__title {
        color: #171715;
        text-shadow: none;
    }

    .site-header {
        padding-right: 16px;
        padding-left: 16px;
    }

    .menu-btn,
    .header-link {
        min-height: 44px;
    }

    .page-hero,
    .voice-hero {
        min-height: 0;
        padding: 118px 20px 68px;
    }

    .page-hero__title {
        font-size: clamp(1.9rem, 8.5vw, 2.55rem);
        line-height: 1.25;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .voice-hero__title {
        max-width: 100%;
        font-size: clamp(1.9rem, 8.2vw, 2.5rem);
        line-height: 1.28;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .page-hero__desc,
    .voice-hero__desc,
    .news-section__desc,
    .ct-hero__desc {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .voice-hero__ghost {
        font-size: 7.5rem;
    }

    .news-section,
    .news-archive .news-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .news-article__header,
    .news-article__body,
    .news-article__nav,
    .news-article__back {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea,
    .contact-form button {
        min-height: var(--tap-size);
    }

    .site-footer__top {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* Mobile containment: keep long Japanese headings and rich content inside the viewport. */
@media (max-width: 767px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    .home-page #three-container,
    .home-page #three-container canvas {
        touch-action: pan-y;
    }

    .site-header {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .site-header__left {
        position: absolute;
        top: 14px;
        left: 14px;
    }

    .site-header__right {
        position: absolute;
        top: 14px;
        right: 14px;
        margin-left: 0;
        max-width: calc(100% - 82px);
    }

    .site-header .menu-btn {
        min-width: 62px;
        min-height: 42px;
        padding: 0 13px;
        border: 1px solid rgba(32, 32, 29, 0.18);
        border-radius: 999px;
        color: #20201d;
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 8px 24px rgba(20, 20, 18, 0.12);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        mix-blend-mode: normal;
    }

    main,
    main > section,
    .page-hero__inner,
    .ct-hero__inner,
    .ct-body,
    .contact-form,
    .voice-hero__inner,
    .voice-cases__layout,
    .voice-case,
    .voice-case__heading,
    .voice-builder-section,
    .service-summary,
    .service-detail__item-inner,
    .about-section__body,
    .about-section__text {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .page-hero__title,
    .service-summary__title,
    .service-detail__item-name,
    .about-section__title,
    .about-ai__title,
    .voice-hero__title,
    .voice-slider__heading,
    .voice-cases__title,
    .voice-case__client,
    .voice-case__title,
    .voice-case h2,
    .voice-builder-section__label,
    .voice-builder-section__question,
    .ct-hero__title,
    .contact-section__title {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
        text-wrap: wrap;
    }

    .page-hero__title {
        font-size: clamp(1.9rem, 8.5vw, 2.45rem);
        line-height: 1.22;
        letter-spacing: -0.035em;
    }

    .page-hero__desc,
    .voice-hero__desc,
    .ct-hero__desc {
        width: 100%;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .page-hero__facts,
    .ct-aside,
    .contact-form__fieldset,
    .contact-form__privacy {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ct-chips {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .ct-chips li {
        min-width: 0;
        padding: 7px 10px;
        text-align: center;
        overflow-wrap: anywhere;
    }

    .contact-form__input,
    .contact-form__select,
    .contact-form__textarea,
    .contact-form__submit {
        max-width: 100%;
        box-sizing: border-box;
    }

    .voice-case {
        overflow: hidden;
    }

    .voice-builder-section__label {
        padding: 20px 18px;
    }

    .voice-builder-section__question {
        align-items: flex-start;
        gap: 8px;
        font-size: 1rem;
        line-height: 1.7;
    }

    .voice-builder-section__content,
    .voice-builder-section__content p,
    .voice-case p,
    .voice-case li {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .site-footer__top,
    .site-footer__bottom {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-hero {
        padding-right: 36px;
        padding-left: 36px;
    }

    .page-hero__title,
    .voice-hero__title,
    .voice-case__client,
    .voice-builder-section__label,
    .voice-builder-section__question {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .voice-cases__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .voice-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Align the white interview article with the Interview section heading. */
.voice-cases__list {
    width: min(1120px, 100%);
}

.voice-case--longform {
    width: 100%;
    box-sizing: border-box;
}

/* 1.2 polish: header, breadcrumbs, editorial news, and Contact WebGL. */
.site-header {
    height: 94px;
    padding: 20px;
}

.site-logo {
    width: 58px;
    height: 58px;
}

.site-logo img {
    width: 44px;
    height: 44px;
}

.site-breadcrumb {
    position: absolute;
    z-index: 20;
    top: 104px;
    left: var(--site-gutter);
    max-width: calc(100% - (var(--site-gutter) * 2));
    color: rgba(32, 32, 29, 0.5);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
}

.site-breadcrumb ol {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-breadcrumb li {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-breadcrumb li + li::before {
    content: "/";
    margin: 0 9px;
    color: rgba(32, 32, 29, 0.25);
}

.site-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.site-breadcrumb a:hover {
    color: #98732f;
}

.contact-page .site-breadcrumb {
    color: rgba(255, 255, 255, 0.56);
}

/* News archive gets a more editorial, less template-like rhythm. */
.news-archive {
    background:
        radial-gradient(circle at 88% 8%, rgba(74, 146, 159, 0.1), transparent 28rem),
        #f4f1ea;
}

.news-archive .page-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border-bottom: 1px solid rgba(63, 143, 161, 0.12);
    background: linear-gradient(115deg, #152629 0%, #203a3e 54%, #122326 100%);
    color: #f4f2eb;
}

.news-archive .page-hero__inner {
    position: relative;
    z-index: 3;
}

.news-archive .page-hero__label { color: #d5ad62; }
.news-archive .page-hero__title { color: #fff; }
.news-archive .page-hero__desc { color: rgba(244, 242, 235, .68); }

.news-hero__webgl {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
}

.news-hero__webgl canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.news-hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 31, 34, .76) 0%, rgba(18, 35, 38, .43) 48%, rgba(18, 35, 38, .08) 100%);
    pointer-events: none;
}

.news-hero__word {
    position: absolute;
    z-index: 2;
    right: -.035em;
    bottom: -.18em;
    margin: 0;
    color: rgba(255,255,255,.045);
    font-size: clamp(7rem, 18vw, 17rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.07em;
    pointer-events: none;
}

@media (max-width: 767px) {
    .news-archive .page-hero { min-height: 470px; padding-top: 142px; padding-bottom: 76px; }
    .news-hero::after { background: linear-gradient(180deg, rgba(15,31,34,.72), rgba(15,31,34,.38)); }
    .news-hero__webgl { opacity: .78; }
    .news-hero__word { font-size: 6.2rem; }
}

.news-archive-grid {
    position: relative;
}

.news-hub { padding: 104px max(5vw, 32px) 124px; background: #f4f1ea; }
.news-hub__section { position: relative; z-index: 1; width: min(1200px, 100%); margin: 0 auto; }
.news-hub__section + .news-hub__section { margin-top: 112px; padding-top: 104px; border-top: 1px solid rgba(35,52,57,.16); }
.news-hub__section--pinned { width: min(1260px, 100%); padding: clamp(28px,4vw,52px); background: linear-gradient(135deg,rgba(224,210,178,.58),rgba(255,255,255,.42)); }
.news-hub__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.news-hub__eyebrow { margin: 0 0 8px; color: #a87b2d; font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.news-hub__header h2 { margin: 0; color: #213135; font-size: clamp(1.75rem,3vw,2.8rem); font-weight: 500; letter-spacing: -.025em; }
.news-hub__side { display: flex; align-items: flex-end; gap: 24px; }
.news-hub__side > p { max-width: 340px; margin: 0; color: #676964; font-size: .78rem; line-height: 1.9; }
.news-slider { overflow: hidden; }
.news-slider .news-list { display: flex; grid-template: none; gap: 22px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.news-slider .news-list::-webkit-scrollbar { display: none; }
.news-slider .news-list__item { flex: 0 0 calc((100% - 66px) / 4); scroll-snap-align: start; }
.news-slider .news-list--count-1 { justify-content: center; }
.news-slider .news-list--count-1 .news-list__item { flex-basis: min(520px, 100%); }
.news-slider .news-list--count-2 .news-list__item { flex-basis: calc((100% - 22px) / 2); }
.news-slider .news-list--count-3 .news-list__item { flex-basis: calc((100% - 44px) / 3); }
.news-archive .news-slider .news-list > .news-list__item,
.news-archive .news-slider .news-list > .news-list__item:first-child {
    position: relative;
    top: auto;
    align-self: stretch;
    margin-top: 0;
    grid-row: auto;
}
.news-slider__controls { display: flex; gap: 8px; flex: 0 0 auto; }
.news-hub__section.is-static-news-list .news-slider__controls { visibility: hidden; pointer-events: none; }
.news-hub__section:has(.news-empty) .news-slider__controls { display: none; }
.news-slider__controls button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid rgba(35,52,57,.2); border-radius: 50%; background: rgba(255,255,255,.5); color: #213135; cursor: pointer; transition: background .25s ease, color .25s ease, opacity .25s ease; }
.news-slider__controls button:hover:not(:disabled) { background: #213135; color: #fff; }
.news-slider__controls button:disabled { opacity: .28; cursor: default; }
.news-list__badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; background: rgba(22,39,42,.9); color: #f3e5c5; font-size: .58rem; font-weight: 700; letter-spacing: .12em; }
.news-list__badge--rank {
    display: grid;
    width: 58px;
    height: 58px;
    padding: 0;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    background: #16272a;
    box-shadow: 0 8px 20px rgba(15,20,20,.2);
    font-size: .68rem;
    letter-spacing: .02em;
}
.news-list__badge--rank-1 {
    top: 12px;
    width: 66px;
    height: 66px;
    border-color: rgba(244,217,135,.82);
    box-shadow: 0 9px 24px rgba(142,97,12,.38);
}
.news-list__rank-icon {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.news-list__badge--rank .news-list__badge-label { position: relative; z-index: 1; color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .01em; line-height: 1; text-shadow: 0 1px 5px rgba(0,0,0,.72); }
.news-list__badge--rank-1 .news-list__badge-label { transform: translateY(8px); color: #fff8df; }
.news-list__badge--rank-2 { border-color: rgba(224,229,231,.72); }
.news-list__badge--rank-3 { border-color: rgba(210,143,93,.72); }
.news-list__badge--rank-4 { width: auto; height: auto; padding: 7px 10px; border-radius: 2px; border-color: rgba(255,255,255,.24); background: rgba(22,39,42,.82); color: #e7e7e2; box-shadow: none; }
.news-list--pinned .news-list__link { background: rgba(255,255,255,.78); box-shadow: 0 18px 44px rgba(56,46,30,.08); }
.news-hub .page-numbers { display: flex; justify-content: center; gap: 8px; margin: 52px 0 0; padding: 0; list-style: none; }
.news-hub .page-numbers a, .news-hub .page-numbers span { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid rgba(35,52,57,.18); }
.news-hub .page-numbers .current { background: #213135; color: #fff; }
.news-empty { position: relative; padding: clamp(52px,7vw,86px) 28px; overflow: hidden; border: 1px solid rgba(35,52,57,.12); background: rgba(255,255,255,.55); text-align: center; }
.news-empty::before { content: "NEWS"; position: absolute; top: 50%; left: 50%; color: rgba(35,52,57,.035); font-size: clamp(5rem,14vw,11rem); font-weight: 700; letter-spacing: -.06em; line-height: 1; transform: translate(-50%,-50%); pointer-events: none; }
.news-empty > * { position: relative; z-index: 1; }
.news-empty__eyebrow { margin: 0 0 12px; color: #a87b2d; font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.news-empty h2 { margin: 0; color: #213135; font-size: clamp(1.45rem,2.8vw,2.15rem); font-weight: 500; letter-spacing: -.02em; }
.news-empty h2 + p { margin: 18px 0 0; color: #676964; font-size: .84rem; line-height: 1.9; }
.news-empty--compact { padding: 42px 24px; }
.news-empty--compact::before { display: none; }
.news-empty--compact p { margin: 0; color: #676964; }

@media (max-width: 767px) {
    .news-hub { padding: 72px 20px 90px; }
    .news-hub__section + .news-hub__section { margin-top: 72px; padding-top: 68px; }
    .news-hub__section--pinned { padding: 24px 18px 28px; }
    .news-hub__header { display: block; margin-bottom: 28px; }
    .news-hub__side { align-items: center; justify-content: space-between; margin-top: 14px; }
    .news-hub__side > p { max-width: 230px; }
    .news-slider .news-list__item { flex-basis: 84%; }
    .news-slider .news-list--count-1 .news-list__item { flex-basis: 100%; }
    .news-slider .news-list--count-2 .news-list__item,
    .news-slider .news-list--count-3 .news-list__item { flex-basis: 84%; }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .news-slider .news-list__item { flex-basis: calc((100% - 22px) / 2); }
    .news-slider .news-list--count-1 .news-list__item { flex-basis: min(520px, 100%); }
    .news-slider .news-list--count-2 .news-list__item,
    .news-slider .news-list--count-3 .news-list__item { flex-basis: calc((100% - 22px) / 2); }
}

.news-archive-grid::before {
    content: "JOURNAL";
    position: absolute;
    top: 22px;
    right: 4vw;
    color: rgba(33, 49, 53, 0.035);
    font-size: clamp(5rem, 14vw, 12rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    pointer-events: none;
}

.news-archive .news-list {
    position: relative;
    gap: 26px;
}

.news-archive .news-slider .news-list > .news-list__item > .news-list__link,
.news-archive .news-slider .news-list > .news-list__item:first-child > .news-list__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(63, 143, 161, 0.13);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 50px rgba(35, 52, 57, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.news-archive .news-list__link:hover {
    transform: translateY(-5px);
    border-color: rgba(211, 169, 81, 0.42);
    box-shadow: 0 24px 64px rgba(35, 52, 57, 0.13);
}

.news-archive .news-list__img {
    position: relative;
    overflow: hidden;
}

.news-archive .news-list__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(15, 18, 18, 0.28));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.news-archive .news-list__link:hover .news-list__img::after {
    opacity: 1;
}

.news-list__read {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 14px;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.news-list__link:hover .news-list__read {
    opacity: 1;
    transform: none;
}

.news-archive .news-slider .news-list > .news-list__item > .news-list__link > .news-list__body,
.news-archive .news-slider .news-list > .news-list__item:first-child > .news-list__link > .news-list__body {
    position: relative;
    flex: 1 1 auto;
    padding: 24px 24px 66px;
}

.news-archive .news-list__meta { margin-top: 0; }

.news-archive .news-slider .news-list > .news-list__item .news-list__meta {
    min-height: 25px;
    align-items: center;
}

.news-archive .news-list > .news-list__item .news-list__excerpt {
    display: -webkit-box;
    height: calc(1.85em * 3);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-list__arrow {
    position: absolute;
    right: 24px;
    bottom: 28px;
    display: block;
    width: 42px;
    height: 16px;
    color: transparent;
    font-size: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-list__arrow::before,
.news-list__arrow::after {
    content: "";
    position: absolute;
    right: 0;
    background: #315f68;
}

.news-list__arrow::before {
    top: 8px;
    width: 42px;
    height: 1px;
}

.news-list__arrow::after {
    top: 4px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #315f68;
    border-right: 1px solid #315f68;
    background: transparent;
    transform: rotate(45deg);
}

.news-list__link:hover .news-list__arrow {
    transform: translateX(5px);
}

/* Richer article typography for native WordPress blocks. */
.news-article__body h2 {
    position: relative;
    padding: 0.72em 0 0.72em 1em;
    border-left: 4px solid #d3a951;
    background: linear-gradient(90deg, rgba(211, 169, 81, 0.11), transparent 78%);
    color: #1c292c;
}

.news-article__body h3 {
    padding-bottom: 0.55em;
    border-bottom: 1px solid rgba(63, 143, 161, 0.22);
    color: #263c41;
}

.news-article__body blockquote {
    position: relative;
    padding: 2em 2em 1.8em 3.2em;
    border: 0;
    border-radius: 3px;
    background: linear-gradient(135deg, #edf2f1, #f7f3e9);
    color: #42575c;
}

.news-article__body blockquote::before {
    content: "“";
    position: absolute;
    top: 0.12em;
    left: 0.28em;
    color: rgba(74, 146, 159, 0.32);
    font-family: Georgia, serif;
    font-size: 4rem;
    line-height: 1;
}

.news-article__body ul,
.news-article__body ol {
    padding: 1.25em 1.5em 1.25em 3.2em;
    border: 1px solid rgba(63, 143, 161, 0.13);
    border-radius: 3px;
    background: rgba(244, 247, 246, 0.78);
}

.news-article__body li::marker {
    color: #b3832f;
    font-weight: 700;
}

.news-article__body a {
    color: #2f7888;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

.news-article__body .wp-block-table {
    overflow-x: auto;
    margin: 2.4em 0;
}

.news-article__body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.news-article__body th,
.news-article__body td {
    padding: 0.9em 1em;
    border: 1px solid rgba(35, 52, 57, 0.14);
}

.news-article__body th {
    background: #edf2f1;
    text-align: left;
}

.news-related {
    width: min(760px, calc(100% - 40px));
    margin: 88px auto 0;
    padding: 34px 38px 16px;
    border-top: 1px solid rgba(35, 52, 57, 0.18);
    border-bottom: 1px solid rgba(35, 52, 57, 0.18);
}

.news-related__label {
    margin: 0 0 6px;
    color: #a77c2e;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.news-related__title {
    margin: 0 0 20px;
    font-size: 1.45rem;
}

.news-related__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-related__list a {
    display: grid;
    grid-template-columns: 92px 1fr 30px;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(35, 52, 57, 0.1);
    color: #252724;
    text-decoration: none;
}

.news-related__list time {
    color: #8a8c87;
    font-size: 0.72rem;
}

.news-related__list span {
    font-weight: 650;
    line-height: 1.6;
}

.news-related__list b {
    color: #3c7f8b;
    font-weight: 400;
}

/* Contact: restrained interactive constellation behind the existing content. */
.ct-hero__webgl {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 1;
    pointer-events: auto;
}

.ct-hero__webgl::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 15, 14, 0.92) 0%, rgba(15, 15, 14, 0.54) 46%, rgba(15, 15, 14, 0.06) 100%);
    pointer-events: none;
}

.ct-hero__webgl canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.ct-hero__inner {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.ct-hero__inner a,
.ct-hero__inner button {
    pointer-events: auto;
}

@media (max-width: 767px) {
    .site-header {
        height: 78px;
        padding: 14px;
    }

    .site-logo {
        width: 50px;
        height: 50px;
    }

    .site-logo img {
        width: 38px;
        height: 38px;
    }

    .site-breadcrumb {
        top: 88px;
        left: 20px;
        max-width: calc(100% - 40px);
    }

    .news-archive .news-slider .news-list > .news-list__item > .news-list__link > .news-list__body,
    .news-archive .news-slider .news-list > .news-list__item:first-child > .news-list__link > .news-list__body {
        padding: 22px 20px 58px;
    }

    .news-list__read {
        display: none;
    }

    .news-article__body h2 {
        padding-left: 0.8em;
    }

    .news-article__body blockquote {
        padding: 1.7em 1.3em 1.5em 2.6em;
    }

    .news-article__body ul,
    .news-article__body ol {
        padding: 1.1em 1em 1.1em 2.5em;
    }

    .news-related {
        width: calc(100% - 40px);
        margin-top: 64px;
        padding: 28px 0 10px;
    }

    .news-related__list a {
        grid-template-columns: 1fr 26px;
        gap: 10px;
    }

    .news-related__list time {
        grid-column: 1 / -1;
        margin-bottom: -4px;
    }

    .ct-hero__webgl {
        opacity: 0.88;
    }

    .ct-hero__webgl::after {
        background: linear-gradient(180deg, rgba(15, 15, 14, 0.7), rgba(15, 15, 14, 0.28));
    }
}

@media (prefers-reduced-motion: reduce) {
    .news-archive .news-list__link,
    .news-list__read,
    .news-list__arrow {
        transition: none;
    }
}

/* Contact Form 7 keeps the existing branded form layout. */
.contact-form--cf7 .wpcf7,
.contact-form--cf7 .wpcf7-form {
    width: 100%;
}

.contact-form--cf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-form--cf7 .wpcf7-form > p {
    margin: 0;
}

.contact-form--cf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact-form--cf7 .contact-form__checks .wpcf7-list-item {
    margin: 0;
}

.contact-form--cf7 .contact-form__checks label,
.contact-form--cf7 .wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
    cursor: pointer;
    font-size: 0.82rem;
    line-height: 1.5;
}

.contact-form--cf7 input[type="checkbox"] {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    accent-color: #dbae58;
}

.contact-form--cf7 .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #9f3030;
    font-size: 0.74rem;
}

.contact-form--cf7 .wpcf7-response-output {
    margin: 0 !important;
    padding: 14px 16px !important;
    border-width: 1px !important;
    font-size: 0.82rem;
    line-height: 1.7;
}

.contact-form--cf7 .wpcf7-spinner {
    align-self: center;
    margin: -12px auto 0;
}

/* Restore the quotation mark behind Client Voice company names. */
.voice-pickup__client {
    position: relative;
    z-index: 1;
    isolation: isolate;
    display: inline-block;
    margin: 10px 0 18px;
    padding: 8px 14px 8px 16px;
    border-left: 3px solid #d3a951;
    background: linear-gradient(90deg, rgba(211, 169, 81, 0.14), rgba(255, 255, 255, 0));
    color: #202b2e;
    font-size: clamp(0.88rem, 1.1vw, 1rem);
    font-weight: 750;
    letter-spacing: 0.045em;
    line-height: 1.65;
}

.voice-pickup__client::before {
    content: "“";
    position: absolute;
    z-index: -1;
    top: -0.58em;
    left: -0.16em;
    color: rgba(7, 21, 121, 0.09);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .voice-pickup__client {
        margin-bottom: 16px;
        padding: 7px 11px 7px 13px;
        font-size: 0.86rem;
    }

    .voice-pickup__client::before {
        top: -0.5em;
        font-size: 4.8rem;
    }
}

/* Flexible media layouts selected from the Voice post block editor. */
.voice-case .wp-block-image {
    margin: 34px auto;
}

.voice-case .wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.voice-case .wp-block-image.is-style-voice-portrait {
    width: min(430px, 72%);
}

.voice-case .wp-block-image.is-style-voice-portrait img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.voice-case .wp-block-image.is-style-voice-landscape {
    width: min(760px, 100%);
}

.voice-case .wp-block-image.is-style-voice-landscape img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.voice-case .wp-block-image.is-style-voice-wide {
    width: 100%;
}

.voice-case .wp-block-image.is-style-voice-wide img {
    max-height: 680px;
    object-fit: contain;
    background: #ebe9e3;
}

.voice-case .wp-block-image.is-style-voice-feature,
.voice-case .alignwide {
    width: calc(100% + clamp(24px, 6vw, 92px));
    max-width: none;
    margin-left: calc(clamp(12px, 3vw, 46px) * -1);
}

.voice-case .wp-block-image.is-style-voice-feature img {
    max-height: 760px;
    object-fit: cover;
}

.voice-case .wp-block-image figcaption,
.voice-case .wp-block-gallery figcaption {
    margin-top: 9px;
    color: #78756f;
    font-size: 0.72rem;
    line-height: 1.7;
    text-align: center;
}

.voice-case .wp-block-gallery.is-style-voice-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 38px 0;
}

.voice-case .wp-block-gallery.is-style-voice-gallery figure {
    width: 100% !important;
    margin: 0 !important;
}

.voice-case .wp-block-gallery.is-style-voice-gallery img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}

.voice-case .wp-block-media-text {
    gap: clamp(24px, 4vw, 52px);
    margin: 46px 0;
}

.voice-case .wp-block-media-text__content {
    padding: 0;
}

.voice-case .wp-block-quote.is-style-voice-highlight {
    border-left-color: #d3a951;
    background: linear-gradient(135deg, #ebe7df, #f3eee2);
}

@media (max-width: 767px) {
    .voice-case .wp-block-image.is-style-voice-portrait {
        width: min(290px, 88%);
    }

    .voice-case .wp-block-image.is-style-voice-feature,
    .voice-case .alignwide {
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .voice-case .wp-block-gallery.is-style-voice-gallery {
        grid-template-columns: 1fr;
    }

    .voice-case .wp-block-gallery.is-style-voice-gallery img {
        min-height: 0;
        max-height: 480px;
    }

    .voice-case .wp-block-media-text {
        grid-template-columns: 1fr !important;
    }

    .voice-case .wp-block-media-text .wp-block-media-text__media,
    .voice-case .wp-block-media-text .wp-block-media-text__content {
        grid-column: 1 !important;
    }

    .voice-case .wp-block-media-text .wp-block-media-text__media {
        grid-row: 1 !important;
    }

    .voice-case .wp-block-media-text .wp-block-media-text__content {
        grid-row: 2 !important;
    }
}

/* Structured Voice interview sections created in the repeatable meta box. */
.voice-builder-section {
    margin-top: clamp(76px, 8vw, 112px);
    padding-top: clamp(42px, 5vw, 64px);
    border-top: 1px solid rgba(41, 41, 37, 0.14);
}

.voice-builder-section:first-of-type {
    margin-top: 26px;
    padding-top: 28px;
}

.voice-builder-section__label {
    display: block;
    margin: 0 0 36px;
    padding: 28px 32px;
    border-left: 3px solid #9a8260;
    background: #ebe7df;
    color: #292925;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
}

.voice-builder-section__question {
    display: flex;
    align-items: baseline;
    gap: 10px;
    max-width: 820px;
    margin: 0 0 36px;
    color: #202a2d;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.75;
    letter-spacing: 0;
}

.voice-builder-section__question::before {
    content: "Q.";
    flex: 0 0 auto;
    color: #b38431;
    font-family: Georgia, serif;
    font-size: 0.92em;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.voice-builder-section__content {
    width: min(920px, 100%);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #4f4d48;
    font-size: 0.96rem;
    line-height: 2.35;
}

.voice-builder-section__content p {
    margin: 0 0 1.95em;
}

.voice-builder-section__content p:last-child {
    margin-bottom: 0;
}

.voice-builder-section__images {
    display: grid;
    align-items: center;
    box-sizing: border-box;
    gap: clamp(14px, 2vw, 24px);
    width: min(760px, 100%);
    margin: 52px auto 0;
    padding: clamp(8px, 1vw, 12px);
    counter-reset: voice-image;
}

.voice-builder-section__images.is-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.voice-builder-section__images.is-single {
    grid-template-columns: 1fr;
}

.voice-builder-section__image {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 3px;
    background: #e9e7e1;
    box-shadow: 0 18px 44px rgba(30, 34, 33, 0.16), 0 2px 8px rgba(30, 34, 33, 0.08);
    counter-increment: voice-image;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.voice-builder-section__image::after {
    display: none;
}

.voice-builder-section__images.is-pair .voice-builder-section__image:first-child {
    transform: rotate(-0.7deg);
}

.voice-builder-section__images.is-pair .voice-builder-section__image:last-child {
    transform: rotate(0.7deg);
}

.voice-builder-section__image:hover {
    z-index: 2;
    transform: translateY(-4px) rotate(0deg) !important;
    box-shadow: 0 24px 58px rgba(30, 34, 33, 0.2), 0 3px 10px rgba(30, 34, 33, 0.08);
}

.voice-builder-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.voice-builder-section__image.is-ratio-auto img {
    height: auto;
    max-height: 500px;
    object-fit: contain;
    object-position: center center;
}

.voice-builder-section__image.is-ratio-16-9 { aspect-ratio: 16 / 9; }
.voice-builder-section__image.is-ratio-16-4 { aspect-ratio: 16 / 4; }
.voice-builder-section__image.is-ratio-4-3 { aspect-ratio: 4 / 3; }
.voice-builder-section__image.is-ratio-3-4 { aspect-ratio: 3 / 4; }
.voice-builder-section__image.is-ratio-1-1 { aspect-ratio: 1 / 1; }

.voice-builder-section__images.is-single .is-ratio-3-4 {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}

.voice-builder-section__images.is-single .is-ratio-16-9,
.voice-builder-section__images.is-single .is-ratio-4-3 {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.voice-builder-section__images.is-single .is-ratio-16-4 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.voice-builder-section__images.is-single .is-ratio-1-1 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .voice-builder-section:first-of-type {
        margin-top: 22px;
        padding-top: 24px;
    }

    .voice-builder-section {
        margin-top: 68px;
        padding-top: 38px;
    }

    .voice-builder-section__question {
        margin-bottom: 28px;
        gap: 8px;
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .voice-builder-section__label {
        margin-bottom: 28px;
        padding: 22px 20px;
        font-size: 0.98rem;
    }

    .voice-builder-section__content {
        font-size: 0.92rem;
        line-height: 2.2;
    }

    .voice-builder-section__images.is-pair {
        grid-template-columns: 1fr;
    }

    .voice-builder-section__images {
        width: min(100%, 500px);
        margin-top: 40px;
        padding: 4px;
    }

    .voice-builder-section__image {
        border-width: 5px;
    }

    .voice-builder-section__images.is-pair .voice-builder-section__image:first-child,
    .voice-builder-section__images.is-pair .voice-builder-section__image:last-child {
        transform: none;
    }

    .voice-builder-section__image.is-ratio-16-4 {
        aspect-ratio: 16 / 7;
    }

    .voice-builder-section__images.is-single .is-ratio-3-4 {
        max-width: 300px;
    }
}
