:root {
    --primary: #1E2229;
    --primary-variant: #2D343F;
    --secondary: #7A7265;
    --secondary-variant: #5F584E;
    --accent: #B85D36;
    --accent-muted: #D9825B;
    --bg-primary: #FBF9F5;
    --bg-secondary: #F3EFEA;
    --bg-paper: #FFFFFF;
    --bg-paper-warm: #EFECE6;
    --text-primary: #1A1B1E;
    --text-secondary: #55524E;
    --text-muted: #85807A;
    --border-subtle: #E4DFD7;
    --border-medium: #C8C2B8;
    --border-divider: #DDD7CD;
    --font-serif: 'Newsreader', 'Georgia', serif;
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --shadow-subtle: 0 2px 8px rgba(30, 34, 41, 0.04);
    --shadow-elevated: 0 8px 24px rgba(30, 34, 41, 0.07);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-sans);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-muted {
    color: var(--text-muted) !important;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

a:hover {
    color: var(--accent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-serif);
    color: var(--primary);
    line-height: 1.2;
    font-weight: 700;
}

.font-mono {
    font-family: var(--font-mono);
}

.font-sans {
    font-family: var(--font-sans);
}

.font-serif {
    font-family: var(--font-serif);
}

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

/* ===== header ===== */
.site-header-block {
    background-color: #FBF9F5;
    border-bottom: 1px solid #DDD7CD;
    position: relative;
    z-index: 1000;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif
}

.site-header-block__topbar {
    background-color: #F3EFEA;
    border-bottom: 1px solid #E4DFD7;
    padding: 0.4rem 0;
    font-size: 0.75rem
}

.site-header-block__topbar-inner {
    color: #55524E
}

.site-header-block__badge {
    background-color: #1E2229;
    color: #FBF9F5;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 0.5rem;
    display: inline-block
}

.site-header-block__date-text {
    font-family: 'JetBrains Mono', monospace;
    color: #55524E;
    font-size: 0.75rem
}

.site-header-block__slogan {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    color: #7A7265;
    font-size: 0.85rem
}

@media (max-width:767.98px) {
    .site-header-block__slogan {
        display: none
    }
}

.site-header-block__main {
    background-color: #FBF9F5;
    padding: 0.75rem 0
}

.site-header-block__nav {
    padding: 0
}

.site-header-block__brand {
    text-decoration: none;
    gap: 0.75rem
}

.site-header-block__logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    display: block
}

.site-header-block__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1
}

.site-header-block__brand-name {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #1E2229;
    letter-spacing: -0.02em
}

.site-header-block__brand-sub {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #B85D36;
    text-transform: uppercase
}

.site-header-block__toggler {
    border: 1px solid #C8C2B8;
    background-color: #FFFFFF;
    padding: 0.4rem 0.75rem;
    border-radius: 0;
    box-shadow: none
}

.site-header-block__toggler:focus {
    box-shadow: none;
    outline: 2px solid #1E2229
}

.site-header-block__toggler-icon {
    color: #1E2229;
    font-size: 1.1rem
}

.site-header-block__menu {
    gap: 0.25rem
}

.site-header-block__link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1B1E;
    padding: 0.55rem 0.95rem;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-bottom: 2px solid transparent
}

.site-header-block__link:hover,
.site-header-block__link:focus {
    color: #B85D36;
    border-bottom-color: #B85D36;
    background-color: rgba(184, 93, 54, 0.04)
}

@media (max-width:991.98px) {
    .site-header-block__collapse {
        background-color: #FFFFFF;
        border: 1px solid #DDD7CD;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px rgba(30, 34, 41, 0.07)
    }

    .site-header-block__menu {
        gap: 0.2rem
    }

    .site-header-block__link {
        font-size: 0.85rem;
        padding: 0.65rem 0.85rem;
        border-bottom: 1px solid #EFECE6
    }

    .site-header-block__link:last-child {
        border-bottom: none
    }

    .site-header-block__brand-name {
        font-size: 1.35rem
    }
}

/* ===== hero ===== */
#dalveroq-hero.dalveroq-hero-section {
    background-color: #FBF9F5;
}

#dalveroq-hero .dalveroq-hero-card {
    min-height: 280px;
    border: 1px solid #DDD7CD;
    background-color: #1E2229;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

#dalveroq-hero .dalveroq-hero-lead {
    min-height: 480px;
}

#dalveroq-hero .dalveroq-hero-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(30, 34, 41, 0.2);
    border-color: #B85D36;
}

#dalveroq-hero .dalveroq-card-bg-img {
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#dalveroq-hero .dalveroq-hero-card:hover .dalveroq-card-bg-img {
    transform: scale(1.05);
}

#dalveroq-hero .dalveroq-card-overlay {
    background: linear-gradient(180deg, rgba(30, 34, 41, 0.35) 0%, rgba(30, 34, 41, 0.7) 50%, rgba(20, 23, 28, 0.95) 100%);
    transition: background 0.35s ease;
}

#dalveroq-hero .dalveroq-hero-card:hover .dalveroq-card-overlay {
    background: linear-gradient(180deg, rgba(30, 34, 41, 0.25) 0%, rgba(30, 34, 41, 0.65) 45%, rgba(15, 17, 21, 0.98) 100%);
}

#dalveroq-hero .dalveroq-badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background-color: #B85D36;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#dalveroq-hero .dalveroq-badge-secondary {
    background-color: #2D343F;
}

#dalveroq-hero .dalveroq-badge-smart {
    background-color: #5F584E;
}

#dalveroq-hero .dalveroq-hero-card:hover .dalveroq-badge {
    transform: translateY(-2px);
}

#dalveroq-hero .dalveroq-meta {
    font-size: 0.8125rem;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.02em;
    color: #DCD7D0;
}

#dalveroq-hero .dalveroq-lead-title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.6rem, 3.2vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#dalveroq-hero .dalveroq-lead-title a {
    color: #FFFFFF;
    transition: color 0.3s ease;
}

#dalveroq-hero .dalveroq-lead-title a:hover {
    color: #D9825B;
}

#dalveroq-hero .dalveroq-sub-title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#dalveroq-hero .dalveroq-sub-title a {
    color: #FFFFFF;
    transition: color 0.3s ease;
}

#dalveroq-hero .dalveroq-sub-title a:hover {
    color: #D9825B;
}

#dalveroq-hero .dalveroq-lead-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 680px;
    color: #EFECE6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#dalveroq-hero .dalveroq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    cursor: pointer;
}

#dalveroq-hero .dalveroq-btn-accent {
    background-color: #B85D36;
    color: #FFFFFF;
    border: 1px solid #B85D36;
}

#dalveroq-hero .dalveroq-btn-accent:hover {
    background-color: #D9825B;
    border-color: #D9825B;
    color: #FFFFFF;
    transform: translateY(-1px);
}

#dalveroq-hero .dalveroq-btn-outline {
    background-color: rgba(30, 34, 41, 0.6);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
}

#dalveroq-hero .dalveroq-btn-outline:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    #dalveroq-hero .dalveroq-lead-title {
        font-size: 1.125rem;
    }

    #dalveroq-hero .dalveroq-sub-title {
        font-size: 1rem;
    }

    #dalveroq-hero .dalveroq-hero-lead {
        min-height: 380px;
    }

    #dalveroq-hero .dalveroq-hero-sub {
        min-height: 240px;
    }
}

/* ===== photo-of-the-day ===== */
.photo-of-the-day-section {
    background-color: #FBF9F5;
    color: #1A1B1E;
    position: relative;
}

.photo-of-the-day-section .editorial-kicker {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #B85D36;
    font-weight: 600;
    display: block;
    margin-bottom: 0.35rem;
}

.photo-of-the-day-section .editorial-main-title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 700;
    color: #1E2229;
    line-height: 1.2;
}

.photo-of-the-day-section .editorial-date-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #7A7265;
    background-color: #F3EFEA;
    padding: 0.4rem 0.85rem;
    border: 1px solid #DDD7CD;
    display: inline-block;
}

.photo-of-the-day-section .paper-curated-card {
    background-color: #FFFFFF;
    border: 1px solid #C8C2B8;
    box-shadow: 0 4px 16px rgba(30, 34, 41, 0.05);
}

.photo-of-the-day-section .border-end-editorial {
    border-right: 1px solid #DDD7CD;
}

@media (max-width: 991.98px) {
    .photo-of-the-day-section .border-end-editorial {
        border-right: none;
        border-bottom: 1px solid #DDD7CD;
    }
}

.photo-of-the-day-section .photo-frame-wrapper {
    background-color: #1E2229;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.photo-of-the-day-section .photo-link-wrap {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #1E2229;
}

.photo-of-the-day-section .photo-main-display {
    object-fit: cover;
    height: 100%;
    min-height: 380px;
    max-height: 540px;
    transition: transform 0.5s ease;
}

.photo-of-the-day-section .photo-link-wrap:hover .photo-main-display {
    transform: scale(1.02);
}

.photo-of-the-day-section .photo-badge-pill {
    top: 1rem;
    left: 1rem;
    background-color: rgba(30, 34, 41, 0.88);
    color: #FBF9F5;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.photo-of-the-day-section .photo-caption-bar {
    background-color: #F3EFEA;
    border-top: 1px solid #DDD7CD;
    font-size: 0.825rem;
}

.photo-of-the-day-section .caption-meta-item .meta-label {
    font-family: 'JetBrains Mono', monospace;
    color: #7A7265;
    margin-right: 0.35rem;
    font-weight: 500;
}

.photo-of-the-day-section .caption-meta-item .meta-value {
    color: #1A1B1E;
    font-weight: 600;
}

.photo-of-the-day-section .photo-context-body {
    background-color: #FFFFFF;
}

.photo-of-the-day-section .category-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #B85D36;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.photo-of-the-day-section .context-headline {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
    font-weight: 700;
    line-height: 1.3;
    color: #1A1B1E;
}

.photo-of-the-day-section .headline-link {
    color: #1A1B1E;
    text-decoration: none;
    transition: color 0.25s ease;
}

.photo-of-the-day-section .headline-link:hover {
    color: #B85D36;
}

.photo-of-the-day-section .context-description {
    font-size: 0.925rem;
    line-height: 1.65;
    color: #55524E;
    hyphens: auto;
}

.photo-of-the-day-section .technical-spec-box {
    background-color: #FBF9F5;
    border: 1px solid #E4DFD7;
    padding: 1rem;
}

.photo-of-the-day-section .spec-box-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1E2229;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.photo-of-the-day-section .spec-list li {
    font-size: 0.825rem;
    color: #55524E;
    line-height: 1.7;
}

.photo-of-the-day-section .spec-list strong {
    color: #1A1B1E;
}

.photo-of-the-day-section .spec-list i {
    color: #B85D36;
}

.photo-of-the-day-section .btn-paper-action {
    display: inline-block;
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
}

.photo-of-the-day-section .btn-paper-action:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .photo-of-the-day-section .editorial-main-title {
        font-size: 16px;
    }

    .photo-of-the-day-section .context-headline {
        font-size: 14px;
    }

    .photo-of-the-day-section .photo-main-display {
        min-height: 240px;
        max-height: 320px;
    }
}

/* ===== how-we-work ===== */
.how-we-work-section {
    background-color: #FBF9F5;
    border-top: 1px solid #DDD7CD;
    border-bottom: 1px solid #DDD7CD;
}

.how-we-work-section .how-we-work-header {
    border-bottom: 1px solid #DDD7CD;
}

.how-we-work-section .how-we-work-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #B85D36;
    font-weight: 600;
    display: inline-block;
}

.how-we-work-section .how-we-work-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.25;
    color: #1E2229;
    margin-top: 0.5rem;
}

.how-we-work-section .how-we-work-subtitle {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #55524E;
    max-width: 720px;
    margin-bottom: 0;
}

.how-we-work-section .how-we-work-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 2rem 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.how-we-work-section .how-we-work-card:hover {
    transform: translateY(-3px);
    border-color: #C8C2B8;
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
}

.how-we-work-section .how-we-work-card-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.25rem;
    font-weight: 700;
    color: #C8C2B8;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.how-we-work-section .how-we-work-icon-box {
    width: 48px;
    height: 48px;
    background-color: #F3EFEA;
    border: 1px solid #DDD7CD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1E2229;
    font-size: 1.25rem;
}

.how-we-work-section .how-we-work-card-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1E2229;
    margin-bottom: 1rem;
}

.how-we-work-section .how-we-work-card-desc {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #55524E;
    margin-bottom: 1.25rem;
}

.how-we-work-section .how-we-work-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    border-top: 1px solid #F3EFEA;
    padding-top: 1rem;
}

.how-we-work-section .how-we-work-checklist li {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    color: #55524E;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
}

.how-we-work-section .how-we-work-checklist li i {
    color: #B85D36;
    font-size: 0.75rem;
    margin-right: 0.625rem;
    flex-shrink: 0;
}

.how-we-work-section .how-we-work-btn {
    display: inline-block;
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    padding: 0.65rem 1.5rem;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
}

.how-we-work-section .how-we-work-btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.how-we-work-section .how-we-work-footer-note {
    background-color: #F3EFEA;
    border: 1px solid #DDD7CD;
    padding: 1.5rem 1.75rem;
}

