/*
Theme Name: GLOBAL FUZOKLOOK
Theme URI: https://global.fuzoklook.jp/
Author: Fuzoklook
Description: Polylang対応の海外ナイトライフ情報メディア専用テーマ
Version: 2.0.27
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: global-fuzoklook
*/

:root {
    --ink: #122025;
    --muted: #667278;
    --paper: #f6f4ef;
    --white: #fff;
    --brand: #0b6656;

/* Sister site banner */
.sister-site {
    position: relative;
    overflow: hidden;
    padding: clamp(44px, 6vw, 82px) 24px;
    border-top: 1px solid rgba(209, 166, 77, 0.42);
    border-bottom: 1px solid rgba(209, 166, 77, 0.42);
    background:
        radial-gradient(circle at 82% 18%, rgba(223, 50, 166, 0.2), transparent 34%),
        linear-gradient(135deg, #0b0709 0%, #180910 55%, #090708 100%);
    color: #fff;
}

.sister-site::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0 47%, rgba(255, 255, 255, 0.035) 47.2% 47.8%, transparent 48% 100%);
    content: "";
    pointer-events: none;
}

.sister-site__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: clamp(30px, 6vw, 90px);
    align-items: center;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.sister-site__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #d5aa58;
    font: 700 0.75rem/1.2 sans-serif;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.sister-site__eyebrow::before {
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, #d94ab2, #d5aa58);
    content: "";
}

.sister-site h2 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.75rem);
    line-height: 1.35;
    letter-spacing: 0.025em;
}

.sister-site__copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(0.9rem, 1.4vw, 1rem);
    line-height: 1.9;
}

.sister-site__link {
    display: grid;
    gap: 22px;
    min-height: 184px;
    padding: clamp(26px, 4vw, 38px);
    border: 1px solid rgba(213, 170, 88, 0.72);
    background: rgba(10, 7, 8, 0.68);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sister-site__link:hover,
.sister-site__link:focus-visible {
    border-color: #e04bb2;
    background: rgba(32, 10, 23, 0.92);
    color: #fff;
    transform: translateY(-4px);
}

.sister-site__brand {
    font: 700 clamp(1.45rem, 3vw, 2.35rem)/1.05 sans-serif;
    letter-spacing: -0.04em;
}

.sister-site__brand b {
    display: block;
    margin-top: 8px;
    background: linear-gradient(90deg, #d944b2, #f14d99);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 0.42em;
    letter-spacing: 0.28em;
}

.sister-site__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid rgba(213, 170, 88, 0.36);
    color: #d5aa58;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.sister-site__button span {
    font-size: 1.35rem;
    transition: transform 180ms ease;
}

.sister-site__link:hover .sister-site__button span,
.sister-site__link:focus-visible .sister-site__button span {
    transform: translateX(6px);
}

@media (max-width: 760px) {
    .sister-site {
        padding: 42px 18px;
    }

    .sister-site__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sister-site__link {
        min-height: 0;
        padding: 26px 24px;
    }

    .sister-site h2 {
        font-size: 1.65rem;
    }
}

    --accent: #e9a93c;
    --line: #dfe3df;
    --radius: 18px;
    --shadow: 0 14px 40px rgba(18, 32, 37, 0.08);
    --wrap: 1180px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Noto Sans TC",
        "Noto Sans KR", sans-serif;
    line-height: 1.75;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.wrap {
    width: min(calc(100% - 40px), var(--wrap));
    margin-inline: auto;
}
.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
.skip-link:focus {
    left: 12px;
    top: 12px;
    z-index: 100;
    width: auto;
    height: auto;
    clip: auto;
    background: #fff;
    padding: 10px;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(246, 244, 239, 0.94);
    border-bottom: 1px solid rgba(18, 32, 37, 0.08);
    backdrop-filter: blur(12px);
}
.header-inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 34px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.brand-mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50% 50% 50% 8px;
    background: var(--brand);
    color: #fff;
}
.brand small {
    display: block;
    color: var(--brand);
    font-size: 10px;
    letter-spacing: 0.16em;
}
.main-nav {
    margin-left: auto;
}
.menu {
    display: flex;
    gap: 26px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu a {
    font-size: 14px;
    font-weight: 700;
}
.menu a:hover {
    color: var(--brand);
}
.language-switcher {
    position: relative;
}
.lang-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 9px 13px;
    cursor: pointer;
}
.lang-list {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 176px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
}
.language-switcher.is-open .lang-list {
    display: block;
}
.lang-list a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
}
.lang-list a:hover {
    background: var(--paper);
}
.menu-toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 25px;
}
.hero {
    overflow: hidden;
    padding: 82px 0 62px;
    background: var(--brand);
    color: #fff;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
}
.eyebrow {
    color: #d6f0e9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.hero h1 {
    max-width: 730px;
    margin: 10px 0 20px;
    font-family: Georgia, "Noto Serif JP", serif;
    font-size: clamp(39px, 6vw, 72px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}
.hero p {
    max-width: 620px;
    color: #dcebe7;
    font-size: 17px;
}
.hero-search {
    display: flex;
    margin-top: 30px;
    max-width: 570px;
    background: #fff;
    border-radius: 999px;
    padding: 6px;
}
.hero-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: none;
    padding: 10px 16px;
    font: inherit;
    outline: none;
}
.hero-search button {
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    padding: 10px 24px;
    font-weight: 800;
    cursor: pointer;
}
.hero-art {
    position: relative;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}
