/* ==========================================================================
   【横須賀文學会 統合完全版CSS（Markdown対応・純化版）】
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

:root { --c-ink: #006e78; --c-bg: #fcfbf6; --f-font: 'Zen Old Mincho', serif; }

/* 1. 基本設定と強制統一 */
body, .entry-content, .entry-content p, .entry-title, h1, h2, h3, h4, h5, h6, a {
    color: var(--c-ink) !important;
    font-family: var(--f-font) !important;
}
body { margin: 0; padding: 0; background-color: var(--c-bg); -webkit-font-smoothing: antialiased; }

/* 2. 不要パーツ・デフォルトタイトルの排除 */
#globalheader-container, #blog-title, #footer-menu, .pager, .entry-list, #box2, 
.hatena-module-profile, .hatena-follow-button, .subscribe-button, 
#container-inner > header, #header-container, .hatena-sync-icon, .social-buttons,
.hatena-star-metadata, .pager-top, .entry-header, .entry-title, header.article-header, h1.entry-title, .entry-date, .date, .entry-footer-time {
    display: none !important;
}
#footer { background: transparent !important; text-align: center; padding: 50px 0; }
.entry-footer-section { display: block !important; margin-top: 0 !important; }
.entry-footer-section > *:not(.comment-box) { display: none !important; }

/* 3. Zen Canvas（フッタ制御・ルビ） */
#zen-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10001 !important; pointer-events: none; }
#zen-canvas .z-menu a, #zen-canvas .z-name a, #zen-canvas #mobile-cross-btn, #zen-canvas #mobile-overlay, #zen-canvas .mobile-nav a { pointer-events: auto !important; }
ruby { ruby-position: over; -webkit-ruby-position: over; ruby-align: center; }
rt { font-size: 0.49em; font-weight: 400; color: var(--c-ink); letter-spacing: -0.1em; line-height: 0.9; margin-right: 0.35em !important; }

/* 4. ページ別表示制御 */
.page-index body { width: 100vw; height: 100vh; overflow: hidden; }
.page-index #main { display: none !important; }
.page-index .main-visual-area { display: flex !important; }
body:not(.page-index) { overflow-y: auto !important; height: auto !important; }
body:not(.page-index) #main, body.page-static #main { display: block !important; position: relative; z-index: 1; margin-top: 15vh; }
body:not(.page-index) .main-visual-area { display: none !important; }

/* 5. メニュー制御 */
.pc-only { display: block; }
body.page-entry .pc-only { display: none !important; } /* ★復旧：記事ページではPC版サイドバーを消す */
#nav-toggle { display: none; }
#mobile-cross-btn { position: fixed; top: 35px; right: 35px; width: 60px; height: 70px; z-index: 10001; cursor: pointer; display: none; -webkit-tap-highlight-color: transparent; }
body.page-entry #mobile-cross-btn { display: block !important; left: 35px; right: auto; } /* ★復旧：記事ページではPCでも十字架を表示し左上に配置 */
.cross-symbol { position: relative; width: 100%; height: 100%; transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); transform-origin: 50% 19px; }
.bar-v, .bar-h { position: absolute; background-color: var(--c-ink); left: 50%; transform: translateX(-50%); }
.bar-v { width: 4px; height: 54px; top: 0; }
.bar-h { width: 36px; height: 4px; top: 17px; }
#nav-toggle:checked ~ #mobile-cross-btn .cross-symbol { transform: rotate(135deg); }
#mobile-overlay { display: flex; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--c-bg); z-index: 10000; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; align-items: center; justify-content: center; pointer-events: none; cursor: pointer; }
#nav-toggle:checked ~ #mobile-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-nav { display: flex; flex-direction: column; align-items: center; gap: 40px; cursor: default; }
.mobile-nav a { text-decoration: none !important; color: var(--c-ink); font-size: 1.8rem; font-weight: 700; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s; cursor: pointer; }
#nav-toggle:checked ~ #mobile-overlay .mobile-nav a { opacity: 1; transform: translateY(0); }
.menu-close-text { margin-top: 40px; font-size: 0.95rem; font-weight: 500; letter-spacing: 0.1em; color: var(--c-ink); opacity: 0; transform: translateY(20px); transition: all 0.5s ease 0.2s; cursor: pointer; display: inline-block; border-bottom: 1px solid transparent; }
#nav-toggle:checked ~ #mobile-overlay .menu-close-text { opacity: 0.8; transform: translateY(0); }
#nav-toggle:checked ~ #mobile-overlay .menu-close-text:hover { opacity: 1; border-bottom: 1px solid var(--c-ink); }
.menu-hatena-link { font-size: 1.3rem !important; opacity: 0.8 !important; margin-top: 20px; display: none; }
body.page-entry .menu-hatena-link { display: block; }
.menu-back-link { display: none !important; font-size: 1.4rem !important; opacity: 0.7; margin-bottom: 20px; transition: opacity 0.3s; }
body:not(.page-index) .menu-back-link { display: block !important; }
.menu-back-link:hover { opacity: 1; }