.how-we-work-section .how-we-work-note-icon {
    font-size: 2rem;
    color: #B85D36;
    flex-shrink: 0;
}

.how-we-work-section .how-we-work-note-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E2229;
    line-height: 1.3;
}

.how-we-work-section .how-we-work-note-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    color: #55524E;
    line-height: 1.5;
}

.how-we-work-section .how-we-work-btn-outline {
    background-color: transparent;
    color: #1E2229;
    border-color: #C8C2B8;
}

.how-we-work-section .how-we-work-btn-outline:hover {
    background-color: #1E2229;
    border-color: #1E2229;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .how-we-work-section .how-we-work-title {
        font-size: 16px;
        hyphens: auto;
    }

    .how-we-work-section .how-we-work-card-title,
    .how-we-work-section .how-we-work-note-title {
        font-size: 14px;
        hyphens: auto;
    }

    .how-we-work-section .how-we-work-card {
        padding: 1.25rem;
    }
}

/* ===== latest-feed ===== */
.latest-feed-section {
    background-color: #FBF9F5;
    border-top: 1px solid #DDD7CD;
    border-bottom: 1px solid #DDD7CD;
}

.latest-feed-section .feed-header-wrapper {
    border-bottom: 2px solid #1E2229;
}

.latest-feed-section .feed-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #B85D36;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.latest-feed-section .feed-main-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #1A1B1E;
    line-height: 1.25;
}

.latest-feed-section .feed-filter-btn {
    background: #FFFFFF;
    color: #55524E;
    border: 1px solid #C8C2B8;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 0.95rem;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 0;
}

.latest-feed-section .feed-filter-btn:hover {
    background: #F3EFEA;
    color: #1A1B1E;
    border-color: #1E2229;
}

.latest-feed-section .feed-filter-btn.active {
    background: #1E2229;
    color: #FBF9F5;
    border-color: #1E2229;
}

.latest-feed-section .feed-card {
    background: #FFFFFF;
    border: 1px solid #E4DFD7;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.latest-feed-section .feed-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
    border-color: #C8C2B8;
}

.latest-feed-section .feed-time-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.95rem;
    background: #F3EFEA;
    border-bottom: 1px solid #E4DFD7;
    font-size: 0.78rem;
}

.latest-feed-section .feed-time-point {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    color: #B85D36;
}

.latest-feed-section .feed-category-tag {
    font-weight: 600;
    color: #55524E;
}

.latest-feed-section .feed-img-wrap {
    position: relative;
    height: 180px;
    background-color: #EFECE6;
}

.latest-feed-section .feed-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.latest-feed-section .feed-card:hover .feed-card-image {
    transform: scale(1.03);
}

.latest-feed-section .feed-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.latest-feed-section .feed-title-link {
    color: #1A1B1E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.latest-feed-section .feed-title-link:hover {
    color: #B85D36;
}

.latest-feed-section .feed-card-summary {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #55524E;
    margin: 0;
}

.latest-feed-section .feed-action-box {
    border-top: 1px solid #EFECE6;
}

.latest-feed-section .feed-cta-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    padding: 0.55rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    border-radius: 0;
}

.latest-feed-section .feed-cta-btn:hover {
    background: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .latest-feed-section .feed-main-title {
        font-size: 1.35rem;
        hyphens: auto;
    }

    .latest-feed-section .feed-card-title {
        font-size: 1rem;
    }

    .latest-feed-section .feed-filter-btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
    }
}

/* ===== events-poster ===== */
.events-poster-section {
    background-color: #FBF9F5;
    color: #1A1B1E;
}

.events-poster-section .events-header-wrapper {
    border-color: #DDD7CD !important;
}

.events-poster-section .events-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #B85D36;
    font-weight: 600;
}

.events-poster-section .events-main-title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    font-weight: 700;
    color: #1E2229;
}

.events-poster-section .events-filter-btn {
    background: #FFFFFF;
    border: 1px solid #C8C2B8;
    color: #55524E;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.25s ease;
}

.events-poster-section .events-filter-btn:hover,
.events-poster-section .events-filter-btn.active {
    background: #1E2229;
    color: #FBF9F5;
    border-color: #1E2229;
}

.events-poster-section .event-card {
    background: #FFFFFF;
    border: 1px solid #E4DFD7;
    box-shadow: 0 2px 6px rgba(30, 34, 41, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.events-poster-section .event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
    border-color: #C8C2B8;
}

.events-poster-section .event-thumb {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.events-poster-section .event-card:hover .event-thumb {
    transform: scale(1.03);
}

.events-poster-section .event-date-chip {
    top: 12px;
    left: 12px;
    background: #1E2229;
    color: #FFFFFF;
    padding: 6px 10px;
    text-align: center;
    min-width: 52px;
    line-height: 1;
}

.events-poster-section .event-date-chip .date-day {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: 'JetBrains Mono', monospace;
}

.events-poster-section .event-date-chip .date-month {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    color: #D9825B;
    font-weight: 600;
}

.events-poster-section .meta-icon {
    color: #B85D36;
    font-size: 0.8rem;
}

.events-poster-section .meta-text {
    font-size: 0.8rem;
    color: #7A7265;
    font-weight: 500;
}

.events-poster-section .event-title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 700;
}

.events-poster-section .event-title-link {
    color: #1A1B1E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.events-poster-section .event-title-link:hover {
    color: #B85D36;
}

.events-poster-section .event-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #55524E;
}

.events-poster-section .event-action {
    border-color: #DDD7CD !important;
}

.events-poster-section .event-btn-action {
    display: inline-block;
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
}

.events-poster-section .event-btn-action:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .events-poster-section .events-main-title {
        font-size: 1.15rem;
        hyphens: auto;
    }

    .events-poster-section .event-title {
        font-size: 1rem;
    }
}

/* ===== tech-news-grid ===== */
.tech-news-section {
    background-color: #FBF9F5;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative
}

.tech-news-section .tech-news-badge {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B85D36;
    border-bottom: 2px solid #B85D36;
    padding-bottom: 2px;
    margin-bottom: 0.75rem
}

.tech-news-section .tech-news-heading {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1E2229;
    margin-bottom: 0.75rem
}

.tech-news-section .tech-news-lead {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #55524E;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.tech-news-section .tech-news-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(30, 34, 41, 0.04);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
    overflow: hidden
}

.tech-news-section .tech-news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
    border-color: #C8C2B8
}

.tech-news-section .tech-news-image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #EFECE6;
    position: relative
}

.tech-news-section .tech-news-link-img {
    width: 100%;
    height: 100%
}

.tech-news-section .tech-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

.tech-news-section .tech-news-card:hover .tech-news-img {
    transform: scale(1.03)
}

.tech-news-section .tech-news-body {
    padding: 1.5rem
}

.tech-news-section .tech-news-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #85807A;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.tech-news-section .tech-news-title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    hyphens: auto
}

.tech-news-section .tech-news-title-link {
    color: #1E2229;
    text-decoration: none;
    transition: color 0.2s ease
}

.tech-news-section .tech-news-title-link:hover {
    color: #B85D36
}

.tech-news-section .tech-news-summary {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.925rem;
    line-height: 1.65;
    color: #55524E;
    margin-bottom: 1rem
}

.tech-news-section .tech-news-action {
    border-top: 1px solid #DDD7CD
}

.tech-news-section .tech-news-btn {
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    border-radius: 0;
    padding: 0.6rem 1.4rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease
}

.tech-news-section .tech-news-btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
    transform: translateY(-1px)
}

@media(max-width:767.98px) {
    .tech-news-section {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .tech-news-section .tech-news-heading {
        font-size: 1.25rem
    }

    .tech-news-section .tech-news-title {
        font-size: 1.05rem
    }

    .tech-news-section .tech-news-lead {
        font-size: 0.9rem
    }

    .tech-news-section .tech-news-image-wrapper {
        height: 180px
    }

    .tech-news-section .tech-news-body {
        padding: 1.25rem
    }
}

/* ===== smart-home-grid ===== */
.smart-home-news-section {
    background-color: #FBF9F5;
    color: #1A1B1E;
    position: relative;
}

.smart-home-news-section .smart-home-news-section__header-wrap {
    border-color: #DDD7CD !important;
}

.smart-home-news-section .smart-home-news-section__eyebrow {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #B85D36;
    margin-bottom: 0.35rem;
}

.smart-home-news-section .smart-home-news-section__title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #1E2229;
}

.smart-home-news-section .smart-home-news-section__filter-btn {
    background-color: #FFFFFF;
    color: #55524E;
    border: 1px solid #C8C2B8;
    border-radius: 0;
    padding: 0.45rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: pointer;
}

.smart-home-news-section .smart-home-news-section__filter-btn:hover,
.smart-home-news-section .smart-home-news-section__filter-btn.active {
    background-color: #1E2229;
    color: #FFFFFF;
    border-color: #1E2229;
}

.smart-home-news-section .smart-home-news-section__card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    box-shadow: 0 2px 8px rgba(30, 34, 41, 0.04);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.smart-home-news-section .smart-home-news-section__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
    border-color: #C8C2B8;
}

.smart-home-news-section .smart-home-news-section__media-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #EFECE6;
}

.smart-home-news-section .smart-home-news-section__image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.smart-home-news-section .smart-home-news-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.smart-home-news-section .smart-home-news-section__card:hover .smart-home-news-section__image {
    transform: scale(1.03);
}

.smart-home-news-section .smart-home-news-section__tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #1E2229;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem;
    letter-spacing: 0.04em;
}

.smart-home-news-section .smart-home-news-section__body {
    padding: 1.5rem;
}

.smart-home-news-section .smart-home-news-section__meta {
    font-size: 0.8125rem;
    color: #7A7265;
    font-weight: 500;
}

.smart-home-news-section .smart-home-news-section__meta i {
    color: #B85D36;
}

.smart-home-news-section .smart-home-news-section__card-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.3rem;
    line-height: 1.35;
    margin-bottom: 0.75rem;
    color: #1E2229;
}

.smart-home-news-section .smart-home-news-section__title-link {
    color: #1E2229;
    text-decoration: none;
    transition: color 0.2s ease;
}

.smart-home-news-section .smart-home-news-section__title-link:hover {
    color: #B85D36;
}

.smart-home-news-section .smart-home-news-section__excerpt {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #55524E;
    margin-bottom: 1.25rem;
    word-break: keep-all;
    hyphens: auto;
}

.smart-home-news-section .smart-home-news-section__footer {
    border-color: #DDD7CD !important;
}

.smart-home-news-section .smart-home-news-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    border-radius: 0;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.25s ease;
}

.smart-home-news-section .smart-home-news-section__btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .smart-home-news-section .smart-home-news-section__title {
        font-size: 1.25rem;
    }

    .smart-home-news-section .smart-home-news-section__card-title {
        font-size: 1.1rem;
    }

    .smart-home-news-section .smart-home-news-section__body {
        padding: 1.25rem;
    }
}

/* ===== reviews-grid ===== */
.reviews-grid-section {
    background-color: #FBF9F5;
    color: #1A1B1E;
}

.reviews-grid-section .reviews-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    color: #B85D36;
    font-weight: 600;
}

.reviews-grid-section .reviews-title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    line-height: 1.25;
    font-weight: 700;
    color: #1E2229;
}

.reviews-grid-section .reviews-filter-btn {
    background: #FFFFFF;
    border: 1px solid #C8C2B8;
    color: #55524E;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.45rem 1rem;
    border-radius: 0;
    transition: all 0.25s ease;
    cursor: pointer;
}

.reviews-grid-section .reviews-filter-btn:hover,
.reviews-grid-section .reviews-filter-btn.active {
    background: #1E2229;
    border-color: #1E2229;
    color: #FFFFFF;
}

.reviews-grid-section .review-card {
    background: #FFFFFF;
    border: 1px solid #E4DFD7;
    box-shadow: 0 2px 8px rgba(30, 34, 41, 0.04);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.reviews-grid-section .review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
    border-color: #C8C2B8;
}

.reviews-grid-section .review-card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-color: #EFECE6;
}

.reviews-grid-section .review-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.reviews-grid-section .review-card:hover .review-card-img {
    transform: scale(1.03);
}

.reviews-grid-section .review-card-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #1E2229;
    color: #FBF9F5;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    letter-spacing: 0.04em;
}

.reviews-grid-section .review-card-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #7A7265;
}

.reviews-grid-section .review-card-heading {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 600;
    color: #1E2229;
}

.reviews-grid-section .review-heading-link {
    color: #1E2229;
    text-decoration: none;
    transition: color 0.2s ease;
}

.reviews-grid-section .review-heading-link:hover {
    color: #B85D36;
}

.reviews-grid-section .review-card-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #55524E;
}

.reviews-grid-section .review-rating {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E2229;
}

.reviews-grid-section .review-action-btn {
    display: inline-block;
    background: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    padding: 0.55rem 1.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.25s ease;
}

.reviews-grid-section .review-action-btn:hover {
    background: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .reviews-grid-section .reviews-title {
        font-size: 1.25rem;
        hyphens: auto;
    }

    .reviews-grid-section .review-card-heading {
        font-size: 1.1rem;
        hyphens: auto;
    }

    .reviews-grid-section .review-card-body {
        padding: 1.25rem !important;
    }
}

