/* Roll of honour — fifty years of presentation nights, on one page. */

body {
    margin: 0;
    background-color: #f8f9fa;
    color: #111111;
    font-family: var(--font-primary);
}

.hon-page {
    max-width: 44rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
}

.hon-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* --- header ------------------------------------------------------------- */

.hon-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.hon-header h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.hon-intro {
    margin: 0 auto;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
}

.hon-count {
    margin: 0.85rem 0 0;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9aa3ad;
}

/* --- most decorated ----------------------------------------------------- */

.hon-decorated {
    background: #ffffff;
    border: 1px solid #e6e8eb;
    padding: 1.5rem 1.5rem 1.25rem;
    margin-bottom: 2.5rem;
}

.hon-decorated__title {
    margin: 0 0 1rem;
    font-family: var(--font-mono);
    font-size: 0.64rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9aa3ad;
}

.hon-decorated__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 0.9rem 1.5rem;
}

.hon-decorated__item {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
}

.hon-decorated__num {
    font-family: var(--font-mono);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    color: #b8811a;
    font-variant-numeric: tabular-nums;
    min-width: 1.2rem;
}

.hon-decorated__who {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.hon-decorated__name {
    font-size: 0.95rem;
    font-weight: 500;
    color: #111111;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hon-decorated__name:hover {
    text-decoration: underline;
}

.hon-decorated__span {
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.04em;
    color: #c2c8ce;
    font-variant-numeric: tabular-nums;
}

/* --- search and decade rail --------------------------------------------- */

.hon-tools {
    margin-bottom: 2.5rem;
}

.hon-search__input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 1rem;
    font-family: var(--font-primary);
    font-size: 0.95rem;
    color: #111111;
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-radius: 0;
    appearance: none;
}

.hon-search__input:focus {
    outline: none;
    border-color: #111111;
}

.hon-search__input::placeholder {
    color: #b6bcc3;
}

.hon-search__status {
    margin: 0.55rem 0 0;
    min-height: 1em;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9aa3ad;
}

.hon-decades {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1rem;
}

.hon-decades__link {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    padding: 0.4rem 0.7rem;
    background: #ffffff;
    border: 1px solid #e6e8eb;
    text-decoration: none;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: #6b7280;
    letter-spacing: 0.04em;
}

.hon-decades__link:hover {
    border-color: #111111;
    color: #111111;
}

.hon-decades__count {
    font-size: 0.62rem;
    color: #c2c8ce;
    font-variant-numeric: tabular-nums;
}

.hon-empty {
    margin: 0 0 2rem;
    font-size: 0.95rem;
    color: #666666;
}

/* --- the board ---------------------------------------------------------- */

.hon-decade-marker {
    margin: 2.5rem 0 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #111111;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #111111;
}

.hon-decade-marker:first-child {
    margin-top: 0;
}

.hon-season {
    background: #ffffff;
    border: 1px solid #e6e8eb;
    padding: 1.25rem 1.4rem;
    margin-bottom: 0.85rem;
}

.hon-season__title {
    margin: 0 0 0.9rem;
    font-family: var(--font-mono);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #111111;
    font-variant-numeric: tabular-nums;
}

.hon-season__none {
    margin: 0;
    font-size: 0.9rem;
    color: #9aa3ad;
}

.hon-awards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.hon-award {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: baseline;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f1f3f5;
}

.hon-award:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.hon-award__trophy {
    font-size: 0.8rem;
    line-height: 1.35;
    color: #6b7280;
}

.hon-award__winner {
    font-size: 0.92rem;
    line-height: 1.35;
    color: #111111;
}

.hon-award__winner a {
    color: #111111;
    text-decoration: none;
    border-bottom: 1px solid #e2e5e9;
}

.hon-award__winner a:hover {
    border-bottom-color: #111111;
}

.hon-award__note {
    margin-left: 0.4rem;
    font-family: var(--font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #b8811a;
    white-space: nowrap;
}

@media (max-width: 34rem) {
    .hon-award {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }

    .hon-season {
        padding: 1.1rem 1.15rem;
    }
}