/* 6. トップページ演出 */
.main-visual-area { position: absolute; left: 15%; right: 0; top: 0; bottom: 0; writing-mode: vertical-rl; display: flex; justify-content: center; align-items: center; }
.text-group { display: flex; flex-direction: column; align-items: flex-end; gap: 2.8rem; }
.main-text { font-size: 3.3rem; font-weight: 300; letter-spacing: 0.05em; line-height: 1.5; margin: 0; white-space: nowrap; display: grid !important; place-items: center !important; }
.desc-text { font-size: 1.05rem; font-weight: 400; line-height: 1; letter-spacing: 0.05em; margin: 0; white-space: nowrap; opacity: 0.9; }
.z-line-v { position: absolute; left: 15%; top: 10vh; bottom: 10vh; width: 1px; background-color: var(--c-ink); opacity: 0.8; }
.z-line-h { position: absolute; top: 32vh; width: 260px; left: calc(15% - 130px); height: 1px; background-color: var(--c-ink); opacity: 0.8; }
.text-anchor { position: absolute; left: 15%; top: 32vh; width: 0; height: 0; }
.z-name { position: absolute; bottom: 6px; right: 8px; margin: 0; font-size: 1.9rem; font-weight: 600; letter-spacing: 0.1em; line-height: 1; white-space: nowrap; }
.z-name a { color: inherit !important; text-decoration: none !important; transition: opacity 0.3s; }
.name-gap { display: inline-block; width: 0.2em; }
.z-menu { position: absolute; top: 55px; right: 8px; display: flex; flex-direction: column; gap: 30px; align-items: flex-end; width: 250px; }
.z-menu a { text-decoration: none !important; color: var(--c-ink); font-size: 1.7rem; font-weight: 600; letter-spacing: 0.15em; transition: opacity 0.3s; }
.z-copy-container { position: absolute; left: 20px; right: calc(100% - 15% + 15px); bottom: 5vh; text-align: right; }
.z-copy-text { font-weight: 600 !important; font-size: 0.6rem !important; opacity: 0.9 !important; line-height: 1.6 !important; letter-spacing: 0.05em; color: var(--c-ink); }
.copy-line { display: block !important; white-space: nowrap; }

/* 7. オープニング演出 */
body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--c-bg); z-index: 99999; pointer-events: none; animation: openingFadeShort 1.0s ease-out forwards; }
body.page-index::before { animation: openingFadeLong 5.5s ease-out forwards; }
@keyframes openingFadeShort { 0% { opacity: 1; } 100% { opacity: 0; visibility: hidden; } }
@keyframes openingFadeLong { 0% { opacity: 1; } 9% { opacity: 1; } 100% { opacity: 0; visibility: hidden; } }
.msg-origin, .msg-next { grid-area: 1 / 1; }
.msg-origin, .desc-text { opacity: 1; animation: textFadeOut 3s ease-in-out 10s forwards; }
.msg-next { opacity: 0; font-size: 1.4em; font-weight: 300; animation: textFadeIn 3s ease-in-out 14s forwards; }
@keyframes textFadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes textFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }

/* 8. 記事ページ＆Markdown専用装飾 */
.entry-content { 
    padding: 0 !important; 
    font-weight: 600 !important;
}
.entry-content p:not([class]), .entry-content ul:not([class]), .entry-content ol:not([class]), .entry-content li:not([class]) {
    font-weight: 600 !important;
}
.entry-content p:not([class]) { margin-bottom: 2.5rem; text-align: justify; }