/* ===== footer ===== */
#dalveroq-footer {
    background-color: #F3EFEA;
    color: #1A1B1E;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 2px solid #1E2229;
    padding: 0;
}

#dalveroq-footer .site-footer__newspaper-rule {
    height: 1px;
    background-color: #DDD7CD;
    margin-bottom: 2.5rem;
}

#dalveroq-footer .site-footer__container {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

#dalveroq-footer .site-footer__brand-tag {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B85D36;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

#dalveroq-footer .site-footer__title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E2229;
    margin: 0 0 0.75rem 0;
    line-height: 1.15;
}

#dalveroq-footer .site-footer__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #55524E;
    margin: 0;
}

#dalveroq-footer .site-footer__heading {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1E2229;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #DDD7CD;
    padding-bottom: 0.5rem;
    line-height: 1.25;
}

#dalveroq-footer .site-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

#dalveroq-footer .site-footer__link {
    color: #55524E;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

#dalveroq-footer .site-footer__link:hover {
    color: #B85D36;
    transform: translateX(3px);
}

#dalveroq-footer .site-footer__newsletter-box {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
}

#dalveroq-footer .site-footer__newsletter-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #55524E;
    margin-bottom: 1rem;
}

#dalveroq-footer .site-footer__form {
    margin: 0;
}

#dalveroq-footer .site-footer__input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 576px) {
    #dalveroq-footer .site-footer__input-group {
        flex-direction: row;
    }
}

#dalveroq-footer .site-footer__input {
    background-color: #FBF9F5;
    border: 1px solid #C8C2B8;
    color: #1A1B1E;
    font-size: 0.875rem;
    padding: 0.65rem 1rem;
    width: 100%;
    border-radius: 0;
    outline: none;
    transition: border-color 0.25s ease;
}

#dalveroq-footer .site-footer__input::placeholder {
    color: #85807A;
    opacity: 1;
}

#dalveroq-footer .site-footer__input:focus {
    border-color: #1E2229;
    background-color: #FFFFFF;
}

#dalveroq-footer .site-footer__btn {
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    border-radius: 0;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#dalveroq-footer .site-footer__btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

#dalveroq-footer .site-footer__divider {
    height: 1px;
    background-color: #DDD7CD;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

#dalveroq-footer .site-footer__bottom-row {
    align-items: center;
}

#dalveroq-footer .site-footer__legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#dalveroq-footer .site-footer__legal-link {
    color: #85807A;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: color 0.25s ease;
}

#dalveroq-footer .site-footer__legal-link:hover {
    color: #1E2229;
    text-decoration: underline;
}

#dalveroq-footer .site-footer__copyright {
    font-size: 0.8125rem;
    color: #85807A;
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
    #dalveroq-footer .site-footer__copyright {
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    #dalveroq-footer .site-footer__title {
        font-size: 16px;
        hyphens: auto;
    }

    #dalveroq-footer .site-footer__heading {
        font-size: 14px;
        hyphens: auto;
    }
}

