/**
 * Chukohojo brand UI v0.1.15
 * Presentation only: no subsidy DB/crawler/search logic lives in this theme.
 */
:root {
    --chukohojo-bg: #ffffff;
    --chukohojo-surface: #f2f9f6;
    --chukohojo-surface-strong: #e5f3ef;
    --chukohojo-text: #20312d;
    --chukohojo-muted: #687873;
    --chukohojo-border: #d8e7e1;
    --chukohojo-brand: #28675e;
    --chukohojo-brand-strong: #184a45;
    --chukohojo-brand-soft: #dff0eb;
    --chukohojo-accent: #f28a45;
    --chukohojo-accent-strong: #de7130;
    --chukohojo-shadow: 0 20px 60px rgba(24, 74, 69, 0.12);
    --chukohojo-radius-sm: 12px;
    --chukohojo-radius: 20px;
    --chukohojo-radius-lg: 30px;
    --chukohojo-container: 1180px;
}

html {
    scroll-behavior: smooth;
}

.chukohojo-site {
    background: var(--chukohojo-bg);
    color: var(--chukohojo-text);
}

.chukohojo-site * {
    box-sizing: border-box;
}

.chukohojo-site a:focus-visible,
.chukohojo-site button:focus-visible,
.chukohojo-site input:focus-visible,
.chukohojo-site select:focus-visible,
.chukohojo-site textarea:focus-visible,
.chukohojo-site summary:focus-visible {
    outline: 3px solid rgba(40, 103, 94, 0.28);
    outline-offset: 3px;
}

/* Lightning's default visual header is replaced without editing the parent theme. */
.chukohojo-site .site-header,
.chukohojo-site #site-header {
    display: none !important;
}

.chukohojo-container {
    width: min(calc(100% - 48px), var(--chukohojo-container));
    margin-inline: auto;
}

.chukohojo-global-header {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(216, 231, 225, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.chukohojo-header__inner {
    width: min(calc(100% - 48px), var(--chukohojo-container));
    min-height: 76px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.chukohojo-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    color: var(--chukohojo-brand-strong);
    text-decoration: none !important;
}

.chukohojo-brand__mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--chukohojo-brand);
}

.chukohojo-brand__mark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.chukohojo-brand__text {
    display: grid;
    line-height: 1.08;
}

.chukohojo-brand__text strong {
    font-size: 22px;
    letter-spacing: 0.02em;
    color: var(--chukohojo-brand-strong);
}

.chukohojo-brand__text small {
    margin-top: 5px;
    color: var(--chukohojo-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.chukohojo-header-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 26px;
}

.chukohojo-header-nav a {
    color: #384b46;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.chukohojo-header-nav a:hover {
    color: var(--chukohojo-brand);
}

.chukohojo-header-cta {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    background: var(--chukohojo-accent);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(242, 138, 69, 0.22);
    transition: transform .2s ease, background-color .2s ease;
}

.chukohojo-header-cta:hover {
    background: var(--chukohojo-accent-strong);
    transform: translateY(-1px);
}

.chukohojo-header-cta span {
    padding: 2px 5px;
    border-radius: 4px;
    background: rgba(255,255,255,.22);
    font-size: 10px;
}

.chukohojo-mobile-menu {
    display: none;
    position: relative;
}

.chukohojo-home-main {
    overflow: hidden;
    background: #fff;
}

.chukohojo-hero {
    position: relative;
    isolation: isolate;
    padding: 70px 0 76px;
    background:
        radial-gradient(circle at 8% 18%, rgba(214, 241, 233, 0.82), transparent 31%),
        linear-gradient(135deg, #fbfefd 0%, #f2f9f6 50%, #fbfdfc 100%);
    border-bottom: 1px solid #e1eee9;
}

.chukohojo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .26;
    background-image: radial-gradient(rgba(40,103,94,.22) .8px, transparent .8px);
    background-size: 22px 22px;
    mask-image: linear-gradient(to right, #000, transparent 66%);
}

.chukohojo-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
    z-index: -1;
    pointer-events: none;
}

.chukohojo-hero__glow--one {
    width: 280px;
    height: 280px;
    top: -100px;
    right: 12%;
    background: rgba(242, 138, 69, .08);
}

.chukohojo-hero__glow--two {
    width: 190px;
    height: 190px;
    left: -70px;
    bottom: -80px;
    background: rgba(40, 103, 94, .09);
}

.chukohojo-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(450px, .97fr);
    gap: 64px;
    align-items: center;
}

.chukohojo-eyebrow {
    margin: 0 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--chukohojo-brand);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .06em;
}

.chukohojo-eyebrow span {
    font-size: 10px;
    color: var(--chukohojo-accent);
}

.chukohojo-hero h1 {
    margin: 0;
    color: var(--chukohojo-brand-strong);
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.26;
    letter-spacing: -.035em;
    font-weight: 900;
}

.chukohojo-hero h1 span {
    color: var(--chukohojo-brand);
}

.chukohojo-hero__lead {
    margin: 25px 0 0;
    color: #51635e;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 500;
}

.chukohojo-hero__actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.chukohojo-btn {
    min-height: 56px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.chukohojo-btn--primary {
    min-width: 235px;
    color: #fff !important;
    background: var(--chukohojo-accent);
    box-shadow: 0 12px 28px rgba(242, 138, 69, .25);
}

.chukohojo-btn--primary:hover {
    background: var(--chukohojo-accent-strong);
    transform: translateY(-2px);
    box-shadow: 0 15px 32px rgba(242, 138, 69, .29);
}

.chukohojo-btn__icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.2);
    font-size: 12px;
}

.chukohojo-btn__arrow {
    margin-left: 3px;
    font-size: 19px;
}

.chukohojo-btn--secondary {
    color: var(--chukohojo-brand-strong) !important;
    background: #fff;
    border: 1px solid var(--chukohojo-border);
}

.chukohojo-btn--secondary:hover {
    background: #f7fbf9;
    transform: translateY(-1px);
}

.chukohojo-hero__trust {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    color: #65766f;
    font-size: 12px;
    font-weight: 700;
}

.chukohojo-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.chukohojo-hero__trust li span {
    color: var(--chukohojo-brand);
}

.chukohojo-diagnostic {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(207, 226, 219, .95);
    border-radius: var(--chukohojo-radius-lg);
    background: rgba(255,255,255,.97);
    box-shadow: var(--chukohojo-shadow);
}

.chukohojo-diagnostic::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: -1;
    border-radius: 24px;
    background: var(--chukohojo-surface);
    transform: translate(13px, 13px);
}

.chukohojo-diagnostic__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.chukohojo-diagnostic__label {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--chukohojo-brand);
    background: var(--chukohojo-brand-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
}

.chukohojo-diagnostic h2 {
    margin: 10px 0 0;
    color: var(--chukohojo-brand-strong);
    font-size: 27px;
    line-height: 1.35;
    letter-spacing: -.02em;
    font-weight: 900;
}

.chukohojo-diagnostic__step {
    flex: 0 0 auto;
    color: #7e8f89;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.chukohojo-diagnostic__lead {
    margin: 10px 0 20px;
    color: var(--chukohojo-muted);
    font-size: 13px;
    line-height: 1.7;
}

.chukohojo-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.chukohojo-purpose-card {
    min-height: 90px;
    padding: 13px 14px;
    border: 1px solid var(--chukohojo-border);
    border-radius: 16px;
    background: #fff;
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
}

.chukohojo-purpose-card__icon {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: var(--chukohojo-brand);
    background: var(--chukohojo-surface-strong);
    font-size: 19px;
    font-weight: 800;
}

.chukohojo-purpose-card strong {
    align-self: end;
    color: #29423c;
    font-size: 13px;
    line-height: 1.35;
}

.chukohojo-purpose-card small {
    align-self: start;
    margin-top: 2px;
    color: #81908b;
    font-size: 10px;
}

.chukohojo-diagnostic__next {
    margin-top: 16px;
    padding: 13px 15px;
    border-radius: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #f7faf9;
    color: #60706b;
}

.chukohojo-diagnostic__next-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--chukohojo-accent);
    box-shadow: 0 2px 8px rgba(24,74,69,.08);
}

.chukohojo-diagnostic__next p {
    margin: 0;
    font-size: 11px;
    line-height: 1.55;
}

.chukohojo-diagnostic__next strong {
    color: #3d514b;
    font-size: 12px;
}

.chukohojo-quick-info {
    background: #fff;
    border-bottom: 1px solid #e8f0ed;
}

.chukohojo-quick-info__inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
}

.chukohojo-quick-info p {
    margin: 0;
    padding: 0 28px;
    display: grid;
    gap: 4px;
    border-right: 1px solid #e7efec;
}

.chukohojo-quick-info p:first-child {
    padding-left: 0;
}

.chukohojo-quick-info p:last-child {
    padding-right: 0;
    border-right: 0;
}

.chukohojo-quick-info strong {
    color: #35514a;
    font-size: 13px;
}

.chukohojo-quick-info span {
    color: #7b8b85;
    font-size: 11px;
}

.chukohojo-home-section {
    padding: 76px 0;
}

.chukohojo-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.chukohojo-section-heading > p {
    margin: 0 0 8px;
    color: var(--chukohojo-brand);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}

.chukohojo-section-heading h2,
.chukohojo-region h2 {
    margin: 0;
    color: var(--chukohojo-brand-strong);
    font-size: 30px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: -.02em;
}

.chukohojo-section-heading > span {
    display: block;
    margin-top: 12px;
    color: var(--chukohojo-muted);
    font-size: 14px;
    line-height: 1.8;
}

.chukohojo-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.chukohojo-support-grid span {
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid var(--chukohojo-border);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #435b55;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.chukohojo-region {
    padding-top: 20px;
}

.chukohojo-region__box {
    padding: 36px 40px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 46px;
    align-items: center;
    background: var(--chukohojo-surface);
    border: 1px solid #dbeae5;
}

.chukohojo-region__eyebrow {
    margin: 0 0 8px;
    color: var(--chukohojo-brand);
    font-size: 12px;
    font-weight: 900;
}

.chukohojo-region__box > div:first-child > p:last-child {
    margin: 12px 0 0;
    color: var(--chukohojo-muted);
    font-size: 13px;
    line-height: 1.8;
}

.chukohojo-region__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chukohojo-region__chips span {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--chukohojo-border);
    color: #4d625c;
    font-size: 12px;
    font-weight: 800;
}

.chukohojo-sp-only {
    display: none;
}

@media (max-width: 1050px) {
    .chukohojo-header-nav {
        gap: 16px;
    }

    .chukohojo-header-nav a {
        font-size: 12px;
    }

    .chukohojo-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .95fr);
        gap: 38px;
    }

    .chukohojo-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 900px) {
    .chukohojo-container,
    .chukohojo-header__inner {
        width: min(calc(100% - 36px), var(--chukohojo-container));
    }

    .chukohojo-header-nav {
        display: none;
    }

    .chukohojo-header-cta {
        margin-left: auto;
    }

    .chukohojo-mobile-menu {
        display: block;
    }

    .chukohojo-mobile-menu summary {
        width: 46px;
        min-height: 48px;
        padding: 8px 8px 5px;
        border: 0;
        border-radius: 10px;
        display: grid;
        align-content: center;
        gap: 4px;
        list-style: none;
        cursor: pointer;
        background: transparent;
    }

    .chukohojo-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .chukohojo-mobile-menu summary span {
        width: 22px;
        height: 2px;
        margin-inline: auto;
        border-radius: 2px;
        background: var(--chukohojo-brand-strong);
    }

    .chukohojo-mobile-menu summary em {
        margin-top: 1px;
        color: var(--chukohojo-muted);
        font-size: 8px;
        font-style: normal;
        font-weight: 800;
        text-align: center;
    }

    .chukohojo-mobile-menu__panel {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        width: 220px;
        padding: 10px;
        border: 1px solid var(--chukohojo-border);
        border-radius: 16px;
        display: grid;
        background: #fff;
        box-shadow: 0 18px 45px rgba(24,74,69,.17);
    }

    .chukohojo-mobile-menu__panel a {
        padding: 12px 13px;
        border-radius: 10px;
        color: #3e544e;
        font-size: 13px;
        font-weight: 800;
        text-decoration: none;
    }

    .chukohojo-mobile-menu__panel a:hover {
        background: var(--chukohojo-surface);
    }

    .chukohojo-hero {
        padding: 54px 0 62px;
    }

    .chukohojo-hero__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .chukohojo-hero__copy {
        max-width: 720px;
    }

    .chukohojo-hero h1 {
        font-size: 45px;
    }

    .chukohojo-diagnostic {
        max-width: 680px;
    }

    .chukohojo-quick-info__inner {
        padding: 20px 0;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .chukohojo-quick-info p,
    .chukohojo-quick-info p:first-child,
    .chukohojo-quick-info p:last-child {
        padding: 0;
        border-right: 0;
    }
}

@media (max-width: 680px) {
    .chukohojo-container,
    .chukohojo-header__inner {
        width: min(calc(100% - 28px), var(--chukohojo-container));
    }

    .chukohojo-header__inner {
        min-height: 64px;
        gap: 8px;
    }

    .chukohojo-brand {
        gap: 7px;
    }

    .chukohojo-brand__mark {
        width: 32px;
        height: 32px;
    }

    .chukohojo-brand__text strong {
        font-size: 18px;
    }

    .chukohojo-brand__text small {
        display: none;
    }

    .chukohojo-header-cta {
        min-height: 38px;
        padding: 0 11px;
        gap: 5px;
        font-size: 11px;
    }

    .chukohojo-header-cta span {
        font-size: 8px;
    }

    .chukohojo-mobile-menu summary {
        width: 40px;
    }

    .chukohojo-hero {
        padding: 38px 0 45px;
    }

    .chukohojo-hero::before {
        mask-image: linear-gradient(to bottom, #000, transparent 54%);
    }

    .chukohojo-eyebrow {
        margin-bottom: 13px;
        font-size: 11px;
    }

    .chukohojo-hero h1 {
        font-size: clamp(31px, 9.2vw, 39px);
        line-height: 1.35;
        letter-spacing: -.04em;
    }

    .chukohojo-hero__lead {
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.8;
    }

    .chukohojo-pc-only {
        display: none;
    }

    .chukohojo-sp-only {
        display: initial;
    }

    .chukohojo-hero__actions {
        margin-top: 24px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .chukohojo-btn {
        width: 100%;
        min-height: 54px;
        padding: 0 16px;
        border-radius: 13px;
        font-size: 14px;
    }

    .chukohojo-btn--primary {
        min-width: 0;
    }

    .chukohojo-hero__trust {
        margin-top: 17px;
        gap: 8px 13px;
        font-size: 10px;
    }

    .chukohojo-hero__grid {
        gap: 29px;
    }

    .chukohojo-diagnostic {
        padding: 21px 17px 18px;
        border-radius: 23px;
    }

    .chukohojo-diagnostic::before {
        display: none;
    }

    .chukohojo-diagnostic__top {
        gap: 10px;
    }

    .chukohojo-diagnostic h2 {
        font-size: 23px;
    }

    .chukohojo-diagnostic__label {
        min-height: 25px;
        font-size: 10px;
    }

    .chukohojo-diagnostic__lead {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .chukohojo-purpose-grid {
        gap: 8px;
    }

    .chukohojo-purpose-card {
        min-height: 94px;
        padding: 12px 10px;
        grid-template-columns: 30px 1fr;
        column-gap: 8px;
        border-radius: 14px;
    }

    .chukohojo-purpose-card__icon {
        width: 30px;
        height: 30px;
        border-radius: 9px;
        font-size: 16px;
    }

    .chukohojo-purpose-card strong {
        font-size: 11.5px;
    }

    .chukohojo-purpose-card small {
        font-size: 9px;
        line-height: 1.35;
    }

    .chukohojo-diagnostic__next {
        margin-top: 12px;
        padding: 11px 12px;
    }

    .chukohojo-diagnostic__next p {
        font-size: 10px;
    }

    .chukohojo-quick-info__inner {
        padding: 17px 0;
        gap: 10px;
    }

    .chukohojo-quick-info p {
        gap: 1px;
    }

    .chukohojo-quick-info strong {
        font-size: 11px;
    }

    .chukohojo-quick-info span {
        font-size: 10px;
    }

    .chukohojo-home-section {
        padding: 54px 0;
    }

    .chukohojo-section-heading {
        margin-bottom: 24px;
        text-align: left;
    }

    .chukohojo-section-heading h2,
    .chukohojo-region h2 {
        font-size: 24px;
    }

    .chukohojo-section-heading > span {
        margin-top: 9px;
        font-size: 12px;
    }

    .chukohojo-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .chukohojo-support-grid span {
        min-height: 50px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 11px;
    }

    .chukohojo-region {
        padding-top: 0;
    }

    .chukohojo-region__box {
        padding: 25px 20px;
        border-radius: 20px;
        grid-template-columns: 1fr;
        gap: 21px;
    }

    .chukohojo-region__box > div:first-child > p:last-child {
        font-size: 11px;
    }

    .chukohojo-region__chips {
        gap: 6px;
    }

    .chukohojo-region__chips span {
        min-height: 34px;
        padding: 0 10px;
        font-size: 10px;
    }
}

/* =========================================================
 * v0.1.2 — Rihojo/Iehojo family interaction model + icon UI
 * ======================================================= */
.chukohojo-icon {
    display: block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
}

.chukohojo-brand {
    width: 184px;
    height: auto;
}

.chukohojo-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.chukohojo-header__inner {
    gap: 20px;
}

.chukohojo-header-nav {
    gap: 20px;
}

.chukohojo-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chukohojo-header-action {
    min-height: 42px;
    padding: 0 13px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 7px 18px rgba(31, 56, 50, .10);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.chukohojo-header-action:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
    box-shadow: 0 10px 22px rgba(31, 56, 50, .14);
}

.chukohojo-header-action .chukohojo-icon {
    width: 18px;
    height: 18px;
}

.chukohojo-header-action small {
    margin-right: 4px;
    padding: 2px 4px;
    border-radius: 4px;
    background: rgba(255,255,255,.22);
    font-size: 8px;
    vertical-align: 1px;
}

.chukohojo-header-action--search {
    background: var(--chukohojo-accent);
}

.chukohojo-header-action--search:hover {
    background: var(--chukohojo-accent-strong);
}

.chukohojo-header-action--diagnosis {
    background: var(--chukohojo-brand);
}

.chukohojo-header-action--diagnosis:hover {
    background: var(--chukohojo-brand-strong);
}

.chukohojo-eyebrow__icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff !important;
    background: var(--chukohojo-brand);
}

.chukohojo-eyebrow__icon .chukohojo-icon {
    width: 13px;
    height: 13px;
}

.chukohojo-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(455px, .97fr);
    gap: 56px;
    align-items: start;
}

.chukohojo-hero__utility {
    display: grid;
    gap: 14px;
}

.chukohojo-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
    gap: 10px;
}

.chukohojo-main-cta {
    min-height: 72px;
    padding: 10px 13px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 42px 1fr 20px;
    gap: 10px;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 13px 27px rgba(27, 69, 61, .14);
    transition: transform .2s ease, box-shadow .2s ease;
}

.chukohojo-main-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(27, 69, 61, .19);
}

.chukohojo-main-cta--search {
    background: linear-gradient(135deg, #f39a58, var(--chukohojo-accent));
}

.chukohojo-main-cta--diagnosis {
    background: linear-gradient(135deg, #34776e, var(--chukohojo-brand));
}

.chukohojo-main-cta__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.17);
}

.chukohojo-main-cta__icon .chukohojo-icon {
    width: 24px;
    height: 24px;
}

.chukohojo-main-cta__copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.chukohojo-main-cta__copy small {
    color: rgba(255,255,255,.87);
    font-size: 10px;
    font-weight: 700;
}

.chukohojo-main-cta__copy small b {
    display: inline-block;
    margin-right: 3px;
    padding: 1px 4px;
    border-radius: 4px;
    background: rgba(255,255,255,.2);
    color: #fff;
    font-size: 9px;
}

.chukohojo-main-cta__copy strong {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .01em;
}

.chukohojo-main-cta__arrow {
    width: 20px;
    height: 20px;
    opacity: .88;
}

.chukohojo-hero__trust .chukohojo-icon {
    width: 14px;
    height: 14px;
    color: var(--chukohojo-brand);
}

.chukohojo-diagnostic__label {
    gap: 5px;
}

.chukohojo-diagnostic__label .chukohojo-icon {
    width: 14px;
    height: 14px;
}

.chukohojo-purpose-card {
    appearance: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.chukohojo-purpose-card:hover {
    border-color: #a9cdc2;
    background: #fbfefd;
    transform: translateY(-1px);
    box-shadow: 0 7px 18px rgba(40,103,94,.08);
}

.chukohojo-purpose-card.is-selected {
    border-color: var(--chukohojo-brand);
    background: var(--chukohojo-surface);
    box-shadow: 0 0 0 2px rgba(40,103,94,.10);
}

.chukohojo-purpose-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.chukohojo-purpose-card__icon .chukohojo-icon {
    width: 22px;
    height: 22px;
}

.chukohojo-purpose-card:nth-child(2) .chukohojo-purpose-card__icon,
.chukohojo-purpose-card:nth-child(5) .chukohojo-purpose-card__icon {
    color: #356e89;
    background: #e9f3f8;
}

.chukohojo-purpose-card:nth-child(3) .chukohojo-purpose-card__icon {
    color: #9b6241;
    background: #fbefe7;
}

.chukohojo-purpose-card:nth-child(4) .chukohojo-purpose-card__icon {
    color: #756191;
    background: #f2edf8;
}

.chukohojo-purpose-card:nth-child(6) .chukohojo-purpose-card__icon {
    color: #6c7a3b;
    background: #f0f5e5;
}

.chukohojo-diagnostic__next-icon .chukohojo-icon {
    width: 16px;
    height: 16px;
}

.chukohojo-today {
    padding: 14px 16px 15px;
    border: 1px solid var(--chukohojo-border);
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 9px 26px rgba(24,74,69,.07);
}

.chukohojo-today__heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.chukohojo-today__heading h2 {
    margin: 0;
    color: var(--chukohojo-brand-strong);
    font-size: 13px;
    font-weight: 900;
}

.chukohojo-today__heading small {
    margin-left: auto;
    color: #88958f;
    font-size: 9px;
    font-weight: 700;
}

.chukohojo-today__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45a980;
    box-shadow: 0 0 0 4px rgba(69,169,128,.12);
}

.chukohojo-today__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.chukohojo-today__item {
    min-width: 0;
    padding: 9px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f8fbfa;
}

.chukohojo-today__icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.chukohojo-today__icon .chukohojo-icon {
    width: 17px;
    height: 17px;
}

.chukohojo-today__icon--new {
    color: #2d7b64;
    background: #e6f4ef;
}

.chukohojo-today__icon--municipality {
    color: #356e89;
    background: #e9f3f8;
}

.chukohojo-today__icon--deadline {
    color: #a85f35;
    background: #fbeee6;
}

.chukohojo-today__item > span:last-child {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.chukohojo-today__item small {
    color: #7c8d87;
    font-size: 8px;
    font-weight: 700;
}

.chukohojo-today__item strong {
    overflow: hidden;
    color: #35514a;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chukohojo-region__box {
    grid-template-columns: 74px minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: 28px;
}

.chukohojo-region__icon {
    width: 74px;
    height: 74px;
    border-radius: 21px;
    display: grid;
    place-items: center;
    color: var(--chukohojo-brand);
    background: #fff;
    box-shadow: 0 10px 24px rgba(40,103,94,.08);
}

.chukohojo-region__icon .chukohojo-icon {
    width: 38px;
    height: 38px;
}

.chukohojo-region__copy > p:last-child {
    margin: 12px 0 0;
    color: var(--chukohojo-muted);
    font-size: 13px;
    line-height: 1.8;
}

.chukohojo-mobile-menu__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 4px 4px 8px;
}

.chukohojo-mobile-menu__actions .chukohojo-header-action {
    min-height: 46px;
    padding: 8px;
    border-radius: 11px;
    flex-direction: column;
    gap: 4px;
    font-size: 9px;
}

@media (max-width: 1120px) {
    .chukohojo-brand {
        width: 162px;
    }

    .chukohojo-header-nav {
        gap: 13px;
    }

    .chukohojo-header-nav a {
        font-size: 11px;
    }

    .chukohojo-header-action {
        padding-inline: 10px;
        font-size: 11px;
    }
}