.entry-content h3:not([class]), .entry-content h4:not([class]) {
    font-size: 1.4em !important; font-weight: 700 !important; letter-spacing: 0.1em;
    margin: 4rem auto 2rem auto !important; border-bottom: 1px solid rgba(0, 110, 120, 0.5); padding-bottom: 10px;
}

.entry-content blockquote:not([class]) {
    margin: 3rem auto !important; 
    padding: 30px 40px 30px 3em !important; 
    border: none !important; border-left: 4px solid var(--c-ink) !important;
    background-color: rgba(0, 110, 120, 0.03); font-size: 0.95em !important; color: var(--c-ink) !important; opacity: 0.85;
    font-style: italic !important;
}

.entry-content hr:not([class]) { margin: 5rem auto !important; border: none; height: 1px; background-color: var(--c-ink); opacity: 0.3; width: 30%; }

.entry-content strong:not([class]), .entry-content b:not([class]) {
    font-weight: 900 !important; letter-spacing: 0.1em;
}

/* PC専用レイアウト（20px・35文字制限） */
@media (min-width: 769px) {
    .page-entry #main, .entry-content { max-width: 100% !important; width: 100% !important; margin: 15vh 0 !important; }
    body.page-entry #container, body.page-entry #wrapper, body.page-entry #content, body.page-entry #main, body.page-entry .entry-content { overflow: visible !important; }
    .entry-content { font-size: 20px !important; line-height: 2.0 !important; max-width: 35em !important; margin-left: auto !important; margin-right: auto !important; }
    .entry-content p:not([class]), .entry-content h3:not([class]), .entry-content h4:not([class]), .entry-content ul:not([class]), .entry-content ol:not([class]), .entry-content blockquote:not([class]) { max-width: 35em; margin-left: auto; margin-right: auto; box-sizing: border-box; }
}

/* 9. 作家ページ・作品一覧（既存クラス保護済） */
.author-page-wrapper { margin-left: 15%; width: 85%; display: flex; justify-content: center; padding-bottom: 15vh; }
.author-content-inner { width: 100%; max-width: 680px; text-align: left; }
.profile-header { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; margin-bottom: 80px; padding-top: 5vh; }
.page-author-name { font-size: 1.8rem; font-weight: 600; margin: 0; letter-spacing: 0.1em; }
.author-portrait { width: 150px; height: auto; border: 1px solid var(--c-ink); padding: 5px; margin: 0; }
.text-section p { margin-bottom: 2.2rem; line-height: 2.2; font-size: 1.15rem; font-weight: 500; text-align: justify; text-align-last: left; }
.section-title { font-size: 1.4rem; margin: 100px 0 40px 0; text-align: center !important; border: none; letter-spacing: 0.15em; font-weight: 600; }
.section-title::after { content: ""; display: block; width: 140px; height: 1px; background-color: var(--c-ink); margin: 15px auto 0 auto; opacity: 0.6; }
.section-title:first-of-type::after { width: 40px; }
.simple-text-link { display: inline-block; color: var(--c-ink); text-decoration: none; border-bottom: 1px solid var(--c-ink); padding-bottom: 6px; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.08em; transition: all 0.3s; cursor: pointer; text-align: center; line-height: 1.8; }
.simple-text-link:hover { opacity: 0.6; border-bottom-color: transparent; }
.link-nav-area { margin: 180px 0 160px 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 70px; }
.social-area { display: flex; flex-direction: column; align-items: center; gap: 20px; margin: 80px 0; }
.social-link-item, .x-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none !important; color: var(--c-ink); font-size: 1rem; font-weight: 600; border: 4px double var(--c-ink); padding: 12px 35px; transition: all 0.3s; background: transparent; cursor: pointer; font-family: inherit; }
.social-link-item:hover, .x-link:hover { background-color: var(--c-ink); color: var(--c-bg); }
.social-icon, .x-icon { width: 22px !important; height: 22px !important; fill: var(--c-ink); transition: all 0.3s; }
.social-link-item:hover .social-icon, .x-link:hover .x-icon { fill: var(--c-bg); }

