:root {
    --mm-navy: #17213b;
    --mm-navy-2: #24345a;
    --mm-blue: #eaf1f6;
    --mm-ink: #18223a;
    --mm-muted: #6c7484;
    --mm-paper: #f8f7f2;
    --mm-white: #ffffff;
    --mm-orange: #f47a20;
    --mm-orange-2: #ff9b42;
    --mm-line: rgba(23, 33, 59, 0.14);
    --mm-shadow: 0 24px 70px rgba(23, 33, 59, 0.14);
    --mm-radius: 8px;
    --mm-container: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.morimoto-body {
    background: var(--mm-paper);
    color: var(--mm-ink);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.75;
    letter-spacing: 0;
}

body.morimoto-body img {
    display: block;
    max-width: 100%;
    height: auto;
}

body.morimoto-body a {
    color: inherit;
    text-decoration: none;
}

body.morimoto-body button,
body.morimoto-body input,
body.morimoto-body textarea {
    font: inherit;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 14px;
    clip: auto;
    color: var(--mm-white);
    background: var(--mm-navy);
    border-radius: 6px;
}

.container {
    width: min(calc(100% - 40px), var(--mm-container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(248, 247, 242, 0.9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(16px);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
    border-bottom-color: var(--mm-line);
    box-shadow: 0 12px 40px rgba(23, 33, 59, 0.08);
}

.site-header-inner {
    width: min(calc(100% - 32px), 1180px);
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--mm-navy);
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    color: var(--mm-white);
    background: var(--mm-navy);
    border-radius: 8px;
    font-weight: 800;
    line-height: 1;
}

.brand strong,
.footer-brand strong {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
}

.brand small,
.footer-brand small {
    display: block;
    color: var(--mm-muted);
    font-size: 0.76rem;
    line-height: 1.4;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-list a {
    color: var(--mm-navy);
    font-size: 0.91rem;
    font-weight: 700;
}

.nav-list a:hover,
.nav-list a:focus-visible {
    color: var(--mm-orange);
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.25;
    border: 1px solid transparent;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-cta,
.button-primary {
    color: var(--mm-white);
    background: var(--mm-orange);
}

.button-dark {
    color: var(--mm-white);
    background: var(--mm-navy);
}

.button-outline {
    color: var(--mm-navy);
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(23, 33, 59, 0.2);
}

.header-cta:hover,
.button:hover {
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--mm-white);
    border: 1px solid var(--mm-line);
    border-radius: 6px;
}

.menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--mm-navy);
}

.hero {
    position: relative;
    min-height: 760px;
    padding: 70px 0 0;
    overflow: hidden;
    background: linear-gradient(90deg, #f8f7f2 0%, #f8f7f2 55%, #edf2f4 55%, #edf2f4 100%);
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-bg span {
    position: absolute;
    display: block;
    background: rgba(244, 122, 32, 0.12);
    border: 1px solid rgba(244, 122, 32, 0.16);
    transform: rotate(-9deg);
}

.hero-bg span:nth-child(1) {
    width: 420px;
    height: 70px;
    top: 110px;
    right: 7%;
}

.hero-bg span:nth-child(2) {
    width: 560px;
    height: 110px;
    right: -180px;
    bottom: 180px;
    background: rgba(23, 33, 59, 0.07);
    border-color: rgba(23, 33, 59, 0.1);
}

.hero-bg span:nth-child(3) {
    width: 260px;
    height: 48px;
    left: 6%;
    bottom: 90px;
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 40px), 1180px);
    min-height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 54px;
}

.eyebrow,
.label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--mm-orange);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.35;
}

.eyebrow::before,
.label::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.hero h1 {
    margin: 0;
    color: var(--mm-navy);
    font-size: 4.9rem;
    line-height: 1.03;
    font-weight: 900;
}