.hero-art:before,
.hero-art:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.hero-art:before {
    inset: 13%;
    background: var(--accent);
    opacity: 0.9;
}
.hero-art:after {
    inset: 29%;
    background: var(--brand);
    border: 26px solid rgba(255, 255, 255, 0.16);
}
.globe-label {
    position: absolute;
    z-index: 2;
    padding: 8px 13px;
    background: #fff;
    color: var(--ink);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: var(--shadow);
}
.globe-label:nth-child(1) {
    top: 13%;
    right: -2%;
}
.globe-label:nth-child(2) {
    top: 47%;
    left: -8%;
}
.globe-label:nth-child(3) {
    bottom: 7%;
    right: 11%;
}
.section {
    padding: 70px 0;
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 26px;
}
.section-head h2,
.archive-head h1 {
    margin: 4px 0;
    font-family: Georgia, "Noto Serif JP", serif;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
}
.more-link {
    color: var(--brand);
    font-weight: 800;
}
.country-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.country-card {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    padding: 25px;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid var(--line);
    transition: 0.2s;
}
.country-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: transparent;
}
.country-flag {
    font-size: 32px;
}
.country-card h3 {
    margin: 24px 0 0;
    font-size: 21px;
}
.country-card span:last-child {
    color: var(--muted);
    font-size: 13px;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.thumb-placeholder {
    display: grid;
    height: 100%;
    place-items: center;
    background: linear-gradient(145deg, #d9ebe6, #f1d8a8);
    color: var(--brand);
    font-family: Georgia, serif;
    font-size: 40px;
}
.post-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 12px;
}
.pill {
    display: inline-block;
    padding: 3px 9px;
    background: #e8f3f0;
    color: var(--brand);
    border-radius: 999px;
    font-weight: 800;
}
.category-strip {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.category-strip a {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}
.category-strip a:hover {
    background: var(--brand);
    color: #fff;
}
.breadcrumb {
    padding: 18px 0;
    color: var(--muted);
    font-size: 12px;
}
.breadcrumb ol {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb li:not(:last-child):after {
    content: "/";
    margin-left: 8px;
    color: #aab2ae;
}
.archive-head {
    padding: 45px 0 30px;
}
.archive-description {
    max-width: 720px;
    color: var(--muted);
}
.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) 300px;
    gap: 54px;
    align-items: start;
}
.article {
    padding: 38px;
    background: #fff;
    border-radius: var(--radius);
}
.article-header h1 {
    margin: 13px 0 18px;
    font-family: Georgia, "Noto Serif JP", serif;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.3;
}
.article-featured {
    margin: 28px -38px;
}
.entry-content {
    font-size: 17px;
}
.entry-content h2 {
    margin-top: 2.2em;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--brand);
    font-size: 28px;
}
.entry-content h3 {
    margin-top: 1.8em;
    padding-left: 13px;
    border-left: 4px solid var(--accent);
}
.entry-content a {
    color: var(--brand);
    text-decoration: underline;
}
.entry-content img {
    border-radius: 12px;
}
.sidebar-box {
    margin-bottom: 22px;
    padding: 22px;
    background: #fff;
    border-radius: 14px;
}
.sidebar-box h2 {
    margin: 0 0 12px;
    font-size: 16px;
}
.sidebar-box ul {
    margin: 0;
    padding-left: 18px;
}
.author-box {
    display: flex;
    gap: 16px;
    margin-top: 38px;
    padding: 22px;
    background: var(--paper);
    border-radius: 14px;
}
.author-box h2 {
    margin: 0;
    font-size: 16px;
}
.related {
    padding-top: 54px;
}
.pagination {
    margin-top: 40px;
}
.nav-links {
    display: flex;
    gap: 7px;
    justify-content: center;
}
.page-numbers {
    padding: 8px 13px;
    background: #fff;
    border-radius: 8px;
}
.page-numbers.current {
    background: var(--brand);
    color: #fff;
}
.empty-state {
    padding: 70px 20px;
    text-align: center;
    background: #fff;
    border-radius: var(--radius);
}
.site-footer {
    margin-top: 70px;
    padding: 60px 0 30px;
    background: var(--ink);
    color: #fff;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 60px;
}
.site-footer h2 {
    font-size: 14px;
}
.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer a {
    color: #c7d0d2;
    font-size: 14px;
}
.copyright {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #929fa3;
    font-size: 12px;
}
@media (max-width: 850px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: var(--paper);
        padding: 20px;
    }
    .main-nav.is-open {
        display: block;
    }
    .menu {
        display: block;
    }
    .menu li {
        padding: 10px;
    }
    .menu-toggle {
        display: block;
        margin-left: auto;
    }
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .hero-art {
        display: none;
    }
    .country-grid,
    .post-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .content-layout {
        grid-template-columns: 1fr;
    }
    .sidebar {
        display: none;
    }
}
@media (max-width: 560px) {
    .wrap {
        width: min(calc(100% - 28px), var(--wrap));
    }
    .header-inner {
        min-height: 66px;
    }
    .brand-text {
        font-size: 14px;
    }
    .language-switcher {
        position: static;
    }
    .lang-list {
        right: 14px;
        top: 58px;
    }
    .hero {
        padding: 58px 0 46px;
    }
    .hero h1 {
        font-size: 39px;
    }
    .section {
        padding: 48px 0;
    }
    .country-grid,
    .post-grid {
        grid-template-columns: 1fr;
    }
    .section-head {
        align-items: start;
    }
    .article {
        padding: 24px 20px;
    }
    .article-featured {
        margin: 24px -20px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
/*
Theme Name: GLOBAL FUZOKLOOK
Theme URI: https://global.fuzoklook.jp/
Author: Fuzoklook
Description: Polylang対応の海外ナイトライフ情報メディア専用テーマ
Version: 2.0.27
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: global-fuzoklook
*/

:root {
    --ink: #122025;
    --muted: #667278;
    --paper: #f6f4ef;
    --white: #fff;
    --brand: #0b6656;
    --accent: #e9a93c;
    --line: #dfe3df;
    --radius: 18px;
    --shadow: 0 14px 40px rgba(18, 32, 37, 0.08);
    --wrap: 1180px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Noto Sans TC",
        "Noto Sans KR", sans-serif;
    line-height: 1.75;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.wrap {
    width: min(calc(100% - 40px), var(--wrap));
    margin-inline: auto;
}
.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
.skip-link:focus {
    left: 12px;
    top: 12px;
    z-index: 100;
    width: auto;
    height: auto;
    clip: auto;
    background: #fff;
    padding: 10px;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(246, 244, 239, 0.94);
    border-bottom: 1px solid rgba(18, 32, 37, 0.08);
    backdrop-filter: blur(12px);
}
.header-inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 34px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.brand-mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50% 50% 50% 8px;
    background: var(--brand);
    color: #fff;
}
.brand small {
    display: block;
    color: var(--brand);
    font-size: 10px;
    letter-spacing: 0.16em;
}
.main-nav {
    margin-left: auto;
}
.menu {
    display: flex;
    gap: 26px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu a {
    font-size: 14px;
    font-weight: 700;
}
.menu a:hover {
    color: var(--brand);
}
.language-switcher {
    position: relative;
}
.lang-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 9px 13px;
    cursor: pointer;
}
.lang-list {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 176px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
}
.language-switcher.is-open .lang-list {
    display: block;
}
.lang-list a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
}
.lang-list a:hover {
    background: var(--paper);
}
.menu-toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 25px;
}
.hero {
    overflow: hidden;
    padding: 82px 0 62px;
    background: var(--brand);
    color: #fff;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
}
.eyebrow {
    color: #d6f0e9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.hero h1 {
    max-width: 730px;
    margin: 10px 0 20px;
    font-family: Georgia, "Noto Serif JP", serif;
    font-size: clamp(39px, 6vw, 72px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}
.hero p {
    max-width: 620px;
    color: #dcebe7;
    font-size: 17px;
}
.hero-search {
    display: flex;
    margin-top: 30px;
    max-width: 570px;
    background: #fff;
    border-radius: 999px;
    padding: 6px;
}
.hero-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: none;
    padding: 10px 16px;
    font: inherit;
    outline: none;
}
.hero-search button {
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    padding: 10px 24px;
    font-weight: 800;
    cursor: pointer;
}
.hero-art {
    position: relative;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}