dialog#contactModal { width: 90%; max-width: 600px; padding: 30px 20px; border: 1px solid var(--c-ink); background-color: var(--c-bg); color: var(--c-ink); }
dialog#contactModal::backdrop { background: rgba(252, 251, 246, 0.9); }
@keyframes fadeInModal { 0% { opacity: 0; } 100% { opacity: 1; } }
dialog#contactModal[open], dialog#contactModal[open]::backdrop { animation: fadeInModal 1.0s ease-out forwards; }
.modal-close-btn { background: transparent; border: none; color: var(--c-ink); font-size: 0.9rem; font-weight: 700; cursor: pointer; float: right; padding: 5px; transition: opacity 0.3s; }
.modal-close-btn:hover { opacity: 0.5; }
.modal-message { clear: both; margin-bottom: 30px; line-height: 1.8; font-size: 0.95rem; text-align: left; border-bottom: 1px solid var(--c-ink); padding-bottom: 20px; }
.modal-message-title { font-weight: 700; margin-bottom: 12px; font-size: 1.1rem; }

.hq-address { width: 100%; max-width: 480px; margin: 160px auto 0 auto; padding: 50px 0; border: none; border-top: 1px solid var(--c-ink); border-bottom: 1px solid var(--c-ink); font-size: 1.05rem; color: var(--c-ink); line-height: 1.6; letter-spacing: 0.05em; font-weight: 600; text-align: center; }
.hq-title-area { text-align: center; margin-bottom: 40px; line-height: 2.0; }
.hq-map-link { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; cursor: pointer; transition: all 0.3s; }
.hq-map-link:hover { opacity: 0.7; border-bottom: 1px solid var(--c-ink); }
.hq-main-label { font-size: 1.15rem; font-weight: 700; letter-spacing: 0.1em; display: inline-block; }
.hq-store-name { font-size: 1.4rem; font-weight: 700; letter-spacing: 0.15em; display: inline-block; margin-top: 15px; }
.hq-left-block { display: inline-block; text-align: left; margin-bottom: 1.5em; }
.hq-group { margin-bottom: 0.5em; }
.hq-center-block { text-align: center; margin-top: 0; }

.work-grid-smooth { max-width: 520px; margin: 0 auto; padding: 50px 20px 150px 20px; box-sizing: border-box; }
.smooth-item { border-bottom: 1px solid rgba(0, 110, 120, 0.2); margin: 0; padding: 0; }
.smooth-toggle { display: none !important; }
.smooth-face { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 22px 50px 22px 15px; cursor: pointer; position: relative; transition: background 0.3s; min-height: 60px; text-decoration: none; color: var(--c-ink); }
.smooth-face:hover { background-color: rgba(0, 110, 120, 0.03); }
.book-label { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.05em; opacity: 0.6; margin-bottom: 0.4em; display: block; }
.work-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.05em; line-height: 1.4; display: block; max-width: 15em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.smooth-face::after { content: '+'; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-size: 1.8rem; font-weight: 300; color: var(--c-ink); opacity: 0.5; transition: transform 0.3s, opacity 0.3s; line-height: 1; }
.smooth-toggle:checked + .smooth-face::after { content: '−'; transform: translateY(-50%) rotate(0deg); opacity: 1; }
a.smooth-face.direct-link::after { content: '→'; opacity: 0.4; font-size: 1.4rem; }
a.smooth-face.direct-link:hover::after { opacity: 0.8; transform: translateY(-50%) translateX(4px); }
.smooth-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out, opacity 0.4s; opacity: 0; }
input.smooth-toggle:checked ~ div.smooth-content { max-height: 2000px; opacity: 1; transition: max-height 0.6s ease-in, opacity 0.4s; }
.smooth-inner { padding: 15px 20px 50px 20px; }
.w-desc { font-weight: 500 !important; line-height: 2.0 !important; text-align: justify; margin: 0 0 1.2em 0 !important; padding: 0 !important; }
.w-desc:last-of-type { margin-bottom: 0 !important; }
.w-action-row { display: flex; align-items: center; justify-content: flex-end; gap: 20px; margin-top: 25px; }
.w-action-row-news { justify-content: center; }
.w-read-link { display: inline-block; border: 1px solid var(--c-ink); color: var(--c-ink); padding: 10px 30px; text-decoration: none; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.1em; transition: all 0.3s; background: transparent; }
.w-read-link:hover { background: var(--c-ink); color: var(--c-bg); }
.w-close-btn { font-size: 1.8rem; color: var(--c-ink); cursor: pointer; padding: 0 10px; line-height: 1; opacity: 0.4; transition: opacity 0.3s; }
.w-close-btn:hover { opacity: 1; }
.news-list { list-style: none; padding: 0; margin: 0; }
.news-item { font-size: 0.95rem; line-height: 1.8; border-bottom: 1px dashed rgba(0, 110, 120, 0.2); padding: 12px 0; }
.news-date { font-weight: 700; margin-right: 1em; opacity: 0.8; }