.hero-lead {
    max-width: 610px;
    margin: 28px 0 0;
    color: #33405d;
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.95;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.hero-portrait {
    position: relative;
    align-self: end;
}

.portrait-frame {
    position: relative;
    width: min(100%, 560px);
    margin-left: auto;
    background: #f4f5f5;
    border-radius: 8px 8px 0 0;
    box-shadow: var(--mm-shadow);
    overflow: hidden;
}

.portrait-frame::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 22%;
    background: linear-gradient(0deg, rgba(23, 33, 59, 0.2), rgba(23, 33, 59, 0));
    z-index: 1;
}

.portrait-frame img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    object-position: 50% 24%;
}

.hero-nameplate {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    min-width: 250px;
    padding: 18px 20px;
    color: var(--mm-white);
    background: rgba(23, 33, 59, 0.92);
    border-left: 6px solid var(--mm-orange);
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(23, 33, 59, 0.22);
}

.hero-nameplate span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    font-weight: 800;
}

.hero-nameplate strong {
    display: block;
    font-size: 1.75rem;
    line-height: 1.25;
}

.hero-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--mm-navy);
    color: var(--mm-white);
}

.hero-strip span {
    min-height: 72px;
    display: grid;
    place-items: center;
    padding: 14px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 900;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.section {
    padding: 104px 0;
}

.section-heading {
    max-width: 720px;
}

.section-heading.center {
    margin: 0 auto 42px;
    text-align: center;
}

.section-heading.center .label {
    justify-content: center;
}

.section-heading h2,
.feature-copy h2,
.profile-copy h2,
.cta-card h2,
.single-header h1,
.sub-hero h1 {
    margin: 0;
    color: var(--mm-navy);
    font-size: 2.75rem;
    line-height: 1.24;
    font-weight: 900;
}

.section-heading p,
.feature-copy p,
.profile-copy p,
.cta-card p,
.sub-hero p,
.message-copy p {
    color: #46516a;
    font-size: 1rem;
}

.notice-band {
    padding: 0;
    background: var(--mm-white);
    border-bottom: 1px solid var(--mm-line);
}

.notice-band .container {
    min-height: 96px;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    gap: 24px;
}

.band-head {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.band-head .label {
    margin: 0;
}

.band-head h2 {
    margin: 0;
    color: var(--mm-navy);
    font-size: 1.15rem;
}

.band-list {
    display: grid;
    gap: 4px;
}

.band-list a {
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
    gap: 12px;
    color: var(--mm-ink);
    font-weight: 700;
}

.band-list time {
    color: var(--mm-muted);
    font-size: 0.86rem;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mm-orange);
    font-weight: 900;
}

.text-link::after {
    content: "->";
}

.message {
    background: var(--mm-paper);
}

.message-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
}

.message-copy {
    padding-left: 38px;
    border-left: 4px solid var(--mm-orange);
}

.message-copy p {
    margin: 0 0 18px;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 2.08;
}

.policy {
    background: var(--mm-white);
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.policy-card {
    min-height: 280px;
    padding: 24px;
    background: #f8f9fa;
    border: 1px solid var(--mm-line);
    border-radius: var(--mm-radius);
}

.policy-card-wide {
    grid-column: span 2;
    background: var(--mm-navy);
    color: var(--mm-white);
}

.policy-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: var(--mm-orange);
    background: rgba(244, 122, 32, 0.12);
    border-radius: 6px;
    font-weight: 900;
}

.policy-card h3 {
    margin: 0 0 14px;
    color: inherit;
    font-size: 1.28rem;
    line-height: 1.45;
}

.policy-card p {
    margin: 0;
    color: #4f5a70;
}

.policy-card-wide p {
    color: rgba(255, 255, 255, 0.78);
}

.activity-highlight {
    background: #eef3f5;
}

.split,
.profile-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 58px;
}

.feature-photo,
.profile-photo {
    overflow: hidden;
    border-radius: var(--mm-radius);
    box-shadow: var(--mm-shadow);
}