@media (max-width: 980px) {
    .chukohojo-header-nav,
    .chukohojo-header-actions {
        display: none;
    }

    .chukohojo-mobile-menu {
        display: block;
        margin-left: auto;
    }

    .chukohojo-hero__grid {
        grid-template-columns: 1fr;
    }

    .chukohojo-hero__utility,
    .chukohojo-diagnostic {
        max-width: 720px;
        width: 100%;
    }

    .chukohojo-region__box {
        grid-template-columns: 64px 1fr;
    }

    .chukohojo-region__chips {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .chukohojo-brand {
        width: 145px;
    }

    .chukohojo-hero__actions {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .chukohojo-main-cta {
        min-height: 66px;
        padding: 8px 9px;
        grid-template-columns: 36px 1fr 16px;
        gap: 7px;
        border-radius: 13px;
    }

    .chukohojo-main-cta__icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .chukohojo-main-cta__icon .chukohojo-icon {
        width: 20px;
        height: 20px;
    }

    .chukohojo-main-cta__copy small {
        font-size: 8px;
    }

    .chukohojo-main-cta__copy strong {
        font-size: 12px;
    }

    .chukohojo-main-cta__arrow {
        width: 15px;
        height: 15px;
    }

    .chukohojo-purpose-card__icon {
        width: 34px;
        height: 34px;
    }

    .chukohojo-purpose-card__icon .chukohojo-icon {
        width: 19px;
        height: 19px;
    }

    .chukohojo-today {
        padding: 12px;
        border-radius: 15px;
    }

    .chukohojo-today__heading small {
        display: none;
    }

    .chukohojo-today__grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .chukohojo-today__item {
        min-height: 48px;
        padding: 7px 9px;
    }

    .chukohojo-today__item > span:last-child {
        grid-template-columns: 1fr auto;
        width: 100%;
        align-items: center;
        gap: 8px;
    }

    .chukohojo-today__item small {
        font-size: 10px;
    }

    .chukohojo-today__item strong {
        font-size: 11px;
    }

    .chukohojo-region__box {
        grid-template-columns: 52px 1fr;
        gap: 13px;
    }

    .chukohojo-region__icon {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .chukohojo-region__icon .chukohojo-icon {
        width: 27px;
        height: 27px;
    }

    .chukohojo-region__chips {
        grid-column: 1 / -1;
    }
}


/* v0.1.3: official mascot "チュコっと" and D-logo integration */
.chukohojo-guide {
    position: relative;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: end;
    gap: 12px;
    margin: 0 14px -8px 4px;
    z-index: 3;
}

.chukohojo-guide__character {
    position: relative;
    width: 128px;
    height: 132px;
    overflow: hidden;
}

.chukohojo-guide__character img {
    position: absolute;
    width: 148px;
    max-width: none;
    height: auto;
    left: -9px;
    top: -6px;
    display: block;
}

.chukohojo-guide__bubble {
    position: relative;
    margin-bottom: 25px;
    padding: 13px 18px 14px;
    border: 2px solid #cfe7df;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 91, 82, .09);
    color: #40534e;
}

.chukohojo-guide__bubble::before,
.chukohojo-guide__bubble::after {
    content: "";
    position: absolute;
    left: -19px;
    bottom: 22px;
    width: 0;
    height: 0;
    border-style: solid;
}

.chukohojo-guide__bubble::before {
    border-width: 10px 20px 10px 0;
    border-color: transparent #cfe7df transparent transparent;
}

.chukohojo-guide__bubble::after {
    left: -15px;
    bottom: 24px;
    border-width: 8px 17px 8px 0;
    border-color: transparent #fff transparent transparent;
}

.chukohojo-guide__name {
    display: inline-flex;
    margin-bottom: 4px;
    color: var(--chukohojo-brand);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.chukohojo-guide__bubble p {
    margin: 0;
    color: #354a44;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
}

@media (max-width: 980px) {
    .chukohojo-guide {
        max-width: 620px;
        margin: 0 auto -7px;
        grid-template-columns: 116px minmax(0, 1fr);
    }
    .chukohojo-guide__character {
        width: 116px;
        height: 120px;
    }
    .chukohojo-guide__character img {
        width: 135px;
    }
}

@media (max-width: 680px) {
    .chukohojo-guide {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 7px;
        margin: 4px 7px -4px;
        align-items: end;
    }
    .chukohojo-guide__character {
        width: 88px;
        height: 95px;
    }
    .chukohojo-guide__character img {
        width: 107px;
        left: -9px;
        top: 0;
    }
    .chukohojo-guide__bubble {
        margin-bottom: 15px;
        padding: 10px 12px 11px;
        border-radius: 16px;
    }
    .chukohojo-guide__bubble::before {
        left: -15px;
        bottom: 18px;
        border-width: 8px 16px 8px 0;
    }
    .chukohojo-guide__bubble::after {
        left: -12px;
        bottom: 20px;
        border-width: 6px 13px 6px 0;
    }
    .chukohojo-guide__name { font-size: 11px; }
    .chukohojo-guide__bubble p { font-size: 12px; line-height: 1.55; }
}

/* v0.1.4: adopted mascot = user-selected B案「チュコっと」. Keep the full supplied design visible. */
.chukohojo-guide__character img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
}

/* =========================================================
 * v0.1.5: Search / Diagnosis modals
 * Family UX aligned with Rihojo / Iehojo.
 * Theme owns presentation only; subsidy results remain plugin-owned.
 * ======================================================= */
body.chukohojo-modal-open {
    overflow: hidden !important;
    touch-action: none;
}

.chukohojo-modal[hidden],
.chukohojo-search-stage[hidden],
.chukohojo-municipality-panel[hidden],
.chukohojo-choice-grid[hidden],
.chukohojo-search-summary[hidden],
.chukohojo-diagnosis-complete[hidden],
.chukohojo-chat-row[hidden],
.chukohojo-chat-options[hidden],
.chukohojo-search-result-note[hidden] {
    display: none !important;
}

.chukohojo-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 18px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.chukohojo-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.chukohojo-modal__backdrop {
    position: absolute;
    inset: 0;
    background: #eff7f4;
}

.chukohojo-modal__viewport {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 36px));
    height: min(820px, calc(100vh - 36px));
    max-height: calc(100dvh - 36px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #cfe3dc;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 26px 80px rgba(24, 74, 69, .19);
    transform: translateY(10px) scale(.992);
    transition: transform .2s ease;
}

.chukohojo-modal.is-open .chukohojo-modal__viewport {
    transform: translateY(0) scale(1);
}

.chukohojo-modal__header {
    min-height: 76px;
    padding: 10px 16px 10px 20px;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    border-bottom: 1px solid #e1ede9;
    background: #fff;
}

.chukohojo-modal__logo {
    width: 178px;
    height: auto;
    display: block;
}

.chukohojo-modal__header-center {
    min-width: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
}

.chukohojo-modal__header-center strong {
    color: var(--chukohojo-brand-strong);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
}

.chukohojo-modal__progress-text {
    color: #77918a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.chukohojo-modal__controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chukohojo-modal__reset,
.chukohojo-modal__close,
.chukohojo-stage-back {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #cfdfda;
    background: #fff;
    color: #405650;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.chukohojo-modal__reset,
.chukohojo-modal__close {
    min-height: 40px;
    padding: 0 13px;
    border-radius: 10px;
}

.chukohojo-modal__close {
    color: #234b43;
    border-color: #bad5cc;
}

.chukohojo-modal__reset:hover,
.chukohojo-modal__close:hover,
.chukohojo-stage-back:hover {
    background: #f1f8f5;
    border-color: #9fc9bb;
}

.chukohojo-modal__reset:active,
.chukohojo-modal__close:active,
.chukohojo-stage-back:active {
    transform: translateY(1px);
}

.chukohojo-modal__progress {
    height: 4px;
    flex: 0 0 auto;
    overflow: hidden;
    background: #edf4f1;
}

.chukohojo-modal__progress > span {
    display: block;
    width: 25%;
    height: 100%;
    background: linear-gradient(90deg, #2b7c70, #58b899);
    transition: width .25s ease;
}

/* Search modal ------------------------------------------------ */
.chukohojo-search-shell {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 28px clamp(22px, 4vw, 54px) 42px;
    scrollbar-gutter: stable;
}

.chukohojo-search-intro {
    max-width: 820px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    text-align: left;
}

.chukohojo-search-intro__icon {
    width: 58px;
    height: 58px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--chukohojo-brand);
    box-shadow: 0 10px 24px rgba(40, 103, 94, .16);
}

.chukohojo-search-intro__icon .chukohojo-icon {
    width: 28px;
    height: 28px;
}

.chukohojo-search-intro p {
    margin: 0 0 4px;
    color: var(--chukohojo-accent-strong);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.chukohojo-search-intro h2 {
    margin: 0;
    color: var(--chukohojo-brand-strong);
    font-size: clamp(22px, 2.6vw, 31px);
    line-height: 1.35;
    font-weight: 900;
}

.chukohojo-search-intro span:not(.chukohojo-search-intro__icon) {
    display: block;
    margin-top: 5px;
    color: var(--chukohojo-muted);
    font-size: 13px;
    line-height: 1.65;
}

.chukohojo-search-mode {
    width: min(720px, 100%);
    margin: 24px auto 30px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    border: 1px solid #d7e7e1;
    border-radius: 15px;
    background: #f4f9f7;
}

.chukohojo-search-mode button {
    min-height: 62px;
    padding: 9px 16px;
    border: 0;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: #57706a;
    cursor: pointer;
    font: inherit;
    transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.chukohojo-search-mode button.is-active {
    color: var(--chukohojo-brand-strong);
    background: #fff;
    box-shadow: 0 5px 15px rgba(33, 83, 74, .09);
}

.chukohojo-search-mode .chukohojo-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
}

.chukohojo-search-mode button > span {
    display: grid;
    gap: 1px;
    text-align: left;
}

.chukohojo-search-mode strong {
    font-size: 13px;
    font-weight: 900;
}

.chukohojo-search-mode small {
    color: #83948f;
    font-size: 10px;
    font-weight: 700;
}

.chukohojo-search-stage {
    width: min(920px, 100%);
    margin: 0 auto;
}

.chukohojo-stage-back {
    min-height: 36px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 9px;
}

.chukohojo-stage-heading {
    margin-bottom: 18px;
    text-align: center;
}

.chukohojo-stage-heading > span {
    display: inline-flex;
    margin-bottom: 5px;
    color: var(--chukohojo-brand);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.chukohojo-stage-heading h3 {
    margin: 0;
    color: var(--chukohojo-text);
    font-size: clamp(20px, 2.3vw, 27px);
    line-height: 1.4;
    font-weight: 900;
}

.chukohojo-stage-heading p {
    margin: 6px 0 0;
    color: var(--chukohojo-muted);
    font-size: 12px;
    line-height: 1.65;
}

.chukohojo-stage-heading p strong {
    color: var(--chukohojo-brand);
}

.chukohojo-choice-grid {
    display: grid;
    gap: 10px;
}

.chukohojo-choice-grid--regions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chukohojo-choice-grid--prefectures {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.chukohojo-choice-grid--purposes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chukohojo-choice,
.chukohojo-chat-option {
    appearance: none;
    -webkit-appearance: none;
    min-width: 0;
    border: 1px solid #d3e4de;
    border-radius: 13px;
    background: #fff;
    color: #304b44;
    font: inherit;
    cursor: pointer;
    box-shadow: 0 5px 16px rgba(31, 91, 82, .045);
    transition: transform .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.chukohojo-choice:hover,
.chukohojo-chat-option:hover {
    transform: translateY(-1px);
    border-color: #8fc7b6;
    background: #f7fcfa;
    box-shadow: 0 8px 20px rgba(31, 91, 82, .08);
}

.chukohojo-choice--region {
    min-height: 76px;
    padding: 12px;
    display: grid;
    place-items: center;
    gap: 2px;
}

.chukohojo-choice--region span {
    font-size: 14px;
    font-weight: 900;
}

.chukohojo-choice--region small,
.chukohojo-choice--wide small {
    color: #879a94;
    font-size: 9px;
    font-weight: 700;
}

.chukohojo-choice--prefecture,
.chukohojo-choice--municipality {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 800;
}

.chukohojo-choice--purpose {
    min-height: 84px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    text-align: left;
}

.chukohojo-choice__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--chukohojo-brand);
    background: #eaf6f2;
}

.chukohojo-choice__icon .chukohojo-icon {
    width: 23px;
    height: 23px;
}

.chukohojo-choice--purpose > span:last-child {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.chukohojo-choice--purpose strong {
    overflow-wrap: anywhere;
    color: #304b44;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 900;
}

.chukohojo-choice--purpose small {
    color: #7f918b;
    font-size: 9px;
    line-height: 1.45;
    font-weight: 700;
}

.chukohojo-municipality-panel {
    display: grid;
    gap: 13px;
}

.chukohojo-municipality-grid {
    max-height: 300px;
    overflow: auto;
    padding: 2px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    scrollbar-gutter: stable;
}

.chukohojo-choice--wide {
    width: 100%;
    min-height: 56px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-style: dashed;
}

.chukohojo-choice--wide span {
    font-size: 12px;
    font-weight: 900;
}

.chukohojo-loading,
.chukohojo-municipality-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px 14px;
    border: 1px dashed #cee1da;
    border-radius: 12px;
    color: #788b85;
    background: #f8fbfa;
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
}

.chukohojo-search-summary {
    padding: 24px;
    border: 1px solid #cbe2da;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfefd, #f1f8f5);
}

.chukohojo-search-summary__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
    text-align: left;
}

.chukohojo-search-summary__head > span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--chukohojo-brand);
}

.chukohojo-search-summary__head .chukohojo-icon {
    width: 22px;
    height: 22px;
}

.chukohojo-search-summary__head > div {
    display: grid;
    gap: 2px;
}

.chukohojo-search-summary__head strong {
    color: var(--chukohojo-brand-strong);
    font-size: 17px;
    font-weight: 900;
}

.chukohojo-search-summary__head small {
    color: #7c8f89;
    font-size: 10px;
}

.chukohojo-search-summary dl,
.chukohojo-diagnosis-complete dl {
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    overflow: hidden;
    border: 1px solid #d6e5e0;
    border-radius: 12px;
    background: #d6e5e0;
}

.chukohojo-search-summary dl > div,
.chukohojo-diagnosis-complete dl > div {
    min-width: 0;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    background: #fff;
}

.chukohojo-search-summary dt,
.chukohojo-diagnosis-complete dt {
    color: #81938d;
    font-size: 10px;
    font-weight: 800;
}

.chukohojo-search-summary dd,
.chukohojo-diagnosis-complete dd {
    margin: 0;
    color: #29463f;
    font-size: 12px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.chukohojo-modal-primary {
    width: min(430px, 100%);
    min-height: 54px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 0;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    background: var(--chukohojo-accent);
    box-shadow: 0 10px 24px rgba(242, 138, 69, .23);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.chukohojo-modal-primary:hover {
    background: var(--chukohojo-accent-strong);
}

.chukohojo-modal-primary .chukohojo-icon {
    width: 20px;
    height: 20px;
}

.chukohojo-search-result-note {
    margin: 12px auto 0;
    padding: 10px 12px;
    border-radius: 10px;
    color: #6f817b;
    background: #edf5f2;
    font-size: 10px;
    line-height: 1.65;
    text-align: center;
}

/* Diagnosis modal --------------------------------------------- */
.chukohojo-diagnosis-shell {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    background: #f6faf8;
}

.chukohojo-diagnosis-side {
    min-height: 0;
    padding: 28px 24px 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #dceae5;
    background:
        radial-gradient(circle at 50% 24%, rgba(255, 209, 144, .18), transparent 29%),
        linear-gradient(180deg, #edf7f3 0%, #f8fcfa 100%);
}

.chukohojo-diagnosis-side__mascot {
    width: min(220px, 86%);
    height: 230px;
    display: grid;
    place-items: center;
}

.chukohojo-diagnosis-side__mascot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.chukohojo-diagnosis-side__copy {
    width: 100%;
    margin-top: 3px;
    text-align: center;
}

.chukohojo-diagnosis-side__copy span {
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 999px;
    color: #51736a;
    background: #dcefe9;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}

.chukohojo-diagnosis-side__copy strong {
    display: block;
    margin-top: 6px;
    color: var(--chukohojo-brand-strong);
    font-size: 22px;
    font-weight: 900;
}

.chukohojo-diagnosis-side__copy p {
    margin: 8px 0 0;
    color: #61766f;
    font-size: 11px;
    line-height: 1.75;
}

.chukohojo-diagnosis-side__points {
    width: 100%;
    margin: 18px 0 0;
    padding: 14px 15px;
    display: grid;
    gap: 8px;
    list-style: none;
    border: 1px solid #d8e9e3;
    border-radius: 14px;
    background: rgba(255,255,255,.82);
}

.chukohojo-diagnosis-side__points li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #49625b;
    font-size: 10px;
    font-weight: 800;
}

.chukohojo-diagnosis-side__points .chukohojo-icon {
    width: 15px;
    height: 15px;
    color: var(--chukohojo-brand);
    flex: 0 0 auto;
}

.chukohojo-chat {
    min-width: 0;
    min-height: 0;
    background: #fff;
}

.chukohojo-chat__scroll {
    height: 100%;
    overflow: auto;
    padding: 28px clamp(22px, 4vw, 44px) 44px;
    scrollbar-gutter: stable;
}

.chukohojo-chat-row {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 9px;
}

.chukohojo-chat-row + .chukohojo-chat-row {
    margin-top: 10px;
}

.chukohojo-chat-row--assistant {
    justify-content: flex-start;
}

.chukohojo-chat-row--user {
    justify-content: flex-end;
}

.chukohojo-chat-row--assistant > img {
    width: 42px;
    height: 42px;
    padding: 0;
    flex: 0 0 auto;
    object-fit: contain;
    object-position: center center;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.chukohojo-chat-bubble {
    position: relative;
    max-width: min(620px, calc(100% - 54px));
    padding: 13px 16px;
    border: 1px solid #d9e8e3;
    border-radius: 17px 17px 17px 5px;
    color: #364f48;
    background: #f5faf8;
    box-shadow: 0 4px 12px rgba(31, 91, 82, .04);
}

.chukohojo-chat-bubble strong {
    display: block;
    color: #24463e;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 900;
}

.chukohojo-chat-bubble p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.75;
}

.chukohojo-chat-bubble--question {
    margin-top: 12px;
    padding: 16px 18px;
    background: #edf7f3;
    border-color: #cce4dc;
}

.chukohojo-chat-bubble--question > span {
    display: block;
    margin-bottom: 3px;
    color: var(--chukohojo-brand);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
}

.chukohojo-chat-bubble--question strong {
    font-size: 16px;
}

.chukohojo-chat-bubble--user {
    max-width: 76%;
    border: 0;
    border-radius: 17px 17px 5px 17px;
    color: #fff;
    background: var(--chukohojo-brand);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 800;
}

.chukohojo-chat-history {
    margin-top: 10px;
}

.chukohojo-chat-row--history .chukohojo-chat-bubble {
    padding-block: 10px;
    opacity: .84;
}

.chukohojo-chat-row--history .chukohojo-chat-bubble p {
    margin: 0;
    font-size: 10px;
}

.chukohojo-chat-options {
    margin: 14px 0 0 51px;
}

.chukohojo-chat-options .chukohojo-choice-grid--purposes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chukohojo-chat-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.chukohojo-chat-option {
    min-height: 54px;
    padding: 9px 12px 9px 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.chukohojo-chat-option strong {
    color: #304b44;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 900;
}

.chukohojo-chat-option small {
    grid-column: 1 / 2;
    margin-top: -2px;
    color: #869791;
    font-size: 9px;
    line-height: 1.4;
}

.chukohojo-chat-option__arrow {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    color: #66a995;
    font-size: 22px;
    line-height: 1;
}

.chukohojo-chat-options .chukohojo-municipality-grid {
    max-height: 250px;
}

.chukohojo-chat-options .chukohojo-choice--wide {
    margin-top: 9px;
}

.chukohojo-chat-row--typing .chukohojo-chat-bubble {
    padding: 13px 15px;
}

.chukohojo-typing {
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.chukohojo-typing i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6b9f90;
    animation: chukohojo-typing 1s infinite ease-in-out;
}

.chukohojo-typing i:nth-child(2) { animation-delay: .13s; }
.chukohojo-typing i:nth-child(3) { animation-delay: .26s; }

@keyframes chukohojo-typing {
    0%, 60%, 100% { transform: translateY(0); opacity: .45; }
    30% { transform: translateY(-3px); opacity: 1; }
}

.chukohojo-diagnosis-complete {
    margin: 22px 0 0 51px;
    padding: 22px;
    border: 1px solid #cbe2da;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfefd, #f1f8f5);
    text-align: center;
}

.chukohojo-diagnosis-complete__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--chukohojo-brand);
}

.chukohojo-diagnosis-complete__icon .chukohojo-icon {
    width: 25px;
    height: 25px;
}

.chukohojo-diagnosis-complete h3 {
    margin: 0;
    color: var(--chukohojo-brand-strong);
    font-size: 20px;
    font-weight: 900;
}

.chukohojo-diagnosis-complete > p {
    margin: 5px 0 16px;
    color: #71847e;
    font-size: 11px;
    line-height: 1.7;
}

/* Tablet / mobile modal behavior ------------------------------ */
@media (max-width: 900px) {
    .chukohojo-modal {
        padding: 0;
    }

    .chukohojo-modal__viewport {
        width: 100vw;
        height: 100dvh;
        max-height: 100dvh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .chukohojo-modal__header {
        min-height: 64px;
        padding: 8px 12px;
        grid-template-columns: 128px 1fr auto;
        gap: 8px;
    }

    .chukohojo-modal__logo {
        width: 124px;
    }

    .chukohojo-modal__header-center {
        justify-content: flex-start;
        gap: 5px;
    }

    .chukohojo-modal__header-center strong {
        font-size: 13px;
    }

    .chukohojo-modal__progress-text {
        font-size: 8px;
    }

    .chukohojo-modal__reset,
    .chukohojo-modal__close {
        min-height: 36px;
        padding: 0 8px;
        font-size: 10px;
    }

    .chukohojo-diagnosis-shell {
        display: block;
    }

    .chukohojo-diagnosis-side {
        display: none;
    }

    .chukohojo-chat {
        height: 100%;
    }
}

@media (max-width: 680px) {
    .chukohojo-modal__header {
        min-height: 57px;
        padding: 7px 8px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .chukohojo-modal__logo {
        width: 108px;
    }

    .chukohojo-modal__header-center {
        position: absolute;
        left: 50%;
        bottom: -29px;
        transform: translateX(-50%);
        z-index: 3;
        padding: 4px 9px;
        border: 1px solid #d8e7e1;
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 3px 9px rgba(31,91,82,.06);
        white-space: nowrap;
    }

    .chukohojo-modal__header-center strong {
        display: none;
    }

    .chukohojo-modal__progress-text {
        font-size: 8px;
    }

    .chukohojo-modal__controls {
        gap: 5px;
    }

    .chukohojo-modal__reset,
    .chukohojo-modal__close {
        min-height: 34px;
        padding: 0 7px;
        border-radius: 9px;
        font-size: 9px;
        white-space: nowrap;
    }

    .chukohojo-modal__close span {
        display: inline;
    }

    .chukohojo-search-shell {
        padding: 38px 14px 28px;
    }

    .chukohojo-search-intro {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px;
    }

    .chukohojo-search-intro__icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .chukohojo-search-intro__icon .chukohojo-icon {
        width: 22px;
        height: 22px;
    }

    .chukohojo-search-intro p {
        font-size: 9px;
    }

    .chukohojo-search-intro h2 {
        font-size: 19px;
        line-height: 1.35;
    }

    .chukohojo-search-intro span:not(.chukohojo-search-intro__icon) {
        margin-top: 3px;
        font-size: 10px;
    }

    .chukohojo-search-mode {
        margin: 18px auto 24px;
        padding: 4px;
        border-radius: 13px;
    }

    .chukohojo-search-mode button {
        min-height: 54px;
        padding: 7px 8px;
        gap: 6px;
    }

    .chukohojo-search-mode .chukohojo-icon {
        width: 20px;
        height: 20px;
    }

    .chukohojo-search-mode strong {
        font-size: 10px;
    }

    .chukohojo-search-mode small {
        font-size: 8px;
    }

    .chukohojo-stage-heading {
        margin-bottom: 14px;
    }

    .chukohojo-stage-heading h3 {
        font-size: 18px;
    }

    .chukohojo-stage-heading p {
        font-size: 10px;
    }

    .chukohojo-choice-grid--regions,
    .chukohojo-choice-grid--prefectures,
    .chukohojo-choice-grid--purposes,
    .chukohojo-chat-options .chukohojo-choice-grid--purposes,
    .chukohojo-chat-option-grid,
    .chukohojo-municipality-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chukohojo-choice--region {
        min-height: 64px;
    }

    .chukohojo-choice--purpose {
        min-height: 72px;
        padding: 9px 10px;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px;
    }

    .chukohojo-choice__icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .chukohojo-choice__icon .chukohojo-icon {
        width: 19px;
        height: 19px;
    }

    .chukohojo-choice--purpose strong {
        font-size: 10px;
    }

    .chukohojo-choice--purpose small {
        font-size: 8px;
    }

    .chukohojo-choice--prefecture,
    .chukohojo-choice--municipality {
        min-height: 44px;
        font-size: 10px;
    }

    .chukohojo-search-summary {
        padding: 17px 13px;
    }

    .chukohojo-search-summary dl,
    .chukohojo-diagnosis-complete dl {
        grid-template-columns: 1fr;
    }

    .chukohojo-search-summary dl > div,
    .chukohojo-diagnosis-complete dl > div {
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 8px 9px;
    }

    .chukohojo-chat__scroll {
        padding: 39px 12px 28px;
    }

    .chukohojo-chat-row {
        gap: 7px;
    }

    .chukohojo-chat-row--assistant > img {
        width: 34px;
        height: 34px;
    }

    .chukohojo-chat-bubble {
        max-width: calc(100% - 41px);
        padding: 11px 12px;
        border-radius: 15px 15px 15px 5px;
    }

    .chukohojo-chat-bubble strong {
        font-size: 12px;
    }

    .chukohojo-chat-bubble p {
        font-size: 10px;
        line-height: 1.7;
    }

    .chukohojo-chat-bubble--question {
        margin-top: 8px;
        padding: 13px 14px;
    }

    .chukohojo-chat-bubble--question strong {
        font-size: 14px;
    }

    .chukohojo-chat-bubble--user {
        max-width: 82%;
        border-radius: 15px 15px 5px 15px;
        font-size: 10px;
    }

    .chukohojo-chat-options,
    .chukohojo-diagnosis-complete {
        margin-left: 41px;
    }

    .chukohojo-chat-option {
        min-height: 50px;
        padding: 8px 9px 8px 11px;
    }

    .chukohojo-chat-option strong {
        font-size: 10px;
    }

    .chukohojo-chat-option small {
        font-size: 8px;
    }

    .chukohojo-diagnosis-complete {
        padding: 17px 12px;
    }

    .chukohojo-diagnosis-complete h3 {
        font-size: 17px;
    }

    .chukohojo-modal-primary {
        min-height: 50px;
        font-size: 11px;
    }
}

@media (max-width: 390px) {
    .chukohojo-modal__logo {
        width: 96px;
    }

    .chukohojo-modal__reset,
    .chukohojo-modal__close {
        padding-inline: 6px;
        font-size: 8px;
    }

    .chukohojo-search-mode button {
        gap: 4px;
    }

    .chukohojo-search-mode .chukohojo-icon {
        display: none;
    }

    .chukohojo-choice-grid--regions,
    .chukohojo-choice-grid--prefectures,
    .chukohojo-choice-grid--purposes,
    .chukohojo-chat-options .chukohojo-choice-grid--purposes,
    .chukohojo-chat-option-grid,
    .chukohojo-municipality-grid {
        gap: 7px;
    }
}

/* =========================================================
 * v0.1.7 — Official E logo reference lock
 * The approved raster reference is used intentionally so the
 * Japanese logotype, CHUKOHOJO line, tagline, spacing and icon
 * proportions do not vary with installed fonts/browser rendering.
 * ======================================================= */
.chukohojo-brand {
    width: 244px;
    max-width: 244px;
}

.chukohojo-brand img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 382 / 137;
    object-fit: contain;
}

.chukohojo-global-header .chukohojo-header__inner {
    min-height: 92px;
}

.chukohojo-modal__logo {
    width: 190px;
    height: auto;
    aspect-ratio: 382 / 137;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .chukohojo-brand {
        width: 210px;
        max-width: 210px;
    }
}

@media (max-width: 980px) {
    .chukohojo-global-header .chukohojo-header__inner {
        min-height: 78px;
    }

    .chukohojo-brand {
        width: 176px;
        max-width: 176px;
    }
}

@media (max-width: 680px) {
    .chukohojo-global-header .chukohojo-header__inner {
        min-height: 72px;
    }

    .chukohojo-brand {
        width: 154px;
        max-width: 154px;
    }

    .chukohojo-modal__logo {
        width: 116px;
    }
}


/* =========================================================
 * v0.1.8: Chukotto expression/pose variants + family H1 alignment
 * ======================================================= */
@media (min-width: 981px) {
    .chukohojo-hero__grid {
        grid-template-columns: minmax(0, 1.04fr) minmax(455px, .96fr);
        gap: 38px;
    }
    .chukohojo-hero__copy {
        max-width: 650px;
        padding-top: 24px;
    }
    .chukohojo-eyebrow {
        margin-bottom: 12px;
    }
    .chukohojo-hero h1 {
        font-size: clamp(40px, 3.75vw, 56px);
        line-height: 1.22;
    }
    .chukohojo-hero__lead {
        margin-top: 18px;
    }
    .chukohojo-hero__actions {
        margin-top: 25px;
    }
}

.chukohojo-chat-row--assistant > img {
    object-fit: contain;
    object-position: center;
}

.chukohojo-diagnosis-complete {
    position: relative;
}

.chukohojo-diagnosis-complete__mascot {
    width: 96px;
    height: 96px;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px;
}

@media (max-width: 680px) {
    .chukohojo-hero__copy {
        padding-top: 0;
    }
    .chukohojo-hero h1 {
        font-size: clamp(31px, 9vw, 38px);
        line-height: 1.3;
    }
    .chukohojo-hero__lead {
        margin-top: 14px;
    }
    .chukohojo-diagnosis-complete__mascot {
        width: 78px;
        height: 78px;
    }
}

/* =========================================================
 * v0.1.10: Rihojo-style municipality picker
 * - prefecture -> municipality click flow
 * - kana navigation / name search / count
 * - shared by Search and Diagnosis modals
 * ======================================================= */
.chukohojo-municipality-mount {
    min-width: 0;
    width: 100%;
}

.chukohojo-prefecture-all {
    border-color: #b9d8ce;
    background: #f2f9f6;
}

.chukohojo-prefecture-all:hover,
.chukohojo-prefecture-all:focus-visible {
    border-color: var(--chukohojo-brand);
    background: #eaf6f2;
}

.chukohojo-or-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8a9a95;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.chukohojo-or-divider::before,
.chukohojo-or-divider::after {
    content: '';
    height: 1px;
    flex: 1 1 auto;
    background: #e2ece8;
}

.chukohojo-municipality-status {
    margin: 0;
    padding: 18px 14px;
    border: 1px dashed #cee1da;
    border-radius: 12px;
    color: #788b85;
    background: #f8fbfa;
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
}

.chukohojo-municipality-status.is-loading::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    vertical-align: -1px;
    border: 2px solid #c7d9d2;
    border-top-color: var(--chukohojo-brand);
    border-radius: 50%;
    animation: chukohojo-municipality-spin .8s linear infinite;
}

@keyframes chukohojo-municipality-spin {
    to { transform: rotate(360deg); }
}

.chukohojo-municipality-empty {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 18px 14px;
    border: 1px dashed #cee1da;
    border-radius: 12px;
    color: #788b85;
    background: #f8fbfa;
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
}

.chukohojo-municipality-empty strong {
    color: var(--chukohojo-brand-strong);
    font-size: 12px;
    font-weight: 900;
}

.chukohojo-municipality-empty span {
    display: block;
}

.chukohojo-municipality-empty.is-error {
    border-color: #e7cbc5;
    background: #fff8f6;
}

.chukohojo-municipality-retry {
    min-height: 38px;
    margin: 7px auto 0;
    padding: 7px 13px;
    border: 1px solid #bcd8cf;
    border-radius: 9px;
    color: var(--chukohojo-brand-strong);
    background: #fff;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

.chukohojo-municipality-retry:hover,
.chukohojo-municipality-retry:focus-visible {
    border-color: var(--chukohojo-brand);
    background: #edf7f3;
}

.chukohojo-municipality-picker {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d1e1dc;
    border-radius: 13px;
    background: #fff;
}

.chukohojo-municipality-head {
    min-height: 42px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #e5ece9;
    background: #fbfdfc;
}

.chukohojo-municipality-head strong {
    min-width: 0;
    color: var(--chukohojo-brand-strong);
    font-size: 11px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chukohojo-municipality-head small {
    flex: 0 0 auto;
    color: #788b85;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

.chukohojo-municipality-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #e5ece9;
    background: #f8fbfa;
}

.chukohojo-municipality-search {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 8px 11px;
    border: 1px solid #c8d7d2;
    border-radius: 8px;
    background: #fff;
    color: #29463f;
    font: inherit;
    font-size: 12px;
}

.chukohojo-municipality-search::placeholder {
    color: #9aa8a3;
}

.chukohojo-municipality-search:focus {
    outline: 3px solid rgba(242, 138, 69, .18);
    border-color: var(--chukohojo-brand);
}

.chukohojo-municipality-count {
    flex: 0 0 auto;
    color: #758882;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

.chukohojo-kana-nav {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 5px;
    padding: 8px 12px;
    overflow-x: auto;
    border-bottom: 1px solid #e7eeeb;
    background: rgba(255, 255, 255, .98);
    scrollbar-width: thin;
}

.chukohojo-kana-nav button {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    flex: 0 0 auto;
    border: 1px solid #ccd9d5;
    border-radius: 999px;
    background: #fff;
    color: var(--chukohojo-brand-strong);
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

.chukohojo-kana-nav button:hover,
.chukohojo-kana-nav button:focus-visible {
    border-color: var(--chukohojo-brand);
    background: #eff7f4;
}

.chukohojo-municipality-groups {
    max-height: 330px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 3px 12px 12px;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.chukohojo-municipality-group {
    padding: 12px 0 5px;
    scroll-margin-top: 48px;
}

.chukohojo-municipality-group + .chukohojo-municipality-group {
    border-top: 1px solid #edf2f0;
}

.chukohojo-municipality-group h4 {
    margin: 0 0 8px;
    color: var(--chukohojo-brand);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: .05em;
}

.chukohojo-municipality-picker .chukohojo-municipality-grid,
.chukohojo-chat-options .chukohojo-municipality-picker .chukohojo-municipality-grid {
    max-height: none;
    overflow: visible;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.chukohojo-municipality-choice {
    min-width: 0;
    min-height: 47px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
    padding: 7px 9px;
    border: 1px solid #d6e0dc;
    border-radius: 8px;
    background: #fff;
    color: #29463f;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .14s ease, background .14s ease, transform .14s ease;
}

.chukohojo-municipality-choice > span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 900;
}

.chukohojo-municipality-choice > small {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7b8984;
    font-size: 8px;
    line-height: 1.3;
    font-weight: 700;
}

.chukohojo-municipality-choice:hover {
    border-color: var(--chukohojo-brand);
    background: #f1f8f5;
    transform: translateY(-1px);
}

.chukohojo-municipality-choice:focus-visible {
    outline: 3px solid rgba(242, 138, 69, .22);
    outline-offset: 1px;
}

.chukohojo-municipality-choice[hidden],
.chukohojo-municipality-group[hidden] {
    display: none !important;
}

.chukohojo-municipality-picker.is-compact .chukohojo-municipality-groups {
    max-height: 270px;
}

.chukohojo-municipality-picker.is-compact .chukohojo-municipality-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chukohojo-diagnosis-municipality {
    display: grid;
    gap: 9px;
}

.chukohojo-municipality-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 11px;
    border: 1px solid #d5e5df;
    border-radius: 11px;
    background: #f5faf8;
}

.chukohojo-municipality-context > div {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.chukohojo-municipality-context small {
    color: #81928c;
    font-size: 8px;
    font-weight: 800;
}

.chukohojo-municipality-context strong {
    color: var(--chukohojo-brand-strong);
    font-size: 12px;
    font-weight: 900;
}

.chukohojo-municipality-context .chukohojo-municipality-undecided {
    width: auto;
    min-width: 190px;
    min-height: 42px;
    margin: 0;
    padding: 7px 10px;
    border-style: solid;
    background: #fff;
}

@media (max-width: 680px) {
    .chukohojo-municipality-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .chukohojo-municipality-tools {
        padding: 8px;
        gap: 7px;
    }

    .chukohojo-municipality-search {
        height: 38px;
        font-size: 11px;
    }

    .chukohojo-kana-nav {
        padding: 7px 8px;
        gap: 4px;
    }

    .chukohojo-kana-nav button {
        min-width: 30px;
        height: 30px;
        padding: 0 6px;
        font-size: 9px;
    }

    .chukohojo-municipality-groups,
    .chukohojo-municipality-picker.is-compact .chukohojo-municipality-groups {
        max-height: 300px;
        padding: 3px 8px 9px;
    }

    .chukohojo-municipality-picker .chukohojo-municipality-grid,
    .chukohojo-municipality-picker.is-compact .chukohojo-municipality-grid,
    .chukohojo-chat-options .chukohojo-municipality-picker .chukohojo-municipality-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .chukohojo-municipality-choice {
        min-height: 46px;
        padding: 7px 8px;
    }

    .chukohojo-municipality-choice > span {
        font-size: 10px;
    }

    .chukohojo-municipality-context {
        align-items: stretch;
        flex-direction: column;
    }

    .chukohojo-municipality-context .chukohojo-municipality-undecided {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chukohojo-municipality-status.is-loading::before {
        animation: none;
    }
    .chukohojo-municipality-groups {
        scroll-behavior: auto;
    }
}

/* =========================================================
 * v0.1.11 — Iehojo-family visual unification
 * - approved E logo: remove right divider only
 * - connect Hero / update / feature / support / region surfaces
 * - replace browser-default region controls with brand buttons
 * ======================================================= */

/* Header: cleaner, lighter family treatment. */
.chukohojo-global-header {
    background: rgba(255,255,255,.985);
    border-bottom-color: #e4efeb;
    box-shadow: 0 3px 18px rgba(24,74,69,.045);
}

.chukohojo-global-header .chukohojo-header__inner {
    min-height: 84px;
}

.chukohojo-brand {
    width: 218px;
    max-width: 218px;
}

.chukohojo-header-nav {
    gap: 22px;
}

.chukohojo-header-nav a {
    color: #425954;
    font-size: 13px;
    letter-spacing: .01em;
}

.chukohojo-header-action {
    border-radius: 11px;
    box-shadow: 0 7px 18px rgba(28,65,58,.09);
}

/* Hero: one continuous brand surface rather than isolated pieces. */
.chukohojo-hero {
    padding: 56px 0 38px;
    background:
        radial-gradient(circle at 84% 7%, rgba(247,183,51,.10) 0 115px, transparent 116px),
        radial-gradient(circle at 3% 91%, rgba(40,103,94,.075) 0 112px, transparent 113px),
        linear-gradient(135deg, #f8fcfa 0%, #eef9f5 48%, #f7fbf9 100%);
    border-bottom: 0;
}

.chukohojo-hero::before {
    opacity: .16;
    background-size: 24px 24px;
    mask-image: linear-gradient(to right, #000 0%, rgba(0,0,0,.55) 42%, transparent 76%);
}

.chukohojo-hero__glow--one,
.chukohojo-hero__glow--two {
    display: none;
}

@media (min-width: 981px) {
    .chukohojo-hero__grid {
        grid-template-columns: minmax(0, .98fr) minmax(480px, 1.02fr);
        gap: 48px;
        align-items: center;
    }

    .chukohojo-hero__copy {
        max-width: 610px;
        padding-top: 0;
    }

    .chukohojo-hero h1 {
        font-size: clamp(42px, 3.55vw, 54px);
        line-height: 1.24;
        letter-spacing: -.035em;
    }
}

.chukohojo-eyebrow {
    margin-bottom: 14px;
    color: #2a6e64;
    letter-spacing: .035em;
}

.chukohojo-hero__lead {
    max-width: 590px;
    margin-top: 19px;
    color: #586b65;
    line-height: 1.85;
}

.chukohojo-hero__actions {
    margin-top: 27px;
}

.chukohojo-main-cta {
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(31,75,67,.13);
}

.chukohojo-main-cta--search {
    background: #f18a48;
}

.chukohojo-main-cta--diagnosis {
    background: #28675e;
}

.chukohojo-hero__trust {
    margin-top: 19px;
    color: #63766f;
}

/* Mascot speech + diagnosis card should read as one unit. */
.chukohojo-guide {
    margin: 0 14px -7px 10px;
}

.chukohojo-guide__bubble {
    border-color: #cde6de;
    box-shadow: 0 8px 20px rgba(31,91,82,.07);
}

.chukohojo-diagnostic {
    padding: 27px;
    border-color: #d6e8e2;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(24,74,69,.09);
}

.chukohojo-diagnostic::before {
    background: linear-gradient(90deg, #2b786c, #58a59b);
}

.chukohojo-purpose-card {
    border-color: #dcebe6;
    border-radius: 15px;
    background: #fff;
}

.chukohojo-diagnostic__next {
    border-radius: 14px;
    background: #f5f9f7;
}

/* Today's updates become the shared footer of the hero. */
.chukohojo-hero__today-wrap {
    margin-top: 24px;
}

.chukohojo-hero__today {
    max-width: none;
    padding: 14px 18px;
    border-color: #dbeae5;
    border-radius: 18px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 9px 25px rgba(24,74,69,.055);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.chukohojo-hero__today .chukohojo-today__grid {
    gap: 10px;
}

.chukohojo-hero__today .chukohojo-today__item {
    min-height: 54px;
    border: 1px solid #edf4f1;
    background: #fbfdfc;
}

/* Three strengths: cards rather than a thin table row. */
.chukohojo-quick-info {
    padding: 26px 0 38px;
    background: #f7fbf9;
    border: 0;
}

.chukohojo-quick-info__inner {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.chukohojo-quick-info__item {
    min-width: 0;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    align-items: center;
    gap: 13px;
    border: 1px solid #dcebe6;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(24,74,69,.045);
}

.chukohojo-quick-info__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #297166;
    background: #eaf6f2;
}

.chukohojo-quick-info__icon .chukohojo-icon {
    width: 23px;
    height: 23px;
}

.chukohojo-quick-info__item:nth-child(2) .chukohojo-quick-info__icon {
    color: #3a7290;
    background: #edf6fa;
}

.chukohojo-quick-info__item:nth-child(3) .chukohojo-quick-info__icon {
    color: #b46636;
    background: #fff1e8;
}

.chukohojo-quick-info__item p,
.chukohojo-quick-info__item p:first-child,
.chukohojo-quick-info__item p:last-child {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 5px;
    border: 0;
}

.chukohojo-quick-info__item strong {
    color: #234f48;
    font-size: 14px;
    line-height: 1.45;
}

.chukohojo-quick-info__item p > span {
    color: #73847e;
    font-size: 11px;
    line-height: 1.65;
}

/* Section system: same radius, heading rhythm and muted backgrounds as family sites. */
.chukohojo-home-section {
    padding: 68px 0;
}

.chukohojo-support-types {
    background: #fff;
}

.chukohojo-section-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.chukohojo-section-heading > p {
    display: inline-flex;
    min-height: 28px;
    margin: 0 0 12px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    color: #2b7066;
    background: #eaf6f2;
    font-size: 11px;
    letter-spacing: .06em;
}

.chukohojo-section-heading h2,
.chukohojo-region h2 {
    font-size: 29px;
    line-height: 1.42;
}

/* Icon-first support cards. */
.chukohojo-support-grid {
    gap: 13px;
}

.chukohojo-support-grid button {
    appearance: none;
    min-height: 78px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border: 1px solid #dcebe6;
    border-radius: 16px;
    background: #fff;
    color: #35544d;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 5px 16px rgba(24,74,69,.035);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.chukohojo-support-grid button:hover {
    transform: translateY(-2px);
    border-color: #b9d9cf;
    background: #fbfefd;
    box-shadow: 0 9px 22px rgba(24,74,69,.07);
}

.chukohojo-support-grid button > span {
    min-height: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 0;
    border-radius: 13px;
    color: #2c7469;
    background: #eaf6f2;
}

.chukohojo-support-grid button:nth-child(2) > span,
.chukohojo-support-grid button:nth-child(6) > span {
    color: #39748f;
    background: #edf6fa;
}

.chukohojo-support-grid button:nth-child(3) > span,
.chukohojo-support-grid button:nth-child(4) > span {
    color: #a55f38;
    background: #fff0e7;
}

.chukohojo-support-grid button:nth-child(5) > span,
.chukohojo-support-grid button:nth-child(8) > span {
    color: #756193;
    background: #f3eff8;
}

.chukohojo-support-grid button:nth-child(7) > span,
.chukohojo-support-grid button:nth-child(9) > span {
    color: #66783c;
    background: #f0f5e6;
}

.chukohojo-support-grid button > span .chukohojo-icon {
    width: 23px;
    height: 23px;
}

.chukohojo-support-grid button strong {
    color: #35544d;
    font-size: 13px;
    font-weight: 800;
}

/* Region block: no browser-default buttons; use branded pills. */
.chukohojo-region {
    padding: 64px 0 74px;
    background: #f7fbf9;
}

.chukohojo-region__box {
    padding: 34px 38px;
    border-color: #d9eae4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24,74,69,.055);
}

.chukohojo-region__eyebrow {
    display: inline-flex;
    min-height: 26px;
    padding: 0 10px;
    align-items: center;
    border-radius: 999px;
    background: #eaf6f2;
}

.chukohojo-region__chips {
    gap: 8px;
}

.chukohojo-region__chips button {
    appearance: none;
    min-height: 38px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfe3dc;
    border-radius: 999px;
    background: #fff;
    color: #42635b;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.chukohojo-region__chips button:hover {
    color: #fff;
    background: #2b7066;
    border-color: #2b7066;
    transform: translateY(-1px);
}

@media (max-width: 1180px) {
    .chukohojo-brand {
        width: 198px;
        max-width: 198px;
    }
}

@media (max-width: 980px) {
    .chukohojo-global-header .chukohojo-header__inner {
        min-height: 74px;
    }

    .chukohojo-brand {
        width: 168px;
        max-width: 168px;
    }

    .chukohojo-hero {
        padding-top: 42px;
    }

    .chukohojo-hero__grid {
        gap: 31px;
    }

    .chukohojo-hero__today-wrap {
        margin-top: 18px;
    }

    .chukohojo-quick-info__inner {
        grid-template-columns: 1fr;
        max-width: 720px;
    }
}

@media (max-width: 680px) {
    .chukohojo-container {
        width: min(calc(100% - 24px), var(--chukohojo-container));
    }

    .chukohojo-global-header .chukohojo-header__inner {
        width: calc(100% - 24px);
        min-height: 68px;
    }

    .chukohojo-brand {
        width: 142px;
        max-width: 142px;
    }

    .chukohojo-hero {
        padding: 28px 0 28px;
        background:
            radial-gradient(circle at 94% 4%, rgba(247,183,51,.09) 0 82px, transparent 83px),
            linear-gradient(155deg, #f8fcfa 0%, #edf8f4 55%, #f8fcfa 100%);
    }

    .chukohojo-eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .chukohojo-eyebrow__icon {
        width: 21px;
        height: 21px;
    }

    .chukohojo-hero h1 {
        font-size: clamp(30px, 9vw, 35px);
        line-height: 1.34;
        letter-spacing: -.04em;
    }

    .chukohojo-hero__lead {
        margin-top: 13px;
        font-size: 13px;
        line-height: 1.8;
    }

    .chukohojo-hero__actions {
        margin-top: 20px;
    }

    .chukohojo-main-cta {
        min-height: 64px;
    }

    .chukohojo-hero__trust {
        margin-top: 15px;
        gap: 10px 14px;
        font-size: 10px;
    }

    .chukohojo-guide {
        margin-top: 3px;
    }

    .chukohojo-diagnostic {
        padding: 18px 14px;
        border-radius: 19px;
    }

    .chukohojo-hero__today-wrap {
        margin-top: 14px;
    }

    .chukohojo-hero__today {
        padding: 12px;
        border-radius: 16px;
    }

    .chukohojo-hero__today .chukohojo-today__grid {
        grid-template-columns: 1fr;
    }

    .chukohojo-quick-info {
        padding: 18px 0 32px;
    }

    .chukohojo-quick-info__inner {
        gap: 9px;
    }

    .chukohojo-quick-info__item {
        padding: 14px;
        grid-template-columns: 38px minmax(0,1fr);
        gap: 11px;
        border-radius: 14px;
    }

    .chukohojo-quick-info__icon {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .chukohojo-quick-info__icon .chukohojo-icon {
        width: 20px;
        height: 20px;
    }

    .chukohojo-quick-info__item strong {
        font-size: 12px;
    }

    .chukohojo-quick-info__item p > span {
        font-size: 10px;
    }

    .chukohojo-home-section {
        padding: 48px 0;
    }

    .chukohojo-section-heading {
        margin-bottom: 24px;
        text-align: left;
    }

    .chukohojo-section-heading h2,
    .chukohojo-region h2 {
        font-size: 23px;
        line-height: 1.48;
    }

    .chukohojo-section-heading > span {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.75;
    }

    .chukohojo-support-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 8px;
    }

    .chukohojo-support-grid button {
        min-height: 70px;
        padding: 10px;
        gap: 8px;
        border-radius: 14px;
    }

    .chukohojo-support-grid button > span {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .chukohojo-support-grid button > span .chukohojo-icon {
        width: 19px;
        height: 19px;
    }

    .chukohojo-support-grid button strong {
        font-size: 10.5px;
        line-height: 1.45;
    }

    .chukohojo-region {
        padding: 44px 0 54px;
    }

    .chukohojo-region__box {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .chukohojo-region__chips {
        gap: 7px;
    }

    .chukohojo-region__chips button {
        min-height: 34px;
        padding: 0 11px;
        font-size: 10px;
    }
}

/* =========================================================
 * v0.1.12 — visible Iehojo-family home rebuild
 * Structural front-page classes intentionally avoid legacy
 * hero/card selectors so the new layout cannot be masked by
 * older cascade rules.
 * ======================================================= */

/* Approved E logo: never show a separator at its right edge. */
.chukohojo-brand,
.chukohojo-brand img,
.chukohojo-global-header .chukohojo-header__inner,
.chukohojo-modal__logo {
    border-right: 0 !important;
    box-shadow: none;
}
.chukohojo-brand::before,
.chukohojo-brand::after,
.chukohojo-brand img::before,
.chukohojo-brand img::after {
    content: none !important;
    display: none !important;
}

.chukohojo-home-v12 {
    background: #f4f8f6;
}

.chukohojo-v12-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 58px 0 42px;
    background: linear-gradient(135deg,#f4fbf8 0%,#eaf7f2 54%,#f6fbf8 100%);
    border-bottom: 1px solid #dcebe5;
}

.chukohojo-v12-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: .24;
    background-image: radial-gradient(rgba(40,103,94,.18) .75px,transparent .75px);
    background-size: 22px 22px;
    mask-image: linear-gradient(90deg,#000 0%,rgba(0,0,0,.55) 48%,transparent 84%);
}

.chukohojo-v12-hero__wash {
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 300px;
    right: 7%;
    top: -122px;
    border-radius: 50%;
    background: rgba(247,183,51,.10);
    pointer-events: none;
}

.chukohojo-v12-hero__inner {
    display: grid;
    grid-template-columns: minmax(0,1.06fr) minmax(430px,.94fr);
    align-items: center;
    gap: 54px;
}

.chukohojo-v12-hero__copy {
    max-width: 660px;
}

.chukohojo-v12-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 17px;
    padding: 0 14px;
    border: 1px solid #cee4dc;
    border-radius: 999px;
    background: #e7f4ef;
    color: #296f64;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
}

.chukohojo-v12-hero h1 {
    margin: 0;
    color: #184a45;
    font-size: clamp(43px,4vw,59px);
    font-weight: 900;
    line-height: 1.23;
    letter-spacing: -.045em;
}

.chukohojo-v12-hero h1 span {
    position: relative;
    display: inline-block;
    color: #28746a;
}

.chukohojo-v12-hero h1 span::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 11px;
    border-radius: 999px;
    background: rgba(40,116,106,.11);
}

.chukohojo-v12-hero__lead {
    max-width: 650px;
    margin: 22px 0 0;
    color: #5d6e68;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.95;
}

.chukohojo-v12-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 27px;
}

.chukohojo-v12-btn {
    appearance: none;
    min-width: 224px;
    min-height: 64px;
    padding: 9px 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease,box-shadow .18s ease,filter .18s ease;
}

.chukohojo-v12-btn:hover {
    transform: translateY(-2px);
    filter: saturate(1.04);
}

.chukohojo-v12-btn--search {
    background: linear-gradient(135deg,#ff9a4d,#f07d32);
    box-shadow: 0 12px 27px rgba(226,116,43,.20);
}

.chukohojo-v12-btn--diagnosis {
    min-width: 248px;
    position: relative;
    background: linear-gradient(135deg,#2b786c,#1b5e56);
    box-shadow: 0 12px 27px rgba(27,94,86,.18);
}

.chukohojo-v12-btn__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    background: rgba(255,255,255,.16);
}

.chukohojo-v12-btn__icon .chukohojo-icon {
    width: 22px;
    height: 22px;
}

.chukohojo-v12-btn__copy {
    display: grid;
    gap: 1px;
}

.chukohojo-v12-btn__copy small {
    font-size: 9.5px;
    font-weight: 750;
    opacity: .84;
}

.chukohojo-v12-btn__copy strong {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.chukohojo-v12-btn__free {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.20);
    font-size: 8px;
    font-weight: 900;
}

.chukohojo-v12-hero__note {
    margin: 15px 0 0;
    color: #798780;
    font-size: 10px;
    line-height: 1.7;
}

.chukohojo-v12-hero__visual {
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 12px 122px;
}

.chukohojo-v12-hero__visual::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    background: linear-gradient(145deg,#deefe8 0%,#f9fcfa 68%,#fff 100%);
    box-shadow: inset 0 0 0 1px rgba(40,103,94,.10),0 28px 68px rgba(40,103,94,.07);
}

.chukohojo-v12-mascot {
    position: relative;
    z-index: 2;
    width: min(325px,78%);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 13px 16px rgba(35,72,65,.08));
}

.chukohojo-v12-bubble {
    position: absolute;
    z-index: 4;
    right: 8px;
    top: 44px;
    width: 220px;
    padding: 14px 17px;
    border: 2px solid #bddfd4;
    border-radius: 19px 19px 19px 6px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 30px rgba(30,83,74,.08);
}

.chukohojo-v12-bubble::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 26px;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    border-left: 2px solid #bddfd4;
    border-bottom: 2px solid #bddfd4;
    background: #fff;
}

.chukohojo-v12-bubble b {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 5px;
    color: #2b7469;
    font-size: 11px;
}

.chukohojo-v12-bubble p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #274b45;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
}

.chukohojo-v12-today {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 14px 14px;
    border: 1px solid #d7e8e2;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 32px rgba(24,74,69,.07);
}

.chukohojo-v12-today__head {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.chukohojo-v12-today__head > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #244f48;
    font-size: 12px;
}

.chukohojo-v12-today__head i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2ca875;
    box-shadow: 0 0 0 4px #e4f5ee;
}

.chukohojo-v12-today__head small {
    color: #87938e;
    font-size: 8.5px;
}

.chukohojo-v12-today__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px;
}

.chukohojo-v12-today__grid > div {
    min-width: 0;
    min-height: 52px;
    padding: 8px 9px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #f7faf9;
}

.chukohojo-v12-today__grid > div > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 9px;
    color: #2b776c;
    background: #e7f4ef;
}

.chukohojo-v12-today__grid .chukohojo-icon {
    width: 17px;
    height: 17px;
}

.chukohojo-v12-today__grid p {
    min-width: 0;
    margin: 0;
    display: grid;
    gap: 1px;
}

.chukohojo-v12-today__grid small {
    color: #87938e;
    font-size: 8px;
}

.chukohojo-v12-today__grid strong {
    color: #264e47;
    font-size: 11px;
    white-space: nowrap;
}

.chukohojo-v12-trust {
    background: #fff;
    border-bottom: 1px solid #e4eeea;
}

.chukohojo-v12-trust__grid {
    min-height: 88px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.chukohojo-v12-trust__grid > div {
    min-width: 0;
    padding: 16px 26px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chukohojo-v12-trust__grid > div + div {
    border-left: 1px solid #e7efec;
}

.chukohojo-v12-trust__grid > div > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #2d756a;
    background: #eaf6f2;
}

.chukohojo-v12-trust__grid .chukohojo-icon {
    width: 21px;
    height: 21px;
}

.chukohojo-v12-trust__grid p {
    margin: 0;
    display: grid;
    gap: 3px;
}

.chukohojo-v12-trust__grid strong {
    color: #2a4e47;
    font-size: 12px;
}

.chukohojo-v12-trust__grid small {
    color: #7d8d87;
    font-size: 9.5px;
}

.chukohojo-v12-content {
    padding-top: 36px;
    padding-bottom: 78px;
    display: grid;
    gap: 26px;
}

.chukohojo-v12-panel {
    position: relative;
    overflow: hidden;
    padding: 32px 34px 34px;
    border: 1px solid #dce9e4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24,74,69,.045);
}

.chukohojo-v12-section-head {
    max-width: 800px;
    margin-bottom: 24px;
}

.chukohojo-v12-section-head > p {
    display: inline-flex;
    min-height: 26px;
    margin: 0 0 9px;
    padding: 0 10px;
    align-items: center;
    border-radius: 999px;
    background: #eaf6f2;
    color: #2d756a;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
}

.chukohojo-v12-section-head h2 {
    margin: 0;
    color: #184a45;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -.025em;
}

.chukohojo-v12-section-head > span {
    display: block;
    margin-top: 8px;
    color: #71817b;
    font-size: 12px;
    line-height: 1.8;
}

.chukohojo-v12-find {
    background: linear-gradient(135deg,#fff 0%,#fbfefd 70%);
}

.chukohojo-v12-steps {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    list-style: none;
}

.chukohojo-v12-steps li {
    min-width: 0;
    min-height: 112px;
    padding: 13px;
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    grid-template-rows: auto auto;
    align-content: center;
    gap: 2px 10px;
    border: 1px solid #e0ebe7;
    border-radius: 15px;
    background: #f8fbfa;
}

.chukohojo-v12-steps li > b {
    position: absolute;
    left: 9px;
    top: 8px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #2e766b;
    color: #fff;
    font-size: 9px;
}

.chukohojo-v12-steps li > span {
    width: 38px;
    height: 38px;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 11px;
    color: #2d7469;
    background: #eaf6f2;
}

.chukohojo-v12-steps .chukohojo-icon {
    width: 21px;
    height: 21px;
}

.chukohojo-v12-steps strong {
    align-self: end;
    color: #31554e;
    font-size: 13px;
}

.chukohojo-v12-steps small {
    color: #81908a;
    font-size: 9px;
}

.chukohojo-v12-panel-cta {
    appearance: none;
    min-width: 180px;
    min-height: 46px;
    margin-top: 18px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    background: #f28a45;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.chukohojo-v12-panel-cta .chukohojo-icon {
    width: 18px;
    height: 18px;
}

.chukohojo-v12-purpose {
    background: linear-gradient(145deg,#fff 0%,#f8fcfa 100%);
}

.chukohojo-v12-purpose-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 11px;
}

.chukohojo-v12-purpose-grid button {
    appearance: none;
    min-width: 0;
    min-height: 82px;
    padding: 12px 13px;
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) 18px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 1px 10px;
    border: 1px solid #dce9e4;
    border-radius: 15px;
    background: #fff;
    color: #35554e;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 4px 13px rgba(24,74,69,.025);
    transition: border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.chukohojo-v12-purpose-grid button:hover {
    transform: translateY(-2px);
    border-color: #b7d7ce;
    box-shadow: 0 9px 22px rgba(24,74,69,.07);
}

.chukohojo-v12-purpose-grid button > span {
    width: 42px;
    height: 42px;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #2d756a;
    background: #eaf6f2;
}

.chukohojo-v12-purpose-grid button:nth-child(2) > span,
.chukohojo-v12-purpose-grid button:nth-child(5) > span {
    color: #3e7591;
    background: #edf6fa;
}

.chukohojo-v12-purpose-grid button:nth-child(3) > span,
.chukohojo-v12-purpose-grid button:nth-child(4) > span {
    color: #a5633e;
    background: #fff0e6;
}

.chukohojo-v12-purpose-grid button:nth-child(6) > span {
    color: #748043;
    background: #f1f5e7;
}

.chukohojo-v12-purpose-grid .chukohojo-icon {
    width: 23px;
    height: 23px;
}

.chukohojo-v12-purpose-grid strong {
    align-self: end;
    color: #31534c;
    font-size: 13px;
    font-weight: 900;
}

.chukohojo-v12-purpose-grid small {
    align-self: start;
    color: #87948f;
    font-size: 9px;
}

.chukohojo-v12-purpose-grid button > b {
    grid-column: 3;
    grid-row: 1 / 3;
    color: #85a59b;
    font-size: 23px;
    font-weight: 400;
}

.chukohojo-v12-regions {
    background: #f3faf7;
}

.chukohojo-v12-region-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 9px;
}

.chukohojo-v12-region-grid button {
    appearance: none;
    min-height: 58px;
    padding: 10px 13px;
    display: grid;
    grid-template-columns: 10px minmax(0,1fr) 14px;
    align-items: center;
    gap: 9px;
    border: 1px solid #d7e7e1;
    border-radius: 13px;
    background: #fff;
    color: #33564f;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.chukohojo-v12-region-grid button:hover {
    transform: translateY(-1px);
    border-color: #b7d6cd;
    box-shadow: 0 7px 18px rgba(24,74,69,.06);
}

.chukohojo-v12-region-grid i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #47a98e;
}
.chukohojo-v12-region-grid i.is-2 { background:#5ca7bd; }
.chukohojo-v12-region-grid i.is-3 { background:#6f9fd0; }
.chukohojo-v12-region-grid i.is-4 { background:#83ad69; }
.chukohojo-v12-region-grid i.is-5 { background:#b0aa5a; }
.chukohojo-v12-region-grid i.is-6 { background:#d39b59; }
.chukohojo-v12-region-grid i.is-7 { background:#c9836d; }
.chukohojo-v12-region-grid i.is-8 { background:#a985b0; }

.chukohojo-v12-region-grid strong {
    font-size: 12px;
    font-weight: 850;
}

.chukohojo-v12-region-grid b {
    color: #84a39a;
    font-size: 20px;
    font-weight: 400;
}

.chukohojo-v12-support-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
}

.chukohojo-v12-support-grid button {
    appearance: none;
    min-height: 64px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dfeae6;
    border-radius: 14px;
    background: #fff;
    color: #3a5852;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.chukohojo-v12-support-grid button > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    color: #2d756a;
    background: #edf7f3;
}

.chukohojo-v12-support-grid .chukohojo-icon {
    width: 20px;
    height: 20px;
}

.chukohojo-v12-support-grid strong {
    font-size: 11.5px;
    font-weight: 850;
}

@media (max-width: 980px) {
    .chukohojo-v12-hero {
        padding: 46px 0 36px;
    }
    .chukohojo-v12-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .chukohojo-v12-hero__copy {
        max-width: 720px;
    }
    .chukohojo-v12-hero__visual {
        width: min(100%,680px);
        min-height: 470px;
        margin-inline: auto;
    }
    .chukohojo-v12-trust__grid {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }
    .chukohojo-v12-trust__grid > div {
        padding: 11px 0;
    }
    .chukohojo-v12-trust__grid > div + div {
        border-left: 0;
        border-top: 1px solid #edf2f0;
    }
    .chukohojo-v12-region-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 680px) {
    .chukohojo-global-header .chukohojo-header__inner {
        min-height: 66px;
    }
    .chukohojo-brand {
        width: 146px;
        max-width: 146px;
    }
    .chukohojo-brand,
    .chukohojo-brand img {
        border: 0 !important;
        outline: 0 !important;
    }
    .chukohojo-v12-hero {
        padding: 29px 0 26px;
    }
    .chukohojo-v12-hero::before {
        opacity: .18;
        mask-image: linear-gradient(180deg,#000,transparent 72%);
    }
    .chukohojo-v12-kicker {
        min-height: 29px;
        margin-bottom: 12px;
        padding-inline: 10px;
        font-size: 10.5px;
    }
    .chukohojo-v12-hero h1 {
        font-size: clamp(31px,9vw,38px);
        line-height: 1.3;
    }
    .chukohojo-v12-hero h1 span::after {
        height: 8px;
    }
    .chukohojo-v12-hero__lead {
        margin-top: 15px;
        font-size: 12.5px;
        line-height: 1.82;
    }
    .chukohojo-v12-hero__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 20px;
    }
    .chukohojo-v12-btn,
    .chukohojo-v12-btn--diagnosis {
        min-width: 0;
        min-height: 62px;
        padding: 8px 9px;
        gap: 7px;
        border-radius: 13px;
    }
    .chukohojo-v12-btn__icon {
        width: 34px;
        height: 34px;
        border-radius: 9px;
    }
    .chukohojo-v12-btn__icon .chukohojo-icon {
        width: 19px;
        height: 19px;
    }
    .chukohojo-v12-btn__copy small {
        font-size: 7.5px;
    }
    .chukohojo-v12-btn__copy strong {
        font-size: 11.5px;
    }
    .chukohojo-v12-btn__free {
        display: none;
    }
    .chukohojo-v12-hero__note {
        margin-top: 11px;
        font-size: 8.5px;
    }
    .chukohojo-v12-hero__visual {
        min-height: 390px;
        padding: 0 0 146px;
        align-items: flex-end;
    }
    .chukohojo-v12-hero__visual::before {
        width: 275px;
        height: 275px;
        top: 10px;
    }
    .chukohojo-v12-mascot {
        width: 218px;
    }
    .chukohojo-v12-bubble {
        width: 154px;
        right: 0;
        top: 32px;
        padding: 10px 11px;
        border-radius: 15px 15px 15px 5px;
    }
    .chukohojo-v12-bubble::after {
        width: 17px;
        height: 17px;
        left: -11px;
        bottom: 20px;
    }
    .chukohojo-v12-bubble b {
        margin-bottom: 3px;
        font-size: 9px;
    }
    .chukohojo-v12-bubble p {
        font-size: 10.5px;
        line-height: 1.55;
    }
    .chukohojo-v12-today {
        padding: 11px;
        border-radius: 15px;
    }
    .chukohojo-v12-today__head {
        margin-bottom: 7px;
    }
    .chukohojo-v12-today__grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .chukohojo-v12-today__grid > div {
        min-height: 41px;
        padding: 5px 7px;
    }
    .chukohojo-v12-today__grid > div > span {
        width: 28px;
        height: 28px;
    }
    .chukohojo-v12-today__grid p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .chukohojo-v12-today__grid strong {
        font-size: 10px;
    }
    .chukohojo-v12-trust__grid > div > span {
        width: 35px;
        height: 35px;
    }
    .chukohojo-v12-trust__grid strong {
        font-size: 11px;
    }
    .chukohojo-v12-trust__grid small {
        font-size: 8.5px;
    }
    .chukohojo-v12-content {
        padding-top: 20px;
        padding-bottom: 50px;
        gap: 14px;
    }
    .chukohojo-v12-panel {
        padding: 20px 14px 22px;
        border-radius: 18px;
    }
    .chukohojo-v12-section-head {
        margin-bottom: 17px;
    }
    .chukohojo-v12-section-head > p {
        min-height: 24px;
        margin-bottom: 7px;
        font-size: 9px;
    }
    .chukohojo-v12-section-head h2 {
        font-size: 22px;
        line-height: 1.45;
    }
    .chukohojo-v12-section-head > span {
        margin-top: 7px;
        font-size: 10.5px;
        line-height: 1.7;
    }
    .chukohojo-v12-steps {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 7px;
    }
    .chukohojo-v12-steps li {
        min-height: 82px;
        padding: 9px;
        grid-template-columns: 32px minmax(0,1fr);
        gap: 1px 7px;
        border-radius: 12px;
    }
    .chukohojo-v12-steps li > b {
        width: 17px;
        height: 17px;
        left: 6px;
        top: 6px;
        font-size: 8px;
    }
    .chukohojo-v12-steps li > span {
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }
    .chukohojo-v12-steps .chukohojo-icon {
        width: 18px;
        height: 18px;
    }
    .chukohojo-v12-steps strong {
        font-size: 11px;
    }
    .chukohojo-v12-steps small {
        font-size: 8px;
    }
    .chukohojo-v12-panel-cta {
        width: 100%;
    }
    .chukohojo-v12-purpose-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 7px;
    }
    .chukohojo-v12-purpose-grid button {
        min-height: 76px;
        padding: 9px;
        grid-template-columns: 35px minmax(0,1fr);
        grid-template-rows: auto auto;
        gap: 1px 7px;
        border-radius: 12px;
    }
    .chukohojo-v12-purpose-grid button > span {
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }
    .chukohojo-v12-purpose-grid .chukohojo-icon {
        width: 19px;
        height: 19px;
    }
    .chukohojo-v12-purpose-grid strong {
        font-size: 10px;
        line-height: 1.4;
    }
    .chukohojo-v12-purpose-grid small {
        font-size: 7.5px;
        line-height: 1.35;
    }
    .chukohojo-v12-purpose-grid button > b {
        display: none;
    }
    .chukohojo-v12-region-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 7px;
    }
    .chukohojo-v12-region-grid button {
        min-height: 48px;
        padding: 8px 9px;
        border-radius: 11px;
    }
    .chukohojo-v12-region-grid strong {
        font-size: 10px;
    }
    .chukohojo-v12-support-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 7px;
    }
    .chukohojo-v12-support-grid button {
        min-height: 58px;
        padding: 8px 9px;
        border-radius: 11px;
    }
    .chukohojo-v12-support-grid button > span {
        width: 31px;
        height: 31px;
        border-radius: 9px;
    }
    .chukohojo-v12-support-grid .chukohojo-icon {
        width: 17px;
        height: 17px;
    }
    .chukohojo-v12-support-grid strong {
        font-size: 9.5px;
        line-height: 1.4;
    }
}

/* ======================================================================
 * v0.1.13 — Iehojo-family composition / Chukohojo palette
 * Layout rhythm follows Iehojo v0.1.92 while preserving Chukohojo colors,
 * logo, チュコっと and used-home purchase content.
 * ====================================================================== */
.home .chukohojo-global-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.admin-bar.home .chukohojo-global-header { top: 32px; }
.home .chukohojo-global-header .chukohojo-header__inner {
    min-height: 78px;
}
.home .chukohojo-brand { width: 250px; max-width: 250px; }
.home .chukohojo-brand img { width: 100%; height: auto; display: block; }
.home .chukohojo-header-nav { gap: 22px; }
.home .chukohojo-header-nav a {
    color: #294d47;
    font-size: 12px;
    font-weight: 850;
    text-shadow: 0 1px 0 rgba(255,255,255,.72);
}
.home .chukohojo-header-action {
    min-height: 43px;
    padding-inline: 15px;
    border-radius: 999px;
    font-size: 12px;
    box-shadow: 0 8px 22px rgba(24,74,69,.14);
}
.home .chukohojo-header-action--search { background: var(--chukohojo-accent); color: #fff; }
.home .chukohojo-header-action--diagnosis { background: var(--chukohojo-brand); color: #fff; }
.home .chukohojo-header-action small { background: rgba(255,255,255,.22); }

.chukohojo-v13-home { overflow: clip; background: #f8fbfa; }
.chukohojo-v13-hero {
    position: relative;
    min-height: 535px;
    overflow: hidden;
    padding-top: 78px;
    background:
      radial-gradient(circle at 83% 22%, rgba(242,138,69,.12) 0 88px, transparent 89px),
      radial-gradient(circle at 10% 90%, rgba(40,103,94,.10) 0 110px, transparent 111px),
      linear-gradient(180deg,#edf9f5 0%,#f3fbf8 68%,#fff 100%);
}
.chukohojo-v13-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg,rgba(255,255,255,.66) 0%,rgba(255,255,255,.28) 42%,rgba(255,255,255,.04) 100%),
      radial-gradient(circle at 70% 78%, rgba(93,174,151,.10), transparent 28%);
}
.chukohojo-v13-hero__decor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 126px;
    opacity: .36;
    background:
      linear-gradient(155deg,transparent 0 46%,#d5eee5 47% 57%,transparent 58%) 0 50%/210px 90px repeat-x,
      linear-gradient(25deg,transparent 0 44%,#e6f5ef 45% 60%,transparent 61%) 75px 30%/250px 100px repeat-x;
}
.chukohojo-v13-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 457px;
    display: grid;
    grid-template-columns: minmax(0,1.18fr) minmax(230px,.50fr) minmax(225px,.46fr);
    gap: 18px;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
}
.chukohojo-v13-hero__copy { align-self: center; padding: 16px 0 50px; }
.chukohojo-v13-kicker {
    width: fit-content;
    margin: 0;
    padding: 7px 13px;
    border: 1px solid #cde4dc;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    color: var(--chukohojo-brand);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .04em;
}
.chukohojo-v13-hero h1 {
    max-width: 700px;
    margin: 15px 0 0;
    color: var(--chukohojo-brand-strong);
    font-size: clamp(43px,3.75vw,55px);
    line-height: 1.18;
    letter-spacing: -.045em;
    font-weight: 950;
    text-shadow: 0 2px 0 rgba(255,255,255,.8);
}
.chukohojo-v13-hero h1 span { color: #26786c; }
.chukohojo-v13-hero__lead {
    max-width: 610px;
    margin: 17px 0 0;
    color: #4a625c;
    font-size: 13.5px;
    line-height: 1.85;
    font-weight: 550;
}
.chukohojo-v13-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 21px; }
.chukohojo-v13-btn {
    min-height: 58px;
    padding: 8px 17px;
    border: 0;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    font: inherit;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 9px 23px rgba(31,93,83,.13);
    transition: transform .16s ease, box-shadow .16s ease;
}
.chukohojo-v13-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 27px rgba(31,93,83,.17); }
.chukohojo-v13-btn--search { min-width: 174px; background: var(--chukohojo-accent); }
.chukohojo-v13-btn--diagnosis { min-width: 210px; background: var(--chukohojo-brand); }
.chukohojo-v13-btn__icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.15); }
.chukohojo-v13-btn__icon .chukohojo-icon { width: 18px; height: 18px; }
.chukohojo-v13-btn__free { min-width: 34px; height: 21px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--chukohojo-brand); font-size: 7.5px; }
.chukohojo-v13-btn__copy { display: grid; gap: 2px; text-align: left; }
.chukohojo-v13-btn__copy small { font-size: 7px; opacity: .84; font-weight: 800; }
.chukohojo-v13-btn__copy strong { font-size: 13px; font-weight: 950; }
.chukohojo-v13-hero__note { max-width: 590px; margin: 11px 0 0; color: #758680; font-size: 9px; line-height: 1.65; }

.chukohojo-v13-hero__mascot {
    position: relative;
    align-self: end;
    min-height: 355px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 14px;
}
.chukohojo-v13-hero__mascot > img {
    position: relative;
    z-index: 2;
    width: min(228px,100%);
    height: 284px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 15px 18px rgba(33,86,75,.12));
}
.chukohojo-v13-hero__bubble {
    position: absolute;
    z-index: 3;
    top: 38px;
    left: -10px;
    width: 178px;
    padding: 11px 13px;
    border: 1px solid #cfe3dc;
    border-radius: 14px 14px 14px 5px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 20px rgba(24,74,69,.09);
}
.chukohojo-v13-hero__bubble::after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #cfe3dc;
    border-bottom: 1px solid #cfe3dc;
    background: #fff;
    transform: rotate(45deg);
}
.chukohojo-v13-hero__bubble strong,
.chukohojo-v13-hero__bubble span { display: block; }
.chukohojo-v13-hero__bubble strong { color: var(--chukohojo-brand); font-size: 10px; }
.chukohojo-v13-hero__bubble span { margin-top: 3px; color: #48675f; font-size: 9.5px; line-height: 1.55; font-weight: 800; }

.chukohojo-v13-today {
    position: relative;
    align-self: center;
    overflow: hidden;
    padding: 14px 14px 15px;
    border: 1px solid #d7e8e2;
    border-radius: 14px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 8px 22px rgba(24,74,69,.07);
}
.chukohojo-v13-today__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding-bottom: 8px; border-bottom: 1px solid #e8f0ed; }
.chukohojo-v13-today__head span { color: var(--chukohojo-brand-strong); font-size: 11px; font-weight: 950; }
.chukohojo-v13-today__head small { color: #8b9994; font-size: 7.5px; font-weight: 800; }
.chukohojo-v13-today__list { position: relative; z-index: 2; display: grid; gap: 4px; margin-top: 6px; padding-right: 55px; }
.chukohojo-v13-today__list > div { display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 7px; align-items: center; padding: 5px 0; }
.chukohojo-v13-today__list > div > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: var(--chukohojo-brand); background: #edf7f3; }
.chukohojo-v13-today__list .chukohojo-icon { width: 14px; height: 14px; }
.chukohojo-v13-today__list p { margin: 0; }
.chukohojo-v13-today__list small,
.chukohojo-v13-today__list strong { display: block; }
.chukohojo-v13-today__list small { color: #82928d; font-size: 7.5px; }
.chukohojo-v13-today__list strong { margin-top: 1px; color: #34544c; font-size: 10px; }
.chukohojo-v13-today__map {
    position: absolute;
    right: 8px;
    bottom: 11px;
    width: 54px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 55% 45% 52% 48%;
    background: linear-gradient(155deg,#e9f6f2,#d5ede5);
    color: #6da897;
    font-size: 7px;
    font-weight: 900;
    writing-mode: vertical-rl;
    opacity: .9;
}

.chukohojo-v13-trust { position: relative; z-index: 5; border-top: 1px solid #edf3f0; border-bottom: 1px solid #e3ece8; background: #fff; box-shadow: 0 5px 18px rgba(24,74,69,.025); }
.chukohojo-v13-trust__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.chukohojo-v13-trust__grid > div { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; }
.chukohojo-v13-trust__grid > div + div { border-left: 1px solid #e5ede9; }
.chukohojo-v13-trust__grid > div > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: #edf7f3; color: var(--chukohojo-brand); }
.chukohojo-v13-trust__grid .chukohojo-icon { width: 20px; height: 20px; }
.chukohojo-v13-trust p { margin: 0; }
.chukohojo-v13-trust strong,.chukohojo-v13-trust small { display: block; }
.chukohojo-v13-trust strong { color: var(--chukohojo-brand-strong); font-size: 11.5px; }
.chukohojo-v13-trust small { margin-top: 3px; color: #7d8d87; font-size: 8.5px; }

.chukohojo-v13-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 18px; align-items: start; padding-top: 18px; padding-bottom: 30px; }
.chukohojo-v13-content { min-width: 0; display: grid; gap: 13px; }
.chukohojo-v13-panel { overflow: hidden; padding: 19px 20px 20px; border: 1px solid #dce8e3; border-radius: 13px; background: #fff; box-shadow: 0 3px 12px rgba(24,74,69,.035); }
.chukohojo-v13-section-title { margin-bottom: 15px; padding-bottom: 12px; border-bottom: 2px solid var(--chukohojo-brand); }
.chukohojo-v13-section-title p { margin: 0 0 5px; color: #39967e; font-size: 10px; font-weight: 950; }
.chukohojo-v13-section-title h2 { margin: 0; color: var(--chukohojo-brand-strong); font-size: 25px; line-height: 1.25; font-weight: 950; }
.chukohojo-v13-section-title span { display: block; margin-top: 7px; color: #71827c; font-size: 10px; line-height: 1.7; }
.chukohojo-v13-subtitle { display: flex; justify-content: space-between; gap: 12px; align-items: flex-end; margin-bottom: 14px; padding-bottom: 9px; border-bottom: 2px solid var(--chukohojo-brand); }
.chukohojo-v13-subtitle h2 { margin: 0; color: var(--chukohojo-brand-strong); font-size: 20px; line-height: 1.3; font-weight: 950; }
.chukohojo-v13-subtitle h2 small { color: #72847e; font-size: 9px; font-weight: 800; }
.chukohojo-v13-subtitle p { margin: 4px 0 0; color: #7c8b85; font-size: 9px; line-height: 1.55; }
.chukohojo-v13-subtitle--split > button { padding: 0; border: 0; background: none; color: #268674; font-size: 9px; font-weight: 900; cursor: pointer; }

.chukohojo-v13-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.chukohojo-v13-steps li { position: relative; min-height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 13px 8px 10px; border: 1px solid #dce8e3; border-radius: 10px; background: #fcfefd; text-align: center; }
.chukohojo-v13-steps li::after { content: '›'; position: absolute; right: -12px; top: 58px; z-index: 2; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #65a493; font-size: 21px; box-shadow: 0 2px 8px rgba(24,74,69,.08); }
.chukohojo-v13-steps li:last-child::after { display: none; }
.chukohojo-v13-steps li > b { position: absolute; left: 8px; top: 8px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--chukohojo-brand); color: #fff; font-size: 10px; }
.chukohojo-v13-steps li:nth-child(2) > b { background: #4d9ab1; }
.chukohojo-v13-steps li:nth-child(3) > b { background: var(--chukohojo-accent); }
.chukohojo-v13-steps li:nth-child(4) > b { background: #8a6aad; }
.chukohojo-v13-steps li > span { width: 64px; height: 64px; margin: 6px 0 4px; display: grid; place-items: center; border-radius: 19px; color: var(--chukohojo-brand); background: #edf7f3; }
.chukohojo-v13-steps .chukohojo-icon { width: 31px; height: 31px; }
.chukohojo-v13-steps strong { color: #244f46; font-size: 12.5px; }
.chukohojo-v13-steps small { margin-top: 4px; color: #81908b; font-size: 8.5px; }
.chukohojo-v13-panel-cta { width: fit-content; min-height: 42px; margin: 14px auto 0; padding: 0 17px; border: 0; border-radius: 9px; display: flex; align-items: center; gap: 7px; background: var(--chukohojo-accent); color: #fff; font-size: 10px; font-weight: 900; cursor: pointer; }
.chukohojo-v13-panel-cta .chukohojo-icon { width: 16px; height: 16px; }

.chukohojo-v13-purpose-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.chukohojo-v13-purpose { min-height: 92px; padding: 10px 9px; border: 1px solid #dce8e3; border-radius: 10px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; background: #fff; color: #284f47; text-align: left; cursor: pointer; }
.chukohojo-v13-purpose > span { grid-row: 1 / span 2; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #edf7f3; color: var(--chukohojo-brand); }
.chukohojo-v13-purpose.is-blue > span { background: #eaf5fa; color: #468da9; }.chukohojo-v13-purpose.is-orange > span { background: #fff0e6; color: #c67238; }.chukohojo-v13-purpose.is-purple > span { background: #f4eef9; color: #8667a1; }.chukohojo-v13-purpose.is-teal > span { background: #e8f6f4; color: #2d8d80; }.chukohojo-v13-purpose.is-lime > span { background: #f0f5e5; color: #778f45; }
.chukohojo-v13-purpose .chukohojo-icon { width: 20px; height: 20px; }
.chukohojo-v13-purpose strong { font-size: 10.5px; line-height: 1.4; }
.chukohojo-v13-purpose small { color: #85948e; font-size: 8px; line-height: 1.4; }
.chukohojo-v13-purpose:hover { border-color: #9bc8ba; background: #fbfefd; }

.chukohojo-v13-region-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.chukohojo-v13-region-grid button { min-height: 52px; display: grid; grid-template-columns: 12px 1fr 13px; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #dce7e2; border-radius: 9px; background: #fff; color: #234f47; text-align: left; cursor: pointer; }
.chukohojo-v13-region-grid strong { font-size: 10px; }
.chukohojo-v13-region-grid b { color: #579b88; font-size: 19px; font-weight: 500; }
.chukohojo-v13-region-grid i { width: 9px; height: 9px; border-radius: 50%; background: #6fae98; }
.chukohojo-v13-region-grid i.is-2 { background:#4ba4b9; }.chukohojo-v13-region-grid i.is-3 { background:#7398c8; }.chukohojo-v13-region-grid i.is-4 { background:#86a967; }.chukohojo-v13-region-grid i.is-5 { background:#d8906e; }.chukohojo-v13-region-grid i.is-6 { background:#6d75aa; }.chukohojo-v13-region-grid i.is-7 { background:#cb7d9e; }.chukohojo-v13-region-grid i.is-8 { background:#59a999; }

.chukohojo-v13-program-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.chukohojo-v13-program { min-height: 119px; padding: 12px; border: 1px solid #e0e9e5; border-radius: 10px; background: #fbfdfc; }
.chukohojo-v13-program > span { display: inline-flex; padding: 3px 7px; border-radius: 999px; background: #e9f4ef; color: #53776d; font-size: 7.5px; font-weight: 900; }
.chukohojo-v13-program h3 { margin: 8px 0 0; color: #31544b; font-size: 11px; line-height: 1.45; }
.chukohojo-v13-program p { margin: 6px 0 0; color: #6d8079; font-size: 9px; }
.chukohojo-v13-program div { margin-top: 8px; }.chukohojo-v13-program b { padding: 3px 7px; border-radius: 999px; background: #789b90; color: #fff; font-size: 7px; }

.chukohojo-v13-guide { background: linear-gradient(135deg,#fff,#fffdf8); }
.chukohojo-v13-guide-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.chukohojo-v13-guide-grid article { min-height: 128px; padding: 12px; border: 1px solid #e2e9e5; border-radius: 10px; background: #fff; }
.chukohojo-v13-guide-grid span { display: inline-grid; place-items: center; min-width: 30px; height: 20px; padding: 0 7px; border-radius: 999px; color: #fff; font-size: 8px; font-weight: 900; }
.chukohojo-v13-guide-grid span.is-orange { background: var(--chukohojo-accent); }.chukohojo-v13-guide-grid span.is-blue { background: #4f9db4; }.chukohojo-v13-guide-grid span.is-green { background: #65a48c; }.chukohojo-v13-guide-grid span.is-purple { background: #8d70aa; }
.chukohojo-v13-guide-grid strong { display: block; margin-top: 9px; color: var(--chukohojo-brand-strong); font-size: 10.5px; line-height: 1.4; }
.chukohojo-v13-guide-grid p { margin: 6px 0 0; color: #78877f; font-size: 8.3px; line-height: 1.65; }

.chukohojo-v13-consult { min-height: 96px; display: grid; grid-template-columns: 86px 1fr auto; gap: 13px; align-items: center; padding: 9px 12px 9px 7px; border: 1px solid #f0dfbd; border-radius: 12px; background: linear-gradient(90deg,#fff9ec,#fff); box-shadow: 0 3px 11px rgba(121,88,31,.04); }
.chukohojo-v13-consult img { width: 80px; height: 80px; object-fit: contain; align-self: end; }
.chukohojo-v13-consult strong,.chukohojo-v13-consult span { display: block; }
.chukohojo-v13-consult > div strong { color: var(--chukohojo-brand-strong); font-size: 13px; }
.chukohojo-v13-consult > div span { margin-top: 3px; color: #6f7e77; font-size: 9px; line-height: 1.55; }
.chukohojo-v13-consult > button { min-height: 45px; display: flex; align-items: center; gap: 8px; padding: 5px 12px; border: 0; border-radius: 8px; background: var(--chukohojo-accent); color: #fff; font-size: 9px; font-weight: 900; cursor: pointer; }
.chukohojo-v13-consult > button b { min-width: 33px; height: 22px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--chukohojo-accent-strong); font-size: 8px; }
.chukohojo-v13-consult > button small { display: block; opacity: .88; font-size: 7px; }

.chukohojo-v13-info-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.chukohojo-v13-info-grid > div { display: grid; grid-template-columns: 48px 1fr; align-content: start; gap: 3px 10px; padding: 11px 16px; }
.chukohojo-v13-info-grid > div + div { border-left: 1px solid #e4ebe7; }
.chukohojo-v13-info-grid > div > span { grid-row: 1 / span 2; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: #edf7f3; color: var(--chukohojo-brand); }
.chukohojo-v13-info-grid .chukohojo-icon { width: 23px; height: 23px; }
.chukohojo-v13-info-grid strong { color: #245047; font-size: 10px; }
.chukohojo-v13-info-grid p { margin: 3px 0 0; color: #7a8982; font-size: 8px; line-height: 1.55; }

.chukohojo-v13-side { position: sticky; top: 96px; display: grid; gap: 12px; }
.chukohojo-v13-side-diagnosis { overflow: hidden; border: 1px solid #b8ddd1; border-radius: 13px; background: #f3faf7; box-shadow: 0 7px 20px rgba(40,103,94,.08); }
.chukohojo-v13-side-diagnosis header { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; background: var(--chukohojo-brand); color: #fff; }
.chukohojo-v13-side-diagnosis header span { font-size: 11px; font-weight: 950; }
.chukohojo-v13-side-diagnosis header button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.9); font-size: 7.5px; font-weight: 850; cursor: pointer; }
.chukohojo-v13-side-chat { display: grid; gap: 8px; padding: 12px 10px 8px; }
.chukohojo-v13-side-chat__row { display: flex; gap: 7px; align-items: flex-start; }
.chukohojo-v13-side-chat__row img { width: 42px; height: 42px; object-fit: contain; flex: 0 0 42px; }
.chukohojo-v13-side-chat__row p { position: relative; margin: 0; padding: 9px 10px; border: 1px solid #d9e7df; border-radius: 5px 10px 10px 10px; background: #fff; color: #40534c; font-size: 9px; line-height: 1.55; }
.chukohojo-v13-side-chat__row p::before { content: ''; position: absolute; left: -5px; top: 11px; width: 8px; height: 8px; border-left: 1px solid #d9e7df; border-bottom: 1px solid #d9e7df; background: #fff; transform: rotate(45deg); }
.chukohojo-v13-side-chat__row strong { color: var(--chukohojo-brand); }
.chukohojo-v13-side-inline-controls { display: grid; grid-template-columns: repeat(2,1fr); gap: 5px; }
.chukohojo-v13-side-inline-controls button { min-height: 38px; padding: 6px 7px; border: 1px solid #d8e7e1; border-radius: 8px; background: #fff; color: #345a50; font-size: 8.5px; line-height: 1.35; font-weight: 850; cursor: pointer; }
.chukohojo-v13-side-inline-controls button:hover { border-color: #86bbaa; background: #fbfefd; }
.chukohojo-v13-side-dots { display: flex; justify-content: center; gap: 5px; padding: 3px 0 10px; }.chukohojo-v13-side-dots i { width: 6px; height: 6px; border-radius: 50%; background: #c4ddd4; }.chukohojo-v13-side-dots i.is-active { background: var(--chukohojo-brand); }

.chukohojo-v13-notify { position: relative; min-height: 118px; overflow: hidden; background: #176b65; color: #fff; }
.chukohojo-v13-notify__town { position: absolute; inset: auto 0 -40px; height: 150px; opacity: .13; background: linear-gradient(155deg,transparent 0 44%,#fff 45% 56%,transparent 57%) 0 30%/210px 100px repeat-x; }
.chukohojo-v13-notify__inner { position: relative; z-index: 1; min-height: 118px; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 21px; padding-bottom: 21px; }
.chukohojo-v13-notify strong,.chukohojo-v13-notify span { display: block; }
.chukohojo-v13-notify strong { font-size: 18px; }
.chukohojo-v13-notify span { margin-top: 4px; color: #d5ece8; font-size: 9.5px; }
.chukohojo-v13-notify button { min-height: 39px; padding: 0 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 8px; background: #fff; color: #17615b; font-size: 9px; font-weight: 900; opacity: .92; }

/* Hide Lightning's own footer only after our own front-page footer exists. */
.home .siteFooter,
.home .site-footer,
.home footer.siteFooter { display: none !important; }
.chukohojo-v13-footer { background: #163e3a; color: #fff; }
.chukohojo-v13-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 46px 0 36px; }
.chukohojo-v13-footer__brand img { width: 230px; height: auto; display: block; filter: brightness(0) invert(1); opacity: .96; }
.chukohojo-v13-footer__brand p { max-width: 580px; margin: 12px 0 0; color: #c9d9d5; font-size: 12px; line-height: 1.8; }
.chukohojo-v13-footer__nav { display: flex; flex-wrap: wrap; gap: 18px; }
.chukohojo-v13-footer__nav a { color: #fff !important; font-size: 12px; font-weight: 750; text-decoration: none; }
.chukohojo-v13-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.chukohojo-v13-footer__bottom p { margin: 0; padding: 17px 0; color: #acc3bd; font-size: 10.5px; }

/* Diagnosis modal — v0.1.13 legibility and movement tuning. */
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__viewport { height: min(820px,calc(100dvh - 34px)); }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__header-center strong { font-size: 19px !important; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__progress-text { font-size: 11px !important; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat__scroll { scroll-padding-top: 18px; padding: 26px clamp(22px,3.2vw,40px) 40px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--assistant > img { width: 48px; height: 48px; flex-basis: 48px; border: 0; background: transparent; padding: 0; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble { max-width: min(650px,calc(100% - 60px)); padding: 14px 17px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble strong { font-size: 15px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble p { font-size: 12.5px; line-height: 1.72; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--question { margin-top: 10px; padding: 17px 19px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--question > span { font-size: 9.5px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--question strong { font-size: 18px; line-height: 1.45; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-options { margin: 14px 0 0 57px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-option { min-height: 58px; padding: 10px 13px 10px 14px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-option strong { font-size: 13px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-option small { font-size: 9.5px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-choice--purpose strong { font-size: 12.5px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-choice--purpose small { font-size: 9px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--user { font-size: 12.5px; }
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--history .chukohojo-chat-bubble p { font-size: 10.5px; }

@media (max-width: 1100px) {
    .home .chukohojo-header-nav { display: none; }
    .home .chukohojo-header-actions { margin-left: auto; }
    .chukohojo-v13-hero__inner { grid-template-columns: minmax(0,1fr) 235px; }
    .chukohojo-v13-today { grid-column: 1 / -1; width: min(560px,100%); justify-self: center; }
    .chukohojo-v13-today__list { grid-template-columns: repeat(3,1fr); padding-right: 0; }
    .chukohojo-v13-today__map { display: none; }
    .chukohojo-v13-layout { grid-template-columns: minmax(0,1fr) 280px; }
}

@media (max-width: 900px) {
    .chukohojo-v13-layout { grid-template-columns: 1fr; }
    .chukohojo-v13-side { display: none; }
    .chukohojo-v13-guide-grid { grid-template-columns: repeat(2,1fr); }
    .chukohojo-v13-info-grid { grid-template-columns: 1fr; }
    .chukohojo-v13-info-grid > div + div { border-left: 0; border-top: 1px solid #e4ebe7; }
}

@media (max-width: 782px) {
    .admin-bar.home .chukohojo-global-header { top: 46px; }
}

@media (max-width: 767px) {
    .home .chukohojo-global-header .chukohojo-header__inner { width: calc(100% - 22px); min-height: 64px; gap: 8px; }
    .home .chukohojo-brand { width: 148px; max-width: 148px; }
    .home .chukohojo-header-actions { display: none; }
    .home .chukohojo-mobile-menu { display: block; margin-left: auto; }
    .home .chukohojo-mobile-menu > summary { background: rgba(255,255,255,.72); border: 1px solid rgba(40,103,94,.12); box-shadow: 0 5px 15px rgba(24,74,69,.07); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

    .chukohojo-v13-hero { min-height: 0; padding-top: 64px; }
    .chukohojo-v13-hero__inner { display: block; min-height: 0; padding-top: 25px; padding-bottom: 26px; }
    .chukohojo-v13-hero__copy { padding: 0; }
    .chukohojo-v13-kicker { padding: 6px 10px; font-size: 9px; }
    .chukohojo-v13-hero h1 { margin-top: 12px; font-size: clamp(31px,9vw,38px); line-height: 1.28; white-space: normal; }
    .chukohojo-v13-hero__lead { margin-top: 14px; font-size: 12.3px; line-height: 1.78; }
    .chukohojo-v13-hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
    .chukohojo-v13-btn,.chukohojo-v13-btn--search,.chukohojo-v13-btn--diagnosis { min-width: 0; min-height: 60px; padding: 7px 8px; border-radius: 12px; gap: 6px; }
    .chukohojo-v13-btn__icon { width: 32px; height: 32px; border-radius: 9px; }
    .chukohojo-v13-btn--search > span:last-child { font-size: 11px; }
    .chukohojo-v13-btn__free { display: none; }
    .chukohojo-v13-btn__copy small { font-size: 6.8px; }.chukohojo-v13-btn__copy strong { font-size: 11px; }
    .chukohojo-v13-hero__note { font-size: 8.3px; }
    .chukohojo-v13-hero__mascot { min-height: 190px; margin-top: 15px; padding: 0; justify-content: flex-start; }
    .chukohojo-v13-hero__mascot > img { width: 128px; height: 166px; margin-left: 4px; }
    .chukohojo-v13-hero__bubble { top: 12px; left: 105px; width: min(190px,calc(100vw - 145px)); padding: 10px 11px; }
    .chukohojo-v13-hero__bubble strong { font-size: 9px; }.chukohojo-v13-hero__bubble span { font-size: 9px; }
    .chukohojo-v13-today { margin-top: 5px; padding: 11px 12px; }
    .chukohojo-v13-today__list { grid-template-columns: 1fr; gap: 1px; }
    .chukohojo-v13-today__list > div { padding: 4px 0; }

    .chukohojo-v13-trust__grid { grid-template-columns: 1fr; padding: 6px 0; }
    .chukohojo-v13-trust__grid > div { min-height: 54px; justify-content: flex-start; padding: 8px 2px; }
    .chukohojo-v13-trust__grid > div + div { border-left: 0; border-top: 1px solid #e9efec; }
    .chukohojo-v13-trust__grid > div > span { width: 34px; height: 34px; }

    .chukohojo-v13-layout { width: min(calc(100% - 20px),var(--chukohojo-container)); gap: 10px; padding-top: 10px; padding-bottom: 18px; }
    .chukohojo-v13-content { gap: 10px; }
    .chukohojo-v13-panel { padding: 15px 13px 16px; border-radius: 12px; }
    .chukohojo-v13-section-title { margin-bottom: 12px; padding-bottom: 10px; }
    .chukohojo-v13-section-title h2 { font-size: 22px; }
    .chukohojo-v13-section-title span { font-size: 9.5px; }
    .chukohojo-v13-subtitle { align-items: flex-start; margin-bottom: 12px; padding-bottom: 9px; }
    .chukohojo-v13-subtitle h2 { font-size: 19px; }.chukohojo-v13-subtitle p { font-size: 9px; line-height: 1.6; }
    .chukohojo-v13-subtitle--split { display: grid; grid-template-columns: 1fr; }.chukohojo-v13-subtitle--split > button { text-align: left; }
    .chukohojo-v13-steps { grid-template-columns: repeat(2,1fr); gap: 7px; }
    .chukohojo-v13-steps li { min-height: 118px; }
    .chukohojo-v13-steps li::after { display: none; }
    .chukohojo-v13-steps li > span { width: 52px; height: 52px; border-radius: 15px; }.chukohojo-v13-steps .chukohojo-icon { width: 25px; height: 25px; }
    .chukohojo-v13-purpose-grid { grid-template-columns: repeat(2,1fr); }
    .chukohojo-v13-purpose { min-height: 82px; grid-template-columns: 34px 1fr; }.chukohojo-v13-purpose > span { width: 34px; height: 34px; }
    .chukohojo-v13-region-grid { grid-template-columns: repeat(2,1fr); }
    .chukohojo-v13-program-grid { grid-template-columns: 1fr; }
    .chukohojo-v13-guide-grid { grid-template-columns: repeat(2,1fr); gap: 7px; }.chukohojo-v13-guide-grid article { min-height: 120px; }
    .chukohojo-v13-consult { grid-template-columns: 72px 1fr; padding: 8px; }.chukohojo-v13-consult img { width: 68px; height: 68px; }.chukohojo-v13-consult > button { grid-column: 1 / -1; justify-content: center; width: 100%; }
    .chukohojo-v13-info-grid > div { padding: 10px 4px; }
    .chukohojo-v13-notify__inner { min-height: 135px; display: grid; gap: 13px; padding-top: 22px; padding-bottom: 22px; }.chukohojo-v13-notify strong { font-size: 16px; line-height: 1.45; }.chukohojo-v13-notify span { font-size: 9px; line-height: 1.6; }.chukohojo-v13-notify button { width: 100%; }
    .chukohojo-v13-footer__grid { grid-template-columns: 1fr; gap: 23px; padding: 34px 0 28px; }.chukohojo-v13-footer__brand img { width: 190px; }.chukohojo-v13-footer__nav { display: grid; gap: 11px; }.chukohojo-v13-footer__nav a { font-size: 12px; }

    /* Mobile diagnosis: readable text, stable full-height viewport and natural next-question position. */
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] { padding: 0 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__viewport {
        width: 100vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        border: 0 !important;
        border-radius: 0 !important;
    }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__header {
        min-height: 62px !important;
        padding: 8px 8px 8px 10px !important;
        grid-template-columns: 114px minmax(0,1fr) auto !important;
        gap: 6px !important;
    }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__logo { width: 108px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__header-center { display: grid !important; gap: 1px !important; justify-items: center !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__header-center strong { font-size: 14px !important; line-height: 1.2 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__progress-text { font-size: 8.5px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__controls { gap: 4px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__reset,
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__close { min-height: 34px !important; padding: 0 7px !important; font-size: 9px !important; border-radius: 8px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-shell { display: block !important; min-height: 0 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-side { display: none !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat { height: calc(100dvh - 66px) !important; min-height: 0 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat__scroll { height: 100% !important; overflow-y: auto !important; overscroll-behavior: contain !important; -webkit-overflow-scrolling: touch; scroll-padding-top: 14px !important; padding: 15px 11px 28px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row { gap: 7px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--assistant > img { width: 44px !important; height: 44px !important; flex-basis: 44px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble { max-width: calc(100% - 51px) !important; padding: 12px 13px !important; border-radius: 14px 14px 14px 5px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble strong { font-size: 14px !important; line-height: 1.45 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble p { font-size: 11.5px !important; line-height: 1.7 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--question { margin-top: 8px !important; padding: 14px 14px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--question > span { font-size: 9px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--question strong { font-size: 18px !important; line-height: 1.42 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--question p { margin-top: 5px !important; font-size: 11.5px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-options { margin: 11px 0 0 0 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-options .chukohojo-choice-grid--purposes,
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-option-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 7px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-option { min-height: 56px !important; padding: 9px 9px 9px 11px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-option strong { font-size: 12px !important; line-height: 1.4 !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-option small { font-size: 8.8px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-choice--purpose { min-height: 66px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-choice--purpose strong { font-size: 11.5px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-choice--purpose small { font-size: 8.5px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble--user { max-width: 82% !important; font-size: 12px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--history .chukohojo-chat-bubble p { font-size: 10px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-municipality { width: 100% !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-municipality-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; max-height: 330px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-complete { margin-left: 0 !important; }
}

@media (max-width: 380px) {
    .home .chukohojo-brand { width: 137px; max-width: 137px; }
    .chukohojo-v13-hero h1 { font-size: 31px; }
    .chukohojo-v13-hero__actions { gap: 6px; }
    .chukohojo-v13-btn { min-height: 58px; padding-inline: 6px; }
    .chukohojo-v13-hero__bubble { left: 99px; width: calc(100vw - 126px); }
    .chukohojo-v13-purpose-grid { grid-template-columns: 1fr 1fr; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__header { grid-template-columns: 100px minmax(0,1fr) auto !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__logo { width: 96px !important; }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__reset,
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__close { padding: 0 5px !important; font-size: 8.3px !important; }
}
/* v0.1.13 footer logo uses the approved light-background E lockup unchanged. */
.chukohojo-v13-footer__brand img {
    filter: none !important;
    opacity: 1 !important;
    padding: 5px 7px;
    border-radius: 8px;
    background: #fff;
}

/* ======================================================================
 * v0.1.14 - Iehojo v0.1.92 parity: mobile order / Hero lower row /
 * one search engine with meaningful Purpose / Region shortcut entries.
 * Chukohojo palette and content remain unchanged.
 * ====================================================================== */

/* Hero lower grouping: desktop stays in the established grid; phones use
 * the exact Iehojo document-flow pattern — mascot left, Today card right. */
.home .chukohojo-v14-hero__lower { display: contents; }
.home .chukohojo-v14-today__body {
    display: grid;
    grid-template-columns: minmax(0,1fr) 68px;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}
.home .chukohojo-v14-today__map {
    display: block !important;
    width: 68px;
    max-width: 100%;
    height: auto;
    justify-self: end;
    opacity: .94;
}
.home .chukohojo-v14-steps { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
.home .chukohojo-v14-steps li:nth-child(1) b,
.home .chukohojo-v14-steps li:nth-child(2) b,
.home .chukohojo-v14-steps li:nth-child(3) b { background: var(--chukohojo-brand) !important; }

/* Search modal shell — aligned to Iehojo v0.1.92, with Chukohojo colors. */
.chukohojo-search-modal { z-index: 100000; }
.chukohojo-search-modal .chukohojo-modal__backdrop { background: rgba(14,39,35,.52); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.chukohojo-search-modal__dialog {
    width: min(780px,calc(100vw - 30px)) !important;
    height: min(790px,calc(100dvh - 32px)) !important;
    max-height: calc(100dvh - 32px) !important;
    display: grid !important;
    grid-template-rows: auto auto auto minmax(0,1fr) auto;
    overflow: hidden !important;
    border: 1px solid #d7e7e1 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 28px 70px rgba(21,60,54,.22) !important;
}
.chukohojo-search-modal__header {
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 20px 13px;
    border-bottom: 1px solid #e5eee9;
    background: #fff;
}
.chukohojo-search-modal__eyebrow {
    margin: 0 0 3px;
    color: var(--chukohojo-brand);
    font-size: 10px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .04em;
}
.chukohojo-search-modal__header h2 {
    margin: 0;
    color: #193f39;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -.02em;
}
.chukohojo-search-modal__close {
    min-width: 66px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 11px;
    border: 1px solid #d5e3de;
    border-radius: 9px;
    background: #fff;
    color: #566b64;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}
.chukohojo-search-modal__close b { font-size: 18px; line-height: 1; font-weight: 500; }

.chukohojo-search-modal__progress {
    --chukohojo-search-flow-count: 3;
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(var(--chukohojo-search-flow-count),minmax(0,1fr)) !important;
    gap: 0;
    margin: 0;
    padding: 12px 20px 10px;
    border-bottom: 1px solid #edf2ef;
    background: #fbfdfc;
    list-style: none;
}
.chukohojo-search-modal__progress li {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 30px minmax(0,1fr);
    align-items: center;
    gap: 7px;
    color: #77847f;
}
.chukohojo-search-modal__progress li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 30px;
    right: 4px;
    height: 2px;
    z-index: 0;
    background: #d6e1dd;
}
.chukohojo-search-modal__progress li > span {
    position: relative;
    z-index: 1;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border: 1px solid #ced8d4;
    border-radius: 50%;
    background: #fff;
    color: #7a8782;
    font-size: 10px;
    font-weight: 900;
}
.chukohojo-search-modal__progress li > div { position: relative; z-index: 1; min-width: 0; background: #fbfdfc; padding-right: 5px; }
.chukohojo-search-modal__progress strong { display: block; color: #65736e; font-size: 10px; line-height: 1.25; font-weight: 850; }
.chukohojo-search-modal__progress small { display: block; margin-top: 2px; color: #8a9792; font-size: 7.5px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chukohojo-search-modal__progress li.is-active > span {
    border-color: var(--chukohojo-brand) !important;
    background: var(--chukohojo-brand) !important;
    color: #fff !important;
    box-shadow: 0 0 0 4px rgba(40,103,94,.11) !important;
}
.chukohojo-search-modal__progress li.is-active strong { color: var(--chukohojo-brand-strong) !important; }
.chukohojo-search-modal__progress li.is-complete > span {
    border-color: #b5d2c8 !important;
    background: #f0f8f4 !important;
    color: var(--chukohojo-brand) !important;
    box-shadow: none !important;
}
.chukohojo-search-modal__progress li.is-complete:not(:last-child)::after { background: #bdd9cf; }
.chukohojo-search-modal__progress li[hidden] { display: none !important; }

.chukohojo-search-modal__context {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 20px;
    border-bottom: 1px solid #edf2ef;
    background: #f6faf8;
}
.chukohojo-search-modal__context[hidden] { display: none !important; }
.chukohojo-search-modal__context > span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 9px;
    border: 1px solid #d6e7e0;
    border-radius: 999px;
    background: #fff;
}
.chukohojo-search-modal__context small { color: #70837b; font-size: 8px; font-weight: 700; }
.chukohojo-search-modal__context strong { color: var(--chukohojo-brand); font-size: 10px; font-weight: 900; }

.chukohojo-search-modal__body {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-padding-top: 12px;
    padding: 20px 22px 28px;
    background: #fff;
}
.chukohojo-search-modal__step[hidden] { display: none !important; }
.chukohojo-search-modal__step-head { margin-bottom: 14px; }
.chukohojo-search-modal__step-head h3 { margin: 0; color: #193f39; font-size: 20px; line-height: 1.35; font-weight: 900; }
.chukohojo-search-modal__step-head p { margin: 5px 0 0; color: #71817b; font-size: 10.5px; line-height: 1.65; }

.chukohojo-search-modal__purpose-grid {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 9px !important;
}
.chukohojo-search-modal__purpose-option,
.chukohojo-search-modal__condition-option {
    width: 100%;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    appearance: none;
    cursor: pointer;
}
.chukohojo-search-modal__purpose-choice,
.chukohojo-search-modal__condition-choice {
    width: 100%;
    min-height: 82px;
    display: grid !important;
    grid-template-columns: 42px minmax(0,1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 9px;
    padding: 10px 12px !important;
    border: 1px solid #d5e3de !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #193f39 !important;
    text-align: left !important;
    transition: border-color .15s ease,background .15s ease,box-shadow .15s ease;
}
.chukohojo-search-modal__card-icon {
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #edf7f3;
    color: var(--chukohojo-brand);
}
.chukohojo-search-modal__card-icon .chukohojo-icon { width: 22px; height: 22px; }
.chukohojo-search-modal__purpose-choice b,
.chukohojo-search-modal__condition-choice b { align-self: end; color: #193f39; font-size: 12px; line-height: 1.35; font-weight: 900; }
.chukohojo-search-modal__purpose-choice small,
.chukohojo-search-modal__condition-choice small { align-self: start; display: block; margin-top: 2px; color: #71817b; font-size: 9px; line-height: 1.35; font-weight: 600; }
.chukohojo-search-modal__purpose-option:hover .chukohojo-search-modal__purpose-choice,
.chukohojo-search-modal__purpose-option:focus-visible .chukohojo-search-modal__purpose-choice,
.chukohojo-search-modal__condition-option:hover .chukohojo-search-modal__condition-choice,
.chukohojo-search-modal__condition-option:focus-visible .chukohojo-search-modal__condition-choice { border-color: #79b7a5 !important; box-shadow: 0 5px 16px rgba(40,103,94,.08) !important; }
.chukohojo-search-modal__purpose-option[aria-pressed="true"] .chukohojo-search-modal__purpose-choice,
.chukohojo-search-modal__purpose-option.is-selected .chukohojo-search-modal__purpose-choice,
.chukohojo-search-modal__condition-option[aria-pressed="true"] .chukohojo-search-modal__condition-choice,
.chukohojo-search-modal__condition-option.is-selected .chukohojo-search-modal__condition-choice {
    border-color: var(--chukohojo-brand) !important;
    background: #eef8f4 !important;
    box-shadow: inset 0 0 0 1px var(--chukohojo-brand) !important;
}
.chukohojo-search-modal__purpose-error { margin: 12px 0 0; padding: 10px 12px; border: 1px solid #e9c98d; border-radius: 8px; background: #fff8e9; color: #77591e; font-size: 10.5px; font-weight: 750; }
.chukohojo-search-modal__purpose-error[hidden] { display: none !important; }

.chukohojo-search-modal__prefecture-picker { display: grid; gap: 13px; }
.chukohojo-search-modal__prefecture-region { display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 10px; align-items: start; padding: 10px 0; border-bottom: 1px solid #edf2ef; }
.chukohojo-search-modal__prefecture-region[hidden] { display: none !important; }
.chukohojo-search-modal__prefecture-region > strong { padding-top: 7px; color: var(--chukohojo-brand-strong); font-size: 11px; font-weight: 900; }
.chukohojo-search-modal__prefecture-buttons { display: flex; flex-wrap: wrap; gap: 6px; }
.chukohojo-search-modal__prefecture-buttons button {
    min-height: 35px;
    padding: 0 11px;
    border: 1px solid #d6e4df;
    border-radius: 8px;
    background: #fff;
    color: #405a52;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}
.chukohojo-search-modal__prefecture-buttons button:hover,
.chukohojo-search-modal__prefecture-buttons button:focus-visible,
.chukohojo-search-modal__prefecture-buttons button.is-selected { border-color: var(--chukohojo-brand); background: #eef8f4; color: var(--chukohojo-brand-strong); }
.chukohojo-search-modal__selected-context { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; }
.chukohojo-search-modal__selected-context span { padding: 3px 7px; border-radius: 999px; background: #eaf5f1; color: var(--chukohojo-brand); font-size: 8px; font-weight: 900; }
.chukohojo-search-modal__selected-context strong { color: #193f39; font-size: 13px; }
.chukohojo-search-modal__whole-pref { width: 100%; min-height: 62px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 10px 14px; border: 1px solid #cfe2da; border-radius: 10px; background: #f4faf7; color: #244f45; text-align: left; cursor: pointer; }
.chukohojo-search-modal__whole-pref strong { font-size: 12px; }.chukohojo-search-modal__whole-pref small { margin-top: 2px; color: #71817b; font-size: 8.5px; }
.chukohojo-search-modal__or { display: flex; align-items: center; gap: 10px; margin: 11px 0; color: #88958f; font-size: 8px; }
.chukohojo-search-modal__or::before,.chukohojo-search-modal__or::after { content: ''; height: 1px; flex: 1; background: #e6eeea; }
.chukohojo-search-modal__status { margin: 8px 0; padding: 10px 12px; border-radius: 8px; background: #f7faf9; color: #6f7f79; font-size: 10px; line-height: 1.55; }
.chukohojo-search-modal__status.is-error { background: #fff6f3; color: #8b584c; }
.chukohojo-search-modal__kana { position: sticky; top: -20px; z-index: 2; display: flex; flex-wrap: wrap; gap: 4px; padding: 8px 0; background: rgba(255,255,255,.96); }
.chukohojo-search-modal__kana button { min-width: 31px; height: 31px; padding: 0 7px; border: 1px solid #d7e5e0; border-radius: 7px; background: #fff; color: var(--chukohojo-brand); font-size: 9px; font-weight: 900; cursor: pointer; }
.chukohojo-search-modal__municipality-groups { display: grid; gap: 12px; }
.chukohojo-search-modal__municipality-group { scroll-margin-top: 52px; }
.chukohojo-search-modal__municipality-group h4 { margin: 0 0 6px; padding-bottom: 5px; border-bottom: 1px solid #e6eeea; color: var(--chukohojo-brand); font-size: 10px; }
.chukohojo-search-modal__municipality-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.chukohojo-search-modal__municipality-grid button { min-height: 49px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 7px 9px; border: 1px solid #d9e6e1; border-radius: 8px; background: #fff; color: #34554c; text-align: left; cursor: pointer; }
.chukohojo-search-modal__municipality-grid button strong { font-size: 10.5px; line-height: 1.25; }.chukohojo-search-modal__municipality-grid button small { margin-top: 2px; color: #84918c; font-size: 7px; }
.chukohojo-search-modal__municipality-grid button:hover,.chukohojo-search-modal__municipality-grid button:focus-visible { border-color: var(--chukohojo-brand); background: #f1f9f6; }

.chukohojo-search-modal__condition-grid { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 8px !important; }
.chukohojo-search-modal__condition-choice { min-height: 76px; }
.chukohojo-search-modal__selection { margin-top: 14px; padding: 12px 14px; border: 1px solid #cfe3db; border-radius: 10px; background: #f3faf7; }
.chukohojo-search-modal__selection[hidden] { display: none !important; }
.chukohojo-search-modal__selection strong { color: var(--chukohojo-brand-strong); font-size: 12px; }.chukohojo-search-modal__selection p { margin: 4px 0 0; color: #62756d; font-size: 9.5px; line-height: 1.6; }

.chukohojo-search-modal__footer {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    gap: 8px;
    padding: 10px 18px;
    border-top: 1px solid #e4ece8;
    background: #fbfdfc;
}
.chukohojo-search-modal__prev { min-height: 42px; padding: 0 14px; border: 1px solid #d4e1dc; border-radius: 8px; background: #fff; color: #536a62; font-size: 10px; font-weight: 850; cursor: pointer; }
.chukohojo-search-modal__prev:disabled { opacity: .38; cursor: default; }
.chukohojo-search-modal__next,.chukohojo-search-modal__submit { min-height: 44px !important; margin-left: auto; padding: 0 18px !important; border: 1px solid var(--chukohojo-brand) !important; border-radius: 8px !important; background: var(--chukohojo-brand) !important; color: #fff !important; font-size: 12px !important; line-height: 1.2 !important; font-weight: 900 !important; cursor: pointer; }
.chukohojo-search-modal__next:hover,.chukohojo-search-modal__submit:hover { background: var(--chukohojo-brand-strong) !important; }
.chukohojo-search-modal__next[hidden],.chukohojo-search-modal__submit[hidden] { display: none !important; }

/* Explicit entry-mode state: a preselected Purpose is not shown as a step. */
.chukohojo-search-modal[data-chukohojo-search-entry-mode="purpose"] [data-chukohojo-search-flow="purpose"] { display: none !important; }

@media (max-width: 767px) {
    /* Keep the same information order as Iehojo; no CSS reordering. */
    .chukohojo-v13-layout,.chukohojo-v13-content { display: grid !important; grid-template-columns: 1fr !important; }
    .chukohojo-v13-content > * { order: initial !important; }
    .home .chukohojo-v14-steps { grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 6px !important; }
    .home .chukohojo-v14-steps li { min-height: 112px !important; padding: 10px 4px 7px !important; }
    .home .chukohojo-v14-steps li::after { display: none !important; }
    .home .chukohojo-v14-steps li > span { width: 46px !important; height: 46px !important; border-radius: 13px !important; }
    .home .chukohojo-v14-steps .chukohojo-icon { width: 23px !important; height: 23px !important; }
    .home .chukohojo-v14-steps strong { font-size: 10px !important; }
    .home .chukohojo-v14-steps small { font-size: 6.8px !important; line-height: 1.35 !important; }

    /* Search modal = phone full screen, like Iehojo. */
    .chukohojo-search-modal { padding: 0 !important; }
    .chukohojo-search-modal__dialog {
        width: 100vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        border: 0 !important;
        border-radius: 0 !important;
    }
    .chukohojo-search-modal__header { min-height: 64px; padding: 9px 11px 8px; gap: 7px; }
    .chukohojo-search-modal__eyebrow { margin-bottom: 2px; font-size: 8px; }
    .chukohojo-search-modal__header h2 { font-size: 17px; line-height: 1.25; }
    .chukohojo-search-modal__close { min-width: 47px; min-height: 35px; padding: 0 7px; border-radius: 8px; font-size: 8px; }
    .chukohojo-search-modal__close b { font-size: 16px; }
    .chukohojo-search-modal__progress { padding: 9px 9px 8px; }
    .chukohojo-search-modal__progress li { grid-template-columns: 25px minmax(0,1fr); gap: 4px; }
    .chukohojo-search-modal__progress li > span { width: 24px; height: 24px; font-size: 8px; }
    .chukohojo-search-modal__progress li:not(:last-child)::after { top: 12px; left: 24px; right: 2px; }
    .chukohojo-search-modal__progress strong { font-size: 8.7px; }
    .chukohojo-search-modal__progress small { display: none; }
    .chukohojo-search-modal__context { padding: 6px 9px; gap: 4px; }
    .chukohojo-search-modal__context > span { min-height: 25px; padding: 3px 7px; }
    .chukohojo-search-modal__context small { font-size: 7px; }.chukohojo-search-modal__context strong { font-size: 8.5px; }
    .chukohojo-search-modal__body { padding: 14px 11px 22px; scroll-padding-top: 10px; }
    .chukohojo-search-modal__step-head { margin-bottom: 11px; }
    .chukohojo-search-modal__step-head h3 { font-size: 18px; }.chukohojo-search-modal__step-head p { font-size: 10px; line-height: 1.6; }
    .chukohojo-search-modal__purpose-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 7px !important; }
    .chukohojo-search-modal__purpose-choice,.chukohojo-search-modal__condition-choice { min-height: 66px; grid-template-columns: 34px minmax(0,1fr); column-gap: 7px; padding: 8px 9px !important; }
    .chukohojo-search-modal__card-icon { width: 31px; height: 31px; border-radius: 9px; }.chukohojo-search-modal__card-icon .chukohojo-icon { width: 18px; height: 18px; }
    .chukohojo-search-modal__purpose-choice b,.chukohojo-search-modal__condition-choice b { font-size: 10.5px; }
    .chukohojo-search-modal__purpose-choice small,.chukohojo-search-modal__condition-choice small { font-size: 7.8px; }
    .chukohojo-search-modal__prefecture-region { grid-template-columns: 1fr; gap: 5px; padding: 8px 0; }.chukohojo-search-modal__prefecture-region > strong { padding-top: 0; font-size: 10px; }
    .chukohojo-search-modal__prefecture-buttons { gap: 5px; }.chukohojo-search-modal__prefecture-buttons button { min-height: 34px; padding: 0 9px; font-size: 9.3px; }
    .chukohojo-search-modal__municipality-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px; }
    .chukohojo-search-modal__municipality-grid button { min-height: 48px; padding: 7px 8px; }.chukohojo-search-modal__municipality-grid button strong { font-size: 10px; }.chukohojo-search-modal__municipality-grid button small { font-size: 6.8px; }
    .chukohojo-search-modal__condition-grid { grid-template-columns: 1fr !important; gap: 6px !important; }
    .chukohojo-search-modal__condition-choice { min-height: 60px; }
    .chukohojo-search-modal__footer { min-height: 60px; padding: 8px 10px; }
    .chukohojo-search-modal__prev { min-height: 41px; padding: 0 11px; font-size: 9px; }
    .chukohojo-search-modal__next,.chukohojo-search-modal__submit { min-height: 42px !important; padding: 0 12px !important; font-size: 9.8px !important; }
}

@media (max-width: 600px) {
    .home .chukohojo-v13-hero__inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-areas: 'copy' 'lower' !important;
        grid-template-rows: auto auto !important;
        gap: 0 !important;
        align-items: start !important;
    }
    .home .chukohojo-v13-hero__copy { grid-area: copy; }
    .home .chukohojo-v14-hero__lower {
        grid-area: lower;
        display: grid !important;
        grid-template-columns: minmax(0,1.05fr) minmax(130px,.95fr) !important;
        grid-template-areas: 'mascot today' !important;
        column-gap: 5px !important;
        align-items: end !important;
        width: 100%;
        min-width: 0;
        margin-top: 10px !important;
    }
    .home .chukohojo-v13-hero__mascot {
        grid-area: mascot;
        min-height: 0 !important;
        height: 174px;
        margin: 0 !important;
        align-self: end !important;
        overflow: visible;
    }
    .home .chukohojo-v13-hero__mascot > img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 124px !important;
        height: 155px !important;
        margin: 0 !important;
        object-fit: contain;
        object-position: left bottom;
    }
    .home .chukohojo-v13-hero__bubble {
        top: 7px !important;
        left: 87px !important;
        width: min(122px,calc(100% - 80px)) !important;
        padding: 8px 9px !important;
        border-radius: 12px !important;
    }
    .home .chukohojo-v13-hero__bubble strong { font-size: 8px !important; }
    .home .chukohojo-v13-hero__bubble span { margin-top: 2px; font-size: 7.6px !important; line-height: 1.45; }
    .home .chukohojo-v13-today {
        grid-area: today;
        width: 100% !important;
        min-width: 0;
        align-self: start !important;
        margin: 8px 0 0 auto !important;
        padding: 8px 8px 7px !important;
        border-radius: 10px !important;
    }
    .home .chukohojo-v13-today__head { padding-bottom: 4px; }
    .home .chukohojo-v13-today__head span { font-size: 8.5px !important; }
    .home .chukohojo-v13-today__head small { font-size: 5.5px !important; }
    .home .chukohojo-v14-today__body { grid-template-columns: minmax(0,1fr) 43px !important; gap: 3px !important; margin-top: 3px; }
    .home .chukohojo-v13-today__list { display: grid !important; grid-template-columns: 1fr !important; gap: 1px !important; padding: 0 !important; }
    .home .chukohojo-v13-today__list > div { min-height: 26px; padding: 2px 0 !important; gap: 4px; }
    .home .chukohojo-v13-today__list > div > span { width: 19px; height: 19px; flex: 0 0 19px; border-radius: 6px; }
    .home .chukohojo-v13-today__list .chukohojo-icon { width: 11px; height: 11px; }
    .home .chukohojo-v13-today__list small { font-size: 5.3px !important; }.home .chukohojo-v13-today__list strong { font-size: 6.8px !important; }
    .home .chukohojo-v14-today__map { width: 43px !important; display: block !important; }
}

@media (max-width: 390px) {
    .home .chukohojo-v14-hero__lower { margin-top: 10px !important; }
    .home .chukohojo-v13-hero__mascot { height: 166px; }
    .home .chukohojo-v13-hero__mascot > img { width: 116px !important; height: 147px !important; }
    .home .chukohojo-v13-hero__bubble { left: 80px !important; width: min(112px,calc(100% - 73px)) !important; }
}

/* ======================================================================
 * v0.1.15 — individual first-view assets + Chukohojo fixed pages
 * ====================================================================== */
.home .chukohojo-v13-hero {
    background-color: #edf7f4 !important;
    background-image: url('../hero/chukohojo-hero-bg-pc.png') !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover !important;
}
.home .chukohojo-v13-hero::after {
    background: linear-gradient(90deg,rgba(255,255,255,.76) 0%,rgba(255,255,255,.42) 42%,rgba(255,255,255,.10) 72%,rgba(255,255,255,0) 100%) !important;
}
.home .chukohojo-v13-hero__decor { display: none !important; }
.home .chukohojo-v13-hero__mascot { overflow: visible; }
.home .chukohojo-v15-hero__mascot-image {
    width: min(246px,100%) !important;
    height: 304px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    filter: drop-shadow(0 14px 18px rgba(28,83,72,.13));
}
.home .chukohojo-v15-hero__bubble-picture {
    position: absolute;
    z-index: 4;
    top: 10px;
    left: -58px;
    width: 240px;
    display: block;
    pointer-events: none;
}
.home .chukohojo-v15-hero__bubble-image {
    display: block;
    width: 100% !important;
    height: auto !important;
    filter: drop-shadow(0 8px 16px rgba(24,74,69,.08));
}
.home .chukohojo-v13-hero__bubble { display: none !important; }
.home .chukohojo-brand img { background: transparent !important; }

/* Fixed pages use Chukohojo's own branded footer instead of Lightning's. */
.page-template-page-contact .site-footer,
.page-template-page-contact footer.siteFooter,
.page-template-page-privacy-policy .site-footer,
.page-template-page-privacy-policy footer.siteFooter,
.page-template-page-operation-info .site-footer,
.page-template-page-operation-info footer.siteFooter { display: none !important; }

.chukohojo-fixed-page { min-height: 65vh; background: #f8fbfa; }
.chukohojo-fixed-page__hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 58px;
    border-bottom: 1px solid #dceae5;
    background:
      linear-gradient(90deg,rgba(255,255,255,.82),rgba(255,255,255,.48)),
      url('../hero/chukohojo-hero-bg-pc.png') center 56% / cover no-repeat;
}
.chukohojo-fixed-page__hero p { margin: 0 0 8px; color: #3b9380; font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.chukohojo-fixed-page__hero h1 { margin: 0; color: var(--chukohojo-brand-strong); font-size: clamp(34px,4vw,48px); line-height: 1.22; font-weight: 950; letter-spacing: -.035em; }
.chukohojo-fixed-page__hero span { display: block; max-width: 680px; margin-top: 12px; color: #5f746d; font-size: 14px; line-height: 1.8; }
.chukohojo-fixed-page__content { padding-top: 42px; padding-bottom: 64px; }
.chukohojo-fixed-card { max-width: 900px; margin-inline: auto; padding: 34px 38px; border: 1px solid #dbe9e4; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(24,74,69,.06); }
.chukohojo-fixed-card > :first-child { margin-top: 0; }
.chukohojo-fixed-card h2 { margin: 30px 0 10px; color: var(--chukohojo-brand-strong); font-size: 22px; line-height: 1.45; font-weight: 900; }
.chukohojo-fixed-card p { margin: 0 0 15px; color: #5c716a; font-size: 14px; line-height: 1.9; }
.chukohojo-fixed-card a { color: #237c6d; font-weight: 800; text-underline-offset: 3px; }

.chukohojo-contact-form { display: grid; gap: 18px; margin-top: 26px; }
.chukohojo-contact-form > label { display: grid; gap: 7px; }
.chukohojo-contact-form > label > span { color: #34564e; font-size: 13px; font-weight: 850; }
.chukohojo-contact-form b { display: inline-grid; place-items: center; min-height: 20px; margin-left: 5px; padding: 0 6px; border-radius: 999px; background: #fff0e6; color: #c86f35; font-size: 9px; }
.chukohojo-contact-form input,
.chukohojo-contact-form textarea { width: 100%; border: 1px solid #cfe0da; border-radius: 11px; background: #fff; color: #29453f; font: inherit; font-size: 14px; padding: 12px 13px; box-shadow: inset 0 1px 2px rgba(24,74,69,.025); }
.chukohojo-contact-form input { min-height: 48px; }
.chukohojo-contact-form textarea { min-height: 190px; resize: vertical; }
.chukohojo-contact-form input:focus,
.chukohojo-contact-form textarea:focus { border-color: #65a99a; outline: 3px solid rgba(90,179,163,.16); }
.chukohojo-contact-form__privacy { margin: -2px 0 0 !important; font-size: 12px !important; }
.chukohojo-contact-form button { width: fit-content; min-width: 160px; min-height: 50px; border: 0; border-radius: 11px; background: var(--chukohojo-brand); color: #fff; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; box-shadow: 0 10px 24px rgba(30,102,94,.18); }
.chukohojo-contact-form button:hover { background: var(--chukohojo-brand-strong); }
.chukohojo-contact-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.chukohojo-form-notice { margin: 18px 0 0; padding: 13px 15px; border-radius: 10px; font-size: 13px; line-height: 1.7; font-weight: 750; }
.chukohojo-form-notice.is-success { border: 1px solid #b8dfd4; background: #eff9f5; color: #24695e; }
.chukohojo-form-notice.is-error { border: 1px solid #f0c7ae; background: #fff6f0; color: #9d572c; }

.chukohojo-operation-table { margin: 0; border: 1px solid #dce9e5; border-radius: 13px; overflow: hidden; }
.chukohojo-operation-table > div { display: grid; grid-template-columns: 190px minmax(0,1fr); }
.chukohojo-operation-table > div + div { border-top: 1px solid #e2ece8; }
.chukohojo-operation-table dt,
.chukohojo-operation-table dd { margin: 0; padding: 14px 16px; font-size: 13px; line-height: 1.75; }
.chukohojo-operation-table dt { background: #f1f8f5; color: #355a51; font-weight: 900; }
.chukohojo-operation-table dd { color: #5a6f68; }

@media (max-width: 767px) {
    .home .chukohojo-v13-hero {
        background-image: url('../hero/chukohojo-hero-bg-sp.png') !important;
        background-position: center bottom !important;
        background-size: cover !important;
    }
    .home .chukohojo-v13-hero::after { background: linear-gradient(180deg,rgba(255,255,255,.68),rgba(255,255,255,.20) 70%,rgba(255,255,255,0)) !important; }
    .home .chukohojo-v15-hero__bubble-picture {
        top: 5px;
        left: 76px;
        width: 132px;
    }
    .home .chukohojo-v15-hero__mascot-image {
        width: 118px !important;
        height: 152px !important;
        object-position: left bottom !important;
    }
    .chukohojo-fixed-page__hero { padding: 54px 0 42px; background-image: linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.35)),url('../hero/chukohojo-hero-bg-sp.png'); }
    .chukohojo-fixed-page__hero p { font-size: 9px; }.chukohojo-fixed-page__hero h1 { font-size: 31px; }.chukohojo-fixed-page__hero span { font-size: 12px; line-height: 1.75; }
    .chukohojo-fixed-page__content { padding-top: 22px; padding-bottom: 44px; }
    .chukohojo-fixed-card { padding: 23px 18px; border-radius: 15px; }
    .chukohojo-fixed-card h2 { margin-top: 25px; font-size: 19px; }.chukohojo-fixed-card p { font-size: 12.5px; line-height: 1.85; }
    .chukohojo-contact-form { gap: 15px; }.chukohojo-contact-form input,.chukohojo-contact-form textarea { font-size: 16px; }
    .chukohojo-operation-table > div { grid-template-columns: 1fr; }.chukohojo-operation-table dt { padding-bottom: 8px; }.chukohojo-operation-table dd { padding-top: 8px; }
}

@media (max-width: 390px) {
    .home .chukohojo-v15-hero__bubble-picture { left: 70px; width: 126px; }
    .home .chukohojo-v15-hero__mascot-image { width: 112px !important; height: 146px !important; }
}
.chukohojo-fixed-page-body .site-footer,
.chukohojo-fixed-page-body footer.siteFooter { display: none !important; }
@media (max-width: 600px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image {
        width: 118px !important;
        height: 152px !important;
    }
}
@media (max-width: 390px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image {
        width: 112px !important;
        height: 146px !important;
    }
}

/* ======================================================================
 * v0.1.16 - Hero front-facing Chukotto / compact bubble / transparent footer logo
 * ====================================================================== */
.home .chukohojo-v15-hero__bubble-picture {
    top: 24px !important;
    left: -48px !important;
    width: 228px !important;
}
.home .chukohojo-v15-hero__mascot-image {
    object-position: center bottom !important;
}

/* Footer logo: use the transparent PNG without a white backing plate. */
.chukohojo-v13-footer__brand img {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    filter: brightness(0) invert(1) !important;
    opacity: .98 !important;
}

@media (max-width: 767px) {
    .home .chukohojo-v15-hero__bubble-picture {
        top: 17px !important;
        left: 74px !important;
        width: 126px !important;
    }
}
@media (max-width: 390px) {
    .home .chukohojo-v15-hero__bubble-picture {
        left: 69px !important;
        width: 121px !important;
    }
}

/* ======================================================================
 * v0.1.17 - true full-front hero チュコっと / Iehojo-style trust pages
 * ====================================================================== */
.home .chukohojo-v15-hero__mascot-image {
    object-fit: contain !important;
    object-position: center bottom !important;
}

.chukohojo-static-note {
    margin: 0 0 28px;
    padding: 18px 20px;
    border: 1px solid #cfe4dd;
    border-radius: 13px;
    background: #f2faf6;
}
.chukohojo-static-note strong { display:block; color:#246f61; font-size:14px; line-height:1.7; }
.chukohojo-static-note p { margin:5px 0 0 !important; color:#5b746d !important; font-size:12.5px !important; line-height:1.8 !important; }
.chukohojo-static-note--important { border-color:#f0d4a7; background:#fff8eb; }
.chukohojo-static-note--important strong { color:#8a5b17; }

.chukohojo-contact-form select {
    width:100%; min-height:48px; border:1px solid #cfe0da; border-radius:11px; background:#fff; color:#29453f;
    font:inherit; font-size:14px; padding:10px 38px 10px 13px;
}
.chukohojo-contact-form select:focus { border-color:#65a99a; outline:3px solid rgba(90,179,163,.16); }
.chukohojo-contact-consent {
    display:flex !important; grid-template-columns:none !important; gap:10px !important; align-items:flex-start;
    color:#4f6962; font-size:13px; line-height:1.75; cursor:pointer;
}
.chukohojo-contact-consent input[type="checkbox"] {
    width:19px !important; min-height:19px !important; height:19px !important; margin:2px 0 0; padding:0;
    flex:0 0 19px; accent-color:var(--chukohojo-brand);
}
.chukohojo-contact-consent > span { font-size:13px !important; font-weight:700 !important; color:#4f6962 !important; }
.chukohojo-form-notice { display:grid; gap:2px; }
.chukohojo-form-notice strong { font-size:14px; }
.chukohojo-form-notice span { font-weight:650; }

.chukohojo-operation-table-wrap { overflow:hidden; border:1px solid #dce9e5; border-radius:13px; }
.chukohojo-operation-table-v17 { width:100%; border-collapse:collapse; table-layout:fixed; margin:0; }
.chukohojo-operation-table-v17 th,
.chukohojo-operation-table-v17 td { padding:17px 19px; border-bottom:1px solid #e3ece8; vertical-align:top; text-align:left; font-size:13.5px; line-height:1.8; }
.chukohojo-operation-table-v17 tr:last-child th,
.chukohojo-operation-table-v17 tr:last-child td { border-bottom:0; }
.chukohojo-operation-table-v17 th { width:190px; background:#f1f8f5; color:#355a51; font-weight:900; }
.chukohojo-operation-table-v17 td { color:#536c65; }
.chukohojo-operation-contact-note { display:grid; gap:3px; margin-top:10px; padding:11px 12px; border-radius:9px; background:#fff8eb; color:#78551d; }
.chukohojo-operation-contact-note b { font-size:12px; }
.chukohojo-operation-contact-note span { font-size:12px; }
.chukohojo-operation-map,
.chukohojo-operation-area { margin-top:38px; padding-top:34px; border-top:1px solid #e0ebe7; }
.chukohojo-operation-kicker { margin:0 0 5px !important; color:#3b9380 !important; font-size:10px !important; font-weight:950 !important; letter-spacing:.16em; }
.chukohojo-operation-map h2,
.chukohojo-operation-area h2 { margin-top:0; }
.chukohojo-operation-map__frame { margin-top:18px; overflow:hidden; border:1px solid #d8e7e2; border-radius:13px; background:#eef6f3; }
.chukohojo-operation-map__frame iframe { display:block; width:100%; height:360px; border:0; }
.chukohojo-policy-date { display:flex; align-items:center; gap:12px; width:fit-content; margin-top:30px; padding:12px 14px; border-radius:10px; background:#f1f8f5; color:#42645b; font-size:12px; }
.chukohojo-policy-date strong { color:#255d52; }

@media (max-width: 767px) {
    .chukohojo-contact-form select { font-size:16px; }
    .chukohojo-contact-consent > span { font-size:12.5px !important; }
    .chukohojo-operation-table-wrap { overflow:visible; border:0; }
    .chukohojo-operation-table-v17,
    .chukohojo-operation-table-v17 tbody,
    .chukohojo-operation-table-v17 tr,
    .chukohojo-operation-table-v17 th,
    .chukohojo-operation-table-v17 td { display:block; width:100%; }
    .chukohojo-operation-table-v17 tr { overflow:hidden; margin-bottom:11px; border:1px solid #dce9e5; border-radius:11px; }
    .chukohojo-operation-table-v17 th { padding:11px 13px 7px; border:0; }
    .chukohojo-operation-table-v17 td { padding:8px 13px 13px; border:0; font-size:13px; line-height:1.75; }
    .chukohojo-operation-map__frame iframe { height:300px; }
}
.home .chukohojo-v15-hero__mascot-image {
    height: auto !important;
    max-height: 304px !important;
}
@media (max-width: 767px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        height: auto !important;
        max-height: 152px !important;
    }
}
@media (max-width: 390px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        height: auto !important;
        max-height: 146px !important;
    }
}

/* ======================================================================
 * v0.1.18 - fixed-page transparent header / official both-side logo rule /
 *           icon-only mobile hamburger
 * ====================================================================== */
.chukohojo-fixed-page-body .chukohojo-global-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.admin-bar.chukohojo-fixed-page-body .chukohojo-global-header { top: 32px; }
.chukohojo-fixed-page-body .chukohojo-global-header .chukohojo-header__inner {
    min-height: 78px;
}
.chukohojo-fixed-page-body .chukohojo-fixed-page__hero {
    padding-top: 150px;
}

/* Official logo is the E lockup with horizontal rules on both sides of CHUKOHOJO. */
.chukohojo-brand img,
.chukohojo-modal__logo,
.chukohojo-v13-footer__brand img {
    background: transparent !important;
}

/* Hamburger is icon-only. Accessible name remains on <summary>. */
.chukohojo-mobile-menu summary em { display: none !important; }
.chukohojo-mobile-menu summary {
    min-height: 44px;
    padding: 8px;
    gap: 4px;
}

@media (max-width: 782px) {
    .admin-bar.chukohojo-fixed-page-body .chukohojo-global-header { top: 46px; }
}
@media (max-width: 767px) {
    .chukohojo-fixed-page-body .chukohojo-global-header .chukohojo-header__inner {
        width: calc(100% - 22px);
        min-height: 64px;
        gap: 8px;
    }
    .chukohojo-fixed-page-body .chukohojo-brand {
        width: 148px;
        max-width: 148px;
    }
    .chukohojo-fixed-page-body .chukohojo-fixed-page__hero {
        padding-top: 112px;
    }
    .chukohojo-fixed-page-body .chukohojo-mobile-menu > summary {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

/* ======================================================================
 * v0.1.19 - clean logo canvas edges / Hero speech-bubble balance
 * ====================================================================== */
/* The approved logo asset itself is cleaned; these rules prevent any
 * browser-side border/outline from appearing around header/footer logos. */
.chukohojo-brand img,
.chukohojo-v13-footer__brand img {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* PC: keep the bubble close to チュコっと without intruding into the H1 area. */
.home .chukohojo-v15-hero__bubble-picture {
    top: 18px !important;
    left: -12px !important;
    width: 202px !important;
}

/* SP: place the compact bubble just above/right of チュコっと, with enough
 * breathing room from the Today card. */
@media (max-width: 767px) {
    .home .chukohojo-v15-hero__bubble-picture {
        top: 12px !important;
        left: 72px !important;
        width: 126px !important;
    }
}
@media (max-width: 390px) {
    .home .chukohojo-v15-hero__bubble-picture {
        top: 13px !important;
        left: 69px !important;
        width: 120px !important;
    }
}


/* ======================================================================
 * v0.1.20 - Hero balance / larger Japan map / compact logo /
 *           Iehojo-style diagnosis opening + mobile intro
 * ====================================================================== */

/* Header / footer logo scale: slightly more compact while preserving the
 * approved transparent E lockup. */
.chukohojo-global-header .chukohojo-brand {
    width: 224px !important;
    max-width: 224px !important;
}
.chukohojo-v13-footer__brand img {
    width: 208px !important;
}

/* PC Hero: dedicated bubble artwork with the tail placed on the lower-right.
 * It sits above チュコっと instead of covering the roof. */
@media (min-width: 768px) {
    .home .chukohojo-v15-hero__bubble-picture {
        top: -16px !important;
        left: -38px !important;
        width: 190px !important;
    }
    .home .chukohojo-v15-hero__bubble-image {
        width: 100% !important;
        height: auto !important;
    }

    /* Give the Japan map enough visual weight inside the Today card. */
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0,1fr) 88px !important;
        gap: 8px !important;
    }
    .home .chukohojo-v14-today__map {
        width: 88px !important;
        max-height: 116px !important;
        object-fit: contain !important;
        justify-self: end !important;
    }
}

/* Diagnosis header controls always finish flush on the right. */
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__controls {
    justify-self: end !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    width: max-content;
}

/* Chukohojo equivalent of Iehojo's mobile diagnosis intro: the content from
 * the desktop left rail is shown at the top of the mobile chat. */
.chukohojo-diagnosis-mobile-intro {
    display: none;
}

@media (max-width: 767px) {
    .chukohojo-global-header .chukohojo-brand {
        width: 126px !important;
        max-width: 126px !important;
    }
    .chukohojo-v13-footer__brand img {
        width: 176px !important;
    }

    /* Move チュコっと to the right within the left half of the mobile lower
     * row, keeping enough space between mascot and Today card. */
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        left: 18px !important;
    }
    .home .chukohojo-v15-hero__bubble-picture {
        top: 9px !important;
        left: 91px !important;
        width: 120px !important;
    }

    /* Larger Japan map on mobile, without crowding the three update rows. */
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0,1fr) 60px !important;
        gap: 5px !important;
    }
    .home .chukohojo-v14-today__map {
        width: 60px !important;
        max-height: 88px !important;
        object-fit: contain !important;
        justify-self: end !important;
    }

    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__header {
        grid-template-columns: minmax(92px,auto) minmax(0,1fr) auto !important;
        padding-right: 8px !important;
    }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-modal__controls {
        justify-self: end !important;
        margin-left: auto !important;
        gap: 4px !important;
    }

    .chukohojo-diagnosis-mobile-intro {
        display: grid !important;
        grid-template-columns: 82px minmax(0,1fr);
        gap: 10px;
        align-items: center;
        margin: 0 0 14px;
        padding: 10px 11px;
        border: 1px solid #d8e9e3;
        border-radius: 15px;
        background:
          radial-gradient(circle at 13% 24%,rgba(255,209,144,.18),transparent 42%),
          linear-gradient(135deg,#edf7f3 0%,#f8fcfa 100%);
        box-shadow: 0 6px 18px rgba(24,74,69,.045);
    }
    .chukohojo-diagnosis-mobile-intro__visual {
        min-width: 0;
        display: grid;
        place-items: end center;
    }
    .chukohojo-diagnosis-mobile-intro__visual img {
        display: block;
        width: 78px;
        height: 88px;
        object-fit: contain;
        object-position: center bottom;
    }
    .chukohojo-diagnosis-mobile-intro__copy {
        min-width: 0;
    }
    .chukohojo-diagnosis-mobile-intro__copy > span {
        display: inline-flex;
        padding: 2px 6px;
        border-radius: 999px;
        background: #dcefe9;
        color: #51736a;
        font-size: 7px;
        line-height: 1.3;
        font-weight: 900;
        letter-spacing: .06em;
    }
    .chukohojo-diagnosis-mobile-intro__copy > strong {
        display: inline-block;
        margin-left: 4px;
        color: var(--chukohojo-brand-strong);
        font-size: 13px;
        line-height: 1.3;
        font-weight: 950;
    }
    .chukohojo-diagnosis-mobile-intro__copy > p {
        margin: 5px 0 0;
        color: #60766f;
        font-size: 9px;
        line-height: 1.6;
        font-weight: 700;
    }
    .chukohojo-diagnosis-mobile-intro__copy ul {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 7px;
        margin: 6px 0 0;
        padding: 0;
        list-style: none;
    }
    .chukohojo-diagnosis-mobile-intro__copy li {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        color: #4f6962;
        font-size: 7.4px;
        line-height: 1.35;
        font-weight: 850;
    }
    .chukohojo-diagnosis-mobile-intro__copy .chukohojo-icon {
        width: 9px;
        height: 9px;
        color: var(--chukohojo-brand);
    }

    /* The first visible chat content after the intro is the animated "...",
     * matching Iehojo's conversational opening. */
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--intro-typing {
        margin-top: 2px;
    }
}

@media (max-width: 390px) {
    .chukohojo-global-header .chukohojo-brand {
        width: 122px !important;
        max-width: 122px !important;
    }
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        left: 15px !important;
    }
    .home .chukohojo-v15-hero__bubble-picture {
        left: 87px !important;
        width: 115px !important;
    }
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0,1fr) 57px !important;
    }
    .home .chukohojo-v14-today__map {
        width: 57px !important;
        max-height: 84px !important;
    }
    .chukohojo-diagnosis-mobile-intro {
        grid-template-columns: 76px minmax(0,1fr);
        gap: 8px;
        padding: 9px;
    }
    .chukohojo-diagnosis-mobile-intro__visual img {
        width: 72px;
        height: 82px;
    }
}


/* =========================================================
 * v0.1.21 - Iehojo-parity inline diagnosis + search kana anchors
 * ======================================================= */
.chukohojo-search-modal__municipality-groups {
    max-height: 330px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
    scroll-behavior: smooth;
}
.chukohojo-search-modal__kana {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 8px 0;
    overflow-x: auto;
    background: rgba(255,255,255,.97);
}
.chukohojo-search-modal__kana button {
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    font-size: 11px;
}
.chukohojo-search-modal__kana button:disabled,
.chukohojo-municipality-kana button:disabled,
.chukohojo-v13-side-inline-kana button:disabled {
    opacity: .28;
    cursor: default;
}

@media (min-width: 901px) {
    .home .chukohojo-v13-side-diagnosis {
        min-height: 0;
        border: 1px solid #d9e9e3;
        background: #f6fbf8;
        box-shadow: 0 8px 20px rgba(22,87,77,.065);
    }
    .home .chukohojo-v13-side-diagnosis > header {
        min-height: 45px;
        padding: 0 15px;
        background: linear-gradient(90deg,#1e665e,#288476);
    }
    .home .chukohojo-v13-side-diagnosis > header span { font-size: 14px; font-weight: 900; }
    .home .chukohojo-v13-side-diagnosis > header button {
        padding: 5px 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.16);
        color: #fff;
        font-size: 9px;
        font-weight: 800;
    }
    .home .chukohojo-v13-side-chat {
        display: grid;
        gap: 10px;
        align-content: start;
        min-height: 0;
        max-height: 590px;
        overflow: auto;
        padding: 14px 13px 5px;
        scroll-behavior: smooth;
        scrollbar-width: thin;
    }
    .home .chukohojo-v13-side-chat.is-chukohojo-viewport-locked {
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    .home .chukohojo-v13-side-inline-row {
        display: flex;
        gap: 8px;
        align-items: flex-start;
    }
    .home .chukohojo-v13-side-inline-row.is-user { justify-content: flex-end; }
    .home .chukohojo-v13-side-inline-avatar {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home .chukohojo-v13-side-inline-avatar img {
        display: block;
        width: 42px;
        height: 42px;
        object-fit: contain;
    }
    .home .chukohojo-v13-side-inline-bubble {
        max-width: calc(100% - 50px);
        padding: 9px 10px;
        border: 1px solid #dce9e4;
        border-radius: 13px;
        background: #fff;
        color: #294f48;
        box-shadow: 0 3px 8px rgba(22,87,77,.04);
        font-size: 10.5px;
        line-height: 1.55;
        font-weight: 700;
    }
    .home .chukohojo-v13-side-inline-row.is-user .chukohojo-v13-side-inline-bubble {
        margin-left: 42px;
        border-color: #1e665e;
        border-radius: 14px 14px 3px 14px;
        background: #1e665e;
        color: #fff;
    }
    .home .chukohojo-v13-side-inline-controls {
        display: block;
        width: calc(100% - 50px);
        margin: -5px 0 4px 50px;
        padding: 0;
        background: transparent;
    }
    .home .chukohojo-v13-side-inline-controls.is-transitioning {
        visibility: hidden;
        pointer-events: none;
    }
    .home .chukohojo-v13-side-inline-choice-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 6px;
    }
    .home .chukohojo-v13-side-inline-choice,
    .home .chukohojo-v13-side-inline-undecided {
        min-width: 0;
        min-height: 38px;
        padding: 6px;
        border: 1px solid #dbe9e4;
        border-radius: 8px;
        background: #fff;
        color: #2b554d;
        font-size: 9.5px;
        line-height: 1.35;
        font-weight: 800;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(22,87,77,.03);
    }
    .home .chukohojo-v13-side-inline-choice:hover,
    .home .chukohojo-v13-side-inline-choice:focus-visible,
    .home .chukohojo-v13-side-inline-undecided:hover,
    .home .chukohojo-v13-side-inline-undecided:focus-visible {
        border-color: #f7a44b;
        box-shadow: 0 0 0 2px rgba(247,164,75,.13);
    }
    .home .chukohojo-v13-side-inline-undecided {
        width: 100%;
        margin-bottom: 6px;
        background: #f4f8f7;
    }
    .home .chukohojo-v13-side-inline-kana {
        display: flex;
        gap: 3px;
        margin: 6px 0;
        overflow-x: auto;
    }
    .home .chukohojo-v13-side-inline-kana button {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 1px solid #d8e7e2;
        border-radius: 999px;
        background: #fff;
        color: #1e665e;
        font-size: 8px;
        font-weight: 900;
        cursor: pointer;
    }
    .home .chukohojo-v13-side-inline-municipalities {
        display: grid;
        gap: 8px;
        max-height: 260px;
        overflow: auto;
        padding: 8px;
        border: 1px solid #e0ebe7;
        border-radius: 10px;
        background: #fff;
        scroll-behavior: smooth;
    }
    .home .chukohojo-v13-side-inline-municipalities section { display: grid; gap: 5px; }
    .home .chukohojo-v13-side-inline-municipalities section > strong { color: #1e665e; font-size: 10px; }
    .home .chukohojo-v13-side-inline-status {
        margin: 6px 0 0;
        color: #70847e;
        font-size: 9px;
        line-height: 1.5;
    }
    .home .chukohojo-v13-side-inline-typing span {
        display: flex;
        gap: 3px;
        align-items: center;
        min-height: 12px;
    }
    .home .chukohojo-v13-side-inline-typing i {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #8ab8ad;
        animation: chukohojo-inline-dot 1s infinite ease-in-out;
    }
    .home .chukohojo-v13-side-inline-typing i:nth-child(2) { animation-delay: .15s; }
    .home .chukohojo-v13-side-inline-typing i:nth-child(3) { animation-delay: .3s; }
    .home .chukohojo-v13-side-inline-finish {
        width: 100%;
        min-height: 44px;
        border: 0;
        border-radius: 8px;
        background: #1e665e;
        color: #fff;
        padding: 7px 9px;
        font-size: 9.5px;
        line-height: 1.35;
        font-weight: 900;
        cursor: pointer;
    }
}
@keyframes chukohojo-inline-dot {
    0%,80%,100% { transform: translateY(0); opacity: .45; }
    40% { transform: translateY(-3px); opacity: 1; }
}


/* =========================================================
 * v0.1.22 - diagnosis landing alignment + inline municipality containment
 * ======================================================= */
.chukohojo-diagnosis-scroll-tail {
    width: 1px;
    height: 24px;
    min-height: 24px;
    pointer-events: none;
}

@media (min-width: 768px) {
    .home .chukohojo-v13-side-diagnosis,
    .home .chukohojo-v13-side-chat,
    .home .chukohojo-v13-side-inline-controls,
    .home .chukohojo-v13-side-inline-municipalities,
    .home .chukohojo-v13-side-inline-choice-grid,
    .home .chukohojo-v13-side-inline-municipalities section {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .home .chukohojo-v13-side-chat {
        overflow-x: hidden !important;
    }
    .home .chukohojo-v13-side-inline-controls {
        width: auto !important;
        max-width: calc(100% - 50px) !important;
        margin-left: 50px !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }
    .home .chukohojo-v13-side-inline-choice-grid {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }
    .home .chukohojo-v13-side-inline-choice,
    .home .chukohojo-v13-side-inline-undecided {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .home .chukohojo-v13-side-inline-municipalities {
        width: 100% !important;
        padding: 7px 6px !important;
        overflow-x: hidden !important;
    }
    .home .chukohojo-v13-side-inline-municipalities section {
        width: 100% !important;
        overflow: hidden !important;
    }
}


/* =========================================================
 * v0.1.23 - stable diagnosis transitions
 * - modal: avoid repeated landing corrections/focus jumps
 * - desktop inline diagnosis: detach old controls during chat transition
 * ======================================================= */
.home .chukohojo-v13-side-inline-controls.is-transitioning {
    visibility: visible;
    pointer-events: none;
}


/* =========================================================
 * v0.1.24 - diagnosis continuation + Today-card balance
 * - desktop inline diagnosis: prevent fixed-height CSS Grid from
 *   collapsing the newly rendered answer controls to 0px
 * - Hero Today card: compact one-line status rows on PC/SP
 * ======================================================= */
@media (min-width: 901px) {
    /* Each chat turn must keep its intrinsic height. With display:grid on the
     * fixed-height scroller, the large bottom breathing-space used for landing
     * alignment could shrink the next controls to 0px. Block flow preserves
     * the answer choices while keeping the same scroll behaviour. */
    .home .chukohojo-v13-side-chat {
        display: block !important;
    }
    .home .chukohojo-v13-side-inline-row {
        margin-bottom: 10px !important;
    }
    .home .chukohojo-v13-side-inline-controls {
        min-height: max-content !important;
        overflow: visible !important;
    }
}

/* Today card: remove the loose vertical rhythm and keep label + current state
 * together. This also prevents the desktop rows from looking like two separate
 * lines while retaining the Japan-map visual. */
.home .chukohojo-v13-today {
    padding: 12px 12px 11px !important;
}
.home .chukohojo-v13-today__head {
    align-items: center !important;
    padding-bottom: 6px !important;
}
.home .chukohojo-v14-today__body {
    grid-template-columns: minmax(0,1fr) 76px !important;
    gap: 5px !important;
    margin-top: 2px !important;
}
.home .chukohojo-v13-today__list {
    gap: 2px !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
}
.home .chukohojo-v13-today__list > div {
    min-height: 30px !important;
    grid-template-columns: 24px minmax(0,1fr) !important;
    gap: 6px !important;
    padding: 2px 0 !important;
}
.home .chukohojo-v13-today__list > div > span {
    width: 24px !important;
    height: 24px !important;
    border-radius: 7px !important;
}
.home .chukohojo-v13-today__list p {
    min-width: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.home .chukohojo-v13-today__list small,
.home .chukohojo-v13-today__list strong {
    display: inline !important;
    margin: 0 !important;
    white-space: nowrap;
}
.home .chukohojo-v13-today__list small {
    font-size: 7.2px !important;
}
.home .chukohojo-v13-today__list strong {
    font-size: 9.2px !important;
}
.home .chukohojo-v14-today__map {
    width: 76px !important;
    max-height: 102px !important;
}

@media (max-width: 600px) {
    .home .chukohojo-v13-today {
        padding: 7px 7px 6px !important;
        margin-top: 6px !important;
    }
    .home .chukohojo-v13-today__head {
        padding-bottom: 3px !important;
    }
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0,1fr) 52px !important;
        gap: 2px !important;
        margin-top: 1px !important;
    }
    .home .chukohojo-v13-today__list {
        gap: 0 !important;
    }
    .home .chukohojo-v13-today__list > div {
        min-height: 23px !important;
        grid-template-columns: 18px minmax(0,1fr) !important;
        gap: 3px !important;
        padding: 1px 0 !important;
    }
    .home .chukohojo-v13-today__list > div > span {
        width: 18px !important;
        height: 18px !important;
        border-radius: 6px !important;
    }
    .home .chukohojo-v13-today__list .chukohojo-icon {
        width: 10px !important;
        height: 10px !important;
    }
    .home .chukohojo-v13-today__list p {
        gap: 3px;
    }
    .home .chukohojo-v13-today__list small {
        font-size: 5.5px !important;
    }
    .home .chukohojo-v13-today__list strong {
        font-size: 7px !important;
    }
    .home .chukohojo-v14-today__map {
        width: 52px !important;
        max-height: 76px !important;
    }
}

/* ======================================================================
 * v0.1.25 - Hero CTA / title / speech-bubble / primary navigation polish
 * ====================================================================== */

/* Keep the first-view title intentionally at two lines.  Each line is a
 * semantic block so narrower desktop widths do not create an accidental
 * third line. */
.home .chukohojo-v13-hero h1 {
    max-width: none !important;
    font-size: clamp(40px,3.3vw,50px) !important;
    line-height: 1.17 !important;
    letter-spacing: -.04em !important;
}
.home .chukohojo-v25-title-line {
    display: block;
    white-space: nowrap;
}
.home .chukohojo-v25-title-line--first {
    color: var(--chukohojo-brand-strong) !important;
}
.home .chukohojo-v25-title-line--second {
    color: var(--chukohojo-brand-strong) !important;
}
.home .chukohojo-v25-title-line--second strong {
    color: #26786c;
    font: inherit;
    font-weight: 950;
}

/* Speech bubble is rendered with real text instead of text baked into an
 * image.  This gives balanced whitespace at every viewport width. */
.home .chukohojo-v25-hero__bubble {
    position: absolute;
    z-index: 4;
    top: -10px;
    left: -18px;
    width: 204px;
    min-height: 78px;
    padding: 12px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #5ab3a3;
    border-radius: 13px;
    background: rgba(255,255,255,.98);
    color: #1e665e;
    box-shadow: 0 8px 16px rgba(24,74,69,.08);
    pointer-events: none;
}
.home .chukohojo-v25-hero__bubble::after {
    content: '';
    position: absolute;
    right: 34px;
    bottom: -9px;
    width: 17px;
    height: 17px;
    border-right: 2px solid #5ab3a3;
    border-bottom: 2px solid #5ab3a3;
    background: #fff;
    transform: rotate(45deg);
}
.home .chukohojo-v25-hero__bubble span,
.home .chukohojo-v25-hero__bubble strong {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    color: #1e665e;
    font-weight: 950;
    line-height: 1.4;
    letter-spacing: .01em;
}
.home .chukohojo-v25-hero__bubble span { font-size: 14px; }
.home .chukohojo-v25-hero__bubble strong { margin-top: 2px; font-size: 15px; }

/* The old artwork selectors are kept harmless for cache-safe rollback, but
 * no longer participate in the current Hero. */
.home .chukohojo-v15-hero__bubble-picture { display: none !important; }

@media (max-width: 1100px) and (min-width: 768px) {
    .home .chukohojo-v13-hero h1 {
        font-size: clamp(37px,4.25vw,42px) !important;
    }
    .home .chukohojo-v25-hero__bubble {
        left: -8px;
        width: 190px;
    }
}

@media (max-width: 767px) {
    .home .chukohojo-v13-hero h1 {
        font-size: clamp(26px,8.1vw,34px) !important;
        line-height: 1.26 !important;
        letter-spacing: -.035em !important;
    }

    /* Show the same free-value cue on mobile that already exists on PC. */
    .home .chukohojo-v13-btn--diagnosis .chukohojo-v13-btn__free {
        display: grid !important;
        min-width: 27px;
        height: 19px;
        padding: 0 5px;
        flex: 0 0 auto;
        font-size: 6.4px;
        font-weight: 950;
    }
    .home .chukohojo-v13-btn--diagnosis {
        gap: 5px !important;
        padding-inline: 7px !important;
    }

    /* チュコっと and bubble read as one unit while leaving a clean gap before
     * the Today card on the right. */
    .home .chukohojo-v25-hero__bubble {
        top: 4px;
        left: 66px;
        width: 132px;
        min-height: 58px;
        padding: 8px 9px 11px;
        border-width: 1.5px;
        border-radius: 10px;
    }
    .home .chukohojo-v25-hero__bubble::after {
        left: 22px;
        right: auto;
        bottom: -7px;
        width: 13px;
        height: 13px;
        border-right-width: 1.5px;
        border-bottom-width: 1.5px;
    }
    .home .chukohojo-v25-hero__bubble span { font-size: 9.4px; }
    .home .chukohojo-v25-hero__bubble strong { margin-top: 1px; font-size: 10.2px; }
}

@media (max-width: 390px) {
    .home .chukohojo-v13-hero h1 {
        font-size: clamp(25.5px,8vw,30px) !important;
    }
    .home .chukohojo-v25-hero__bubble {
        top: 6px;
        left: 62px;
        width: 126px;
    }
    .home .chukohojo-v25-hero__bubble span { font-size: 9px; }
    .home .chukohojo-v25-hero__bubble strong { font-size: 9.8px; }
}

@media (max-width: 340px) {
    .home .chukohojo-v13-hero h1 {
        font-size: 25px !important;
        letter-spacing: -.045em !important;
    }
    .home .chukohojo-v13-btn__icon {
        width: 29px;
        height: 29px;
    }
    .home .chukohojo-v13-btn--diagnosis .chukohojo-v13-btn__free {
        min-width: 24px;
        padding-inline: 4px;
        font-size: 6px;
    }
    .home .chukohojo-v13-btn__copy small { font-size: 6.2px; }
    .home .chukohojo-v13-btn__copy strong { font-size: 10.2px; }
}

/* ======================================================================
 * v0.1.26 - Hero チュコっと / speech-bubble final positional balance
 * ====================================================================== */

/* Desktop: the mascot sits very slightly toward the copy so the gaps on
 * both sides (copy / Today card) feel even.  The bubble is offset to the
 * upper-left instead of reading like a centered label over the roof. */
@media (min-width: 1101px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        left: -8px !important;
    }
    .home .chukohojo-v25-hero__bubble {
        top: -3px !important;
        left: -42px !important;
        width: 198px !important;
    }
    .home .chukohojo-v25-hero__bubble::after {
        right: 24px !important;
        left: auto !important;
    }
}

/* Mid-size desktop/tablet keeps the same relationship with a gentler
 * offset so the bubble never crowds the copy column. */
@media (min-width: 768px) and (max-width: 1100px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        left: -4px !important;
    }
    .home .chukohojo-v25-hero__bubble {
        top: -1px !important;
        left: -24px !important;
        width: 184px !important;
    }
    .home .chukohojo-v25-hero__bubble::after {
        right: 22px !important;
        left: auto !important;
    }
}

/* Mobile: center the mascot+speech-bubble as one visual unit inside the
 * left half, while preserving a visible gap before the Today card.  The
 * tail stays aimed at the roof/face area after the bubble moves left. */
@media (max-width: 767px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        left: 25px !important;
    }
    .home .chukohojo-v25-hero__bubble {
        top: 2px !important;
        left: 50px !important;
        width: 132px !important;
    }
    .home .chukohojo-v25-hero__bubble::after {
        left: 40px !important;
        right: auto !important;
    }
}

@media (max-width: 390px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        left: 22px !important;
    }
    .home .chukohojo-v25-hero__bubble {
        top: 3px !important;
        left: 48px !important;
        width: 126px !important;
    }
    .home .chukohojo-v25-hero__bubble::after {
        left: 38px !important;
    }
}


/* ======================================================================
 * v0.1.27 - Hero bubble separation / Today readability / step-chevron centering
 * ====================================================================== */

/* PC: keep the speech-bubble rectangle clearly above チュコっと's roof.
 * Only the tail visually connects the two, so the bubble no longer looks
 * pasted over the character. */
@media (min-width: 1101px) {
    .home .chukohojo-v25-hero__bubble {
        top: -27px !important;
    }
}

/* Mid-width desktop/tablet uses the same separation with a slightly smaller
 * lift so the bubble stays inside the available hero breathing room. */
@media (min-width: 768px) and (max-width: 1100px) {
    .home .chukohojo-v25-hero__bubble {
        top: -21px !important;
    }
}

/* SP: there is less room above the lower row because the disclaimer sits
 * immediately above it.  Instead of pushing the bubble into that text,
 * move チュコっと down a little. This creates a clean gap under the bubble
 * while keeping the Today card and disclaimer untouched. */
@media (max-width: 767px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        transform: translateY(14px) !important;
    }
}
@media (max-width: 390px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        transform: translateY(15px) !important;
    }
}

/* Today card: enlarge every text tier without returning to the old loose,
 * two-line row layout. Labels and states remain on one line. */
.home .chukohojo-v13-today__head span {
    font-size: 12.5px !important;
    line-height: 1.25 !important;
}
.home .chukohojo-v13-today__head small {
    font-size: 8.2px !important;
    line-height: 1.25 !important;
}
.home .chukohojo-v13-today__list > div {
    min-height: 32px !important;
}
.home .chukohojo-v13-today__list p {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    align-items: center !important;
    column-gap: 8px !important;
}
.home .chukohojo-v13-today__list small {
    font-size: 8.5px !important;
    line-height: 1.25 !important;
}
.home .chukohojo-v13-today__list strong {
    font-size: 10.5px !important;
    line-height: 1.25 !important;
}

@media (max-width: 600px) {
    .home .chukohojo-v13-today__head span {
        font-size: 9.6px !important;
    }
    .home .chukohojo-v13-today__head small {
        font-size: 6.1px !important;
    }
    .home .chukohojo-v13-today__list > div {
        min-height: 24px !important;
    }
    .home .chukohojo-v13-today__list p {
        column-gap: 4px !important;
    }
    .home .chukohojo-v13-today__list small {
        font-size: 6.15px !important;
        letter-spacing: -.015em !important;
    }
    .home .chukohojo-v13-today__list strong {
        font-size: 7.7px !important;
    }
}

/* The old full-width glyph "›" sits optically low/right in a round badge
 * depending on the platform font. Draw the chevron itself as an SVG centered
 * by background-position so it is geometrically centered on every browser. */
.home .chukohojo-v13-steps li::after {
    content: '' !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath d='M2.5 2.5L9.5 10l-7 7.5' fill='none' stroke='%2365a493' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 7px 12px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;
}


/* ======================================================================
 * v0.1.28 - Hero speech separation / Today text legibility / theme preview
 * ====================================================================== */

/* Keep the bubble as a separate object above チュコっと.  The tail still
 * indicates who is speaking, but neither the bubble body nor the tail sits
 * on top of the roof artwork. */
@media (min-width: 1101px) {
    .home .chukohojo-v25-hero__bubble {
        top: -52px !important;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .home .chukohojo-v25-hero__bubble {
        top: -42px !important;
    }
}

/* On phones there is limited room above the lower visual row.  Preserve the
 * bubble position and lower チュコっと instead, creating a visible air gap
 * between the speech tail and roof while keeping the Today card aligned. */
@media (max-width: 767px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        transform: translateY(30px) !important;
    }
}
@media (max-width: 390px) {
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v15-hero__mascot-image {
        transform: translateY(31px) !important;
    }
}

/* Today's update card: increase every textual tier substantially while
 * retaining the compact single-line label/state rows. */
.home .chukohojo-v13-today {
    padding: 13px 13px 12px !important;
}
.home .chukohojo-v13-today__head span {
    font-size: 14px !important;
    line-height: 1.25 !important;
}
.home .chukohojo-v13-today__head small {
    font-size: 9.5px !important;
    line-height: 1.25 !important;
}
.home .chukohojo-v13-today__head {
    padding-bottom: 7px !important;
}
.home .chukohojo-v13-today__list > div {
    min-height: 36px !important;
}
.home .chukohojo-v13-today__list > div > span {
    width: 26px !important;
    height: 26px !important;
}
.home .chukohojo-v13-today__list .chukohojo-icon {
    width: 14px !important;
    height: 14px !important;
}
.home .chukohojo-v13-today__list small {
    font-size: 10px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}
.home .chukohojo-v13-today__list strong {
    font-size: 12.5px !important;
    line-height: 1.25 !important;
}

@media (max-width: 600px) {
    .home .chukohojo-v13-today {
        padding: 8px 8px 7px !important;
    }
    .home .chukohojo-v13-today__head {
        padding-bottom: 4px !important;
    }
    .home .chukohojo-v13-today__head span {
        font-size: 11.5px !important;
    }
    .home .chukohojo-v13-today__head small {
        font-size: 7px !important;
    }
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0,1fr) 47px !important;
        gap: 2px !important;
    }
    .home .chukohojo-v13-today__list > div {
        min-height: 27px !important;
        grid-template-columns: 19px minmax(0,1fr) !important;
        gap: 3px !important;
    }
    .home .chukohojo-v13-today__list > div > span {
        width: 19px !important;
        height: 19px !important;
    }
    .home .chukohojo-v13-today__list .chukohojo-icon {
        width: 11px !important;
        height: 11px !important;
    }
    .home .chukohojo-v13-today__list p {
        column-gap: 4px !important;
    }
    .home .chukohojo-v13-today__list small {
        font-size: 8.2px !important;
        letter-spacing: -.02em !important;
    }
    .home .chukohojo-v13-today__list strong {
        font-size: 9.5px !important;
    }
    .home .chukohojo-v14-today__map {
        width: 47px !important;
        max-height: 78px !important;
    }
}

/* =========================================================
 * v0.1.30 - Diagnosis mascot: official artwork only
 * Never stretch/redraw/reconstruct チュコっと.  The right-edge
 * treatment is layout-only so the original pixels remain intact.
 * ======================================================= */
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-side__mascot {
    width: min(220px, 82%);
    overflow: visible;
    padding-right: 10px;
    box-sizing: content-box;
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-side__mascot img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
}
@media (max-width: 767px) {
    .chukohojo-diagnosis-mobile-intro__visual {
        overflow: visible;
        padding-right: 5px;
        box-sizing: border-box;
    }
    .chukohojo-diagnosis-mobile-intro__visual img {
        width: 74px;
        height: 86px;
        max-width: 100%;
        object-fit: contain;
        object-position: center bottom;
    }
}
@media (max-width: 390px) {
    .chukohojo-diagnosis-mobile-intro__visual img {
        width: 69px;
        height: 80px;
    }
}

/* =========================================================
 * v0.1.32 - Diagnosis modal: clean orange-door reconstruction
 * Modal-only asset keeps the official mascot unchanged outside the orange-door area;
 * the clipped door edge is rebuilt as one continuous shape with no stitched seam.
 * ======================================================= */
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-side__mascot {
    width: min(234px, 86%);
    padding-right: 0;
}
@media (max-width: 767px) {
    .chukohojo-diagnosis-mobile-intro__visual {
        padding-right: 0;
    }
    .chukohojo-diagnosis-mobile-intro__visual img {
        width: 79px;
        height: 88px;
    }
}
@media (max-width: 390px) {
    .chukohojo-diagnosis-mobile-intro__visual img {
        width: 74px;
        height: 82px;
    }
}


/* ======================================================================
 * v0.1.33 - Today rows in two lines / trust points always three columns
 * ====================================================================== */

/* Today update: each item is intentionally two lines:
 * label on top, current state below. Keep the icon in its own left column. */
.home .chukohojo-v13-today__list > div {
    align-items: center !important;
}
.home .chukohojo-v13-today__list p {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
}
.home .chukohojo-v13-today__list small,
.home .chukohojo-v13-today__list strong {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    white-space: nowrap !important;
}
.home .chukohojo-v13-today__list strong {
    margin-top: 3px !important;
}
.home .chukohojo-v13-today__list > div {
    min-height: 42px !important;
    padding-block: 3px !important;
}

/* Keep the three trust points as one horizontal row on every screen.
 * Mobile uses a compact vertical composition inside each of the 3 cells. */
@media (max-width: 767px) {
    .home .chukohojo-v13-trust__grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        padding: 0 !important;
    }
    .home .chukohojo-v13-trust__grid > div {
        min-width: 0 !important;
        min-height: 82px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 9px 4px !important;
        text-align: center !important;
    }
    .home .chukohojo-v13-trust__grid > div + div {
        border-top: 0 !important;
        border-left: 1px solid #e5ede9 !important;
    }
    .home .chukohojo-v13-trust__grid > div > span {
        width: 30px !important;
        height: 30px !important;
        border-radius: 10px !important;
    }
    .home .chukohojo-v13-trust__grid .chukohojo-icon {
        width: 16px !important;
        height: 16px !important;
    }
    .home .chukohojo-v13-trust p {
        min-width: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }
    .home .chukohojo-v13-trust strong,
    .home .chukohojo-v13-trust small {
        display: block !important;
        white-space: nowrap !important;
        line-height: 1.25 !important;
    }
    .home .chukohojo-v13-trust strong {
        font-size: 9.4px !important;
        letter-spacing: -.02em !important;
    }
    .home .chukohojo-v13-trust small {
        margin-top: 3px !important;
        font-size: 7.2px !important;
        letter-spacing: -.025em !important;
    }

    /* Today card stays readable after switching each row to two lines. */
    .home .chukohojo-v13-today__list > div {
        min-height: 34px !important;
        padding-block: 2px !important;
    }
    .home .chukohojo-v13-today__list strong {
        margin-top: 2px !important;
    }
}

@media (max-width: 360px) {
    .home .chukohojo-v13-trust__grid > div {
        min-height: 78px !important;
        gap: 4px !important;
        padding-inline: 2px !important;
    }
    .home .chukohojo-v13-trust__grid > div > span {
        width: 28px !important;
        height: 28px !important;
    }
    .home .chukohojo-v13-trust__grid .chukohojo-icon {
        width: 15px !important;
        height: 15px !important;
    }
    .home .chukohojo-v13-trust strong {
        font-size: 8.7px !important;
    }
    .home .chukohojo-v13-trust small {
        font-size: 6.7px !important;
    }
}

/* ======================================================================
 * v0.1.34 - Mobile Hero top spacing polish
 * Keep the transparent header itself untouched; only tighten the breathing
 * room between the logo row and the Hero kicker on phones.
 * ====================================================================== */
@media (max-width: 767px) {
    .home .chukohojo-v13-hero__inner {
        padding-top: 12px !important;
    }
}



/* ======================================================================
 * v0.1.35 - PC Hero speech-bubble balance
 * Make the bubble read as チュコっと's speech rather than a centered sign
 * above the roof. Mobile is intentionally untouched.
 * ====================================================================== */
@media (min-width: 1101px) {
    .home .chukohojo-v25-hero__bubble {
        top: -36px !important;
        left: -66px !important;
        width: 184px !important;
        min-height: 66px !important;
        padding: 10px 14px 13px !important;
        border-radius: 12px !important;
        box-shadow: 0 7px 15px rgba(24,74,69,.07) !important;
    }
    .home .chukohojo-v25-hero__bubble::after {
        right: 18px !important;
        left: auto !important;
        bottom: -8px !important;
        width: 14px !important;
        height: 14px !important;
    }
    .home .chukohojo-v25-hero__bubble span {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }
    .home .chukohojo-v25-hero__bubble strong {
        margin-top: 1px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .home .chukohojo-v25-hero__bubble {
        top: -31px !important;
        left: -42px !important;
        width: 174px !important;
        min-height: 62px !important;
        padding: 9px 13px 12px !important;
    }
    .home .chukohojo-v25-hero__bubble::after {
        right: 17px !important;
        left: auto !important;
        bottom: -8px !important;
        width: 14px !important;
        height: 14px !important;
    }
    .home .chukohojo-v25-hero__bubble span { font-size: 12px !important; }
    .home .chukohojo-v25-hero__bubble strong { font-size: 13px !important; }
}


/* ======================================================================
 * v0.1.36 - PC Hero vertical rhythm: logo gap + speech-bubble alignment
 * Keep mobile and all other first-view elements untouched.
 * ====================================================================== */
@media (min-width: 1101px) {
    /* Final PC-only logo-gap polish: lift only the left copy group another
     * 9px. Header/logo, チュコっと, speech bubble and Today card stay fixed. */
    .home .chukohojo-v13-hero__copy {
        transform: translateY(-27px) !important;
    }

    /* v0.1.35 made the bubble compact, but it sat visibly above the kicker.
     * Lower it by 21px: its top now aligns around the kicker band, while the
     * bubble body remains clear of the roof and only the tail connects. */
    .home .chukohojo-v25-hero__bubble {
        top: -15px !important;
    }
}

/* Laptop / compact desktop gets the same visual relationship with a gentler
 * copy lift so the Hero does not feel cramped at narrower widths. */
@media (min-width: 768px) and (max-width: 1100px) {
    .home .chukohojo-v13-hero__copy {
        transform: translateY(-14px) !important;
    }
    .home .chukohojo-v25-hero__bubble {
        top: -12px !important;
    }
}


/* ======================================================================
 * v0.1.37 - PC final logo-under-gap micro adjustment
 * Wide PC only: move the left Hero copy group 9px further upward.
 * Bubble / mascot / Today card / header / mobile are intentionally fixed.
 * ====================================================================== */

/* ======================================================================
 * v0.1.38 - Hero Today card: larger balanced Japan map on PC + mobile
 * Enlarge only the Japan map and reserve matching grid space so the
 * two-line update labels/statuses stay readable without overlap.
 * ====================================================================== */
@media (min-width: 768px) {
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0, 1fr) clamp(92px, 6vw, 104px) !important;
        gap: 7px !important;
        align-items: center !important;
    }
    .home .chukohojo-v14-today__map {
        width: clamp(92px, 6vw, 104px) !important;
        max-height: 132px !important;
        height: auto !important;
        object-fit: contain !important;
        justify-self: end !important;
        align-self: center !important;
    }
}

@media (max-width: 767px) {
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0, 1fr) clamp(58px, 17vw, 64px) !important;
        gap: 3px !important;
        align-items: center !important;
    }
    .home .chukohojo-v14-today__map {
        width: clamp(58px, 17vw, 64px) !important;
        max-height: 94px !important;
        height: auto !important;
        object-fit: contain !important;
        justify-self: end !important;
        align-self: center !important;
    }
}


/* ======================================================================
 * v0.1.39 - Mobile Today map final optical balance
 * PC stays exactly as v0.1.38. On phones only, trim the map by about 3px
 * and nudge it 2px left so the right side of the card feels balanced.
 * ====================================================================== */
@media (max-width: 767px) {
    .home .chukohojo-v14-today__body {
        grid-template-columns: minmax(0, 1fr) clamp(56px, 16vw, 61px) !important;
        gap: 4px !important;
    }
    .home .chukohojo-v14-today__map {
        width: clamp(56px, 16vw, 61px) !important;
        transform: translateX(-2px) !important;
    }
}


/* ======================================================================
 * v0.1.40 - PC Today map vertical optical alignment
 * Keep the v0.1.38 desktop map size, but lower only the Japan map 9px so
 * its top edge visually aligns with the first update row (新着補助金).
 * Mobile remains exactly as v0.1.39.
 * ====================================================================== */
@media (min-width: 768px) {
    .home .chukohojo-v14-today__map {
        transform: translateY(9px) !important;
    }
}

/* ======================================================================
 * Chukohojo v0.1.0 — adopted D logo + official mascot "チュコっと"
 * Chukohojo v0.1.40 composition is retained, while content and visual tuning
 * are specialized for used-home purchase subsidies.
 * ====================================================================== */
:root {
    --chukohojo-bg: #ffffff;
    --chukohojo-surface: #f6faf8;
    --chukohojo-surface-strong: #e8f4f0;
    --chukohojo-text: #243633;
    --chukohojo-muted: #6c7d78;
    --chukohojo-border: #d7e8e2;
    --chukohojo-brand: #0b6f68;
    --chukohojo-brand-strong: #07534f;
    --chukohojo-brand-soft: #e4f3ef;
    --chukohojo-accent: #e97a24;
    --chukohojo-accent-strong: #d86516;
    --chukohojo-shadow: 0 20px 60px rgba(7,83,79,.12);
}

.home .chukohojo-v13-hero {
    background-color: #f7fbf9 !important;
}
.home .chukohojo-v13-kicker { color: #296f68 !important; }
.home .chukohojo-v13-hero h1 { color: #124f4a !important; }
.home .chukohojo-v13-hero h1 strong { color: var(--chukohojo-brand) !important; }
.home .chukohojo-v13-btn--search { background: linear-gradient(135deg,#ef8c43,var(--chukohojo-accent)) !important; }
.home .chukohojo-v13-btn--diagnosis { background: linear-gradient(135deg,#15786f,var(--chukohojo-brand-strong)) !important; }

/* The mascot and every speech bubble are separate transparent assets. */
.home .chukohojo-v13-hero__mascot {
    overflow: visible !important;
}
.home .chukohojo-v15-hero__mascot-image {
    width: min(270px,100%) !important;
    height: auto !important;
    max-height: 250px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    filter: drop-shadow(0 15px 18px rgba(30,81,73,.12)) !important;
    transform: none !important;
}
.home .chukohojo-v15-hero__bubble-picture {
    display: block !important;
    position: absolute !important;
    z-index: 4 !important;
    top: 22px !important;
    left: -62px !important;
    width: 210px !important;
    pointer-events: none !important;
}
.home .chukohojo-v15-hero__bubble-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    filter: drop-shadow(0 7px 14px rgba(7,83,79,.08)) !important;
}
.home .chukohojo-v13-hero__bubble,
.home .chukohojo-v25-hero__bubble { display: none !important; }

/* D-logo lockup is deliberately wider than Chukohojo's old lockup. */
.chukohojo-brand img,
.chukohojo-modal__logo,
.chukohojo-v13-footer__brand img {
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.home .chukohojo-brand { width: 190px !important; max-width: 190px !important; }
.chukohojo-v13-footer__brand img { width: 230px !important; padding: 0 !important; }

/* Long used-home wording stays within the intended two-line H1 composition. */
.home .chukohojo-v25-title-line { white-space: nowrap; }
.home .chukohojo-v25-title-line--first { font-size: .92em; }

/* Diagnosis artwork has a wider house silhouette than チュコっと. */
.chukohojo-diagnosis-side__mascot img,
.chukohojo-diagnosis-mobile-intro__visual img {
    width: 100% !important;
    height: auto !important;
    max-height: 255px !important;
    object-fit: contain !important;
}
.chukohojo-chat-row > img,
.chukohojo-diagnosis-complete__mascot,
.chukohojo-v13-side-inline-avatar img,
.chukohojo-v13-consult > img {
    object-fit: contain !important;
}

@media (max-width: 767px) {
    .home .chukohojo-brand { width: 155px !important; max-width: 155px !important; }
    .home .chukohojo-v25-title-line { white-space: nowrap !important; }
    .home .chukohojo-v25-title-line--first { font-size: .88em !important; }
    .home .chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image {
        width: 136px !important;
        height: auto !important;
        max-height: 132px !important;
        transform: translateY(23px) !important;
    }
    .home .chukohojo-v15-hero__bubble-picture {
        top: 12px !important;
        left: 58px !important;
        width: 126px !important;
    }
}

@media (max-width: 390px) {
    .home .chukohojo-brand { width: 145px !important; max-width: 145px !important; }
    .home .chukohojo-v13-hero h1 { font-size: 29px !important; }
    .home .chukohojo-v25-title-line--first { font-size: .84em !important; }
    .home .chukohojo-v15-hero__mascot-image,
    .home .chukohojo-v13-hero__mascot > img.chukohojo-v15-hero__mascot-image {
        width: 126px !important;
        max-height: 124px !important;
        transform: translateY(25px) !important;
    }
    .home .chukohojo-v15-hero__bubble-picture {
        top: 13px !important;
        left: 52px !important;
        width: 118px !important;
    }
}


/* ======================================================================
 * Chukohojo v0.1.1 — clean hero bubble + face-only favicon
 * The bubble is a dedicated transparent PNG with one clean tail.
 * Keep it visually separated from the mascot while pointing toward the face.
 * ====================================================================== */
.home .chukohojo-v15-hero__bubble-image {
    image-rendering: auto !important;
}
@media (min-width: 768px) {
    .home .chukohojo-v15-hero__bubble-picture {
        top: 18px !important;
        left: -58px !important;
        width: 210px !important;
    }
}
@media (max-width: 767px) {
    .home .chukohojo-v15-hero__bubble-picture {
        top: 10px !important;
        left: 55px !important;
        width: 126px !important;
    }
}
@media (max-width: 390px) {
    .home .chukohojo-v15-hero__bubble-picture {
        top: 11px !important;
        left: 49px !important;
        width: 118px !important;
    }
}

/* ======================================================================
 * Chukohojo v0.1.3 — diagnosis chat mascot: remove final circular clipping
 * The previous v0.1.2 safety override was malformed by literal escaped newlines,
 * so the inherited round-avatar rule could still crop the house, magnifier,
 * chimney and hand. This final rule intentionally applies to every assistant
 * avatar generated in the diagnosis conversation, including history rows.
 * ====================================================================== */
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--assistant > img,
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--history > img,
.chukohojo-modal[data-chukohojo-modal="diagnosis"] [data-diagnosis-greeting-row] > img,
.chukohojo-modal[data-chukohojo-modal="diagnosis"] [data-diagnosis-question-row] > img {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    object-fit: contain !important;
    object-position: center center !important;
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-side__mascot,
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-mobile-intro__visual {
    overflow: visible !important;
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-side__mascot img,
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-mobile-intro__visual img,
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-diagnosis-complete__mascot {
    border-radius: 0 !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    object-fit: contain !important;
    object-position: center center !important;
}


/* ======================================================================
 * Chukohojo v0.1.4 — diagnosis chat avatar isolation
 * Use a dedicated non-clipping wrapper instead of sizing the artwork as the
 * row's direct child. This shields the full house silhouette from Lightning
 * and legacy avatar rules and keeps chimney, magnifier, hands and accents in view.
 * ====================================================================== */
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row {
    overflow: visible !important;
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-avatar {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 62px !important;
    height: 62px !important;
    flex: 0 0 62px !important;
    align-self: flex-end !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    -webkit-mask: none !important;
    mask: none !important;
    contain: none !important;
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-avatar > img {
    position: static !important;
    display: block !important;
    width: 58px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    -webkit-mask: none !important;
    mask: none !important;
    transform: none !important;
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-row--assistant > img {
    display: none !important; /* Legacy direct-child images must never reappear. */
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble {
    max-width: min(650px, calc(100% - 74px)) !important;
}
.chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-options {
    margin-left: 71px !important;
}
@media (max-width: 767px) {
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-avatar {
        width: 56px !important;
        height: 56px !important;
        flex-basis: 56px !important;
    }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-avatar > img {
        width: 52px !important;
        height: auto !important;
    }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-bubble {
        max-width: calc(100% - 65px) !important;
    }
    .chukohojo-modal[data-chukohojo-modal="diagnosis"] .chukohojo-chat-options {
        margin-left: 63px !important;
    }
}
