html {
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0;
    scroll-behavior: smooth;
}

html.wp-toolbar,
html:has(body.admin-bar) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body {
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
    font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #12213c;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(230, 0, 18, .05), transparent 24rem),
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#wpadminbar {
    display: none !important;
}

.site-shell {
    max-width: 1160px;
    margin-inline: auto;
}

.site-language-bar {
    margin: 0;
    padding-top: 0;
    line-height: 1;
}

.site-language-bar > .site-shell {
    min-height: 26px !important;
    align-items: center !important;
    font-size: 12px !important;
}

.site-language-bar .language-switcher-top {
    padding-top: .05rem !important;
    padding-bottom: .05rem !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(226, 232, 240, .82);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 4px 14px rgba(8, 28, 61, .08);
    backdrop-filter: blur(12px);
}

.site-header-inner {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-inline: 1.5rem;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #062653;
    text-decoration: none;
}

.site-brand img {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
}

.site-brand span {
    display: block;
}

.site-header nav[aria-label="グローバルナビゲーション"] {
    display: none;
    align-items: center;
    gap: .35rem;
    color: #12213c;
    font-size: 13px;
    font-weight: 800;
}

.site-header nav[aria-label="グローバルナビゲーション"] a {
    border-radius: 6px;
    padding: .5rem .35rem;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s ease, background-color .18s ease;
}

.site-header nav[aria-label="グローバルナビゲーション"] a:hover {
    color: #e60012;
}

.site-header > .site-shell > a[href*="/contact/"] {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 42px;
    border-radius: 5px;
    background: #e60012;
    padding-inline: .9rem;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(8, 28, 61, .11);
}

.site-header > .site-shell > a[href*="/contact/"]:hover {
    background: #b91c1c;
}

.mobile-nav {
    position: relative;
}

.site-footer {
    background: #062653 !important;
    color: #fff;
    padding: 1.75rem 1rem;
}

.site-footer-grid {
    display: grid;
    gap: 1.75rem;
}

.site-footer-brand-row {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.site-footer-logo {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #fff;
    object-fit: cover;
}

.site-footer-title {
    margin: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.site-footer-subtitle,
.site-footer-text,
.site-footer-list,
.site-footer-address,
.site-footer-bottom {
    color: #dbeafe;
}

.site-footer-subtitle {
    margin-top: .25rem;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}

.site-footer-text {
    margin-top: 1rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.85;
}

.site-footer h3 {
    margin: 0 0 .75rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.site-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .5rem;
    font-size: .875rem;
}

.site-footer-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #dbeafe;
    text-decoration: none;
    transition: color .18s ease;
}

.site-footer-link:hover {
    color: #fff;
}

.site-footer-address {
    display: flex;
    gap: .5rem;
    margin: 0;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.85;
}

.site-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.site-footer-social {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: #062653;
    font-size: .75rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.site-footer-social-facebook {
    color: #0b3f86;
    font-size: 1.15rem;
}

.site-footer-social-instagram {
    background: linear-gradient(135deg, #fde047 0%, #ec4899 50%, #7e22ce 100%);
    color: #fff;
}

.site-footer-social-line {
    background: #22c55e;
    color: #fff;
}

.site-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 1rem;
    text-align: center;
    font-size: .75rem;
}

.site-footer-bottom p {
    margin: 0;
}

.site-footer-bottom a {
    color: #dbeafe;
    text-decoration: none;
}

.site-footer-bottom a:hover {
    color: #fff;
}

.site-contact-cta-card {
    background: #062653 !important;
    color: #fff !important;
}

.site-contact-cta-title {
    color: #fff !important;
}

.site-contact-cta-lead {
    color: #dbeafe !important;
}

.site-contact-cta-actions {
    align-items: center;
}

.site-contact-cta-primary,
.site-contact-cta-secondary {
    min-height: 48px;
    border-radius: 5px;
    text-decoration: none;
}

.site-contact-cta-primary {
    background: #e60012 !important;
    color: #fff !important;
}

.site-contact-cta-secondary {
    background: #fff !important;
    color: #062653 !important;
}

.sponsor-logo-img {
    display: block;
    width: min(100%, 210px);
    max-height: 58px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(8, 28, 61, .08));
}

.sponsor-name-with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    color: #062653;
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.sponsor-icon-img {
    width: 42px;
    height: 42px;
    flex: none;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(8, 28, 61, .13);
}

@media (min-width: 640px) {
    .site-footer-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .site-header > .site-shell > a[href*="/contact/"] {
        display: inline-flex;
    }

    .site-footer {
        padding-inline: 1.5rem;
    }

    .site-footer-grid {
        grid-template-columns: 1.45fr 1.1fr 1.15fr .9fr;
    }
}

@media (min-width: 1024px) {
    .site-header nav[aria-label="グローバルナビゲーション"] {
        display: flex;
    }

    .mobile-nav {
        display: none;
    }
}

.icon {
    width: 1.2em;
    height: 1.2em;
    display: inline-flex;
    flex: none;
}

.icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mini-paddle {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    transform: rotate(-28deg);
}

.mini-paddle::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #e60012;
    box-shadow: inset -2px -2px 0 rgba(0, 0, 0, .12);
}

.mini-paddle::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 12px;
    width: 12px;
    height: 5px;
    border-radius: 999px;
    background: #062653;
}

.card-border {
    border: 1px solid rgba(6, 38, 83, .10);
}

.brand-logo-text {
    letter-spacing: .01em;
}

.page-hero {
    background:
        linear-gradient(108deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .98) 55%, rgba(255, 255, 255, .74) 55.2%, transparent 63%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.page-hero-photo {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.member-carousel {
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(6, 38, 83, .35) transparent;
}

.member-card {
    scroll-snap-align: start;
}

.member-filter-button {
    position: relative;
}

.member-filter-button.is-active {
    border-color: rgba(230, 0, 18, .38);
    background: #fff1f2;
    color: #e60012;
    box-shadow: 0 8px 20px rgba(230, 0, 18, .12);
}

.member-filter-button.is-active::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: .55rem;
    height: 3px;
    border-radius: 999px;
    background: #e60012;
}

.member-filter-card {
    transition: transform .22s ease, opacity .22s ease, box-shadow .22s ease;
}

.member-filter-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(8, 28, 61, .13);
}