/* ===== PAGE: privacy ===== */
.policy-content { max-width: 820px; margin: 0 auto; padding: 2.5rem 1.25rem 4rem; color: #1A1B1E; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.7; word-break: keep-all; hyphens: auto; } .policy-content h2 { font-family: 'Newsreader', 'Georgia', serif; font-size: 1.5rem; font-weight: 700; color: #1E2229; margin-top: 2.75rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #DDD7CD; line-height: 1.3; } .policy-content h2:first-of-type { margin-top: 0.5rem; } .policy-content p { font-size: 1rem; color: #55524E; margin-bottom: 1.25rem; } .policy-content ul { margin: 0 0 1.5rem 0; padding-left: 1.35rem; list-style-type: square; } .policy-content ul li { font-size: 0.95rem; color: #55524E; margin-bottom: 0.65rem; line-height: 1.6; } .policy-content ul li strong { color: #1E2229; font-weight: 600; } .policy-content .policy-date { margin-top: 3rem; padding: 1.25rem 1.5rem; background-color: #F3EFEA; border-left: 3px solid #B85D36; font-size: 0.9rem; color: #55524E; line-height: 1.8; } .policy-content .policy-date strong { color: #1E2229; } @media (max-width: 767.98px) { .policy-content { padding: 1.5rem 1rem 3rem; } .policy-content h2 { font-size: 1.25rem; margin-top: 2rem; } .policy-content p { font-size: 0.925rem; } .policy-content ul li { font-size: 0.9rem; } }

/* ===== PAGE: terms ===== */
.policy-content { max-width: 860px; margin: 0 auto; padding: 2.5rem 1.25rem 4rem; color: #1A1B1E; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.65; word-break: keep-all; overflow-wrap: break-word; } .policy-content__header { padding-bottom: 2rem; margin-bottom: 2.5rem; border-bottom: 1px solid #DDD7CD; } .policy-content__meta { font-family: 'JetBrains Mono', monospace; font-size: 0.8125rem; color: #7A7265; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.75rem; } .policy-content__title { font-family: 'Newsreader', Georgia, serif; font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 700; color: #1E2229; line-height: 1.2; margin-bottom: 1rem; } .policy-content__summary { font-size: 1.0625rem; color: #55524E; line-height: 1.7; margin: 0; } .policy-content__section { margin-bottom: 2.25rem; padding-bottom: 2.25rem; border-bottom: 1px solid #E4DFD7; } .policy-content__section:last-of-type { border-bottom: none; margin-bottom: 1.5rem; padding-bottom: 0; } .policy-content__heading { font-family: 'Newsreader', Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 600; color: #1E2229; line-height: 1.3; margin-bottom: 1rem; } .policy-content__text { font-size: 0.95rem; color: #1A1B1E; line-height: 1.7; margin-bottom: 0.875rem; } .policy-content__text:last-child { margin-bottom: 0; } .policy-content__list { margin: 0.75rem 0 1rem 1.25rem; padding: 0; } .policy-content__list li { font-size: 0.95rem; color: #1A1B1E; line-height: 1.7; margin-bottom: 0.5rem; } .policy-content__list li strong { color: #1E2229; font-weight: 600; } .policy-content__footer { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #DDD7CD; } @media (max-width: 767.98px) { .policy-content { padding: 1.5rem 1rem 3rem; hyphens: auto; } .policy-content__title { font-size: 18px; } .policy-content__heading { font-size: 16px; } .policy-content__text, .policy-content__list li { font-size: 0.875rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-content { color: #55524E; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 1rem; line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; } .policy-content .policy-header-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; padding-bottom: 1.25rem; margin-bottom: 2rem; border-bottom: 1px solid #DDD7CD; } .policy-content .policy-badge { display: inline-block; background-color: #F3EFEA; color: #1E2229; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.35rem 0.75rem; border: 1px solid #C8C2B8; } .policy-content .policy-date { font-family: 'JetBrains Mono', monospace; font-size: 0.8125rem; color: #85807A; } .policy-content h2 { color: #1E2229; font-family: 'Newsreader', 'Georgia', serif; font-size: 1.45rem; font-weight: 700; line-height: 1.28; margin-top: 2.25rem; margin-bottom: 0.85rem; padding-bottom: 0.4rem; border-bottom: 1px solid #E4DFD7; } .policy-content p { color: #55524E; margin-bottom: 1.15rem; font-size: 0.975rem; line-height: 1.72; } .policy-content ul { list-style: square; margin-top: 0.5rem; margin-bottom: 1.35rem; padding-left: 1.35rem; } .policy-content li { color: #55524E; margin-bottom: 0.6rem; font-size: 0.95rem; line-height: 1.65; } .policy-content li strong { color: #1E2229; font-weight: 600; } @media (max-width: 767.98px) { .policy-content { font-size: 0.925rem; } .policy-content h2 { font-size: 16px; hyphens: auto; margin-top: 1.75rem; margin-bottom: 0.65rem; } .policy-content p, .policy-content li { font-size: 0.875rem; line-height: 1.6; } .policy-content .policy-header-meta { flex-direction: column; align-items: flex-start; gap: 0.5rem; } }

/* ===== PAGE: cookies ===== */
.policy-content { max-width: 960px; margin: 0 auto; padding: 4rem 1.5rem; color: #1A1B1E; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.7; background-color: #FBF9F5; word-break: keep-all; }
.policy-content .policy-header { border-bottom: 2px solid #1E2229; padding-bottom: 2rem; margin-bottom: 3rem; }
.policy-content .policy-tag { display: inline-block; font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #B85D36; font-family: 'JetBrains Mono', monospace; margin-bottom: 0.75rem; }
.policy-content .policy-title { font-family: 'Newsreader', 'Georgia', serif; font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 700; color: #1E2229; line-height: 1.2; margin: 0 0 1rem 0; hyphens: auto; }
.policy-content .policy-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; font-size: 0.875rem; color: #7A7265; font-family: 'JetBrains Mono', monospace; }
.policy-content .policy-date, .policy-content .policy-author { display: inline-flex; align-items: center; }
.policy-content .policy-body { display: block; }
.policy-content .policy-section { margin-bottom: 2.75rem; border-bottom: 1px solid #E4DFD7; padding-bottom: 2.25rem; }
.policy-content .policy-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.policy-content .policy-heading { font-family: 'Newsreader', 'Georgia', serif; font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 600; color: #1E2229; line-height: 1.3; margin-top: 0; margin-bottom: 1.25rem; hyphens: auto; }
.policy-content .policy-subheading { font-size: 1.1rem; font-weight: 600; color: #2D343F; margin-top: 1.5rem; margin-bottom: 0.85rem; line-height: 1.4; }
.policy-content .policy-paragraph { font-size: 1rem; color: #55524E; line-height: 1.75; margin-bottom: 1rem; }
.policy-content .policy-card-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin: 1.5rem 0; }
@media (min-width: 768px) { .policy-content .policy-card-grid { grid-template-columns: repeat(3, 1fr); } }
.policy-content .policy-card { background-color: #FFFFFF; border: 1px solid #E4DFD7; padding: 1.5rem; box-shadow: 0 2px 6px rgba(30, 34, 41, 0.03); display: flex; flex-direction: column; }
.policy-content .policy-card-title { font-size: 1.05rem; font-weight: 700; color: #1E2229; line-height: 1.35; margin-top: 0; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; }
.policy-content .policy-icon { color: #B85D36; font-size: 1rem; flex-shrink: 0; }
.policy-content .policy-card-text { font-size: 0.925rem; color: #55524E; line-height: 1.6; margin: 0; flex-grow: 1; }
.policy-content .policy-browser-guide { background-color: #F3EFEA; border-left: 3px solid #B85D36; padding: 1.25rem 1.5rem; margin-top: 1.5rem; }
.policy-content .policy-list { list-style-type: square; margin: 0; padding-left: 1.25rem; color: #55524E; font-size: 0.95rem; line-height: 1.8; }
.policy-content .policy-list strong { color: #1E2229; font-weight: 600; }
@media (max-width: 767.98px) { .policy-content { padding: 2.5rem 1rem; } .policy-content .policy-title { font-size: 1.75rem; } .policy-content .policy-heading { font-size: 1.25rem; } .policy-content .policy-subheading { font-size: 1.05rem; } .policy-content .policy-meta { flex-direction: column; gap: 0.35rem; } }

/* ===== PAGE: tech-news ===== */
.dalveroq-tech-news-section {
  background-color: #FBF9F5;
  color: #1A1B1E;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.dalveroq-tech-news-section .dalveroq-header-box {
  border-color: #DDD7CD !important;
}

.dalveroq-tech-news-section .dalveroq-category-tag {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #B85D36;
  font-family: 'JetBrains Mono', monospace;
}

.dalveroq-tech-news-section .dalveroq-page-headline {
  font-family: 'Newsreader', 'Georgia', serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #1E2229;
  line-height: 1.2;
  font-weight: 700;
}

.dalveroq-tech-news-section .dalveroq-page-summary {
  max-width: 520px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #55524E;
}

.dalveroq-tech-news-section .dalveroq-filter-bar {
  border-color: #E4DFD7 !important;
  box-shadow: 0 2px 8px rgba(30, 34, 41, 0.03);
}

.dalveroq-tech-news-section .dalveroq-search-wrapper .dalveroq-search-icon {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #85807A;
  font-size: 0.9rem;
}

.dalveroq-tech-news-section .dalveroq-search-input {
  padding-left: 2.5rem;
  background-color: #FBF9F5;
  border: 1px solid #C8C2B8;
  border-radius: 0;
  color: #1A1B1E;
  font-size: 0.9rem;
  height: 42px;
}

.dalveroq-tech-news-section .dalveroq-search-input:focus {
  background-color: #FFFFFF;
  border-color: #1E2229;
  outline: none;
  box-shadow: none;
}

.dalveroq-tech-news-section .dalveroq-search-input::placeholder {
  color: #85807A;
  opacity: 1;
}

.dalveroq-tech-news-section .dalveroq-btn-filter {
  background-color: #F3EFEA;
  border: 1px solid #DDD7CD;
  border-radius: 0;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  color: #55524E;
  font-weight: 500;
  transition: all 0.2s ease;
}

.dalveroq-tech-news-section .dalveroq-btn-filter:hover {
  background-color: #EFECE6;
  color: #1A1B1E;
  border-color: #C8C2B8;
}

.dalveroq-tech-news-section .dalveroq-btn-filter.active {
  background-color: #1E2229;
  color: #FFFFFF;
  border-color: #1E2229;
}

.dalveroq-tech-news-section .dalveroq-news-card {
  border-color: #E4DFD7 !important;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(30, 34, 41, 0.03);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.dalveroq-tech-news-section .dalveroq-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
  border-color: #C8C2B8 !important;
}

.dalveroq-tech-news-section .dalveroq-card-image-wrap {
  height: 220px;
  background-color: #EFECE6;
  overflow: hidden;
}

.dalveroq-tech-news-section .dalveroq-card-img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.dalveroq-tech-news-section .dalveroq-news-card:hover .dalveroq-card-img {
  transform: scale(1.03);
}

.dalveroq-tech-news-section .dalveroq-card-badge {
  background-color: #1E2229;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  border-radius: 0;
  letter-spacing: 0.03em;
}

.dalveroq-tech-news-section .dalveroq-card-meta {
  font-size: 0.8rem;
  color: #85807A;
  font-family: 'JetBrains Mono', monospace;
}

.dalveroq-tech-news-section .dalveroq-card-title {
  font-family: 'Newsreader', 'Georgia', serif;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 600;
}

.dalveroq-tech-news-section .dalveroq-title-link {
  color: #1A1B1E;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dalveroq-tech-news-section .dalveroq-title-link:hover {
  color: #B85D36;
}

.dalveroq-tech-news-section .dalveroq-card-excerpt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #55524E;
}

.dalveroq-tech-news-section .dalveroq-card-footer {
  border-color: #DDD7CD !important;
}

.dalveroq-tech-news-section .dalveroq-comment-count {
  font-size: 0.8rem;
  font-family: 'JetBrains Mono', monospace;
}

.dalveroq-tech-news-section .dalveroq-btn-primary {
  display: inline-block;
  background-color: #1E2229;
  color: #FBF9F5;
  border: 1px solid #1E2229;
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.dalveroq-tech-news-section .dalveroq-btn-primary:hover {
  background-color: #B85D36;
  border-color: #B85D36;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.dalveroq-tech-news-section .dalveroq-empty-message {
  border-color: #E4DFD7 !important;
}

@media (max-width: 767.98px) {
  .dalveroq-tech-news-section .dalveroq-page-headline {
    font-size: 18px;
  }
  .dalveroq-tech-news-section .dalveroq-card-title {
    font-size: 16px;
  }
  .dalveroq-tech-news-section .dalveroq-card-image-wrap,
  .dalveroq-tech-news-section .dalveroq-card-img {
    height: 190px;
  }
}

/* ===== PAGE: smart-home ===== */
.sh-archive-wrapper { background-color: #FBF9F5; color: #1A1B1E; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.sh-archive-wrapper .sh-archive-badge { background-color: #EFECE6; border: 1px solid #C8C2B8; color: #B85D36; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-family: 'JetBrains Mono', monospace; }
.sh-archive-wrapper .sh-archive-main-title { font-family: 'Newsreader', 'Georgia', serif; font-size: clamp(1.75rem, 3.5vw, 2.75rem); color: #1E2229; font-weight: 700; line-height: 1.2; }
.sh-archive-wrapper .sh-archive-lead { font-size: 1.05rem; line-height: 1.65; max-width: 720px; margin-left: auto; margin-right: auto; }
.sh-archive-wrapper .sh-filter-btn { background-color: #FFFFFF; color: #55524E; border: 1px solid #E4DFD7; padding: 0.5rem 1.25rem; font-size: 0.875rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; border-radius: 0; }
.sh-archive-wrapper .sh-filter-btn:hover, .sh-archive-wrapper .sh-filter-btn.active { background-color: #1E2229; color: #FBF9F5; border-color: #1E2229; }
.sh-archive-wrapper .sh-card { background-color: #FFFFFF; border: 1px solid #E4DFD7; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); border-radius: 0; box-shadow: 0 2px 8px rgba(30, 34, 41, 0.04); }
.sh-archive-wrapper .sh-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08); border-color: #C8C2B8; }
.sh-archive-wrapper .sh-card-media { background-color: #EFECE6; aspect-ratio: 16/10; }
.sh-archive-wrapper .sh-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sh-archive-wrapper .sh-card:hover .sh-card-img { transform: scale(1.03); }
.sh-archive-wrapper .sh-card-tag { top: 12px; left: 12px; background-color: rgba(30, 34, 41, 0.85); color: #FFFFFF; font-size: 0.7rem; font-weight: 600; padding: 0.25rem 0.6rem; letter-spacing: 0.05em; }
.sh-archive-wrapper .sh-card-meta { font-size: 0.75rem; color: #85807A; font-family: 'JetBrains Mono', monospace; }
.sh-archive-wrapper .sh-card-title { font-family: 'Newsreader', 'Georgia', serif; font-size: 1.25rem; font-weight: 600; line-height: 1.35; }
.sh-archive-wrapper .sh-card-title a { color: #1E2229; transition: color 0.2s ease; }
.sh-archive-wrapper .sh-card-title a:hover { color: #B85D36; }
.sh-archive-wrapper .sh-card-excerpt { font-size: 0.9rem; line-height: 1.6; color: #55524E; }
.sh-archive-wrapper .sh-card-footer { border-color: #DDD7CD !important; }
.sh-archive-wrapper .sh-btn-action { background-color: #1E2229; color: #FBF9F5; border: 1px solid #1E2229; border-radius: 0; padding: 0.65rem 1.25rem; font-weight: 600; font-size: 0.875rem; text-decoration: none; transition: all 0.3s ease; letter-spacing: 0.05em; }
.sh-archive-wrapper .sh-btn-action:hover { background-color: #B85D36; border-color: #B85D36; color: #FFFFFF; }

/* ===== PAGE: reviews ===== */
.editorial-reviews-feed { background-color: #FBF9F5; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: #1A1B1E; min-height: 80vh; }
.editorial-reviews-feed .reviews-header-card { background-color: #FFFFFF; border: 1px solid #E4DFD7; box-shadow: 0 2px 8px rgba(30, 34, 41, 0.04); }
.editorial-reviews-feed .badge-meta { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; letter-spacing: 0.08em; color: #B85D36; font-weight: 600; text-transform: uppercase; }
.editorial-reviews-feed .editorial-title { font-family: 'Newsreader', 'Georgia', serif; font-size: clamp(1.75rem, 3vw, 2.35rem); font-weight: 700; color: #1E2229; line-height: 1.25; }
.editorial-reviews-feed .editorial-lead { font-size: 1.05rem; line-height: 1.65; color: #55524E; }
.editorial-reviews-feed .reviews-stats-box { background-color: #F3EFEA; border: 1px solid #C8C2B8; border-radius: 0; }
.editorial-reviews-feed .stats-label { font-size: 0.875rem; color: #55524E; font-weight: 500; }
.editorial-reviews-feed .stats-value { font-family: 'JetBrains Mono', monospace; font-size: 0.95rem; font-weight: 600; color: #1E2229; }
.editorial-reviews-feed .reviews-filter-bar { background-color: #FFFFFF; border: 1px solid #E4DFD7; }
.editorial-reviews-feed .reviews-search-group .form-control { background-color: #FFFFFF; border-color: #DDD7CD; color: #1A1B1E; font-size: 0.9rem; border-radius: 0; box-shadow: none; }
.editorial-reviews-feed .reviews-search-group .form-control:focus { border-color: #1E2229; background-color: #FFFFFF; color: #1A1B1E; }
.editorial-reviews-feed .reviews-search-group .input-group-text { border-color: #DDD7CD; border-radius: 0; }
.editorial-reviews-feed .btn-filter { background: transparent; color: #55524E; border: 1px solid #DDD7CD; border-radius: 0; font-size: 0.85rem; font-weight: 600; padding: 0.5rem 1rem; transition: all 0.2s ease; }
.editorial-reviews-feed .btn-filter:hover { background-color: #F3EFEA; color: #1E2229; border-color: #C8C2B8; }
.editorial-reviews-feed .btn-filter.active { background-color: #1E2229; color: #FBF9F5; border-color: #1E2229; }
.editorial-reviews-feed .form-select { background-color: #FFFFFF; border-color: #DDD7CD; color: #1A1B1E; border-radius: 0; font-size: 0.85rem; font-weight: 500; }
.editorial-reviews-feed .form-select:focus { border-color: #1E2229; box-shadow: none; }
.editorial-reviews-feed .review-card { background: #FFFFFF; border: 1px solid #E4DFD7; border-radius: 0; transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease; }
.editorial-reviews-feed .review-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08); border-color: #C8C2B8; }
.editorial-reviews-feed .review-card-img-wrap { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background-color: #EFECE6; }
.editorial-reviews-feed .review-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; filter: contrast(1.02) saturate(0.95); }
.editorial-reviews-feed .review-card:hover .review-card-img { transform: scale(1.03); }
.editorial-reviews-feed .review-badge-category { position: absolute; bottom: 12px; left: 12px; background: rgba(30, 34, 41, 0.85); color: #FBF9F5; font-size: 0.725rem; font-weight: 600; padding: 3px 8px; letter-spacing: 0.04em; text-transform: uppercase; }
.editorial-reviews-feed .review-meta { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: #85807A; }
.editorial-reviews-feed .meta-divider { color: #DDD7CD; }
.editorial-reviews-feed .review-card-title { font-family: 'Newsreader', 'Georgia', serif; font-size: 1.25rem; line-height: 1.35; font-weight: 600; margin-bottom: 0.75rem; }
.editorial-reviews-feed .review-title-link { color: #1E2229; text-decoration: none; transition: color 0.2s ease; }
.editorial-reviews-feed .review-title-link:hover { color: #B85D36; }
.editorial-reviews-feed .review-card-desc { font-size: 0.9rem; line-height: 1.6; color: #55524E; }
.editorial-reviews-feed .review-card-footer { border-color: #DDD7CD !important; }
.editorial-reviews-feed .btn-review-action { background: #1E2229; color: #FBF9F5; border: 1px solid #1E2229; border-radius: 0; padding: 0.65rem 1.25rem; font-weight: 600; font-size: 0.875rem; letter-spacing: 0.05em; text-decoration: none; transition: all 0.25s ease; }
.editorial-reviews-feed .btn-review-action:hover { background: #B85D36; border-color: #B85D36; color: #FFFFFF; transform: translateY(-1px); }
.editorial-reviews-feed .border-subtle { border-color: #E4DFD7 !important; }
@media (max-width: 767.98px) { .editorial-reviews-feed .editorial-title { font-size: 1.4rem; hyphens: auto; } .editorial-reviews-feed .review-card-title { font-size: 1.15rem; hyphens: auto; } }

/* ===== PAGE: about ===== */
.about-page-chronicle { background-color: #FBF9F5; color: #1A1B1E; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; } .about-page-chronicle .about-badge-meta { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; letter-spacing: 0.12em; color: #B85D36; font-weight: 600; } .about-page-chronicle .about-main-title { font-family: 'Newsreader', Georgia, serif; font-size: clamp(1.85rem, 3.5vw, 2.75rem); font-weight: 700; color: #1E2229; line-height: 1.25; } .about-page-chronicle .about-sub-title { font-family: 'Newsreader', Georgia, serif; font-size: clamp(1.4rem, 2.2vw, 1.85rem); font-weight: 600; color: #1E2229; line-height: 1.3; } .about-page-chronicle .about-divider-ornament { width: 60px; height: 2px; background-color: #B85D36; margin-top: 1rem; margin-bottom: 1rem; } .about-page-chronicle .about-lead-text { max-width: 740px; font-size: 1.125rem; line-height: 1.7; color: #55524E; } .about-page-chronicle .about-body-paragraph { font-size: 0.975rem; line-height: 1.75; color: #55524E; margin-bottom: 1rem; } .about-page-chronicle .about-feature-frame { background-color: #FFFFFF; border: 1px solid #C8C2B8; padding: 0.75rem; box-shadow: 0 4px 16px rgba(30, 34, 41, 0.05); } .about-page-chronicle .about-feature-image { width: 100%; height: 340px; object-fit: cover; display: block; } .about-page-chronicle .about-image-caption { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: #7A7265; margin-top: 0.6rem; padding-top: 0.5rem; border-top: 1px dashed #DDD7CD; } .about-page-chronicle .caption-label { font-weight: 600; color: #B85D36; margin-right: 0.35rem; } .about-page-chronicle .about-quick-specs { border-top: 1px solid #DDD7CD; padding-top: 1.25rem; } .about-page-chronicle .spec-item { background-color: #FFFFFF; border: 1px solid #E4DFD7; padding: 0.75rem 1.25rem; flex: 1 1 calc(33.333% - 1rem); min-width: 130px; } .about-page-chronicle .spec-num { display: block; font-family: 'Newsreader', Georgia, serif; font-size: 1.25rem; font-weight: 700; color: #1E2229; } .about-page-chronicle .spec-label { font-size: 0.75rem; color: #7A7265; font-family: 'JetBrains Mono', monospace; text-transform: uppercase; } .about-page-chronicle .about-pillars-section { background-color: #F3EFEA; border-top: 1px solid #E4DFD7; border-bottom: 1px solid #E4DFD7; } .about-page-chronicle .section-kicker { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #B85D36; display: block; margin-bottom: 0.25rem; } .about-page-chronicle .section-title { font-family: 'Newsreader', Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; color: #1E2229; margin-bottom: 0.5rem; } .about-page-chronicle .about-pillar-card { background-color: #FFFFFF; border: 1px solid #E4DFD7; padding: 2rem 1.5rem; height: 100%; transition: all 0.3s ease; position: relative; } .about-page-chronicle .about-pillar-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(30, 34, 41, 0.07); border-color: #C8C2B8; } .about-page-chronicle .pillar-index { position: absolute; top: 1rem; right: 1.25rem; font-family: 'Newsreader', Georgia, serif; font-size: 1.5rem; font-weight: 700; color: #DDD7CD; } .about-page-chronicle .pillar-icon { width: 46px; height: 46px; background-color: #FBF9F5; border: 1px solid #E4DFD7; color: #B85D36; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 1.25rem; } .about-page-chronicle .pillar-title { font-family: 'Newsreader', Georgia, serif; font-size: 1.25rem; font-weight: 700; color: #1E2229; margin-bottom: 0.75rem; } .about-page-chronicle .pillar-text { font-size: 0.9rem; line-height: 1.65; color: #55524E; margin-bottom: 0; } .about-page-chronicle .about-nav-container { border-bottom: 1px solid #DDD7CD; padding-bottom: 1.25rem; } .about-page-chronicle .about-tab-btn { background-color: transparent; border: 1px solid #C8C2B8; color: #55524E; padding: 0.6rem 1.4rem; font-size: 0.875rem; font-weight: 600; cursor: pointer; transition: all 0.2s ease; border-radius: 0; } .about-page-chronicle .about-tab-btn:hover { background-color: #F3EFEA; color: #1E2229; } .about-page-chronicle .about-tab-btn.active { background-color: #1E2229; border-color: #1E2229; color: #FFFFFF; } .about-page-chronicle .about-tab-panel { display: none; background-color: #FFFFFF; border: 1px solid #E4DFD7; padding: 2.25rem; box-shadow: 0 2px 8px rgba(30, 34, 41, 0.03); } .about-page-chronicle .about-tab-panel.active { display: block; } .about-page-chronicle .tab-content-heading { font-family: 'Newsreader', Georgia, serif; font-size: 1.35rem; font-weight: 700; color: #1E2229; margin-bottom: 1rem; } .about-page-chronicle .tab-content-desc { font-size: 0.95rem; line-height: 1.7; color: #55524E; margin-bottom: 1.25rem; } .about-page-chronicle .tab-feature-list { list-style: none; padding-left: 0; margin-bottom: 0; } .about-page-chronicle .tab-list-item { font-size: 0.9rem; color: #1A1B1E; margin-bottom: 0.6rem; display: flex; align-items: center; } .about-page-chronicle .text-accent { color: #B85D36; } .about-page-chronicle .tab-summary-box { background-color: #FBF9F5; border: 1px solid #DDD7CD; padding: 1.5rem; } .about-page-chronicle .summary-header { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; color: #1E2229; border-bottom: 1px solid #DDD7CD; padding-bottom: 0.5rem; margin-bottom: 1rem; } .about-page-chronicle .summary-row { display: flex; justify-content: space-between; font-size: 0.85rem; padding: 0.4rem 0; border-bottom: 1px dashed #E4DFD7; } .about-page-chronicle .summary-row:last-child { border-bottom: none; } .about-page-chronicle .summary-row span { color: #7A7265; } .about-page-chronicle .summary-row strong { color: #1E2229; font-weight: 600; font-family: 'JetBrains Mono', monospace; } .about-page-chronicle .about-team-section { border-top: 1px solid #E4DFD7; } .about-page-chronicle .about-team-card { background-color: #FFFFFF; border: 1px solid #E4DFD7; padding: 1.75rem 1.25rem; height: 100%; transition: all 0.3s ease; } .about-page-chronicle .about-team-card:hover { border-color: #C8C2B8; box-shadow: 0 6px 18px rgba(30, 34, 41, 0.05); } .about-page-chronicle .team-avatar-wrapper { width: 110px; height: 110px; margin: 0 auto; border-radius: 50%; overflow: hidden; border: 2px solid #E4DFD7; padding: 3px; background-color: #FBF9F5; } .about-page-chronicle .team-avatar { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; } .about-page-chronicle .team-name { font-family: 'Newsreader', Georgia, serif; font-size: 1.25rem; font-weight: 700; color: #1E2229; margin-bottom: 0.2rem; } .about-page-chronicle .team-role { display: block; font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: #B85D36; font-weight: 600; margin-bottom: 0.75rem; } .about-page-chronicle .team-bio { font-size: 0.85rem; line-height: 1.6; color: #55524E; margin-bottom: 0; } .about-page-chronicle .about-navigation-footer { background-color: #F3EFEA; border-top: 1px solid #DDD7CD; } .about-page-chronicle .about-nav-cta { background-color: #FFFFFF; border: 1px solid #C8C2B8; } .about-page-chronicle .cta-kicker { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 600; color: #B85D36; letter-spacing: 0.1em; } .about-page-chronicle .cta-heading { font-family: 'Newsreader', Georgia, serif; font-size: clamp(1.3rem, 2vw, 1.65rem); font-weight: 700; color: #1E2229; } .about-page-chronicle .cta-desc { font-size: 0.925rem; color: #55524E; } .about-page-chronicle .about-btn-primary { background-color: #1E2229; color: #FBF9F5; border: 1px solid #1E2229; border-radius: 0; padding: 0.55rem 1.25rem; font-weight: 600; font-size: 0.85rem; text-decoration: none; } .about-page-chronicle .about-btn-primary:hover { background-color: #B85D36; border-color: #B85D36; color: #FFFFFF; } .about-page-chronicle .about-btn-secondary { background-color: #7A7265; color: #FFFFFF; border: 1px solid #7A7265; border-radius: 0; padding: 0.55rem 1.25rem; font-weight: 600; font-size: 0.85rem; text-decoration: none; } .about-page-chronicle .about-btn-secondary:hover { background-color: #5F584E; border-color: #5F584E; color: #FFFFFF; } .about-page-chronicle .about-btn-outline { background-color: transparent; color: #1E2229; border: 1px solid #C8C2B8; border-radius: 0; padding: 0.55rem 1.25rem; font-weight: 600; font-size: 0.85rem; text-decoration: none; } .about-page-chronicle .about-btn-outline:hover { background-color: #F3EFEA; border-color: #1E2229; color: #1E2229; } @media (max-width: 767.98px) { .about-page-chronicle .about-main-title { font-size: 1.5rem; } .about-page-chronicle .about-sub-title { font-size: 1.25rem; } .about-page-chronicle .section-title { font-size: 1.35rem; } .about-page-chronicle .about-feature-image { height: 240px; } .about-page-chronicle .about-tab-btn { padding: 0.5rem 0.75rem; font-size: 0.78rem; } .about-page-chronicle .about-tab-panel { padding: 1.25rem; } }

/* ===== PAGE: contact ===== */
.contact-editorial-section { background-color: #FBF9F5; color: #1A1B1E; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.contact-editorial-section .contact-header-box { max-width: 780px; }
.contact-editorial-section .contact-badge-label { display: inline-block; }
.contact-editorial-section .contact-meta-tag { font-family: 'JetBrains Mono', monospace; font-size: 0.8125rem; font-weight: 600; color: #B85D36; letter-spacing: 0.08em; text-transform: uppercase; background-color: #F3EFEA; padding: 0.35rem 0.75rem; border: 1px solid #E4DFD7; }
.contact-editorial-section .contact-main-title { font-family: 'Newsreader', 'Georgia', serif; font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 700; color: #1E2229; line-height: 1.2; }
.contact-editorial-section .contact-lead-desc { font-size: 1.05rem; line-height: 1.65; color: #55524E; }
.contact-editorial-section .contact-form-card { background-color: #FFFFFF; border: 1px solid #E4DFD7; box-shadow: 0 2px 8px rgba(30, 34, 41, 0.04); }
.contact-editorial-section .contact-section-heading { font-family: 'Newsreader', 'Georgia', serif; font-size: 1.5rem; font-weight: 700; color: #1E2229; border-bottom: 1px solid #DDD7CD; padding-bottom: 0.75rem; }
.contact-editorial-section .contact-form-label { font-size: 0.875rem; font-weight: 600; color: #1E2229; margin-bottom: 0.4rem; display: block; }
.contact-editorial-section .contact-required-mark { color: #B85D36; font-weight: bold; }
.contact-editorial-section .contact-custom-input, .contact-editorial-section .contact-custom-select, .contact-editorial-section .contact-custom-textarea { background-color: #FFFFFF; border: 1px solid #C8C2B8; border-radius: 0; color: #1A1B1E; font-size: 0.95rem; padding: 0.75rem 1rem; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-editorial-section .contact-custom-input:focus, .contact-editorial-section .contact-custom-select:focus, .contact-editorial-section .contact-custom-textarea:focus { background-color: #FFFFFF; border-color: #1E2229; box-shadow: none; outline: none; }
.contact-editorial-section .contact-custom-input::placeholder, .contact-editorial-section .contact-custom-textarea::placeholder { color: #85807A; opacity: 1; }
.contact-editorial-section .contact-consent-block { background-color: #F3EFEA; border: 1px solid #E4DFD7; }
.contact-editorial-section .contact-consent-text { font-size: 0.875rem; color: #55524E; line-height: 1.5; }
.contact-editorial-section .contact-custom-checkbox { border-radius: 0; border: 1px solid #7A7265; cursor: pointer; }
.contact-editorial-section .contact-custom-checkbox:checked { background-color: #1E2229; border-color: #1E2229; }
.contact-editorial-section .contact-policy-link { color: #B85D36; text-decoration: underline; font-weight: 600; }
.contact-editorial-section .contact-policy-link:hover { color: #1E2229; }
.contact-editorial-section .contact-submit-btn { background-color: #1E2229; color: #FBF9F5; border: 1px solid #1E2229; border-radius: 0; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.05em; transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease; }
.contact-editorial-section .contact-submit-btn:hover { background-color: #B85D36; border-color: #B85D36; color: #FFFFFF; }
.contact-editorial-section .contact-sidebar-card { background-color: #FFFFFF; border: 1px solid #E4DFD7; box-shadow: 0 2px 8px rgba(30, 34, 41, 0.04); }
.contact-editorial-section .contact-sidebar-title { font-family: 'Newsreader', 'Georgia', serif; font-size: 1.35rem; font-weight: 700; color: #1E2229; border-bottom: 1px solid #DDD7CD; padding-bottom: 0.65rem; }
.contact-editorial-section .contact-guide-heading { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 700; color: #1E2229; margin-bottom: 0.35rem; display: flex; align-items: center; }
.contact-editorial-section .contact-guide-heading i { color: #B85D36; font-size: 0.95rem; }
.contact-editorial-section .contact-guide-text { font-size: 0.875rem; color: #55524E; line-height: 1.6; }
.contact-editorial-section .contact-divider { border-color: #DDD7CD; opacity: 1; margin: 1rem 0; }
.contact-editorial-section .contact-notice-card { background-color: #F3EFEA; border: 1px solid #DDD7CD; }
.contact-editorial-section .contact-notice-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: #1E2229; display: flex; align-items: center; }
.contact-editorial-section .contact-notice-title i { color: #7A7265; }
.contact-editorial-section .contact-notice-text { font-size: 0.8125rem; color: #55524E; line-height: 1.55; }
@media (max-width: 767.98px) { .contact-editorial-section .contact-main-title { font-size: 1.125rem; } .contact-editorial-section .contact-section-heading { font-size: 1rem; } .contact-editorial-section .contact-sidebar-title { font-size: 1rem; } .contact-editorial-section .contact-guide-heading, .contact-editorial-section .contact-notice-title { font-size: 0.875rem; } }

.editorial-comment-card.paper-thread-parent {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.75rem;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(30, 34, 41, 0.03);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.editorial-comment-card.paper-thread-parent:hover {
    border-color: #C8C2B8;
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.07);
}

.editorial-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    border: 1px solid #C8C2B8;
}

.editorial-avatar.text-avatar-primary {
    background: linear-gradient(135deg, #1E2229 0%, #2D343F 100%);
    color: #FBF9F5;
}

.avatar-initials {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.author-meta-block {
    line-height: 1.35;
}

.comment-author-name {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1A1B1E;
}

.verified-badge-pill {
    display: inline-flex;
    align-items: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    background-color: #F3EFEA;
    color: #B85D36;
    border: 1px solid #E4DFD7;
    border-radius: 2px;
    letter-spacing: 0.02em;
}

.comment-timestamp-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #85807A;
    margin-top: 0.2rem;
}

.editorial-rating-stars {
    color: #B85D36;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
}

.rating-numeric-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.82rem;
    font-weight: 600;
    color: #55524E;
}

.comment-headline-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1E2229;
    margin-bottom: 0.65rem;
}

.comment-paragraph-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #55524E;
    margin-bottom: 0.75rem;
}

.editorial-spec-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #5F584E;
    background-color: #FBF9F5;
    border: 1px solid #DDD7CD;
    padding: 0.25rem 0.6rem;
    border-radius: 0px;
    letter-spacing: 0.02em;
}

.comment-footer-action-bar {
    border-color: #DDD7CD !important;
}

.comment-action-btn {
    background: transparent;
    border: none;
    padding: 0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #7A7265;
    cursor: pointer;
    transition: color 0.2s ease;
}

.comment-action-btn:hover {
    color: #1E2229;
}

.comment-action-btn.like-btn:hover {
    color: #B85D36;
}

.meta-divider-bullet {
    color: #C8C2B8;
    font-size: 0.75rem;
}

.replies-count-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #85807A;
}

.comment-reply-trigger-btn {
    background-color: transparent;
    color: #1E2229;
    border: 1px solid #C8C2B8;
    border-radius: 0px;
    padding: 0.35rem 0.9rem;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: all 0.25s ease;
}

.comment-reply-trigger-btn:hover {
    background-color: #1E2229;
    border-color: #1E2229;
    color: #FBF9F5;
}

.editorial-comment-card.paper-thread-reply {
    background-color: #FBF9F5;
    border: 1px solid #DDD7CD;
    border-left: 3px solid #B85D36;
    padding: 1.35rem 1.5rem;
    border-radius: 0px;
    box-shadow: 0 1px 4px rgba(30, 34, 41, 0.02);
    position: relative;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-comment-card.paper-thread-reply:hover {
    background-color: #FFFFFF;
    border-color: #C8C2B8;
    border-left-color: #B85D36;
    box-shadow: 0 4px 16px rgba(30, 34, 41, 0.05);
}

.reply-thread-spine-connector {
    position: absolute;
    left: -1.75rem;
    top: 1.25rem;
    width: 1.5rem;
    height: 1.25rem;
    border-left: 2px solid #DDD7CD;
    border-bottom: 2px solid #DDD7CD;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .reply-thread-spine-connector {
        left: -1rem;
        width: 0.85rem;
    }
}

.editorial-avatar.text-avatar-warm {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, #B85D36 0%, #D9825B 100%);
    color: #FFFFFF;
    border: 1px solid #C8C2B8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.editorial-avatar.text-avatar-warm .avatar-initials {
    font-size: 0.85rem;
    font-weight: 700;
}

.author-editorial-role-tag {
    display: inline-flex;
    align-items: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.1rem 0.45rem;
    background-color: #1E2229;
    color: #FBF9F5;
    border-radius: 2px;
    letter-spacing: 0.02em;
}

.reply-recipient-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #7A7265;
    background-color: #F3EFEA;
    padding: 0.2rem 0.55rem;
    border: 1px solid #E4DFD7;
    border-radius: 2px;
}

.paper-thread-reply .comment-paragraph-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #55524E;
    margin-bottom: 0.5rem;
}

.paper-thread-reply .comment-paragraph-text em {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    color: #1E2229;
    font-weight: 600;
}

.paper-thread-reply .comment-reply-trigger-btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
}


/* ===== PAGE TEMPLATE: tech-news-list ===== */
.site-header-block {
    background-color: #FBF9F5;
    border-bottom: 1px solid #DDD7CD;
    position: relative;
    z-index: 1000;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-header-block__topbar {
    background-color: #F3EFEA;
    border-bottom: 1px solid #E4DFD7;
    padding: 0.4rem 0;
    font-size: 0.75rem;
}

.site-header-block__topbar-inner {
    color: #55524E;
}

.site-header-block__badge {
    background-color: #1E2229;
    color: #FBF9F5;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 0.5rem;
    display: inline-block;
}

.site-header-block__date-text {
    font-family: 'JetBrains Mono', monospace;
    color: #55524E;
    font-size: 0.75rem;
}

.site-header-block__slogan {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    color: #7A7265;
    font-size: 0.85rem;
}

@media (max-width:767.98px) {
    .site-header-block__slogan {
        display: none;
    }
}

.site-header-block__main {
    background-color: #FBF9F5;
    padding: 0.75rem 0;
}

.site-header-block__nav {
    padding: 0;
}

.site-header-block__brand {
    text-decoration: none;
    gap: 0.75rem;
}

.site-header-block__logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    display: block;
}

.site-header-block__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.site-header-block__brand-name {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #1E2229;
    letter-spacing: -0.02em;
}

.site-header-block__brand-sub {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #B85D36;
    text-transform: uppercase;
}

.site-header-block__toggler {
    border: 1px solid #C8C2B8;
    background-color: #FFFFFF;
    padding: 0.4rem 0.75rem;
    border-radius: 0;
    box-shadow: none;
}

.site-header-block__toggler:focus {
    box-shadow: none;
    outline: 2px solid #1E2229;
}

.site-header-block__toggler-icon {
    color: #1E2229;
    font-size: 1.1rem;
}

.site-header-block__menu {
    gap: 0.25rem;
}

.site-header-block__link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1B1E;
    padding: 0.55rem 0.95rem;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-bottom: 2px solid transparent;
}

.site-header-block__link:hover,
.site-header-block__link:focus {
    color: #B85D36;
    border-bottom-color: #B85D36;
    background-color: rgba(184, 93, 54, 0.04);
}

@media (max-width:991.98px) {
    .site-header-block__collapse {
        background-color: #FFFFFF;
        border: 1px solid #DDD7CD;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px rgba(30, 34, 41, 0.07);
    }

    .site-header-block__menu {
        gap: 0.2rem;
    }

    .site-header-block__link {
        font-size: 0.85rem;
        padding: 0.65rem 0.85rem;
        border-bottom: 1px solid #EFECE6;
    }

    .site-header-block__link:last-child {
        border-bottom: none;
    }

    .site-header-block__brand-name {
        font-size: 1.35rem;
    }
}

.article-detail-page-wrapper {
    background-color: #FBF9F5;
    color: #1A1B1E;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: 80vh;
}

.editorial-article-hero {
    background-color: #F3EFEA;
    border-bottom: 1px solid #DDD7CD;
    padding: 3rem 0 2rem 0;
}

.editorial-article-hero__meta-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.editorial-category-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    color: #B85D36;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.editorial-bullet {
    color: #85807A;
    font-size: 0.8rem;
}

.editorial-hero-date {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #55524E;
}

.editorial-article-hero__title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 2.35rem;
    font-weight: 700;
    color: #1E2229;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.editorial-article-hero__subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #55524E;
    margin-bottom: 1.25rem;
}

.editorial-article-hero__author-strip {
    border-top: 1px solid #DDD7CD;
    padding-top: 0.85rem;
    font-size: 0.875rem;
    color: #55524E;
}

.editorial-author-label {
    color: #85807A;
}

.editorial-author-name {
    color: #1E2229;
}

.editorial-reading-time {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #7A7265;
}

.paper-article-body__featured-image-box {
    border: 1px solid #E4DFD7;
    background-color: #FFFFFF;
    padding: 0.5rem;
}

.paper-article-body__image {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.paper-article-body__image-caption {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #85807A;
    padding: 0.4rem 0.25rem 0 0.25rem;
    text-align: right;
}

.paper-article-body__lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #1E2229;
    font-weight: 500;
    border-left: 3px solid #B85D36;
    padding-left: 1.25rem;
}

.paper-article-body__text-block h2 {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #1E2229;
    margin-top: 2rem;
    margin-bottom: 0.85rem;
    line-height: 1.25;
    border-bottom: 1px solid #DDD7CD;
    padding-bottom: 0.4rem;
}

.paper-article-body__text-block h3 {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2D343F;
    margin-top: 1.5rem;
    margin-bottom: 0.65rem;
    line-height: 1.3;
}

.paper-article-body__text-block p {
    font-size: 1rem;
    line-height: 1.75;
    color: #1A1B1E;
    margin-bottom: 1.25rem;
}

.paper-article-body__text-block blockquote {
    margin: 1.75rem 0;
    padding: 1.25rem 1.5rem;
    background-color: #F3EFEA;
    border-left: 4px solid #1E2229;
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #2D343F;
}

.paper-feature-list {
    list-style-type: square;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #1A1B1E;
}

.paper-feature-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.editorial-section-header {
    border-bottom: 2px solid #1E2229;
    padding-bottom: 0.5rem;
}

.editorial-section-kicker {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #B85D36;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 0.25rem;
}

.editorial-section-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #1E2229;
    margin: 0;
}

.curated-recommendation-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.25rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.curated-recommendation-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 34, 41, 0.06);
}

.curated-recommendation-card__category {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    font-weight: 600;
    color: #B85D36;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.curated-recommendation-card__title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1E2229;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.curated-recommendation-card__desc {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #55524E;
    margin-bottom: 1rem;
}

.btn-paper-standard {
    display: inline-block;
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-paper-standard:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

.btn-paper-primary {
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn-paper-primary:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

.editorial-comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
    position: relative;
}

.paper-thread-reply {
    border-left: 3px solid #B85D36;
}

.editorial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}

.text-avatar-primary {
    background-color: #1E2229;
    color: #FBF9F5;
}

.text-avatar-warm {
    background-color: #B85D36;
    color: #FFFFFF;
}

.comment-author-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1E2229;
}

.verified-badge-pill {
    font-size: 0.7rem;
    background-color: #F3EFEA;
    color: #B85D36;
    padding: 0.15rem 0.4rem;
    border: 1px solid #DDD7CD;
    font-weight: 600;
}

.author-editorial-role-tag {
    font-size: 0.7rem;
    background-color: #F3EFEA;
    color: #1E2229;
    padding: 0.15rem 0.4rem;
    border: 1px solid #DDD7CD;
    font-weight: 600;
}

.comment-timestamp-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #85807A;
}

.editorial-rating-stars {
    color: #B85D36;
    font-size: 0.85rem;
    cursor: pointer;
}

.rating-numeric-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    color: #55524E;
}

.comment-headline-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1E2229;
    margin-bottom: 0.5rem;
}

.comment-paragraph-text {
    font-size: 0.925rem;
    line-height: 1.65;
    color: #55524E;
    margin: 0;
}

.editorial-spec-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    background-color: #F3EFEA;
    color: #55524E;
    padding: 0.2rem 0.5rem;
    border: 1px solid #E4DFD7;
}

.comment-action-btn {
    background: none;
    border: 1px solid transparent;
    color: #55524E;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.comment-action-btn.active {
    color: #B85D36;
    font-weight: 700;
}

.comment-reply-trigger-btn {
    background: none;
    border: 1px solid #DDD7CD;
    color: #1E2229;
    font-size: 0.8rem;
    padding: 0.25rem 0.65rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.comment-reply-trigger-btn:hover {
    background-color: #F3EFEA;
    color: #B85D36;
}

.reply-recipient-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #B85D36;
    background-color: #F3EFEA;
    padding: 0.2rem 0.45rem;
    border: 1px solid #DDD7CD;
}

.meta-divider-bullet {
    color: #DDD7CD;
}

.replies-count-label {
    font-size: 0.8rem;
    color: #85807A;
}

.comment-submission-paper-card {
    background-color: #FFFFFF;
    border: 1px solid #DDD7CD;
}

.comment-submission-paper-card__title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E2229;
    border-bottom: 1px solid #E4DFD7;
    padding-bottom: 0.5rem;
}

.editorial-field-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1E2229;
    margin-bottom: 0.35rem;
}

.editorial-text-input {
    background-color: #FBF9F5;
    border: 1px solid #C8C2B8;
    border-radius: 0;
    color: #1A1B1E;
    font-size: 0.9rem;
    padding: 0.6rem 0.85rem;
}

.editorial-text-input:focus {
    background-color: #FFFFFF;
    border-color: #1E2229;
    box-shadow: none;
    outline: none;
}

.editorial-text-input::placeholder {
    color: #85807A;
    opacity: 1;
}

.comment-feedback-status {
    padding: 0.75rem 1rem;
    background-color: #F3EFEA;
    border-left: 4px solid #B85D36;
    font-size: 0.875rem;
    color: #1E2229;
}

.editorial-sidebar-widget {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
}

.editorial-sidebar-widget__title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E2229;
    border-bottom: 2px solid #1E2229;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.editorial-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.editorial-sidebar-item {
    border-bottom: 1px solid #F3EFEA;
    padding-bottom: 0.65rem;
}

.editorial-sidebar-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.editorial-sidebar-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.editorial-sidebar-date {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: #B85D36;
    font-weight: 500;
}

.editorial-sidebar-headline {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1B1E;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.editorial-sidebar-link:hover .editorial-sidebar-headline {
    color: #B85D36;
}

.paper-quote-card {
    background-color: #F3EFEA;
    border: 1px solid #C8C2B8;
}

.editorial-sidebar-kicker {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    font-weight: 600;
    color: #B85D36;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.25rem;
}

.editorial-sidebar-widget__heading {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1E2229;
    margin-bottom: 0.5rem;
}

.editorial-sidebar-widget__text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #55524E;
    margin: 0;
}

#dalveroq-footer {
    background-color: #F3EFEA;
    color: #1A1B1E;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 2px solid #1E2229;
    padding: 0;
}

#dalveroq-footer .site-footer__newspaper-rule {
    height: 1px;
    background-color: #DDD7CD;
    margin-bottom: 2.5rem;
}

#dalveroq-footer .site-footer__container {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

#dalveroq-footer .site-footer__brand-tag {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B85D36;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

#dalveroq-footer .site-footer__title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E2229;
    margin: 0 0 0.75rem 0;
    line-height: 1.15;
}

#dalveroq-footer .site-footer__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #55524E;
    margin: 0;
}

#dalveroq-footer .site-footer__heading {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1E2229;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #DDD7CD;
    padding-bottom: 0.5rem;
    line-height: 1.25;
}

#dalveroq-footer .site-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

#dalveroq-footer .site-footer__link {
    color: #55524E;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

#dalveroq-footer .site-footer__link:hover {
    color: #B85D36;
    transform: translateX(3px);
}

#dalveroq-footer .site-footer__newsletter-box {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
}

#dalveroq-footer .site-footer__newsletter-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #55524E;
    margin-bottom: 1rem;
}

#dalveroq-footer .site-footer__form {
    margin: 0;
}

#dalveroq-footer .site-footer__input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 576px) {
    #dalveroq-footer .site-footer__input-group {
        flex-direction: row;
    }
}

#dalveroq-footer .site-footer__input {
    background-color: #FBF9F5;
    border: 1px solid #C8C2B8;
    color: #1A1B1E;
    font-size: 0.875rem;
    padding: 0.65rem 1rem;
    width: 100%;
    border-radius: 0;
    outline: none;
    transition: border-color 0.25s ease;
}

#dalveroq-footer .site-footer__input::placeholder {
    color: #85807A;
    opacity: 1;
}

#dalveroq-footer .site-footer__input:focus {
    border-color: #1E2229;
    background-color: #FFFFFF;
}

#dalveroq-footer .site-footer__btn {
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    border-radius: 0;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#dalveroq-footer .site-footer__btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

#dalveroq-footer .site-footer__divider {
    height: 1px;
    background-color: #DDD7CD;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

#dalveroq-footer .site-footer__bottom-row {
    align-items: center;
}

#dalveroq-footer .site-footer__legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#dalveroq-footer .site-footer__legal-link {
    color: #85807A;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: color 0.25s ease;
}

#dalveroq-footer .site-footer__legal-link:hover {
    color: #1E2229;
    text-decoration: underline;
}

#dalveroq-footer .site-footer__copyright {
    font-size: 0.8125rem;
    color: #85807A;
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
    #dalveroq-footer .site-footer__copyright {
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    .editorial-article-hero__title {
        font-size: 18px;
        hyphens: auto;
    }

    .paper-article-body__text-block h2 {
        font-size: 16px;
        hyphens: auto;
    }

    .paper-article-body__text-block h3 {
        font-size: 14px;
        hyphens: auto;
    }

    #dalveroq-footer .site-footer__title {
        font-size: 16px;
        hyphens: auto;
    }

    #dalveroq-footer .site-footer__heading {
        font-size: 14px;
        hyphens: auto;
    }
}

/* ===== PAGE TEMPLATE: smart-home-list ===== */
body.paper-chronicle-theme {
    background-color: #FBF9F5;
    color: #1A1B1E;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-header-block {
    background-color: #FBF9F5;
    border-bottom: 1px solid #DDD7CD;
    position: relative;
    z-index: 1000;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-header-block__topbar {
    background-color: #F3EFEA;
    border-bottom: 1px solid #E4DFD7;
    padding: 0.4rem 0;
    font-size: 0.75rem;
}

.site-header-block__topbar-inner {
    color: #55524E;
}

.site-header-block__badge {
    background-color: #1E2229;
    color: #FBF9F5;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 0.5rem;
    display: inline-block;
}

.site-header-block__date-text {
    font-family: 'JetBrains Mono', monospace;
    color: #55524E;
    font-size: 0.75rem;
}

.site-header-block__slogan {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    color: #7A7265;
    font-size: 0.85rem;
}

@media (max-width:767.98px) {
    .site-header-block__slogan {
        display: none;
    }
}

.site-header-block__main {
    background-color: #FBF9F5;
    padding: 0.75rem 0;
}

.site-header-block__nav {
    padding: 0;
}

.site-header-block__brand {
    text-decoration: none;
    gap: 0.75rem;
}

.site-header-block__logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    display: block;
}

.site-header-block__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.site-header-block__brand-name {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #1E2229;
    letter-spacing: -0.02em;
}

.site-header-block__brand-sub {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #B85D36;
    text-transform: uppercase;
}

.site-header-block__toggler {
    border: 1px solid #C8C2B8;
    background-color: #FFFFFF;
    padding: 0.4rem 0.75rem;
    border-radius: 0;
    box-shadow: none;
}

.site-header-block__toggler:focus {
    box-shadow: none;
    outline: 2px solid #1E2229;
}

.site-header-block__toggler-icon {
    color: #1E2229;
    font-size: 1.1rem;
}

.site-header-block__menu {
    gap: 0.25rem;
}

.site-header-block__link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1B1E;
    padding: 0.55rem 0.95rem;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-bottom: 2px solid transparent;
}

.site-header-block__link:hover,
.site-header-block__link:focus {
    color: #B85D36;
    border-bottom-color: #B85D36;
    background-color: rgba(184, 93, 54, 0.04);
}

@media (max-width:991.98px) {
    .site-header-block__collapse {
        background-color: #FFFFFF;
        border: 1px solid #DDD7CD;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px rgba(30, 34, 41, 0.07);
    }

    .site-header-block__menu {
        gap: 0.2rem;
    }

    .site-header-block__link {
        font-size: 0.85rem;
        padding: 0.65rem 0.85rem;
        border-bottom: 1px solid #EFECE6;
    }

    .site-header-block__link:last-child {
        border-bottom: none;
    }

    .site-header-block__brand-name {
        font-size: 1.35rem;
    }
}

.detail-hero-section {
    background-color: #F3EFEA;
    border-bottom: 1px solid #DDD7CD;
    padding: 2.5rem 0 2rem;
}

.detail-breadcrumb-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
}

.detail-category-badge {
    font-family: 'JetBrains Mono', monospace;
    background-color: #1E2229;
    color: #FBF9F5;
    padding: 0.2rem 0.55rem;
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.detail-breadcrumb-sep {
    color: #85807A;
}

.detail-breadcrumb-current {
    color: #55524E;
    font-weight: 500;
}

.detail-headline-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1E2229;
    margin-bottom: 1rem;
}

.detail-lead-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #55524E;
    margin-bottom: 1.5rem;
}

.detail-meta-strip {
    border-top: 1px solid #DDD7CD;
    padding-top: 1rem;
    font-size: 0.875rem;
    color: #55524E;
    gap: 1rem;
}

.detail-meta-text strong {
    color: #1E2229;
}

.detail-single-image-box {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 0.5rem;
}

.detail-main-image {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.detail-image-caption {
    font-size: 0.8125rem;
    color: #7A7265;
    font-family: 'JetBrains Mono', monospace;
    padding: 0.5rem 0.25rem 0.25rem;
}

.detail-body-prose {
    color: #1A1B1E;
    font-size: 1rem;
    line-height: 1.7;
}

.detail-paragraph-lead {
    font-size: 1.075rem;
    font-weight: 500;
    color: #1E2229;
    margin-bottom: 1.25rem;
}

.detail-body-prose p {
    margin-bottom: 1.25rem;
    color: #1A1B1E;
}

.detail-subheading {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E2229;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.detail-editorial-quote {
    margin: 2rem 0;
    padding: 1.5rem 1.75rem;
    background-color: #F3EFEA;
    border-left: 4px solid #B85D36;
}

.detail-quote-text {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.5;
    color: #1E2229;
    margin-bottom: 0.5rem;
}

.detail-quote-author {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #7A7265;
    display: block;
}

.detail-tech-specs-box {
    background-color: #FFFFFF;
    border: 1px solid #C8C2B8;
    padding: 1.5rem;
}

.detail-specs-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E2229;
    border-bottom: 1px solid #DDD7CD;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}

.detail-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-specs-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid #EFECE6;
    font-size: 0.9rem;
}

.detail-specs-item:last-child {
    border-bottom: none;
}

.detail-specs-item strong {
    color: #1E2229;
}

.detail-specs-item span {
    color: #55524E;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
}

.detail-section-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-comments-area-title,
.detail-recommend-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #1E2229;
    margin: 0;
}

.detail-section-rule {
    height: 1px;
    background-color: #DDD7CD;
    width: 100%;
}

.editorial-comment-card {
    background: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
    position: relative;
}

.paper-thread-reply {
    background-color: #FBF9F5;
    border-left: 2px solid #B85D36;
}

.editorial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.text-avatar-primary {
    background-color: #1E2229;
    color: #FBF9F5;
}

.text-avatar-warm {
    background-color: #B85D36;
    color: #FFFFFF;
}

.comment-author-name {
    font-weight: 700;
    color: #1E2229;
    font-size: 0.95rem;
}

.verified-badge-pill {
    font-size: 0.725rem;
    background-color: #EFECE6;
    color: #1E2229;
    padding: 0.15rem 0.45rem;
    font-weight: 600;
}

.author-editorial-role-tag {
    font-size: 0.725rem;
    background-color: #F3EFEA;
    color: #B85D36;
    padding: 0.15rem 0.45rem;
    font-weight: 600;
}

.comment-timestamp-label {
    font-size: 0.775rem;
    color: #85807A;
    font-family: 'JetBrains Mono', monospace;
}

.editorial-rating-stars {
    color: #B85D36;
    font-size: 0.8rem;
}

.rating-numeric-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #55524E;
    font-weight: 600;
}

.comment-headline-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E2229;
    margin-bottom: 0.5rem;
}

.comment-paragraph-text {
    font-size: 0.925rem;
    line-height: 1.65;
    color: #55524E;
    margin: 0;
}

.editorial-spec-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    background-color: #F3EFEA;
    color: #55524E;
    border: 1px solid #E4DFD7;
    padding: 0.2rem 0.5rem;
}

.comment-action-btn {
    background: transparent;
    border: 1px solid #DDD7CD;
    color: #55524E;
    font-size: 0.8rem;
    padding: 0.25rem 0.65rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.comment-action-btn:hover,
.comment-action-btn.active {
    border-color: #B85D36;
    color: #B85D36;
    background-color: #FBF9F5;
}

.replies-count-label {
    font-size: 0.8rem;
    color: #7A7265;
}

.meta-divider-bullet {
    color: #DDD7CD;
}

.comment-reply-trigger-btn {
    background: transparent;
    border: none;
    color: #B85D36;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.comment-reply-trigger-btn:hover {
    color: #1E2229;
    text-decoration: underline;
}

.reply-recipient-badge {
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', monospace;
    background-color: #F3EFEA;
    color: #55524E;
    padding: 0.2rem 0.5rem;
}

.detail-comment-form-wrap {
    background-color: #FFFFFF;
}

.detail-form-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E2229;
}

.detail-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1E2229;
    margin-bottom: 0.35rem;
    display: block;
}

.detail-text-input,
.detail-select-input,
.detail-textarea-input {
    width: 100%;
    background-color: #FBF9F5;
    border: 1px solid #C8C2B8;
    color: #1A1B1E;
    font-size: 0.875rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0;
    outline: none;
    transition: border-color 0.2s ease;
}

.detail-text-input:focus,
.detail-select-input:focus,
.detail-textarea-input:focus {
    border-color: #1E2229;
    background-color: #FFFFFF;
}

.detail-text-input::placeholder,
.detail-textarea-input::placeholder {
    color: #85807A;
    opacity: 1;
}

.detail-primary-btn {
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    border-radius: 0;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
}

.detail-primary-btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

.detail-sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
}

.detail-sidebar-heading {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E2229;
    border-bottom: 1px solid #DDD7CD;
    padding-bottom: 0.65rem;
    margin-bottom: 1.25rem;
}

.detail-sidebar-digest-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-sidebar-digest-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.detail-digest-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 700;
    color: #B85D36;
    background-color: #F3EFEA;
    padding: 0.2rem 0.4rem;
    flex-shrink: 0;
}

.detail-digest-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55524E;
    margin: 0;
}

.detail-related-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-related-item {
    border-bottom: 1px solid #EFECE6;
    padding-bottom: 0.65rem;
}

.detail-related-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-related-link {
    color: #1A1B1E;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.2s ease;
    display: block;
}

.detail-related-link:hover {
    color: #B85D36;
}

.detail-recommend-section {
    background-color: #F3EFEA;
    border-top: 1px solid #DDD7CD;
}

.detail-recommend-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-recommend-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(30, 34, 41, 0.08);
    border-color: #C8C2B8;
}

.detail-recommend-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #7A7265;
    margin-bottom: 0.5rem;
    display: block;
}

.detail-recommend-heading {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E2229;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.detail-recommend-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #55524E;
    margin-bottom: 1rem;
}

#dalveroq-footer {
    background-color: #F3EFEA;
    color: #1A1B1E;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 2px solid #1E2229;
    padding: 0;
}

#dalveroq-footer .site-footer__newspaper-rule {
    height: 1px;
    background-color: #DDD7CD;
    margin-bottom: 2.5rem;
}

#dalveroq-footer .site-footer__container {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

#dalveroq-footer .site-footer__brand-tag {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B85D36;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

#dalveroq-footer .site-footer__title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1E2229;
    margin: 0 0 0.75rem 0;
    line-height: 1.15;
}

#dalveroq-footer .site-footer__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #55524E;
    margin: 0;
}

#dalveroq-footer .site-footer__heading {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1E2229;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #DDD7CD;
    padding-bottom: 0.5rem;
    line-height: 1.25;
}

#dalveroq-footer .site-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

#dalveroq-footer .site-footer__link {
    color: #55524E;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

#dalveroq-footer .site-footer__link:hover {
    color: #B85D36;
    transform: translateX(3px);
}

#dalveroq-footer .site-footer__newsletter-box {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
}

#dalveroq-footer .site-footer__newsletter-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #55524E;
    margin-bottom: 1rem;
}

#dalveroq-footer .site-footer__form {
    margin: 0;
}

#dalveroq-footer .site-footer__input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 576px) {
    #dalveroq-footer .site-footer__input-group {
        flex-direction: row;
    }
}

#dalveroq-footer .site-footer__input {
    background-color: #FBF9F5;
    border: 1px solid #C8C2B8;
    color: #1A1B1E;
    font-size: 0.875rem;
    padding: 0.65rem 1rem;
    width: 100%;
    border-radius: 0;
    outline: none;
    transition: border-color 0.25s ease;
}

#dalveroq-footer .site-footer__input::placeholder {
    color: #85807A;
    opacity: 1;
}

#dalveroq-footer .site-footer__input:focus {
    border-color: #1E2229;
    background-color: #FFFFFF;
}

#dalveroq-footer .site-footer__btn {
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    border-radius: 0;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#dalveroq-footer .site-footer__btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

#dalveroq-footer .site-footer__divider {
    height: 1px;
    background-color: #DDD7CD;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

#dalveroq-footer .site-footer__bottom-row {
    align-items: center;
}

#dalveroq-footer .site-footer__legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#dalveroq-footer .site-footer__legal-link {
    color: #85807A;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: color 0.25s ease;
}

#dalveroq-footer .site-footer__legal-link:hover {
    color: #1E2229;
    text-decoration: underline;
}

#dalveroq-footer .site-footer__copyright {
    font-size: 0.8125rem;
    color: #85807A;
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
    #dalveroq-footer .site-footer__copyright {
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    .detail-headline-title {
        font-size: 18px;
        hyphens: auto;
    }

    .detail-subheading,
    .detail-comments-area-title,
    .detail-recommend-title {
        font-size: 16px;
        hyphens: auto;
    }

    .detail-specs-title,
    .detail-sidebar-heading,
    .detail-form-title,
    .detail-recommend-heading {
        font-size: 14px;
        hyphens: auto;
    }

    #dalveroq-footer .site-footer__title {
        font-size: 16px;
        hyphens: auto;
    }

    #dalveroq-footer .site-footer__heading {
        font-size: 14px;
        hyphens: auto;
    }
}

/* ===== PAGE TEMPLATE: reviews-list ===== */
body.paper-chronicle-theme {
    background-color: #FBF9F5;
    color: #1A1B1E;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
    padding: 0;
}

.review-detail-page {
    background-color: #FBF9F5;
}

.review-detail-page .review-hero-section {
    background-color: #F3EFEA;
    border-bottom: 1px solid #DDD7CD;
    padding: 2.5rem 0 2rem 0;
}

.review-detail-page .review-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8125rem;
    gap: 0.5rem;
}

.review-detail-page .review-breadcrumb-link {
    color: #55524E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.review-detail-page .review-breadcrumb-link:hover {
    color: #B85D36;
}

.review-detail-page .review-breadcrumb-separator {
    color: #85807A;
    font-size: 0.65rem;
}

.review-detail-page .review-breadcrumb-item.active {
    color: #1E2229;
    font-weight: 600;
}

.review-detail-page .review-category-pill {
    background-color: #1E2229;
    color: #FBF9F5;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    letter-spacing: 0.05em;
}

.review-detail-page .review-date-label,
.review-detail-page .review-author-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #55524E;
}

.review-detail-page .review-hero-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #1E2229;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.review-detail-page .review-hero-subtitle {
    font-size: 1.1rem;
    color: #55524E;
    line-height: 1.6;
    margin: 0;
}

.review-detail-page .review-article-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 2rem;
    box-shadow: 0 2px 6px rgba(30, 34, 41, 0.03);
}

.review-detail-page .review-featured-image {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border: 1px solid #E4DFD7;
}

.review-detail-page .review-lead-text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7;
    color: #1A1B1E;
    margin-bottom: 1.5rem;
    border-left: 3px solid #B85D36;
    padding-left: 1rem;
}

.review-detail-page .review-subheading {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E2229;
    margin: 2rem 0 1rem 0;
    line-height: 1.3;
}

.review-detail-page .review-article-content p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #55524E;
    margin-bottom: 1.25rem;
}

.review-detail-page .review-pull-quote {
    background-color: #F3EFEA;
    border-left: 4px solid #1E2229;
    padding: 1.25rem 1.5rem;
}

.review-detail-page .review-quote-text {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #1E2229;
    line-height: 1.5;
    margin: 0 0 0.5rem 0;
}

.review-detail-page .review-quote-source {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #7A7265;
    display: block;
}

.review-detail-page .review-cta-btn {
    display: inline-block;
    background-color: #1E2229;
    color: #FBF9F5;
    text-decoration: none;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.review-detail-page .review-cta-btn:hover {
    background-color: #B85D36;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.review-detail-page .review-section-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1E2229;
    border-bottom: 2px solid #1E2229;
    padding-bottom: 0.65rem;
    margin: 0;
}

.review-detail-page .review-comments-count-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #B85D36;
}

.review-detail-page .editorial-comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
    position: relative;
}

.review-detail-page .paper-thread-reply {
    border-left: 3px solid #B85D36;
    position: relative;
}

.review-detail-page .editorial-avatar {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.review-detail-page .text-avatar-primary {
    background-color: #1E2229;
    color: #FBF9F5;
}

.review-detail-page .text-avatar-warm {
    background-color: #B85D36;
    color: #FFFFFF;
}

.review-detail-page .comment-author-name {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1E2229;
}

.review-detail-page .verified-badge-pill {
    background-color: #F3EFEA;
    color: #B85D36;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.4rem;
    border: 1px solid #DDD7CD;
}

.review-detail-page .author-editorial-role-tag {
    background-color: #1E2229;
    color: #FBF9F5;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.4rem;
}

.review-detail-page .comment-timestamp-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #85807A;
}

.review-detail-page .editorial-rating-stars {
    color: #B85D36;
    font-size: 0.8125rem;
}

.review-detail-page .rating-numeric-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1E2229;
}

.review-detail-page .reply-recipient-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #7A7265;
    background-color: #F3EFEA;
    padding: 0.2rem 0.5rem;
}

.review-detail-page .comment-headline-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1E2229;
    margin: 0.75rem 0 0.5rem 0;
}

