.main-title {
    background: var(--ink);
    color: #fff;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
}

.main-title::after {
    content: '"hig"';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--mono);
    font-size: 50px;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
}

.main-title-tag {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--accent);
    margin-bottom: 3px;
}

.main-title h1 {
    font-family: var(--serif);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 3px;
}

.main-title p {
    color: #aaa;
    font-size: 15px;
    max-width: 500px;
}

.section h1 {
    font-family: var(--serif);
    font-size: 30px;
    color: var(--ink);
    margin-bottom: 20px;
    line-height: 1.3;
}

.desc a {
    text-decoration: none;
    color: var(--ink);
}

.list-2025-12-23 {
    margin-bottom: 0px;
}

.list-2025-12-23 p {
    margin-bottom: 0px;
}

.list-2025-12-23 ul {
    margin-left: 40px;
    margin-bottom: 0px;
}