.feature-photo img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: 52% 18%;
}

.feature-copy p {
    max-width: 560px;
    margin: 24px 0 32px;
    font-weight: 700;
    line-height: 2;
}

.posts-section {
    background: var(--mm-paper);
}

.blog-section {
    background: var(--mm-white);
}

.row-heading {
    max-width: none;
    margin-bottom: 32px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.mm-card {
    background: var(--mm-white);
    border: 1px solid var(--mm-line);
    border-radius: var(--mm-radius);
    overflow: hidden;
    box-shadow: 0 16px 46px rgba(23, 33, 59, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.mm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(23, 33, 59, 0.13);
}

.post-card-media {
    aspect-ratio: 16 / 10;
    background: #e8edf1;
    overflow: hidden;
}

.post-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 22px;
    color: var(--mm-white);
    background: var(--mm-navy);
    text-align: center;
    font-weight: 900;
}

.post-card-body {
    padding: 22px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--mm-muted);
    font-size: 0.83rem;
    font-weight: 800;
}

.post-meta span {
    color: var(--mm-orange);
}

.post-card h3 {
    margin: 0 0 12px;
    color: var(--mm-navy);
    font-size: 1.16rem;
    line-height: 1.5;
}

.post-card p {
    margin: 0;
    color: #546078;
    font-size: 0.94rem;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 34px;
    color: var(--mm-muted);
    background: rgba(255, 255, 255, 0.7);
    border: 1px dashed var(--mm-line);
    border-radius: var(--mm-radius);
    text-align: center;
    font-weight: 700;
}

.profile {
    background: var(--mm-paper);
}

.profile-grid {
    grid-template-columns: 1.1fr 0.9fr;
}

.profile-copy dl {
    display: grid;
    gap: 14px;
    margin: 32px 0 0;
}

.profile-copy dl div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid var(--mm-line);
}

.profile-copy dt {
    color: var(--mm-orange);
    font-weight: 900;
}

.profile-copy dd {
    margin: 0;
    color: #46516a;
    font-weight: 700;
}

.profile-photo img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: 52% 15%;
}

.cta-section {
    background: var(--mm-navy);
}

.cta-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 46px;
    color: var(--mm-white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--mm-radius);
}

.cta-card h2 {
    color: var(--mm-white);
}

.cta-card p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.site-footer {
    padding: 52px 0;
    color: rgba(255, 255, 255, 0.76);
    background: #10172a;
}