.hero-art:before,
.hero-art:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.hero-art:before {
    inset: 13%;
    background: var(--accent);
    opacity: 0.9;
}
.hero-art:after {
    inset: 29%;
    background: var(--brand);
    border: 26px solid rgba(255, 255, 255, 0.16);
}
.globe-label {
    position: absolute;
    z-index: 2;
    padding: 8px 13px;
    background: #fff;
    color: var(--ink);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: var(--shadow);
}
.globe-label:nth-child(1) {
    top: 13%;
    right: -2%;
}
.globe-label:nth-child(2) {
    top: 47%;
    left: -8%;
}
.globe-label:nth-child(3) {
    bottom: 7%;
    right: 11%;
}
.section {
    padding: 70px 0;
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 26px;
}
.section-head h2,
.archive-head h1 {
    margin: 4px 0;
    font-family: Georgia, "Noto Serif JP", serif;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
}
.more-link {
    color: var(--brand);
    font-weight: 800;
}
.country-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.country-card {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    padding: 25px;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid var(--line);
    transition: 0.2s;
}
.country-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: transparent;
}
.country-flag {
    font-size: 32px;
}
.country-card h3 {
    margin: 24px 0 0;
    font-size: 21px;
}
.country-card span:last-child {
    color: var(--muted);
    font-size: 13px;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.post-card {
    overflow: hidden;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 5px 20px rgba(18, 32, 37, 0.04);
}
.post-thumb {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #dfe9e5;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s;
}
.post-card:hover img {
    transform: scale(1.04);
}
.thumb-placeholder {
    display: grid;
    height: 100%;
    place-items: center;
    background: linear-gradient(145deg, #d9ebe6, #f1d8a8);
    color: var(--brand);
    font-family: Georgia, serif;
    font-size: 40px;
}
.post-body {
    padding: 20px;
}
.post-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 12px;
}
.pill {
    display: inline-block;
    padding: 3px 9px;
    background: #e8f3f0;
    color: var(--brand);
    border-radius: 999px;
    font-weight: 800;
}
.post-card h2,
.post-card h3 {
    margin: 12px 0 8px;
    font-size: 19px;
    line-height: 1.45;
}
.post-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}
.category-strip {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.category-strip a {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}
.category-strip a:hover {
    background: var(--brand);
    color: #fff;
}
.breadcrumb {
    padding: 18px 0;
    color: var(--muted);
    font-size: 12px;
}
.breadcrumb ol {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb li:not(:last-child):after {
    content: "/";
    margin-left: 8px;
    color: #aab2ae;
}
.archive-head {
    padding: 45px 0 30px;
}
.archive-description {
    max-width: 720px;
    color: var(--muted);
}
.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) 300px;
    gap: 54px;
    align-items: start;
}
.article {
    padding: 38px;
    background: #fff;
    border-radius: var(--radius);
}
.article-header h1 {
    margin: 13px 0 18px;
    font-family: Georgia, "Noto Serif JP", serif;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.3;
}
.article-featured {
    margin: 28px -38px;
}
.entry-content {
    font-size: 17px;
}
.entry-content h2 {
    margin-top: 2.2em;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--brand);
    font-size: 28px;
}
.entry-content h3 {
    margin-top: 1.8em;
    padding-left: 13px;
    border-left: 4px solid var(--accent);
}
.entry-content a {
    color: var(--brand);
    text-decoration: underline;
}
.entry-content img {
    border-radius: 12px;
}
.sidebar-box {
    margin-bottom: 22px;
    padding: 22px;
    background: #fff;
    border-radius: 14px;
}
.sidebar-box h2 {
    margin: 0 0 12px;
    font-size: 16px;
}
.sidebar-box ul {
    margin: 0;
    padding-left: 18px;
}
.author-box {
    display: flex;
    gap: 16px;
    margin-top: 38px;
    padding: 22px;
    background: var(--paper);
    border-radius: 14px;
}
.author-box h2 {
    margin: 0;
    font-size: 16px;
}
.related {
    padding-top: 54px;
}
.pagination {
    margin-top: 40px;
}
.nav-links {
    display: flex;
    gap: 7px;
    justify-content: center;
}
.page-numbers {
    padding: 8px 13px;
    background: #fff;
    border-radius: 8px;
}
.page-numbers.current {
    background: var(--brand);
    color: #fff;
}
.empty-state {
    padding: 70px 20px;
    text-align: center;
    background: #fff;
    border-radius: var(--radius);
}
.site-footer {
    margin-top: 70px;
    padding: 60px 0 30px;
    background: var(--ink);
    color: #fff;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 60px;
}
.site-footer h2 {
    font-size: 14px;
}
.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer a {
    color: #c7d0d2;
    font-size: 14px;
}
.copyright {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #929fa3;
    font-size: 12px;
}
@media (max-width: 850px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: var(--paper);
        padding: 20px;
    }
    .main-nav.is-open {
        display: block;
    }
    .menu {
        display: block;
    }
    .menu li {
        padding: 10px;
    }
    .menu-toggle {
        display: block;
        margin-left: auto;
    }
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .hero-art {
        display: none;
    }
    .country-grid,
    .post-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .content-layout {
        grid-template-columns: 1fr;
    }
    .sidebar {
        display: none;
    }
}
@media (max-width: 560px) {
    .wrap {
        width: min(calc(100% - 28px), var(--wrap));
    }
    .header-inner {
        min-height: 66px;
    }
    .brand-text {
        font-size: 14px;
    }
    .language-switcher {
        position: static;
    }
    .lang-list {
        right: 14px;
        top: 58px;
    }
    .hero {
        padding: 58px 0 46px;
    }
    .hero h1 {
        font-size: 39px;
    }
    .section {
        padding: 48px 0;
    }
    .country-grid,
    .post-grid {
        grid-template-columns: 1fr;
    }
    .section-head {
        align-items: start;
    }
    .article {
        padding: 24px 20px;
    }
    .article-featured {
        margin: 24px -20px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