/* 10. 記事下フッター・コメント欄 */
#underground-post-footer { width: 100%; max-width: 720px; margin: 300px auto 100px auto; padding: 0 20px; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; overflow: visible !important; }
.u-copyright { font-size: 0.9rem; letter-spacing: 0.05em; opacity: 0.8; margin-bottom: 150px; width: 100%; text-align: center; border-top: 1px solid rgba(0, 110, 120, 0.2); padding-top: 60px; }
.btn-common-gray { display: inline-block; padding: 12px 30px; background: #e0e0e0; border: 1px solid #ccc; color: #333; border-radius: 4px; font-size: 0.95rem; font-weight: 500; cursor: pointer; transition: all 0.3s; min-width: 200px; text-align: center; }
.btn-common-gray:hover { background: #d0d0d0; }
.u-buttons-wrapper { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.support-modal-wrap, .author-message-modal-wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; display: flex; justify-content: center; align-items: center; pointer-events: none; }
#support-toggle:checked ~ .support-modal-wrap, #modal-toggle:checked ~ .author-message-modal-wrap { opacity: 1; visibility: visible; pointer-events: auto; }
.support-overlay-bg, .modal-overlay-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(252, 251, 246, 0.95); cursor: pointer; }
.support-content, .author-message-content { position: relative; z-index: 100000; width: 95%; max-width: 44em; max-height: 95vh; overflow-y: auto; scrollbar-width: none; padding: 50px 40px; box-sizing: border-box; opacity: 0; margin-top: 20px; transition: all 0.5s; cursor: default; background-color: var(--c-bg); border: 1px solid rgba(0, 110, 120, 0.1); box-shadow: 0 10px 30px rgba(0, 110, 120, 0.1); }
.support-content::-webkit-scrollbar, .author-message-content::-webkit-scrollbar { display: none; }
#support-toggle:checked ~ .support-modal-wrap .support-content, #modal-toggle:checked ~ .author-message-modal-wrap .author-message-content { opacity: 1; margin-top: 0; }
.modal-text-body { font-size: 1.0rem; line-height: 1.8; max-width: 36em; margin: 0 auto 30px auto; text-align: left; font-weight: 600; }
.modal-text-body p { margin-bottom: 1em; }
.modal-text-body .signature { text-align: right; margin-top: 0.5em; font-weight: bold; }
.support-actions { display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; min-height: 60px; margin-top: 20px; overflow: visible !important; }
.support-actions iframe, .support-actions .hatena-bookmark-button { transform: scale(1.4); transform-origin: center; margin: 0 10px; }
.hatena-star-container, .hatena-star-star-container { display: inline-block !important; overflow: visible !important; position: static !important; margin: 0 !important; padding: 0 !important; }
.modal-close-static-btn { display: block; width: fit-content; margin: 40px auto 0 auto; padding: 5px 20px; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.1em; cursor: pointer; border-bottom: 1px solid transparent; opacity: 0.8; transition: opacity 0.3s; }
.modal-close-static-btn:hover { opacity: 1; border-bottom: 1px solid var(--c-ink); }
#modal-comment-seat { margin-top: 20px; border-top: 1px dashed rgba(0, 110, 120, 0.3); padding-top: 20px; width: 100%; max-width: 36em; margin-left: auto; margin-right: auto; }
#modal-comment-seat iframe { width: 100% !important; min-height: 200px; }
.support-content .social-buttons, .author-message-content .social-buttons { display: none !important; }
.u-row-bottom-nav { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; }
.u-nav-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.u-btn-base { display: inline-block; border: 4px double var(--c-ink); text-decoration: none !important; background: transparent; transition: all 0.3s; letter-spacing: 0.1em; font-size: 0.9rem; font-weight: 600; padding: 10px 25px; }
.u-btn-base:hover { background-color: var(--c-ink); color: var(--c-bg); }
.u-nav-sub { font-size: 0.75rem; opacity: 0.7; font-weight: 500; }
.leave-comment-title { display: table !important; margin: 0 auto 30px auto; font-size: 1rem; font-weight: 600; text-align: center; border: 4px double var(--c-ink); padding: 11px 28px; letter-spacing: 0.1em; background: transparent !important; cursor: pointer; text-decoration: none !important; transition: all 0.3s; }
.leave-comment-title:hover { background-color: var(--c-ink) !important; color: var(--c-bg) !important; }
.comment-box ul.comment { list-style: none; padding: 0; margin: 0; }
.comment-box li.entry-comment { border-bottom: 1px solid rgba(0, 110, 120, 0.1); padding: 20px 0; margin-bottom: 10px; }
.hatena-module-body .btn, .comment-box .btn { display: inline-block; background-color: transparent !important; color: var(--c-ink) !important; border: 1px solid var(--c-ink) !important; padding: 10px 30px !important; font-weight: 600; transition: all 0.3s; cursor: pointer; }
.hatena-module-body .btn:hover, .comment-box .btn:hover { background-color: var(--c-ink) !important; color: var(--c-bg) !important; }

/* 11. スマホレスポンシブ統合（18px・各種調整） */
@media (max-width: 768px) {
    .pc-only, .z-line-v, .z-line-h, .text-anchor, .z-copy-container { display: none !important; }
    #mobile-cross-btn { display: block !important; }
    html, body { overflow-x: hidden !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
    
    .page-entry .entry-content, #main .entry-content { 
        max-width: 100% !important; width: 100% !important; margin: 0 !important; padding: 80px 20px 40px 20px !important; box-sizing: border-box !important;
        font-size: 18px !important; line-height: 1.9 !important; font-weight: 600 !important; text-align: justify !important;
    }
    .entry-content blockquote:not([class]) { padding: 20px 20px 20px 3em !important; }
    .entry-content img { margin: 20px auto !important; }
    
    .author-page-wrapper { width: 100% !important; margin: 0 !important; padding: 80px 20px !important; box-sizing: border-box !important; display: block !important; }
    .author-content-inner { width: 100% !important; margin: 0 auto !important; }
    .section-title { font-size: 1.5rem !important; margin-bottom: 30px !important; white-space: nowrap !important; }
    .profile-header { flex-direction: column !important; gap: 20px !important; width: 100%; }
    .hq-address { width: 100% !important; margin: 40px 0 0 0 !important; padding: 30px 15px !important; }
    .x-link, .social-link-item { width: 100% !important; display: flex !important; justify-content: center !important; }
    
    .main-visual-area { position: absolute !important; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; width: 100% !important; height: 100vh !important; writing-mode: vertical-rl !important; display: flex !important; justify-content: center !important; align-items: center !important; padding: 0 !important; }
    .text-group { align-items: center; gap: 1.5rem; }
    .main-text { font-size: 2.4rem; margin: 0; line-height: 1.4; font-weight: 500 !important; }
    .desc-text { font-size: 0.95rem !important; font-weight: 700 !important; margin: 0; }
    .z-name { position: absolute !important; bottom: 20px !important; left: 20px !important; right: auto !important; margin: 0 !important; font-size: 1.5rem !important; writing-mode: vertical-rl !important; }
    .msg-next { font-size: 1.1em !important; }
    
    .work-grid-smooth { max-width: 100% !important; margin: 0; width: 100%; box-sizing: border-box; padding: 100px 20px 20px 20px !important; }
    .w-meta, .w-desc, .w-action-row { margin-left: 15px; margin-right: 15px; }
    .smooth-face { padding: 18px 45px 18px 15px; }
    .work-title { font-size: 1.2rem; max-width: 12em; }
    #underground-post-footer { padding: 60px 15px 0 15px; width: 100%; margin-top: 150px; }
}