.review-detail-page .comment-paragraph-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #55524E;
    margin: 0;
}

.review-detail-page .editorial-spec-tag {
    background-color: #FBF9F5;
    border: 1px solid #DDD7CD;
    color: #55524E;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    font-family: 'JetBrains Mono', monospace;
}

.review-detail-page .border-divider {
    border-color: #DDD7CD !important;
}

.review-detail-page .comment-action-btn {
    background: none;
    border: 1px solid #DDD7CD;
    color: #55524E;
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', monospace;
    padding: 0.25rem 0.65rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.review-detail-page .comment-action-btn:hover,
.review-detail-page .comment-action-btn.active {
    border-color: #B85D36;
    color: #B85D36;
    background-color: #FBF9F5;
}

.review-detail-page .meta-divider-bullet {
    color: #C8C2B8;
}

.review-detail-page .replies-count-label {
    font-size: 0.75rem;
    color: #85807A;
    font-family: 'JetBrains Mono', monospace;
}

.review-detail-page .comment-reply-trigger-btn {
    background: none;
    border: none;
    color: #B85D36;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0;
}

.review-detail-page .comment-reply-trigger-btn:hover {
    text-decoration: underline;
}

.review-detail-page .review-comment-form-container {
    background-color: #FFFFFF;
    border: 1px solid #DDD7CD;
}

.review-detail-page .review-form-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E2229;
}

