/* ─── TokyoModernLifestyle.com — style.css ───
   Preset: MODERN-CITY-LIFESTYLE (#25)
   Palette: warm-white / obsidian / terracotta / sage / caramel
   ─── */

/* === Base === */

::selection {
    background: rgba(196, 106, 78, 0.15);
}

/* === Article body === */

.tml-article-body {
    font-family: 'Noto Serif JP', 'Lora', serif;
    font-size: 1rem;
    line-height: 1.9;
    color: #171513;
}

.tml-article-body h2 {
    font-family: 'Lora', 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 2.5rem 0 1rem;
    padding-left: 0.875rem;
    border-left: 3px solid #C46A4E;
    line-height: 1.4;
}

.tml-article-body h3 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    margin: 2rem 0 0.75rem;
    padding-left: 0.75rem;
    border-left: 3px solid #C46A4E;
    line-height: 1.4;
}

.tml-article-body p {
    margin: 0 0 1.25rem;
}

.tml-article-body a {
    color: #C46A4E;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tml-article-body a:hover {
    color: #171513;
}

.tml-article-body img {
    width: 100%;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.tml-article-body ul,
.tml-article-body ol {
    margin: 0 0 1.25rem 1.5rem;
}

.tml-article-body li {
    margin-bottom: 0.35rem;
}

/* === Pullquote === */

.tml-pullquote {
    border-left: 3px solid #C46A4E;
    padding: 1rem 0 1rem 1.25rem;
    margin: 2rem 0;
    font-family: 'Lora', 'Noto Serif JP', serif;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #171513;
}

.tml-pullquote cite {
    display: block;
    font-style: normal;
    font-size: 0.8rem;
    color: #8A857E;
    margin-top: 0.5rem;
}

/* === Sidebar fact (DATA / CONTEXT / SCALE) === */

.tml-sidebar-fact {
    background: #F7F4EE;
    border: 1px solid #E5DFD5;
    border-radius: 4px;
    padding: 1.25rem;
    margin: 2rem 0;
}

.tml-sidebar-fact .tml-sf-label {
    display: inline-block;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C46A4E;
    margin-bottom: 0.5rem;
}

.tml-sidebar-fact p {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #171513;
    margin: 0;
}

/* === Callout (編集部より) === */

.tml-callout {
    background: #F7F4EE;
    border-left: 3px solid #B58E63;
    border-radius: 0 4px 4px 0;
    padding: 1.25rem;
    margin: 2rem 0;
}

.tml-callout .tml-callout-label {
    display: inline-block;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #B58E63;
    margin-bottom: 0.5rem;
}

.tml-callout p {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #171513;
    margin: 0;
}

/* === Spot card (fictional venues) === */

.tml-spot-card {
    background: #FCF9F4;
    border: 1px solid #E5DFD5;
    border-radius: 4px;
    padding: 1.25rem;
    margin: 2rem 0;
}

.tml-spot-card .tml-spot-name {
    font-family: 'Lora', 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.tml-spot-card .tml-spot-meta {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.75rem;
    color: #8A857E;
    margin-bottom: 0.5rem;
}

.tml-spot-card .tml-spot-desc {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #171513;
    margin: 0;
}

.tml-spot-card .tml-spot-disclaimer {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.65rem;
    color: #8A857E;
    margin-top: 0.75rem;
    font-style: italic;
}

/* === Data strip === */

.tml-data-strip {
    display: flex;
    gap: 1px;
    margin: 2rem 0;
    border-radius: 4px;
    overflow: hidden;
}

.tml-data-strip .tml-ds-item {
    flex: 1;
    background: #F7F4EE;
    padding: 1rem;
    text-align: center;
}

.tml-data-strip .tml-ds-value {
    font-family: 'Lora', 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #C46A4E;
    display: block;
}

.tml-data-strip .tml-ds-label {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.7rem;
    color: #8A857E;
    margin-top: 0.25rem;
    display: block;
}

/* === Table === */

.tml-article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
}

.tml-article-body table th {
    text-align: left;
    font-weight: 600;
    padding: 0.625rem 0.75rem;
    border-bottom: 2px solid #E5DFD5;
    font-size: 0.8rem;
    color: #8A857E;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tml-article-body table td {
    padding: 0.625rem 0.75rem;
    border-bottom: 1px solid #E5DFD5;
}

.tml-article-body table tr:last-child td {
    border-bottom: none;
}

/* === Caption === */

.tml-caption {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.75rem;
    color: #8A857E;
    font-style: italic;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}

/* === FAQ accordion === */

.tml-faq-item {
    border-bottom: 1px solid #E5DFD5;
}

.tml-faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    background: none;
    border: none;
    color: #171513;
}

.tml-faq-trigger:hover {
    color: #C46A4E;
}

.tml-faq-body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #8A857E;
    padding-bottom: 1rem;
}

/* === Legal pages === */

.tml-legal-body h2 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 2rem 0 0.75rem;
    padding-left: 0.75rem;
    border-left: 3px solid #C46A4E;
}

.tml-legal-body h3 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 1.5rem 0 0.5rem;
}

.tml-legal-body p {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 0 0 1rem;
    color: #171513;
}

.tml-legal-body ul {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 0 0 1rem 1.5rem;
}

.tml-legal-body a {
    color: #C46A4E;
    text-decoration: underline;
}

/* === Non-affiliation block === */

.tml-non-affiliation {
    background: #FFFBEB;
    border: 1px solid #F5E6B8;
    border-radius: 4px;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}

.tml-non-affiliation p {
    font-size: 0.8125rem;
    color: #92400E;
    margin: 0;
}

/* === Responsive utilities === */

@media (max-width: 640px) {
    .tml-data-strip {
        flex-direction: column;
    }

    .tml-article-body h2 {
        font-size: 1.15rem;
    }
}
