.pth-shell {
    --pth-ink: #090705;
    --pth-bone: #eae6e1;
    --pth-muted: rgba(234, 230, 225, 0.68);
    --pth-brass: #b7935a;
    --pth-moss: #586d4b;
    --pth-violet: #6d4b8a;
    color: var(--pth-bone);
    background:
        radial-gradient(circle at 22% 8%, rgba(88, 109, 75, 0.2), transparent 22rem),
        radial-gradient(circle at 78% 18%, rgba(109, 75, 138, 0.14), transparent 24rem);
}

.pth-hero,
.pth-main {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.pth-hero {
    min-height: clamp(360px, 52vh, 560px);
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: clamp(3rem, 8vw, 6rem) 0;
    border-bottom: 1px solid rgba(183, 147, 90, 0.24);
    text-align: center;
}

.pth-kicker {
    margin: 0;
    color: var(--pth-brass);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.pth-hero h1 {
    margin: 0;
    font-family: "Special Elite", Georgia, serif;
    font-size: clamp(3.5rem, 12vw, 8rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pth-hero p:not(.pth-kicker),
.pth-section__heading p,
.pth-topic-row p,
.pth-empty p,
.pth-profile p {
    color: var(--pth-muted);
    line-height: 1.7;
}

.pth-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.pth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(183, 147, 90, 0.62);
    border-radius: 3px;
    background: rgba(88, 109, 75, 0.78);
    color: var(--pth-bone);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.pth-button--ghost {
    background: rgba(9, 7, 5, 0.46);
}

.pth-main {
    display: grid;
    gap: clamp(3rem, 7vw, 5rem);
    padding: clamp(3rem, 7vw, 5rem) 0;
}

.pth-section {
    display: grid;
    gap: 1.25rem;
}

.pth-section__heading h2,
.pth-topic h2,
.pth-profile h2 {
    margin: 0.35rem 0 0;
    font-family: "Special Elite", Georgia, serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pth-forum-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pth-forum-card,
.pth-topic-row,
.pth-topic,
.pth-empty,
.pth-profile {
    border: 1px solid rgba(234, 230, 225, 0.14);
    border-radius: 7px;
    background:
        linear-gradient(180deg, rgba(234, 230, 225, 0.055), rgba(234, 230, 225, 0.018)),
        rgba(11, 9, 8, 0.78);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.pth-forum-card {
    min-height: 190px;
    display: grid;
    align-content: space-between;
    gap: 1rem;
    padding: 1.15rem;
    color: var(--pth-bone);
    text-decoration: none;
}

.pth-forum-card strong,
.pth-topic-row h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.15;
    text-transform: uppercase;
}

.pth-forum-card span,
.pth-forum-card small,
.pth-topic-row span,
.pth-topic__meta,
.pth-breadcrumb {
    color: var(--pth-muted);
    font-size: 0.82rem;
}

.pth-topic-list {
    display: grid;
    gap: 0.85rem;
}

.pth-topic-row,
.pth-topic,
.pth-empty,
.pth-profile {
    padding: 1.2rem;
}

.pth-topic-row h3 {
    margin: 0 0 0.35rem;
}

.pth-topic-row a,
.pth-breadcrumb a,
.pth-empty a {
    color: var(--pth-bone);
}

.pth-topic__body {
    margin-top: 1.5rem;
    color: rgba(234, 230, 225, 0.82);
}

.pth-breadcrumb {
    margin-bottom: 1rem;
}

@media (max-width: 860px) {
    .pth-forum-grid {
        grid-template-columns: 1fr;
    }
}