.review-detail-page .review-form-desc {
    font-size: 0.875rem;
    color: #7A7265;
}

.review-detail-page .review-form-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1E2229;
    margin-bottom: 0.35rem;
}

.review-detail-page .review-form-input,
.review-detail-page .review-form-textarea {
    width: 100%;
    background-color: #FBF9F5;
    border: 1px solid #C8C2B8;
    color: #1A1B1E;
    font-size: 0.875rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.review-detail-page .review-form-input::placeholder,
.review-detail-page .review-form-textarea::placeholder {
    color: #85807A;
    opacity: 1;
}

.review-detail-page .review-form-input:focus,
.review-detail-page .review-form-textarea:focus {
    border-color: #1E2229;
    background-color: #FFFFFF;
}

.review-detail-page .star-btn {
    background: none;
    border: none;
    color: #DDD7CD;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0 0.15rem;
    transition: color 0.2s ease;
}

.review-detail-page .star-btn.active {
    color: #B85D36;
}

.review-detail-page .review-form-submit-btn {
    background-color: #1E2229;
    color: #FBF9F5;
    border: 1px solid #1E2229;
    border-radius: 0;
    padding: 0.65rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
}

.review-detail-page .review-form-submit-btn:hover {
    background-color: #B85D36;
    border-color: #B85D36;
    color: #FFFFFF;
}

.review-detail-page .review-sidebar-block {
    background-color: #FFFFFF;
    border: 1px solid #E4DFD7;
    padding: 1.5rem;
}

.review-detail-page .review-sidebar-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E2229;
    border-bottom: 2px solid #1E2229;
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem;
}