.member-card-pop {
    animation: memberCardPop .34s ease both;
}

@keyframes memberCardPop {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.business-visual {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.business-visual::before {
    content: "";
    position: absolute;
    inset: -18% -28% -12% 20%;
    transform: skewX(-18deg);
    background: rgba(255, 255, 255, .62);
    z-index: -1;
}

.business-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(6, 38, 83, .055) 0 1px, transparent 1px 22px),
        repeating-linear-gradient(0deg, rgba(6, 38, 83, .04) 0 1px, transparent 1px 22px);
    opacity: .62;
    z-index: -2;
}

.business-visual-red {
    background: linear-gradient(135deg, #fff7f7 0%, #ffffff 42%, #ffe8ea 100%);
}

.business-visual-blue {
    background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 44%, #e5f0ff 100%);
}

.business-visual-mobile {
    display: none;
}

.business-icon-badge {
    line-height: 1;
}

.business-icon-badge .icon {
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.business-icon-badge .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.asset-cutout {
    filter: drop-shadow(0 20px 24px rgba(6, 38, 83, .22));
}

.section-title-line {
    position: relative;
}

.section-title-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1px;
    background: linear-gradient(90deg, rgba(230, 0, 18, .5), rgba(6, 38, 83, .12), transparent);
}

.article-body h2 {
    margin-top: 2rem;
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 900;
    color: #062653;
}

.article-body p {
    margin-top: 1rem;
    line-height: 2;
    color: #334155;
    font-weight: 500;
}

.article-body ul {
    margin-top: 1rem;
    display: grid;
    gap: .55rem;
}

.article-body li {
    line-height: 1.8;
    color: #334155;
    font-weight: 700;
}

.blog-filter-chip {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: 1px solid rgba(6, 38, 83, .12);
    border-radius: 999px;
    background: #fff;
    padding: .55rem 1rem;
    color: #12213c;
    font-size: .82rem;
    font-weight: 900;
    box-shadow: 0 4px 14px rgba(8, 28, 61, .06);
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.blog-filter-chip span {
    display: inline-flex;
    min-width: 1.65rem;
    height: 1.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: .7rem;
}

.blog-filter-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(230, 0, 18, .28);
    box-shadow: 0 8px 20px rgba(8, 28, 61, .1);
}

.blog-filter-chip.is-active {
    border-color: #e60012;
    background: #e60012;
    color: #fff;
    box-shadow: 0 10px 24px rgba(230, 0, 18, .18);
}

.blog-filter-chip.is-active span {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.blog-search-input {
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.blog-search-input:focus {
    transform: translateY(-1px);
}

.blog-card {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
}

.blog-card:hover {
    transform: translateY(-3px);
    border-color: rgba(6, 38, 83, .18);
    box-shadow: 0 14px 30px rgba(8, 28, 61, .13);
}

.blog-card[hidden] {
    display: none !important;
}

.home-blog-feed-card {
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease;
}

.home-blog-feed-card:last-child {
    border-bottom: 0;
}

.home-blog-feed-card:hover {
    background: #f8fafc;
}

.home-blog-feed-card:active {
    transform: scale(.985);
}

.home-blog-feed-tab {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #f3f4f6;
    color: #343943;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.home-blog-feed-tab.is-active {
    background: #050505;
    color: #fff;
}

.home-blog-feed-label {
    display: inline-flex;
    min-height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef8ff;
    padding: 0 .55rem;
    color: #0c6f9f;
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.home-blog-feed-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.contact-faq details {
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.contact-faq details[open] {
    border-color: rgba(230, 0, 18, .22);
    background: #fff;
    box-shadow: 0 8px 20px rgba(8, 28, 61, .08);
}

.contact-faq summary span {
    transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.contact-faq details[open] summary span {
    background: #e60012;
    color: #fff;
    transform: rotate(45deg);
}

details summary::-webkit-details-marker {
    display: none;
}

.mobile-scroll-cards,
.mobile-filter-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(6, 38, 83, .28) transparent;
}

.mobile-scroll-shell {
    position: relative;
}

.mobile-scroll-arrow {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .member-card-pop {
        animation: none;
    }

    .member-filter-card {
        transition: none;
    }
}

@media (max-width: 767px) {
    body {
        background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    }

    a,
    button,
    summary,
    [role="button"] {
        cursor: pointer;
        touch-action: manipulation;
        -webkit-tap-highlight-color: rgba(230, 0, 18, .18);
    }

    a.is-tapping,
    button.is-tapping,
    summary.is-tapping,
    [role="button"].is-tapping,
    .blog-card.is-tapping,
    .member-card.is-tapping,
    .member-filter-button.is-tapping {
        opacity: .9;
        transform: scale(.985);
    }

    .blog-list-card.is-tapping,
    .home-blog-feed-card.is-tapping {
        background: #eff6ff !important;
        box-shadow: 0 6px 16px rgba(8, 28, 61, .12) !important;
        transform: scale(.99);
    }

    .mobile-nav-links a.is-tapping,
    .blog-filter-chip.is-tapping,
    .home-blog-feed-tab.is-tapping,
    .member-filter-button.is-tapping {
        background: #eaf3ff !important;
        border-color: rgba(6, 38, 83, .22) !important;
    }

    .bg-clubRed.is-tapping,
    .mobile-nav-links a.mobile-nav-contact.is-tapping {
        background: #b91c1c !important;
        opacity: 1;
        box-shadow: 0 6px 14px rgba(230, 0, 18, .22) !important;
    }

    .site-shell {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .site-shell > *,
    .site-shell .grid > *,
    form,
    label {
        min-width: 0;
    }

    .page-hero,
    .page-hero *,
    .member-filter-card,
    .member-filter-card *,
    #alumni-members,
    #alumni-members *,
    #japan-members,
    #japan-members * {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .site-shell input,
    .site-shell select,
    .site-shell textarea {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .site-header {
        z-index: 1000;
    }

    .site-header-inner {
        position: relative;
        min-height: 52px !important;
        gap: .75rem !important;
        padding-inline: .9rem !important;
    }

    .site-brand {
        min-width: 0;
        flex: 1 1 auto;
        max-width: 100%;
        padding-right: 118px;
    }

    .site-brand img {
        width: 32px !important;
        height: 32px !important;
        flex: 0 0 auto;
    }

    .brand-logo-text {
        max-width: calc(100vw - 182px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13.5px !important;
    }

    .site-brand .tracking-\[\.16em\],
    .site-brand .tracking-\[\.15em\] {
        max-width: calc(100vw - 182px);
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: .08em !important;
        font-size: 7px !important;
    }

    .mobile-header-actions,
    .mobile-inline-language-switcher {
        flex: 0 0 auto;
    }

    .mobile-header-actions {
        position: static;
        z-index: 1005;
    }

    .mobile-header-actions .mobile-inline-language-switcher {
        position: fixed;
        top: 9px;
        right: 64px;
        z-index: 1006;
        height: 34px !important;
    }

    .mobile-header-actions .mobile-nav {
        position: fixed !important;
        top: 5px;
        right: .9rem;
        display: block !important;
        z-index: 1006;
    }

    .mobile-nav-trigger {
        position: fixed;
        top: 5px;
        right: .9rem;
        z-index: 1008;
        display: flex !important;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(6, 38, 83, .16);
        border-radius: 13px;
        background: #fff;
        color: #062653;
        box-shadow: 0 6px 16px rgba(8, 28, 61, .12);
    }

    .mobile-nav-trigger span,
    .mobile-nav-trigger span::before,
    .mobile-nav-trigger span::after {
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        content: "";
    }

    .mobile-nav-trigger span {
        position: relative;
    }

    .mobile-nav-trigger span::before,
    .mobile-nav-trigger span::after {
        position: absolute;
        left: 0;
    }

    .mobile-nav-trigger span::before {
        top: -7px;
    }

    .mobile-nav-trigger span::after {
        top: 7px;
    }

    .mobile-header-actions .mobile-nav > summary {
        display: none !important;
    }

    .mobile-nav {
        flex: 0 0 auto;
        z-index: 1002;
    }

    .mobile-nav-button {
        display: flex !important;
        position: relative;
        z-index: 1004;
        width: 46px !important;
        height: 46px !important;
        border-color: rgba(6, 38, 83, .16) !important;
        border-radius: 14px !important;
        background: #fff;
        box-shadow: 0 6px 16px rgba(8, 28, 61, .12);
    }

    .mobile-nav[open]::before {
        content: "";
        position: fixed;
        inset: 53px 0 0;
        z-index: 1001;
        background: rgba(6, 38, 83, .28);
        backdrop-filter: blur(2px);
    }

    .mobile-nav:not([open]) .mobile-nav-panel {
        display: none !important;
    }

    .mobile-nav[open] .mobile-nav-panel {
        display: block !important;
    }

    .mobile-nav-panel {
        position: fixed !important;
        top: 53px !important;
        left: .85rem !important;
        right: .85rem !important;
        z-index: 1003 !important;
        width: auto !important;
        margin-top: 0 !important;
        max-height: calc(100vh - 60px);
        overflow: auto;
        border-radius: 18px !important;
        padding: .8rem !important;
        box-shadow: 0 22px 45px rgba(6, 38, 83, .24) !important;
    }

    .mobile-nav-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .55rem !important;
    }

    .mobile-nav-links a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(6, 38, 83, .08);
        border-radius: 12px;
        background: #f8fafc;
        padding: .65rem .45rem !important;
        text-align: center;
        font-size: 12px;
        line-height: 1.35;
    }

    .mobile-nav-links a.mobile-nav-contact {
        grid-column: 1 / -1;
        border-color: #e60012 !important;
        background: #e60012 !important;
        color: #fff !important;
        box-shadow: 0 10px 22px rgba(230, 0, 18, .22);
    }

    .mobile-nav-links a.mobile-nav-contact:hover,
    .mobile-nav-links a.mobile-nav-contact:focus-visible {
        border-color: #b91c1c !important;
        background: #b91c1c !important;
        color: #fff !important;
    }

    .page-hero,
    .hero-panel {
        background: #fff;
    }

    .page-hero > .site-shell,
    .hero-panel > .site-shell {
        display: flex;
        flex-direction: column;
    }

    .page-hero .relative.z-10,
    .hero-panel .relative.z-10 {
        padding: 1.45rem 1rem 1.25rem !important;
    }

    .hero-panel .relative.z-10 {
        display: contents !important;
    }

    .hero-panel .relative.z-10 > p:first-child {
        order: 1;
        margin: 1.45rem 1rem .5rem !important;
    }

    .hero-panel .relative.z-10 > h1 {
        order: 2;
        margin-inline: 1rem !important;
    }

    .hero-panel .relative.z-10 > p:not(:first-child) {
        order: 3;
        margin: .9rem 1rem 0 !important;
    }

    .hero-panel .hero-photo {
        order: 4;
        margin: 1rem .9rem 0;
        border-radius: 20px !important;
        box-shadow: 0 10px 24px rgba(8, 28, 61, .16);
    }

    .hero-panel .relative.z-10 > .mt-5.grid {
        order: 5;
        margin: 1rem .9rem 1.25rem !important;
    }

    .page-hero h1,
    .hero-panel h1 {
        max-width: 100%;
        font-size: clamp(28px, 8vw, 34px) !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
        overflow-wrap: anywhere;
    }

    .page-hero p,
    .hero-panel p {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    .page-hero .mt-5,
    .hero-panel .mt-4 {
        margin-top: .9rem !important;
    }

    .page-hero-photo,
    .hero-photo {
        clip-path: none;
        min-height: 190px !important;
        height: 190px !important;
        overflow: hidden;
        border-radius: 0 0 22px 22px;
    }

    .page-hero-photo img,
    .hero-slide {
        object-position: center center;
    }

    .page-hero-photo {
        height: auto !important;
        min-height: 0 !important;
        margin: 0 .9rem 1.15rem;
        overflow: visible !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    .page-hero-photo > img {
        display: block;
        height: 190px !important;
        min-height: 190px;
        border-radius: 20px;
        box-shadow: 0 10px 24px rgba(8, 28, 61, .16);
    }

    .page-hero-stats {
        position: static !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .5rem !important;
        margin-top: .65rem;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    .page-hero-stats > div {
        min-width: 0;
        border: 1px solid rgba(6, 38, 83, .1) !important;
        border-radius: 14px !important;
        padding: .55rem .35rem !important;
        background: #fff !important;
    }

    .page-hero-stats p:first-child {
        font-size: 18px !important;
        line-height: 1 !important;
    }

    .page-hero-stats p:last-child {
        margin-top: .25rem !important;
        font-size: 10px !important;
        line-height: 1.25 !important;
    }

    .page-hero .relative.z-10 {
        display: contents !important;
        padding: 0 !important;
    }

    .page-hero .relative.z-10 > p:first-child {
        order: 1;
        margin: 1.45rem 1rem .5rem !important;
    }

    .page-hero .relative.z-10 > h1 {
        order: 2;
        margin-inline: 1rem !important;
    }

    .page-hero .relative.z-10 > p:not(:first-child) {
        order: 3;
        margin: .9rem 1rem 0 !important;
    }

    .page-hero .page-hero-photo {
        order: 4;
        margin: 1rem .9rem 0 !important;
    }

    .page-hero .relative.z-10 > .mt-7.flex {
        order: 5;
        margin: 1rem .9rem 1.25rem !important;
    }

    .page-hero .mt-7.flex,
    .hero-panel .mt-5.grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .65rem !important;
        width: auto;
        max-width: none !important;
    }

    .page-hero .mt-7.flex > a,
    .hero-panel .mt-5.grid > a,
    .site-shell .inline-flex.h-12 {
        width: 100%;
        min-height: 48px;
        height: auto !important;
        white-space: normal !important;
        padding: .7rem .72rem !important;
        text-align: center;
        font-size: 12px !important;
        line-height: 1.25;
    }

    .hero-panel .mt-5.grid > a {
        min-height: 50px;
        border-radius: 10px !important;
        gap: .35rem !important;
        padding: .68rem .42rem !important;
        white-space: nowrap !important;
        font-size: clamp(10.5px, 3.05vw, 12px) !important;
    }

    .hero-panel .mt-5.grid > a .icon {
        flex: 0 0 auto;
        font-size: 15px !important;
    }

    .hero-panel .mt-5.grid > a span:not(.icon) {
        min-width: 0;
    }

    @media (max-width: 380px) {
        .hero-panel .relative.z-10 > .mt-5.grid {
            margin-left: .75rem !important;
            margin-right: .75rem !important;
        }

        .hero-panel .mt-5.grid {
            gap: .5rem !important;
        }

        .hero-panel .mt-5.grid > a {
            gap: .28rem !important;
            padding: .65rem .34rem !important;
            font-size: 10.8px !important;
        }
    }

    section.px-4 {
        padding-left: .9rem !important;
        padding-right: .9rem !important;
    }

    section.py-10 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    section.py-8,
    section.py-5,
    section.py-4,
    section.py-3 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .mini-paddle {
        display: none;
    }

    .section-title-line,
    .site-shell h2.text-2xl,
    .site-shell h2.sm\:text-3xl {
        font-size: clamp(22px, 6.4vw, 28px) !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
    }

    .section-title-line::after {
        bottom: -8px;
    }

    .mobile-scroll-cards {
        display: flex !important;
        grid-template-columns: none !important;
        gap: .85rem !important;
        margin-inline: -.35rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding: .1rem .35rem 1rem;
        position: relative;
        scroll-padding-inline: .35rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-scroll-cards::before,
    .mobile-community-photos::before,
    .mobile-filter-scroll::before,
    .member-carousel::before,
    .mobile-scroll-cards::after,
    .mobile-community-photos::after,
    .mobile-filter-scroll::after,
    .member-carousel::after {
        content: none !important;
    }

    .mobile-scroll-shell::before,
    .mobile-scroll-shell::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: .75rem;
        z-index: 8;
        display: none;
        width: 64px;
        pointer-events: none;
    }

    .mobile-scroll-shell::before {
        right: 0;
        border-radius: 0 18px 18px 0;
        background: linear-gradient(90deg, rgba(248, 250, 252, 0), rgba(248, 250, 252, .95));
    }

    .mobile-scroll-shell::after {
        left: 0;
        border-radius: 18px 0 0 18px;
        background: linear-gradient(270deg, rgba(248, 250, 252, 0), rgba(248, 250, 252, .95));
    }

    .mobile-scroll-shell.can-scroll-next::before,
    .mobile-scroll-shell.can-scroll-prev::after {
        display: block;
    }

    .mobile-scroll-arrow {
        position: absolute;
        top: 50%;
        z-index: 12;
        display: flex;
        width: 34px;
        height: 34px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(6, 38, 83, .14);
        border-radius: 999px;
        background: #062653;
        box-shadow: 0 10px 22px rgba(6, 38, 83, .24);
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        line-height: 1;
        cursor: pointer;
        opacity: .96;
        touch-action: manipulation;
        transform: translateY(-50%);
        transition: transform .18s ease, opacity .18s ease, background-color .18s ease;
    }

    .mobile-scroll-arrow-prev {
        left: .45rem;
    }

    .mobile-scroll-arrow-next {
        right: .45rem;
    }

    .mobile-scroll-arrow span {
        display: block;
        transform: translateY(-1px);
    }

    .mobile-scroll-arrow:active {
        background: #e60012;
        opacity: 1;
        transform: translateY(-50%) scale(.94);
    }

    .mobile-scroll-arrow[hidden] {
        display: none !important;
    }

    .mobile-scroll-cards > * {
        flex: 0 0 min(78vw, 330px);
        min-width: min(78vw, 330px);
        scroll-snap-align: start;
    }

    .mobile-activity-cards > * {
        flex-basis: 168px;
        min-width: 168px;
    }

    .mobile-business-cards > * {
        flex-basis: 228px;
        min-width: 228px;
    }

    .mobile-blog-cards > * {
        flex-basis: min(82vw, 300px);
        min-width: min(82vw, 300px);
    }

    .mobile-sponsor-cards > * {
        flex-basis: 225px;
        min-width: 225px;
    }

    .mobile-feature-cards > * {
        flex-basis: min(84vw, 330px);
        min-width: min(84vw, 330px);
        min-height: 0 !important;
    }

    .mobile-scroll-cards img.h-24,
    .mobile-blog-cards img {
        height: 140px !important;
    }

    #activities .mb-3.flex,
    #activities .mb-4.flex,
    .site-shell .mb-4.flex,
    .site-shell .mb-5.flex {
        align-items: flex-start;
    }

    #activities .mb-3.flex,
    #activities .mb-4.flex {
        flex-direction: column;
        gap: .55rem !important;
    }

    .mobile-community-photos {
        display: block !important;
        height: 206px;
        overflow: hidden;
        padding-bottom: 0;
        position: relative;
        border-radius: 18px;
        background: #e2e8f0;
        box-shadow: 0 10px 24px rgba(8, 28, 61, .14);
    }

    .mobile-community-photos figure {
        position: absolute;
        inset: 0;
        opacity: 0;
        animation: communityPhotoFade 9s ease-in-out infinite;
        border-radius: 18px !important;
        box-shadow: none !important;
    }

    .mobile-community-photos figure:nth-child(1) {
        animation-delay: 0s;
    }

    .mobile-community-photos figure:nth-child(2) {
        animation-delay: 4.5s;
    }

    .mobile-community-photos img {
        height: 206px !important;
        object-fit: cover;
    }

    @keyframes communityPhotoFade {
        0%,
        43% {
            opacity: 1;
        }

        50%,
        93% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .community-card {
        display: flex !important;
        flex-direction: column;
        gap: .95rem !important;
    }

    .community-copy {
        display: contents !important;
    }

    .community-copy h2 {
        order: 1;
    }

    .community-copy p {
        order: 2;
        margin-top: 0 !important;
    }

    .community-card > .mobile-scroll-shell,
    .community-card > .mobile-community-photos {
        order: 3;
    }

    .community-detail-button {
        order: 4;
        width: 100% !important;
        margin-top: .95rem !important;
    }

    #about .grid.overflow-hidden > div:first-child {
        min-height: 108px;
        padding: .85rem !important;
    }

    #about .grid.overflow-hidden > div:first-child img {
        max-height: 92px !important;
    }

    #about .grid.content-center {
        gap: .8rem !important;
        padding: 1rem !important;
    }

    #about .grid.content-center > div {
        gap: .8rem !important;
        padding-bottom: .8rem !important;
    }

    #about .grid.content-center .icon {
        font-size: 28px !important;
    }

    .member-carousel {
        margin-inline: -.35rem;
        padding-inline: .35rem;
        position: relative;
    }

    .member-card {
        width: min(86vw, 360px) !important;
        height: 250px !important;
        grid-template-columns: 39% 61% !important;
    }

    .member-card h3 {
        font-size: 18px !important;
        line-height: 1.1 !important;
    }

    .member-card p,
    .member-card li {
        font-size: 11.5px !important;
        line-height: 1.65 !important;
    }

    .mobile-filter-scroll {
        display: flex !important;
        gap: .65rem !important;
        margin-inline: -.35rem;
        overflow-x: auto;
        padding: .1rem .35rem .8rem;
        position: relative;
        scroll-snap-type: x mandatory;
    }

    .mobile-filter-scroll > * {
        flex: 0 0 auto;
        min-width: 155px;
        scroll-snap-align: start;
    }

    .member-filter-button {
        min-height: 52px;
        padding: .75rem .85rem !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }

    .member-filter-button.is-active::after {
        left: .8rem;
        right: .8rem;
        bottom: .35rem;
    }

    .member-filter-card,
    #alumni-members article,
    #japan-members article {
        border-radius: 18px !important;
        display: grid !important;
        grid-template-columns: minmax(128px, 39%) 1fr !important;
        max-width: 100%;
        min-height: 0;
        align-items: start;
        overflow: hidden;
    }

    .member-filter-card > .bg-slate-50,
    #alumni-members article > .bg-slate-50,
    #japan-members article > .bg-slate-50 {
        align-self: start;
        height: 250px !important;
        padding: .125rem !important;
        min-width: 0;
    }

    .member-filter-card img,
    #alumni-members img,
    #japan-members img {
        height: 100% !important;
        min-height: 0;
        object-position: top center;
    }

    .member-filter-card > div:last-child,
    #alumni-members article > div:last-child,
    #japan-members article > div:last-child {
        min-width: 0;
        padding: .95rem !important;
    }

    .member-filter-card h3,
    #alumni-members h3,
    #japan-members h3 {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }

    .member-filter-card dl,
    #alumni-members dl,
    #japan-members dl {
        margin-top: .55rem !important;
        gap: .25rem !important;
        font-size: 12px !important;
    }

    .member-filter-card p,
    #alumni-members p,
    #japan-members p {
        display: block;
        margin-top: .6rem !important;
        overflow: visible;
        -webkit-box-orient: initial;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        font-size: 11.5px !important;
        line-height: 1.65 !important;
        overflow-wrap: anywhere;
    }

    .member-filter-card dd,
    #alumni-members dd,
    #japan-members dd {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    #alumni-members article p,
    #japan-members article p {
        display: block;
        overflow: visible;
        -webkit-box-orient: initial;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    .member-filter-card .mt-4.flex,
    #alumni-members .mt-4.flex,
    #japan-members .mt-4.flex {
        margin-top: .75rem !important;
        gap: .35rem !important;
    }

    .member-filter-card .rounded-full,
    #alumni-members .rounded-full,
    #japan-members .rounded-full {
        padding: .22rem .48rem !important;
        font-size: 9.5px !important;
    }

    .member-filter-card a.mt-5,
    #alumni-members a.mt-5,
    #japan-members a.mt-5 {
        width: 100%;
        min-height: 38px;
        margin-top: .75rem !important;
        padding-inline: .65rem !important;
        font-size: 10.5px !important;
    }

    .business-visual {
        min-height: 190px !important;
        border-radius: 18px !important;
    }

    .business-visual .asset-cutout,
    .asset-cutout {
        max-height: 205px;
    }

    .mobile-feature-cards .business-visual {
        min-height: 170px !important;
    }

    .mobile-feature-cards .business-card-layout > .business-visual {
        display: none !important;
    }

    .mobile-feature-cards .business-visual-mobile {
        position: relative;
        isolation: isolate;
        display: flex;
        min-height: 176px;
        align-items: center;
        justify-content: center;
        margin: 1rem 0 .2rem;
        overflow: hidden;
        border-radius: 18px;
        padding: .7rem;
    }

    .mobile-feature-cards .business-visual-mobile::before {
        content: "";
        position: absolute;
        inset: -22% -28% -16% 18%;
        z-index: -1;
        transform: skewX(-18deg);
        background: rgba(255, 255, 255, .64);
    }

    .mobile-feature-cards .business-visual-mobile::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2;
        background:
            repeating-linear-gradient(90deg, rgba(6, 38, 83, .045) 0 1px, transparent 1px 22px),
            repeating-linear-gradient(0deg, rgba(6, 38, 83, .035) 0 1px, transparent 1px 22px);
        opacity: .58;
    }

    .mobile-feature-cards .asset-cutout {
        max-height: 185px;
    }

    .mobile-feature-cards ul {
        gap: .35rem !important;
    }

    .mobile-feature-cards a.mt-auto {
        margin-top: 1rem !important;
    }

    [data-blog-page] .page-hero .relative.z-10 > p:not(:first-child) {
        display: none !important;
    }

    [data-blog-page] .page-hero-photo > img {
        height: 150px !important;
        min-height: 150px !important;
    }

    [data-blog-page] .page-hero-stats {
        display: none !important;
    }

    [data-blog-page] .page-hero .mt-7.flex {
        grid-template-columns: 1fr !important;
        margin-bottom: 1rem !important;
    }

    [data-blog-page] .page-hero .mt-7.flex > a {
        min-height: 44px;
    }

    [data-blog-page] .blog-search-section {
        padding-top: 1rem !important;
        padding-bottom: 1.1rem !important;
    }

    [data-blog-page] .blog-search-section .grid {
        gap: .85rem !important;
    }

    [data-blog-page] .blog-search-section h2 {
        margin-top: .25rem !important;
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    [data-blog-page] .blog-search-section .max-w-3xl {
        display: none !important;
    }

    [data-blog-page] .blog-search-input {
        height: 48px !important;
        border-radius: 14px !important;
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
        font-size: 13px !important;
    }

    [data-blog-page] .blog-search-section .mt-6 {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: .5rem !important;
        margin-inline: -.35rem;
        margin-top: 1rem !important;
        overflow-x: auto;
        padding: .1rem .35rem .75rem;
        -webkit-overflow-scrolling: touch;
    }

    [data-blog-page] .blog-filter-chip {
        flex: 0 0 auto;
        min-height: 36px;
        padding: .45rem .75rem;
        border-radius: 12px;
        font-size: 11px;
        box-shadow: 0 3px 10px rgba(8, 28, 61, .06);
    }

    [data-blog-page] .blog-filter-chip span {
        min-width: 1.35rem;
        height: 1.2rem;
        font-size: 10px;
    }

    [data-blog-page] .blog-search-section .mt-4 {
        margin-top: .55rem !important;
        padding: .65rem .8rem !important;
        border-radius: 14px !important;
    }

    [data-blog-page] .blog-search-section .mt-4 p,
    [data-blog-page] .blog-search-section .mt-4 button {
        font-size: 12px !important;
    }

    [data-blog-page] .blog-featured-card {
        display: flex !important;
        flex-direction: column;
        border-radius: 18px !important;
    }

    [data-blog-page] .blog-featured-media {
        order: 1;
        min-height: 0 !important;
        height: 158px !important;
        max-height: 158px !important;
        overflow: hidden;
        background: #062653;
    }

    [data-blog-page] .blog-featured-media img {
        display: block;
        position: static !important;
        width: 100% !important;
        height: 158px !important;
        min-height: 158px !important;
        max-height: 158px !important;
        object-fit: cover;
    }

    [data-blog-page] .blog-featured-copy {
        order: 2;
        background: #fff;
        padding: 1rem !important;
    }

    [data-blog-page] .blog-featured-copy .flex.flex-wrap {
        gap: .45rem !important;
    }

    [data-blog-page] .blog-featured-copy h2 {
        margin-top: .75rem !important;
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    [data-blog-page] .blog-featured-excerpt,
    [data-blog-page] .blog-featured-tags {
        display: none !important;
    }

    [data-blog-page] .blog-featured-copy a {
        width: 100%;
        min-height: 42px;
        margin-top: .85rem !important;
    }

    [data-blog-page] .blog-post-list-section {
        padding-top: .25rem !important;
        padding-bottom: 1.5rem !important;
    }

    [data-blog-page] .blog-post-list-section .section-title-line + p {
        display: none !important;
    }

    [data-blog-page] .blog-post-list-section .grid {
        gap: .75rem !important;
    }

    [data-blog-page] .blog-list-card {
        display: block !important;
        overflow: hidden;
        padding: .55rem !important;
        border: 1px solid rgba(6, 38, 83, .08);
        border-radius: 16px !important;
        background: #fff;
        box-shadow: 0 6px 18px rgba(8, 28, 61, .08);
    }

    [data-blog-page] .blog-list-card > a {
        display: grid !important;
        grid-template-columns: 88px minmax(0, 1fr) !important;
        gap: .72rem !important;
        align-items: center !important;
        min-height: 92px;
        color: inherit;
        text-decoration: none;
    }

    [data-blog-page] img.blog-list-media,
    [data-blog-page] .blog-list-media {
        width: 88px !important;
        height: 88px !important;
        min-height: 88px !important;
        max-height: 88px !important;
        flex: 0 0 88px;
        overflow: hidden;
        border-radius: 12px;
        background: #e2e8f0;
        object-fit: cover;
    }

    [data-blog-page] .blog-list-media img {
        width: 100% !important;
        height: 100% !important;
        min-height: 88px;
        border-radius: 12px;
        object-fit: cover;
    }

    [data-blog-page] .blog-list-media span {
        left: .35rem !important;
        top: .35rem !important;
        max-width: 82px;
        padding: .18rem .35rem !important;
        font-size: 9px !important;
        line-height: 1.2;
    }

    [data-blog-page] .blog-list-copy {
        min-width: 0;
        padding: .05rem .15rem .05rem 0 !important;
    }

    [data-blog-page] .blog-list-copy time,
    [data-blog-page] .blog-list-tags {
        display: block !important;
        overflow: hidden;
        color: #e60012 !important;
        font-size: 10.5px !important;
        line-height: 1.35 !important;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    [data-blog-page] .blog-list-copy h2,
    [data-blog-page] .blog-list-copy h3 {
        display: -webkit-box;
        margin-top: .32rem !important;
        overflow: hidden;
        color: #062653;
        font-size: 14px !important;
        line-height: 1.4 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    [data-blog-page] .blog-list-excerpt,
    [data-blog-page] div.blog-list-tags {
        display: none !important;
    }

    [data-blog-page] .blog-list-link {
        padding-top: .4rem !important;
        font-size: 11.5px !important;
    }

    .card-border,
    article.rounded-xl,
    .rounded-xl.bg-white,
    .rounded-xl.bg-clubNavy {
        border-radius: 18px;
    }

    .card-border.p-7,
    .card-border.p-6,
    .card-border.p-5,
    .rounded-xl.p-7,
    .rounded-xl.p-6,
    .rounded-xl.p-5 {
        padding: 1.1rem !important;
    }

    .site-shell dl .flex.justify-between {
        align-items: flex-start;
        flex-direction: column;
        gap: .25rem;
    }

    .site-shell button[type="submit"] {
        width: 100% !important;
    }

    footer {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important;
    }

    footer .site-shell {
        gap: 1.25rem !important;
    }

    footer .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    footer p,
    footer li,
    footer a {
        overflow-wrap: anywhere;
    }

    .site-contact-cta {
        padding-top: 1rem !important;
        padding-bottom: 1.6rem !important;
    }

    .site-contact-cta-card {
        border-radius: 18px !important;
        padding: 1.1rem !important;
        box-shadow: 0 8px 22px rgba(8, 28, 61, .14) !important;
    }

    .site-contact-cta-title {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    .site-contact-cta-lead {
        margin-top: .55rem !important;
        font-size: 12.5px !important;
        line-height: 1.75 !important;
    }

    .site-contact-cta-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: .65rem !important;
    }

    .site-contact-cta-primary,
    .site-contact-cta-secondary {
        width: 100% !important;
        min-height: 44px !important;
        font-size: 12.5px !important;
    }
}

@media (max-width: 767px) {
    [data-blog-page] {
        max-width: none !important;
        padding: .9rem .85rem 0 !important;
        background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
    }

    [data-blog-page] .blog-page-hero {
        display: grid !important;
        gap: .75rem !important;
        margin: 0 !important;
        border: 1px solid rgba(6, 38, 83, .07);
        border-radius: 18px !important;
        background: #fff !important;
        padding: 1rem !important;
        box-shadow: 0 8px 22px rgba(8, 28, 61, .08) !important;
    }

    [data-blog-page] .blog-page-hero > div > p:first-child {
        color: #0b3f86 !important;
        font-size: 10px !important;
        letter-spacing: .14em !important;
    }

    [data-blog-page] .blog-page-hero h1 {
        margin-top: .35rem !important;
        color: #062653 !important;
        font-size: 22px !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }

    [data-blog-page] .blog-page-hero > div > p:not(:first-child) {
        margin-top: .65rem !important;
        color: #475569 !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1.75 !important;
    }

    [data-blog-page] .blog-page-hero > img {
        height: 132px !important;
        min-height: 132px !important;
        border-radius: 14px !important;
        object-fit: cover;
        object-position: center;
    }

    [data-blog-page] .blog-search-section {
        margin-top: .85rem !important;
        border: 1px solid rgba(6, 38, 83, .07);
        border-radius: 18px !important;
        background: rgba(255, 255, 255, .96) !important;
        padding: .85rem !important;
        box-shadow: 0 6px 18px rgba(8, 28, 61, .07) !important;
    }

    [data-blog-page] .blog-search-section form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 70px !important;
        gap: .55rem !important;
        align-items: center;
    }

    [data-blog-page] .blog-search-input {
        height: 42px !important;
        border-radius: 12px !important;
        border-color: #dbe5f0 !important;
        padding: .65rem .8rem !important;
        background: #fff !important;
        color: #12213c !important;
        font-size: 12.5px !important;
        box-shadow: none !important;
    }

    [data-blog-page] .blog-search-section button[type="submit"] {
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 12px !important;
        background: #062653 !important;
        padding-inline: .55rem !important;
        font-size: 11.5px !important;
    }

    [data-blog-page] .blog-search-section .mt-4 {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: .5rem !important;
        margin: .65rem -.15rem 0 !important;
        overflow-x: auto;
        border: 0 !important;
        background: transparent !important;
        padding: .05rem .15rem .45rem !important;
        -webkit-overflow-scrolling: touch;
    }

    [data-blog-page] .blog-filter-chip {
        flex: 0 0 auto;
        min-height: 34px !important;
        border: 1px solid rgba(6, 38, 83, .10) !important;
        border-radius: 999px !important;
        background: #fff !important;
        padding: .42rem .78rem !important;
        color: #062653 !important;
        font-size: 10.8px !important;
        box-shadow: 0 3px 10px rgba(8, 28, 61, .06) !important;
    }

    [data-blog-page] .blog-filter-chip.is-active {
        border-color: #062653 !important;
        background: #062653 !important;
        color: #fff !important;
        box-shadow: 0 7px 16px rgba(6, 38, 83, .16) !important;
    }

    [data-blog-page] .blog-filter-chip span {
        min-width: 1.2rem !important;
        height: 1.1rem !important;
        background: rgba(6, 38, 83, .08);
        color: inherit;
        font-size: 9.5px !important;
    }

    [data-blog-page] .blog-filter-chip.is-active span {
        background: rgba(255, 255, 255, .18) !important;
        color: #fff !important;
    }

    [data-blog-page] .blog-featured-card {
        margin-top: .9rem !important;
        border: 1px solid rgba(6, 38, 83, .08);
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 8px 22px rgba(8, 28, 61, .08) !important;
    }

    [data-blog-page] .blog-featured-media {
        height: 136px !important;
        max-height: 136px !important;
        border-radius: 18px 18px 0 0;
    }

    [data-blog-page] .blog-featured-media img {
        height: 136px !important;
        min-height: 136px !important;
        max-height: 136px !important;
    }

    [data-blog-page] .blog-featured-copy {
        padding: .85rem .95rem .95rem !important;
    }

    [data-blog-page] .blog-featured-copy > p:first-child {
        color: #0b3f86 !important;
        font-size: 10.5px !important;
        font-weight: 900 !important;
    }

    [data-blog-page] .blog-featured-copy h2 {
        display: -webkit-box;
        margin-top: .45rem !important;
        overflow: hidden;
        color: #062653 !important;
        font-size: 16px !important;
        line-height: 1.42 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    [data-blog-page] .blog-featured-copy a:not(h2 a) {
        display: none !important;
    }

    [data-blog-page] .blog-post-list-section {
        display: grid !important;
        gap: .65rem !important;
        margin-top: .8rem !important;
        padding-bottom: 1.1rem !important;
    }

    [data-blog-page] .blog-list-card {
        padding: .52rem !important;
        border-color: rgba(6, 38, 83, .07) !important;
        border-radius: 16px !important;
        box-shadow: 0 6px 18px rgba(8, 28, 61, .07) !important;
    }

    [data-blog-page] .blog-list-card > a {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: .68rem !important;
        min-height: 82px !important;
    }

    [data-blog-page] img.blog-list-media,
    [data-blog-page] .blog-list-media {
        width: 82px !important;
        height: 82px !important;
        min-height: 82px !important;
        max-height: 82px !important;
        border-radius: 12px !important;
    }

    [data-blog-page] .blog-list-copy {
        padding: 0 !important;
    }

    [data-blog-page] .blog-list-tags {
        color: #0b3f86 !important;
        font-size: 9.7px !important;
        line-height: 1.3 !important;
    }

    [data-blog-page] .blog-list-copy h2,
    [data-blog-page] .blog-list-copy h3 {
        margin-top: .24rem !important;
        color: #062653 !important;
        font-size: 13px !important;
        line-height: 1.38 !important;
        -webkit-line-clamp: 2;
    }
}

.pttc-contact7 .wpcf7-form {
    display: grid;
    gap: 1rem;
}

.pttc-contact7 .wpcf7-form p {
    margin: 0;
}

.pttc-contact7 label {
    display: grid;
    gap: .45rem;
    color: #062653;
    font-size: .9rem;
    font-weight: 900;
}

.pttc-contact7 input[type="text"],
.pttc-contact7 input[type="email"],
.pttc-contact7 input[type="tel"],
.pttc-contact7 select,
.pttc-contact7 textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    background: #fff;
    padding: .78rem .85rem;
    color: #12213c;
    font-weight: 700;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.pttc-contact7 input:focus,
.pttc-contact7 select:focus,
.pttc-contact7 textarea:focus {
    border-color: #e60012;
    box-shadow: 0 0 0 4px rgba(230, 0, 18, .09);
}

.pttc-contact7 textarea {
    min-height: 160px;
}

.pttc-contact7 input[type="submit"] {
    min-height: 48px;
    border: 0;
    border-radius: 5px;
    background: #e60012;
    padding: .75rem 1.5rem;
    color: #fff;
    font-size: .92rem;
    font-weight: 900;
    box-shadow: 0 4px 14px rgba(8, 28, 61, .11);
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease;
}

.pttc-contact7 input[type="submit"]:hover {
    background: #c90010;
    transform: translateY(-1px);
}

.pttc-contact7 .wpcf7-not-valid-tip {
    margin-top: .35rem;
    font-size: .8rem;
    font-weight: 800;
}

.pttc-contact7 .wpcf7-response-output {
    margin: .5rem 0 0 !important;
    border-radius: 5px;
    font-weight: 800;
}

.language-switcher a,
.mobile-language-switcher a,
.mobile-inline-language-switcher a {
    border-radius: 999px;
    padding: .22rem .42rem;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.article-share {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.4rem;
}

.article-share-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.article-share-kicker {
    margin: 0 0 .15rem;
    color: #e60012;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.article-share h2 {
    margin: 0;
    color: #062653;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
}

.article-share-status {
    min-height: 1.25rem;
    margin: 0;
    color: #0b3f86;
    font-size: .76rem;
    font-weight: 800;
}

.article-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .85rem;
}

.article-share-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    background: #fff;
    padding: .55rem .78rem;
    color: #12213c;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.article-share-button:hover {
    border-color: #9aabc2;
    box-shadow: 0 4px 12px rgba(8, 28, 61, .1);
    transform: translateY(-1px);
}

.article-share-button:active {
    transform: scale(.97);
}

.article-share-icon {
    display: inline-flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #12213c;
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
}

.article-share-icon.is-wordmark {
    width: 31px;
    border-radius: 5px;
    font-size: .54rem;
}

.article-share-button.is-line .article-share-icon { background: #06c755; }
.article-share-button.is-whatsapp .article-share-icon { background: #25d366; }
.article-share-button.is-facebook .article-share-icon { background: #1877f2; }
.article-share-button.is-native .article-share-icon { background: #0b3f86; }
.article-share-button.is-copy .article-share-icon { background: #64748b; }

@media (max-width: 639px) {
    .article-share-heading {
        align-items: flex-start;
    }

    .article-share-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .article-share-button {
        min-width: 0;
        padding: .55rem .35rem;
        font-size: .68rem;
    }

    .article-share-button.is-whatsapp span:last-child,
    .article-share-button.is-facebook span:last-child {
        display: none;
    }
}

.language-switcher a:hover,
.mobile-language-switcher a:hover,
.mobile-inline-language-switcher a:hover {
    background: rgba(6, 38, 83, .06);
}

.language-switcher a.is-active,
.mobile-language-switcher a.text-clubRed,
.mobile-inline-language-switcher a.is-active {
    background: rgba(230, 0, 18, .08);
}

.language-switcher a:active,
.mobile-language-switcher a:active,
.mobile-inline-language-switcher a:active {
    transform: scale(.96);
}

.mobile-inline-language-switcher a {
    display: inline-flex;
    min-width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    padding: 0 .25rem;
}