.footer-inner {
    width: min(calc(100% - 40px), var(--mm-container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.7fr 1fr;
    gap: 36px;
}

.footer-brand {
    color: var(--mm-white);
}

.footer-brand .brand-mark {
    color: var(--mm-navy);
    background: var(--mm-white);
}

.footer-brand small {
    color: rgba(255, 255, 255, 0.64);
}

.site-footer p {
    margin: 18px 0 0;
    max-width: 460px;
}

.footer-links {
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: var(--mm-white);
    font-weight: 800;
}

.footer-note {
    color: rgba(255, 255, 255, 0.62);
}

.sub-hero,
.single-header {
    padding: 92px 0 64px;
    background: linear-gradient(90deg, var(--mm-paper) 0%, var(--mm-paper) 62%, #edf2f4 62%, #edf2f4 100%);
}

.sub-hero h1,
.single-header h1 {
    max-width: 900px;
}

.single-header p {
    max-width: 720px;
    margin: 20px 0 0;
    color: #46516a;
    font-weight: 700;
}

.single-eyecatch {
    margin-top: 42px;
}

.single-eyecatch img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: var(--mm-radius);
    box-shadow: var(--mm-shadow);
}

.single-content {
    max-width: 820px;
    padding: 64px 0 104px;
    color: #2f3952;
    font-size: 1.04rem;
}

.single-content h2,
.single-content h3,
.single-content h4 {
    margin: 2.2em 0 0.8em;
    color: var(--mm-navy);
    line-height: 1.4;
}

.single-content h2 {
    padding-left: 16px;
    border-left: 5px solid var(--mm-orange);
    font-size: 1.8rem;
}

.single-content p,
.single-content ul,
.single-content ol {
    margin: 0 0 1.35em;
}

.single-content a {
    color: var(--mm-orange);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.archive-section {
    padding-top: 56px;
}

.pagination {
    margin-top: 44px;
    text-align: center;
}

.pagination .nav-links {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    min-width: 40px;
    min-height: 40px;
    display: inline-grid;
    place-items: center;
    padding: 8px 12px;
    background: var(--mm-white);
    border: 1px solid var(--mm-line);
    border-radius: 6px;
    font-weight: 800;
}

.pagination .current {
    color: var(--mm-white);
    background: var(--mm-navy);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1040px) {
    .hero {
        min-height: auto;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-bottom: 52px;
    }

    .hero h1 {
        font-size: 4rem;
    }

    .hero-portrait {
        max-width: 620px;
        margin: 0 auto;
    }

    .portrait-frame img {
        height: 620px;
    }

    .policy-grid,
    .post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .policy-card-wide {
        grid-column: span 2;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 860px) {
    .site-header-inner {
        min-height: 66px;
    }

    .menu-toggle {
        display: block;
    }

    .primary-nav {
        position: fixed;
        top: 66px;
        left: 16px;
        right: 16px;
        display: none;
        padding: 18px;
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        background: var(--mm-white);
        border: 1px solid var(--mm-line);
        border-radius: var(--mm-radius);
        box-shadow: var(--mm-shadow);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .nav-list {
        display: grid;
        align-items: stretch;
        gap: 0;
    }

    .nav-list a {
        display: block;
        padding: 13px 0;
        border-bottom: 1px solid var(--mm-line);
    }

    .header-cta {
        width: 100%;
    }

    .hero {
        padding-top: 40px;
        background: var(--mm-paper);
    }

    .hero-inner,
    .container,
    .footer-inner {
        width: min(calc(100% - 28px), var(--mm-container));
    }

    .hero h1 {
        font-size: 3.2rem;
    }

    .hero-lead {
        font-size: 1.04rem;
    }

    .portrait-frame img {
        height: 560px;
    }

    .hero-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .notice-band .container {
        min-height: 0;
        padding: 22px 0;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .message-grid,
    .split,
    .profile-grid,
    .cta-card {
        grid-template-columns: 1fr;
    }

    .message-copy {
        padding-left: 22px;
    }

    .section {
        padding: 76px 0;
    }

    .section-heading h2,
    .feature-copy h2,
    .profile-copy h2,
    .cta-card h2,
    .single-header h1,
    .sub-hero h1 {
        font-size: 2.2rem;
    }

    .feature-photo img,
    .profile-photo img {
        height: 520px;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .brand strong {
        font-size: 0.95rem;
    }

    .brand small {
        font-size: 0.7rem;
    }

    .hero h1 {
        font-size: 2.62rem;
    }

    .hero-actions,
    .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }

    .portrait-frame img {
        height: 500px;
        object-position: 51% 16%;
    }

    .hero-nameplate {
        left: 14px;
        right: 14px;
        bottom: 14px;
        min-width: 0;
    }

    .hero-strip {
        grid-template-columns: 1fr;
    }

    .hero-strip span {
        min-height: 54px;
    }

    .band-list a {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 10px 0;
        border-top: 1px solid var(--mm-line);
    }

    .policy-grid,
    .post-grid,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .policy-card-wide {
        grid-column: auto;
    }

    .row-heading {
        align-items: start;
        flex-direction: column;
    }

    .profile-copy dl div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .feature-photo img,
    .profile-photo img {
        height: 460px;
    }

    .cta-card {
        padding: 28px;
    }

    .single-content {
        padding-top: 42px;
    }
}