.review-detail-page .review-recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.review-detail-page .review-recent-post-item {
    border-bottom: 1px solid #EFECE6;
    padding-bottom: 0.85rem;
}

.review-detail-page .review-recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.review-detail-page .review-recent-post-link {
    text-decoration: none;
    display: block;
}

.review-detail-page .review-recent-date {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #B85D36;
    display: block;
    margin-bottom: 0.25rem;
}

.review-detail-page .review-recent-item-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1E2229;
    line-height: 1.35;
    margin: 0;
    transition: color 0.2s ease;
}

.review-detail-page .review-recent-post-link:hover .review-recent-item-title {
    color: #B85D36;
}

.review-detail-page .review-summary-box {
    background-color: #FBF9F5;
    border: 1px solid #DDD7CD;
    padding: 1rem;
}

.review-detail-page .review-summary-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #55524E;
    margin-bottom: 1rem;
}

.review-detail-page .review-sidebar-btn {
    display: inline-block;
    background-color: #1E2229;
    color: #FBF9F5;
    text-decoration: none;
    padding: 0.45rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease;
}

.review-detail-page .review-sidebar-btn:hover {
    background-color: #B85D36;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .review-detail-page .review-hero-title {
        font-size: 1.5rem;
        hyphens: auto;
    }

    .review-detail-page .review-subheading {
        font-size: 1.25rem;
        hyphens: auto;
    }

    .review-detail-page .review-section-title {
        font-size: 1.15rem;
        hyphens: auto;
    }

    .review-detail-page .review-article-card {
        padding: 1.25rem;
    }

    .review-detail-page .editorial-comment-card {
        padding: 1rem;
    }
}
/* ---- Mobile comment layout fixes ---- */
@media (max-width: 767.98px) {
    .editorial-comment-card {
        padding: 1rem !important;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .editorial-comment-card .comment-header-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.6rem;
    }
    .editorial-comment-card .comment-header-row > .d-flex {
        flex-wrap: wrap;
        gap: 0.6rem !important;
    }
    .editorial-comment-card .comment-rating-indicator {
        flex-wrap: wrap;
        row-gap: 0.25rem;
    }
    .editorial-comment-card .comment-footer-action-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.55rem;
    }
    .editorial-comment-card .action-metric-group {
        flex-wrap: wrap;
        gap: 0.4rem 0.85rem !important;
    }
    .editorial-comment-card .comment-tag-cluster {
        gap: 0.4rem !important;
    }
    .editorial-comment-card .editorial-spec-tag {
        max-width: 100%;
        overflow-wrap: break-word;
        white-space: normal;
    }
    .editorial-comment-card.paper-thread-reply {
        margin-left: 0.75rem !important;
        padding: 1rem !important;
    }
    .editorial-comment-card .editorial-avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .replies-count-label {
        font-size: 0.75rem;
    }
}