@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=Inter:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

/* GLOBAL READABILITY FIX */
body,
.section-light,
.directory-section,
.page-hero {
    color: #2e1f0e;
}

.section-light *,
.directory-section *,
.page-hero * {
    color: #2e1f0e;
}

.hero *,
.nav *,
.site-footer * {
    color: inherit;
}

/* Better muted gold Ã¢â‚¬â€ section kickers on light backgrounds */
.section-kicker,
.year,
.institution,
.footer-links button {
    color: #dab55d !important;
}

/* Eyebrow on light sections (e.g. page-hero "Distinguished recipients") */
.eyebrow {
    color: #dab55d;
}

/* Hero readable colors */
.hero .white-line,
.hero .subtitle {
    text-shadow: 0 3px 14px rgba(20, 35, 55, .45);
}

.hero .subtitle {
    color: #dab55d !important;
    text-shadow: 0 2px 8px rgba(80, 50, 5, .30), 0 1px 0 rgba(255, 255, 255, .25);
}

/* Hero eyebrow "Honouring excellenceÃ¢â‚¬Â¦" Ã¢â‚¬â€ same gold with shadow */
.hero .eyebrow {
    color: #dab55d !important;
    text-shadow: 0 2px 10px rgba(80, 50, 5, .45), 0 1px 0 rgba(255, 255, 255, .30);
}

/* Navbar/footer readable */
.nav,
.site-footer {
    color: #2e1f0e;
}

.nav button,
.nav span,
.site-footer button,
.site-footer h3,
.site-footer p {
    color: #3a2e1a !important;
}

body {
    margin: 0;
    background: #faf7f1;
    color: #2e1f0e;
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px;
}

a {
    color: inherit;
    text-decoration: none
}

button,
a {
    cursor: pointer
}

button {
    font-family: inherit
}

h1,
h2,
h3 {
    font-family: Cinzel, serif;
    font-weight: 500
}

.nav {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 74px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 54px;
    background: linear-gradient(135deg,
            rgba(255, 253, 249, .97),
            rgba(252, 249, 243, .97));
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(198, 154, 58, .16);
    transition: all .55s ease;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #3a2e1a
}

.brand-button {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left
}

.seal {
    width: 34px;
    height: 34px;
    border: 1.5px solid #cda85a;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #142845;
    box-shadow: 0 0 22px rgba(205, 168, 90, .18)
}

.center-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    font-size: 11px;
    text-transform: uppercase;
    color: #5a4a2e;
    letter-spacing: .12em
}

.center-nav button {
    border: 0;
    background: transparent;
    color: #5a4a2e;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    padding: 10px 0;
    position: relative
}

.center-nav button.active:after,
.center-nav button:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b88722
}

.admin-icon {
    justify-self: end;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(218, 181, 93, .42);
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    color: #d7b362;
    display: grid;
    place-items: center
}

.hero {
    min-height: 560px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    text-align: center;
    /* Landing hero artwork: place background.png in the same src folder as App.jsx/styles.css */
    background:
        radial-gradient(circle at center,
            #f3eee3 0%,
            #efe7da 28%,
            #e7d8c2 56%,
            #d8bea0 82%,
            #caa67c 100%);
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

/* background.png already contains the landing-page artwork, so the old vignette overlays are disabled */
.hero::before,
.hero::after {
    display: none;
}

.clean-hero {
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 24px 40px;
    transform: translateY(-10px);
}

.eyebrow,
.section-kicker {
    color: #dab55d;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 700;
}

.hero h1 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.10;
    letter-spacing: .045em;
    font-weight: 500;
    margin: 8px auto 14px;
    text-transform: uppercase;
}

.gold-line {
    position: relative;
}

/* gold-line glow handled by filter drop-shadow on the gradient text */

.hero h1 {
    position: relative;
}

.hero h1 span {
    position: relative;
    z-index: 2;
}

.subtitle {
    max-width: 620px;
    margin: 8px auto 18px;
    color: #5a4a2e !important;
    font-size: 11.5px;
    line-height: 1.45;
    font-weight: 600;

    text-shadow:
        0 1px 1px rgba(255, 255, 255, 0.444);
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px
}

.gold-btn,
.outline-btn {
    border-radius: 999px;
    padding: 13px 24px;
    border: 1px solid #d7b362;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none
}

.gold-btn {
    background: linear-gradient(135deg, #f1d893, #b98a34);
    color: #09111e
}

.outline-btn {
    background: rgba(255, 255, 255, .18);
    color: #5a4a2e;
    border-color: rgba(90, 74, 46, .55);
}

.section-light {
    background: linear-gradient(180deg, #fdfdfd 0%, #eef6fb 100%);
    color: #2e1f0e;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   ABOUT SECTION Ã¢â‚¬â€ Premium Redesign
   Replaces existing .about rules
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

.about-section {
    background: linear-gradient(180deg, #fffdf9 0%, #f8f2e6 50%, #ede0cc 100%);
    padding: 110px 7vw 0;
    border-top: 1px solid rgba(198, 154, 58, .20);
    position: relative;
    overflow: hidden;
}

/* Subtle background texture Ã¢â‚¬â€ diagonal watermark grid */
.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, rgba(198, 154, 58, .04) 1px, transparent 1px),
        linear-gradient(-45deg, rgba(198, 154, 58, .04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Kicker Ã¢â€â‚¬Ã¢â€â‚¬ */
.about-kicker {
    text-align: center;
    margin: 0 0 14px;
    position: relative;
    z-index: 1;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Top rule with ornament Ã¢â€â‚¬Ã¢â€â‚¬ */
.about-rule-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
}

.about-rule-top::before,
.about-rule-top::after {
    content: "";
    flex: 1;
    max-width: 320px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 135, 34, .45), transparent);
}

.about-rule-ornament {
    color: #b88722;
    font-size: 11px;
    opacity: .7;
    letter-spacing: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Main 2-column grid Ã¢â€â‚¬Ã¢â€â‚¬ */
.about-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
    align-items: start;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   LEFT: Portrait column
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

.about-portrait-col {
    position: sticky;
    top: 104px;
}

/* The layered portrait frame */
.about-portrait-frame {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

/* Outer accent border Ã¢â‚¬â€ offset gold frame */
.about-portrait-frame::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(184, 135, 34, .30);
    pointer-events: none;
    z-index: 0;
}

/* Inner image matte */
.about-portrait-matte {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #e5dccd;
    aspect-ratio: 3 / 4;
    border: 1px solid rgba(20, 30, 50, .14);
}

.about-portrait-img {
    width: 115%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    display: block;
    filter: grayscale(18%) contrast(1.06) brightness(1.01);
}

.about-portrait-frame:hover .about-portrait-img {
    filter: grayscale(0%) contrast(1.04);
}

.about-portrait-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(160deg, #e4dbca, #c9b99e);
    font-family: Cinzel, serif;
    font-size: 52px;
    color: rgba(16, 32, 51, .35);
    letter-spacing: .06em;
}

/* Corner accent marks Ã¢â‚¬â€ institutional portrait detail */
.about-portrait-corner {
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 2;
    pointer-events: none;
}

.about-portrait-corner--tl {
    top: -2px;
    left: -2px;
    border-top: 1.5px solid #b88722;
    border-left: 1.5px solid #b88722;
}

.about-portrait-corner--tr {
    top: -2px;
    right: -2px;
    border-top: 1.5px solid #b88722;
    border-right: 1.5px solid #b88722;
}

.about-portrait-corner--bl {
    bottom: -2px;
    left: -2px;
    border-bottom: 1.5px solid #b88722;
    border-left: 1.5px solid #b88722;
}

.about-portrait-corner--br {
    bottom: -2px;
    right: -2px;
    border-bottom: 1.5px solid #b88722;
    border-right: 1.5px solid #b88722;
}

/* Caption block under portrait */
.about-portrait-caption {
    max-width: 300px;
    margin: 20px auto 0;
    text-align: center;
    padding: 0 4px;
}

.about-caption-name {
    font-family: Cinzel, serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    color: #2e1f0e;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.about-caption-role {
    font-size: 12px;
    color: #6b5438;
    line-height: 1.55;
    margin: 0 0 12px;
    font-style: italic;
}

.about-caption-rule {
    width: 40px;
    height: 1px;
    background: rgba(184, 135, 34, .55);
    margin: 0 auto 12px;
}

.about-caption-dates {
    font-size: 12px;
    color: #b88722;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    margin: 0;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RIGHT: Copy column
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

.about-copy-col {
    padding-top: 4px;
}

/* Heading */
.about-heading {
    font-family: Cinzel, serif;
    font-size: clamp(32px, 3.2vw, 50px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #2e1f0e;
    margin: 0 0 32px;
}

.about-heading-em {
    font-style: normal;
    color: #9a6518;
    /* Slight warmth to distinguish the second line */
}

/* Credential strip */
.about-credentials {
    display: flex;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(184, 135, 34, .22);
    border-bottom: 1px solid rgba(184, 135, 34, .22);
    padding: 18px 0;
    margin-bottom: 36px;
}

.about-credential-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 24px 0 0;
}

.about-credential-item:first-child {
    padding-left: 0;
}

.about-credential-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #b88722;
    font-weight: 700;
}

.about-credential-value {
    font-family: Cinzel, serif;
    font-size: 13px;
    font-weight: 500;
    color: #2e1f0e;
    letter-spacing: .025em;
    line-height: 1.35;
}

.about-credential-divider {
    width: 1px;
    background: rgba(184, 135, 34, .22);
    align-self: stretch;
    margin: 0 24px 0 0;
    flex-shrink: 0;
}

/* Pull quote */
.about-pullquote {
    margin: 0 0 30px;
    padding: 20px 24px;
    border-left: 2px solid #b88722;
    background: rgba(184, 135, 34, .05);
    position: relative;
    font-size: 16px;
    line-height: 1.65;
    color: #4a3520;
    font-style: italic;
}

.about-pullquote-mark {
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 0;
    vertical-align: -18px;
    color: rgba(184, 135, 34, .35);
    margin-right: 4px;
    font-style: normal;
}

.about-pullquote-attr {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #b88722;
    font-weight: 700;
}

/* Body copy */
.about-body {
    max-width: 640px;
    margin-bottom: 36px;
}

.about-body p {
    font-size: 15.5px;
    line-height: 1.90;
    color: #4a3520;
    margin: 0 0 22px;
}

.about-body p:last-child {
    margin-bottom: 0;
}

/* CTA row */
.about-cta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Outline button variant that works on light bg */
.about-outline-btn {
    background: transparent;
    color: #2e1f0e !important;
    border-color: rgba(16, 32, 51, .35) !important;
}

.about-outline-btn:hover {
    background: rgba(16, 32, 51, .05);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Bottom rule Ã¢â€â‚¬Ã¢â€â‚¬ */
.about-rule-bottom {
    width: 80px;
    height: 1px;
    background: rgba(184, 135, 34, .40);
    margin: 72px auto 0;
    position: relative;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 0;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RESPONSIVE Ã¢â‚¬â€ About section
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 260px 1fr;
        gap: 52px;
    }
}

@media (max-width: 860px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-portrait-col {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-portrait-frame {
        max-width: 240px;
    }

    .about-portrait-caption {
        max-width: 260px;
    }

    .about-credentials {
        flex-direction: column;
        gap: 16px;
        padding: 18px 0;
    }

    .about-credential-item {
        padding: 0;
    }

    .about-credential-divider {
        display: none;
    }

    .about-heading {
        font-size: clamp(28px, 7vw, 38px);
    }

    .about-section {
        padding: 64px 22px 72px;
    }

    .about-cta-row {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .about-pullquote {
        font-size: 14.5px;
    }

    .about-body p {
        font-size: 15px;
    }
}

/* Logo image replacing the seal circle */
.brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.footer-logo {
    width: 44px;
    height: 44px;
    margin: 0 auto 18px;
}

.legacy {
    padding: 70px 12vw 88px;
    text-align: center;
    background: linear-gradient(180deg, #ede0cc 0%, #f3ead9 50%, #fdfbf7 100%);
    border-top: none;
}

.legacy h2 {
    color: #2e1f0e;
    margin: 0 0 8px;
    font-size: 30px;
    letter-spacing: .06em;
}

/* Override section-light * colour blanket for timeline elements */
.legacy .timeline span {
    color: #9a6f1f !important;
}

.legacy .timeline b {
    color: #2e1f0e !important;
}

.legacy .timeline p {
    color: #4a3520 !important;
    line-height: 1.7;
}

.timeline {
    margin: 40px auto 0;
    max-width: 880px;
    border-left: 1px solid #b8964d;
    text-align: left
}

.timeline div {
    position: relative;
    padding: 0 0 35px 36px
}

.timeline div:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #b8964d
}

.timeline span {
    color: #9a6f1f;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .12em
}

.timeline b {
    display: block;
    margin: 7px 0;
    font-family: Cinzel, serif;
    font-size: 18px
}

.timeline p {
    line-height: 1.7;
    color: #4a3520
}

.page-hero {
    padding: 110px 8vw 86px;
    text-align: center;
    background:
        linear-gradient(135deg,
            #fffdf9 0%,
            #f7efe3 48%,
            #ead9c2 100%);
    border-bottom: 1px solid rgba(198, 154, 58, .22);
}

.page-hero h1 {
    font-size: clamp(44px, 5.8vw, 72px);
    margin: 12px 0;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2e1f0e;
}

.page-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #4a3520;
    line-height: 1.7;
    font-size: 14px;
}

.showcase {
    padding: 76px 8vw
}

.directory-section {
    background:
        linear-gradient(180deg,
            #fffdf9 0%,
            #f7f1e7 45%,
            #efe3d2 100%);
}

.section-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
    color: #2e1f0e;
}

.section-heading svg {
    color: #c69a3a;
}

.grid {
    display: grid;
    gap: 24px
}

.cards-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 360px));
    gap: 34px;
    justify-content: center;
}

.empty-message {
    text-align: center;
    color: #d8deea
}

.person-card {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(198, 154, 58, .28);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(16, 32, 51, .14);
    transition: .25s ease;
    display: flex;
    flex-direction: column;
}

.person-card:hover {
    transform: translateY(-5px);
    border-color: rgba(224, 195, 110, .55);
}

.person-card:hover .portrait img {
    transform: scale(1.13);
}

.portrait {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    background: linear-gradient(135deg, #efe6d7, #b6a78d);
    display: grid;
    place-items: center;
    color: #09111e;
    font-family: Cinzel, serif;
    font-size: 42px;
    overflow: hidden;
}

.portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    filter: none;
    display: block;
    transform: scale(1.08);
    transition: transform .45s ease;
}

.card-body {
    padding: 18px 18px 20px;
    background: rgba(255, 255, 255, .92);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.year {
    color: #d7b362;
    font-weight: 800;
    margin: 0 0 6px
}

.card-body h3 {
    margin: 0 0 8px;
    font-size: 21px;
    letter-spacing: .02em;
    color: #152033;
}

.card-body h4 {
    margin: 0 0 9px;
    color: #2e1f0e;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.card-body p {
    color: #4a3520;
    line-height: 1.65;
    font-size: 14px;
    margin-bottom: 0;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.year,
.institution {
    color: #b88722 !important;
}

.site-footer {
    padding: 34px 8vw 22px;
    background: linear-gradient(135deg,
            rgba(255, 253, 249, 1),
            rgba(252, 249, 243, 1));
    color: #3a2e1a;
    border-top: 1px solid rgba(198, 154, 58, .16);
    text-align: center;
}

.footer-brand {
    max-width: 760px;
    margin: 0 auto;
}

.footer-brand .seal {
    margin: 0 auto 18px;
}

.footer-brand h3 {
    margin: 0;
    font-family: Cinzel, serif;
    font-size: 16px;
    font-weight: 500;
}

.footer-brand p {
    color: #cbd2df;
    line-height: 1.6;
    margin: 10px auto 18px;
    font-size: 13px;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 14px 0;
}

.footer-links button {
    color: #b88722;
    background: transparent;
    border: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.footer-links span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b8964d;
}

.footer-note {
    margin: 12px 0 0;
    color: #8f9aac;
    font-size: 12px;
}

.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fffdf8 0%, #f6eee1 48%, #e8d8c0 100%);
    padding: 20px;
}

.login-card {
    width: min(430px, 100%);
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(198, 154, 58, .30);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 20px 60px rgba(16, 32, 51, .14);
    text-align: center;
}

.login-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 1px solid #b88722;
    color: #b88722;
    background: rgba(198, 154, 58, .08);
    display: grid;
    place-items: center;
}

.login-card h1 {
    margin: 8px 0 10px;
    color: #2e1f0e;
}

.login-card p {
    color: #6b5438;
    line-height: 1.6;
}

.login-card input {
    width: 100%;
    margin: 8px 0;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(16, 32, 51, .18);
    background: #ffffff;
    color: #2e1f0e;
}

.login-card .gold-btn,
.login-card .outline-btn {
    width: 100%;
    margin-top: 12px
}

.login-back {
    border-color: rgba(218, 181, 93, .36)
}

.login-error {
    color: #ffb4b4 !important;
    margin: 8px 0 !important
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 270px 1fr;
    background: #faf7f1;
    color: #2e1f0e;
}

.admin-shell aside {
    padding: 28px;
    background: linear-gradient(175deg, #faf5ec 0%, #efe3d2 100%);
    border-right: 1px solid rgba(198, 154, 58, .22);
}

.admin-shell aside button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 14px 0;
    padding: 13px;
    text-align: left;
    border: 1px solid rgba(198, 154, 58, .28);
    border-radius: 12px;
    background: rgba(255, 255, 255, .62);
    color: #2e1f0e;
}

.admin-shell aside button:hover {
    background: rgba(255, 255, 255, .88);
    border-color: rgba(198, 154, 58, .48);
}

.admin-main {
    padding: 34px;
    background: #faf7f1;
}

.admin-top {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.admin-top h1 {
    margin: 0
}

.stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 28px 0
}

.stat-row div,
.admin-card {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(198, 154, 58, .26);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 4px 18px rgba(16, 32, 51, .08);
}

.stat-row b {
    display: block;
    font-size: 30px;
    margin: 8px 0;
    color: #d7b362
}

.stat-row span {
    color: #6b5438;
}

.admin-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 22px
}

.admin-card {
    color: #2e1f0e;
}

.admin-card input,
.admin-card textarea,
.admin-card select {
    width: 100%;
    margin: 8px 0;
    padding: 13px;
    border-radius: 10px;
    border: 1px solid rgba(16, 32, 51, .18);
    background: #ffffff;
    color: #2e1f0e;
}

.admin-card textarea {
    min-height: 100px
}

table {
    width: 100%;
    border-collapse: collapse
}

th,
td {
    padding: 14px;
    border-bottom: 1px solid rgba(16, 32, 51, .10);
    text-align: left;
}

td button {
    margin-right: 8px;
    border: 0;
    border-radius: 8px;
    padding: 8px;
    background: rgba(198, 154, 58, .12);
    color: #8c6416;
}

@media(max-width:900px) {
    .nav {
        grid-template-columns: 1fr auto;
        padding: 0 18px
    }

    .center-nav {
        display: none
    }

    .brand span {
        font-size: 12px
    }

    .cards-3,
    footer,
    .admin-shell,
    .admin-grid,
    .stat-row {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 38px
    }

    .hero-actions {
        flex-direction: column
    }

    .showcase {
        padding: 54px 22px
    }

    .admin-shell aside {
        position: relative
    }

    .admin-main {
        padding: 18px
    }
}

main {
    animation: fadePage 0.6s ease;
}

@keyframes fadePage {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: rgba(5, 11, 21, 0.96);
    backdrop-filter: blur(18px);
    animation: loaderFade 0.9s ease forwards;
    animation-delay: 0.4s;
}

.page-loader p {
    margin-top: 90px;
    color: #f4e7c6;
    font-family: Cinzel, serif;
    letter-spacing: .08em;
    text-align: center;
}

.loader-ring {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(215, 179, 98, .25);
    border-top-color: #d7b362;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loaderFade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.nav {
    transition: height .35s ease, background .35s ease, box-shadow .35s ease;
}

.nav-scrolled {
    height: 62px;
    background: linear-gradient(135deg,
            rgba(255, 253, 249, .95),
            rgba(252, 249, 243, .95));
    box-shadow: 0 10px 35px rgba(60, 80, 110, .08);
}

.nav-scrolled .center-nav button,
.nav-scrolled .brand,
.nav-scrolled .brand span {
    color: #3a2e1a;
}

.nav-scrolled .admin-icon {
    color: #b88722;
    border-color: rgba(184, 135, 34, .38);
}

.crop-box {
    margin: 12px 0 18px;
    padding: 14px;
    border: 1px solid rgba(198, 154, 58, .28);
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

.crop-label {
    color: #d7b362;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 0 0 12px;
}

.crop-preview {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f1eadf;
    margin-bottom: 14px;
    border: 1px solid rgba(16, 32, 51, .14);
}

.crop-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.crop-box label {
    display: block;
    margin-top: 10px;
    color: #6b5438;
    font-size: 13px;
}

.crop-box input[type="range"] {
    width: 100%;
}

.section-light,
.directory-section,
.page-hero {
    color: #2e1f0e;
}

.section-light h1,
.section-light h2,
.section-light h3,
.directory-section h1,
.directory-section h2,
.directory-section h3,
.page-hero h1 {
    color: #2e1f0e;
}

.section-light p,
.directory-section p,
.page-hero p {
    color: #4a3520;
}

.section-kicker,
.eyebrow {
    color: #dab55d;
}

.hero .eyebrow {
    color: #c6922e;
    font-weight: 800;
    font-size: 12px;

    text-shadow:
        0 1px 2px rgba(128, 120, 106, 0.18),
        0 2px 6px rgba(60, 35, 0, .10);
}

.hero .white-line,
.hero .subtitle {
    text-shadow: 0 3px 14px rgba(20, 35, 55, .32);
}

/* HERO TITLE PREMIUM EMBOSS EFFECT */
.hero h1 {
    position: relative;
    z-index: 2;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, .55),
        0 3px 8px rgba(20, 35, 55, .35),
        0 12px 30px rgba(20, 35, 55, .25);
}

.hero .white-line {
    background: linear-gradient(180deg,
            #ffffff 0%,
            #ffffff 14%,
            #fffefc 28%,
            #ffffff 42%,
            #fffefa 56%,
            #ffffff 70%,
            #fffefc 84%,
            #ffffff 100%);

    -webkit-text-fill-color: #fffdfb;
    background-clip: text;
    color: #fffdfb !important;
    color: transparent !important;

    filter:
        drop-shadow(0 2px 2px rgba(120, 90, 35, .22)) drop-shadow(0 4px 10px rgba(90, 65, 20, .14)) drop-shadow(0 0 14px rgba(255, 252, 240, .95)) drop-shadow(0 1px 0 rgba(255, 255, 255, .99));

    position: relative;
}

.hero .gold-line {
    background: linear-gradient(180deg,
            #fff4a8 0%,
            #f8d060 18%,
            #e09a18 36%,
            #fde070 52%,
            #f0bc30 68%,
            #fff59a 82%,
            #d48c14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
    filter:
        drop-shadow(0 2px 3px rgba(90, 50, 0, .65)) drop-shadow(0 0 10px rgba(210, 140, 20, .18)) drop-shadow(0 3px 10px rgba(60, 35, 0, .22));
    position: relative;
}

.hero-content>* {
    position: relative;
    z-index: 2;
}

.page-hero .eyebrow {
    color: #dab55d !important;
    font-size: 14px;
}

.brand span {
    font-family: Cinzel, serif;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-shell .brand span {
    color: #2e1f0e !important;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   YEAR ARCHIVE PAGES Ã¢â‚¬â€ Laureates & Scholars
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.archive-section {
    padding: 76px 8vw 96px;
    background:
        linear-gradient(180deg,
            #fffdf9 0%,
            #f7f1e7 45%,
            #efe3d2 100%);
}

.archive-heading {
    margin-bottom: 28px;
}

.year-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 auto 34px;
}

.year-tabs button {
    border: 1px solid rgba(184, 135, 34, .36);
    background: rgba(255, 255, 255, .42);
    color: #6b5438;
    padding: 11px 22px;
    border-radius: 999px;
    font-family: Cinzel, serif;
    font-size: 13px;
    letter-spacing: .08em;
    transition: .25s ease;
}

.year-tabs button:hover,
.year-tabs button.active {
    background: linear-gradient(135deg, #f1d893, #b98a34);
    color: #2e1f0e !important;
    border-color: rgba(184, 135, 34, .72);
    box-shadow: 0 10px 26px rgba(120, 90, 30, .12);
}

.archive-year-panel {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 38px 42px;
    background: rgba(255, 253, 249, .62);
    border: 1px solid rgba(184, 135, 34, .22);
    box-shadow: 0 24px 60px rgba(80, 55, 20, .08);
}

.archive-year-header {
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(184, 135, 34, .22);
    margin-bottom: 12px;
}

.archive-label {
    display: block;
    font-family: Cinzel, serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #2e1f0e !important;
    margin-bottom: 6px;
}

.archive-year-header h3,
.gallery-heading h3 {
    font-family: Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #b88722;
    margin: 0;
}

.recipient-list {
    display: grid;
    gap: 0;
}

.recipient-table-head {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr);
    gap: 28px;
    padding: 16px 0 12px;
    border-bottom: 1px solid rgba(184, 135, 34, .28);
}

.recipient-table-head.is-scholar,
.recipient-row.is-scholar {
    grid-template-columns: minmax(220px, 1.2fr) minmax(120px, .7fr) minmax(220px, 1.1fr);
}

.recipient-table-head span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #b88722;
}

.recipient-row {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr);
    gap: 28px;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid rgba(184, 135, 34, .16);
}

.recipient-row:last-child {
    border-bottom: none;
}

.recipient-row h4 {
    margin: 0;
    font-family: Cinzel, serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    color: #2e1f0e;
}

.recipient-row p,
.recipient-detail {
    margin: 0;
    color: #6b5438;
    font-size: 14px;
    line-height: 1.6;
}

.recipient-dot {
    display: inline-block;
    margin: 0 9px;
    color: #b88722;
}

.year-gallery {
    margin-top: 40px;
    padding-top: 34px;
    border-top: 1px solid rgba(184, 135, 34, .24);
}

.gallery-heading {
    text-align: center;
    margin-bottom: 24px;
}

.gallery-carousel-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.gallery-carousel-wrap.no-arrows {
    grid-template-columns: minmax(0, 1fr);
}

.gallery-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 6px 4px 14px;
    scrollbar-width: none;
}

.gallery-grid-centered {
    justify-content: center;
    overflow-x: visible;
}

.gallery-grid::-webkit-scrollbar {
    display: none;
}

.gallery-item {
    flex: 0 0 260px;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(184, 135, 34, .26);
    background: #efe6d7;
    box-shadow: 0 14px 32px rgba(80, 55, 20, .10);
    padding: 0;
    cursor: zoom-in;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(184, 135, 34, .38);
    background: rgba(255, 253, 249, .80);
    color: #8c6416;
    font-size: 30px;
    line-height: 1;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 26px rgba(80, 55, 20, .10);
    transition: .25s ease;
}

.gallery-arrow:hover {
    background: rgba(255, 250, 238, .96);
    transform: translateY(-1px);
}

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(30, 20, 8, .76);
    display: grid;
    place-items: center;
    padding: 28px;
}

.image-lightbox-card {
    position: relative;
    max-width: min(940px, 92vw);
    max-height: 88vh;
    background: #fffdf9;
    border: 1px solid rgba(184, 135, 34, .35);
    padding: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.image-lightbox-card img {
    max-width: 100%;
    max-height: 72vh;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.lightbox-caption {
    margin: 14px 0 0;
    color: #4a3520;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(184, 135, 34, .45);
    background: #fffdf9;
    color: #2e1f0e;
    font-size: 24px;
    line-height: 1;
    display: grid;
    place-items: center;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   ADMIN Ã¢â‚¬â€ Recipient + Gallery Panels
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.admin-grid {
    align-items: start;
}

.admin-help {
    color: #6b5438;
    font-size: 13px;
    line-height: 1.6;
    margin: -4px 0 14px;
}

.gallery-admin-card,
.gallery-table-card {
    grid-column: span 1;
}

.upload-row {
    margin: 8px 0 14px;
    padding: 14px;
    border: 1px dashed rgba(184, 135, 34, .34);
    background: rgba(255, 255, 255, .45);
    border-radius: 12px;
}

.upload-row label {
    display: grid;
    gap: 8px;
    color: #6b5438;
    font-size: 13px;
}

.gallery-preview {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(184, 135, 34, .28);
    background: #f1eadf;
    margin: 10px 0 14px;
}

.gallery-preview img,
.admin-gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.admin-gallery-thumb {
    width: 74px;
    height: 54px;
    border: 1px solid rgba(184, 135, 34, .25);
}

@media(max-width:900px) {
    .archive-section {
        padding: 54px 22px 70px;
    }

    .archive-year-panel {
        padding: 26px 22px 32px;
    }

    .recipient-table-head,
    .recipient-table-head.is-scholar,
    .recipient-row,
    .recipient-row.is-scholar {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .recipient-table-head span:not(:first-child) {
        display: none;
    }

    .recipient-row h4 {
        font-size: 19px;
    }

    .gallery-carousel-wrap {
        grid-template-columns: 1fr;
    }

    .gallery-arrow {
        display: none;
    }

    .gallery-item {
        flex-basis: 230px;
    }

    .image-lightbox {
        padding: 18px;
    }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   ADMIN DASHBOARD Ã¢â‚¬â€ Entries card matches Add New Entry height
   - Add form keeps its natural height
   - Entries panel is capped to the same visual size
   - Table scrolls vertically only
   - Details wrap and Action stays visible
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.admin-grid {
    grid-template-columns: 420px minmax(0, 1fr);
    align-items: start;
}

/* Do NOT force the Add New Entry card smaller/taller. Let it keep its natural height. */
.admin-grid>form.admin-card {
    height: auto;
    min-height: 0;
}

/* Give the Add Entry button breathing room below the Institution/School field. */
.admin-grid>form.admin-card .gold-btn {
    margin-top: 18px;
}

/* Match this to the visible height of the Add New Entry card. */
.table-card {
    height: 494px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.table-card h2 {
    flex: 0 0 auto;
    margin-bottom: 18px;
}

.table-card table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table-card thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    flex: 0 0 auto;
}

.table-card tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 338px;
    padding-right: 2px;
}

.table-card tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-card th,
.table-card td {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    vertical-align: middle;
}

.table-card th:nth-child(1),
.table-card td:nth-child(1) {
    width: 25%;
}

.table-card th:nth-child(2),
.table-card td:nth-child(2) {
    width: 10%;
}

.table-card th:nth-child(3),
.table-card td:nth-child(3) {
    width: 13%;
}

.table-card th:nth-child(4),
.table-card td:nth-child(4) {
    width: 36%;
}

.table-card th:nth-child(5),
.table-card td:nth-child(5) {
    width: 16%;
}

.table-card td:last-child {
    white-space: nowrap;
}

.table-card td:last-child button {
    margin: 0 4px 6px 0;
}

.table-card tbody::-webkit-scrollbar {
    width: 8px;
}

.table-card tbody::-webkit-scrollbar-track {
    background: rgba(198, 154, 58, .08);
    border-radius: 999px;
}

.table-card tbody::-webkit-scrollbar-thumb {
    background: rgba(184, 135, 34, .42);
    border-radius: 999px;
}

@media(max-width:900px) {
    .table-card {
        height: auto;
    }

    .table-card tbody {
        max-height: 360px;
    }
}

/* Gallery edit controls */
.admin-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.admin-form-actions .gold-btn,
.admin-form-actions .outline-btn {
    margin-top: 0 !important;
}

.admin-cancel-btn {
    padding: 13px 20px;
    background: transparent;
    color: #5a4a2e !important;
    border-color: rgba(90, 74, 46, .35) !important;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Excel Upload Buttons (Admin) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.excel-upload-row {
    display: flex;
    gap: 12px;
    margin: 0 0 28px;
    flex-wrap: wrap;
}

.excel-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #b8963a;
    background: rgba(184, 150, 58, 0.08);
    color: #b8963a;
    transition: background 0.18s, color 0.18s;
}

.excel-upload-btn:hover {
    background: rgba(184, 150, 58, 0.18);
    color: #d4a84b;
}

.excel-upload-btn--scholar {
    border-color: #6b9fa8;
    background: rgba(107, 159, 168, 0.08);
    color: #6b9fa8;
}

.excel-upload-btn--scholar:hover {
    background: rgba(107, 159, 168, 0.18);
    color: #89bfc9;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Modal Overlay Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    animation: fadeIn 0.18s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    transition: color 0.15s;
}

.modal-close-btn:hover {
    color: #fff;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Excel Modal Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.excel-modal {
    position: relative;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 16px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp 0.22s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.excel-modal-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 28px 0;
}

.excel-modal-icon {
    color: #b8963a;
    flex-shrink: 0;
    margin-top: 2px;
}

.excel-modal-header h2 {
    margin: 0 0 4px;
    font-size: 1.25rem;
    color: #f0e6c8;
}

.excel-modal-header p {
    margin: 0;
    font-size: 0.85rem;
    color: #888;
}

.excel-modal-body {
    padding: 20px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Instructions box */
.excel-instructions {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #2e2e2e;
    border-radius: 10px;
    padding: 16px;
}

.excel-instructions-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #b8963a;
    margin-bottom: 8px;
}

.excel-instructions-note {
    font-size: 0.83rem;
    color: #aaa;
    margin: 0 0 12px;
    font-style: italic;
}

.excel-columns-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.excel-column-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.excel-col-name {
    font-family: monospace;
    font-size: 0.82rem;
    background: rgba(184, 150, 58, 0.15);
    color: #d4a84b;
    padding: 2px 8px;
    border-radius: 4px;
    min-width: 110px;
    flex-shrink: 0;
}

.excel-col-desc {
    font-size: 0.82rem;
    color: #999;
}

.excel-instructions-tip {
    font-size: 0.78rem;
    color: #666;
    margin: 0;
}

/* Fields */
.excel-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.excel-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.required-star {
    color: #e05555;
}

.year-select-input {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #2e2e2e;
    background: #111;
    color: #eee;
    font-size: 0.9rem;
    width: 100%;
}

/* Drop zone */
.excel-dropzone {
    border: 2px dashed #333;
    border-radius: 10px;
    padding: 32px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.excel-dropzone:hover,
.excel-dropzone.drag-over {
    border-color: #b8963a;
    background: rgba(184, 150, 58, 0.05);
}

.excel-dropzone.has-file {
    border-color: #4caf72;
    background: rgba(76, 175, 114, 0.04);
}

.dropzone-icon {
    color: #555;
}

.file-ready {
    color: #4caf72;
}

.dropzone-primary {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    font-weight: 600;
}

.dropzone-hint {
    font-size: 0.78rem;
    color: #666;
    margin: 0;
}

.dropzone-filename {
    font-size: 0.88rem;
    color: #4caf72;
    margin: 0;
    font-weight: 600;
    word-break: break-all;
}

/* Status */
.excel-status {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.87rem;
}

.status-ok {
    background: rgba(76, 175, 114, 0.12);
    color: #4caf72;
    border: 1px solid rgba(76, 175, 114, 0.3);
}

.status-error {
    background: rgba(220, 80, 80, 0.12);
    color: #e07070;
    border: 1px solid rgba(220, 80, 80, 0.3);
}

/* Modal actions */
.excel-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

/* Spinner */
.btn-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin-right: 4px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Certificate Download Button (Scholars table) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.recipient-table-head.is-scholar {
    grid-template-columns: 2fr 1fr 2fr 60px !important;
}

.recipient-row.is-scholar {
    grid-template-columns: 2fr 1fr 2fr 60px !important;
}

.cert-download-btn {
    background: none;
    border: 1.5px solid #b8963a;
    color: #b8963a;
    border-radius: 6px;
    padding: 5px 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
}

.cert-download-btn:hover {
    background: rgba(184, 150, 58, 0.18);
    color: #d4a84b;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Certificate Modal Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cert-modal {
    position: relative;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    animation: slideUp 0.22s ease;
}

.cert-modal-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 26px 26px 0;
}

.cert-modal-icon {
    color: #b8963a;
    flex-shrink: 0;
    margin-top: 2px;
}

.cert-modal-header h2 {
    margin: 0 0 4px;
    font-size: 1.15rem;
    color: #f0e6c8;
}

.cert-modal-header p {
    margin: 0;
    font-size: 0.83rem;
    color: #888;
}

.cert-modal-body {
    padding: 20px 26px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cert-modal-desc {
    font-size: 0.87rem;
    color: #aaa;
    margin: 0;
}

.cert-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cert-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cert-input {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #2e2e2e;
    background: #111;
    color: #eee;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.cert-otp-input {
    font-size: 1.4rem;
    letter-spacing: 8px;
    text-align: center;
    font-family: monospace;
}

.cert-error {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.85rem;
    color: #e07070;
    background: rgba(220, 80, 80, 0.1);
    border: 1px solid rgba(220, 80, 80, 0.25);
    border-radius: 7px;
    padding: 10px 12px;
}

.cert-success-msg {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.85rem;
    color: #4caf72;
    background: rgba(76, 175, 114, 0.1);
    border: 1px solid rgba(76, 175, 114, 0.25);
    border-radius: 7px;
    padding: 10px 12px;
}

.cert-ethereal-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.8rem;
    color: #888;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #2a2a2a;
    border-radius: 7px;
    padding: 10px 12px;
}

.cert-ethereal-note a {
    color: #b8963a;
}

.cert-action-btn {
    width: 100%;
    justify-content: center;
}

.cert-back-btn {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
}

.cert-done {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 0 4px;
    text-align: center;
    color: #4caf72;
}

.cert-done-icon {
    color: #4caf72;
}

.cert-done p {
    margin: 0;
    font-size: 0.9rem;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Excel Upload Buttons (Admin) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.excel-upload-row {
    display: flex;
    gap: 12px;
    margin: 0 0 28px;
    flex-wrap: wrap;
}

.excel-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #b8963a;
    background: rgba(184, 150, 58, 0.08);
    color: #b8963a;
    transition: background 0.18s, color 0.18s;
}

.excel-upload-btn:hover {
    background: rgba(184, 150, 58, 0.18);
    color: #d4a84b;
}

.excel-upload-btn--scholar {
    border-color: #6b9fa8;
    background: rgba(107, 159, 168, 0.08);
    color: #6b9fa8;
}

.excel-upload-btn--scholar:hover {
    background: rgba(107, 159, 168, 0.18);
    color: #89bfc9;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Modal Overlay Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    animation: fadeIn 0.18s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    transition: color 0.15s;
}

.modal-close-btn:hover {
    color: #fff;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Excel Modal Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.excel-modal {
    position: relative;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 16px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp 0.22s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.excel-modal-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 28px 0;
}

.excel-modal-icon {
    color: #b8963a;
    flex-shrink: 0;
    margin-top: 2px;
}

.excel-modal-header h2 {
    margin: 0 0 4px;
    font-size: 1.25rem;
    color: #f0e6c8;
}

.excel-modal-header p {
    margin: 0;
    font-size: 0.85rem;
    color: #888;
}

.excel-modal-body {
    padding: 20px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Instructions box */
.excel-instructions {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #2e2e2e;
    border-radius: 10px;
    padding: 16px;
}

.excel-instructions-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #b8963a;
    margin-bottom: 8px;
}

.excel-instructions-note {
    font-size: 0.83rem;
    color: #aaa;
    margin: 0 0 12px;
    font-style: italic;
}

.excel-columns-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.excel-column-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.excel-col-name {
    font-family: monospace;
    font-size: 0.82rem;
    background: rgba(184, 150, 58, 0.15);
    color: #d4a84b;
    padding: 2px 8px;
    border-radius: 4px;
    min-width: 110px;
    flex-shrink: 0;
}

.excel-col-desc {
    font-size: 0.82rem;
    color: #999;
}

.excel-instructions-tip {
    font-size: 0.78rem;
    color: #666;
    margin: 0;
}

/* Fields */
.excel-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.excel-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.required-star {
    color: #e05555;
}

.year-select-input {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #2e2e2e;
    background: #111;
    color: #eee;
    font-size: 0.9rem;
    width: 100%;
}

/* Drop zone */
.excel-dropzone {
    border: 2px dashed #333;
    border-radius: 10px;
    padding: 32px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.excel-dropzone:hover,
.excel-dropzone.drag-over {
    border-color: #b8963a;
    background: rgba(184, 150, 58, 0.05);
}

.excel-dropzone.has-file {
    border-color: #4caf72;
    background: rgba(76, 175, 114, 0.04);
}

.dropzone-icon {
    color: #555;
}

.file-ready {
    color: #4caf72;
}

.dropzone-primary {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    font-weight: 600;
}

.dropzone-hint {
    font-size: 0.78rem;
    color: #666;
    margin: 0;
}

.dropzone-filename {
    font-size: 0.88rem;
    color: #4caf72;
    margin: 0;
    font-weight: 600;
    word-break: break-all;
}

/* Status */
.excel-status {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.87rem;
}

.status-ok {
    background: rgba(76, 175, 114, 0.12);
    color: #4caf72;
    border: 1px solid rgba(76, 175, 114, 0.3);
}

.status-error {
    background: rgba(220, 80, 80, 0.12);
    color: #e07070;
    border: 1px solid rgba(220, 80, 80, 0.3);
}

/* Modal actions */
.excel-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

/* Spinner */
.btn-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin-right: 4px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Certificate Download Button (Scholars table) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cert-download-btn {
    background: none;
    border: 1.5px solid #b8963a;
    color: #b8963a;
    border-radius: 6px;
    padding: 5px 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
}

.cert-download-btn:hover {
    background: rgba(184, 150, 58, 0.18);
    color: #d4a84b;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Light Mode Modals Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.light-modal {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    color: #1a1a1a;
}

.light-modal .modal-close-btn {
    color: #888;
}

.light-modal .modal-close-btn:hover {
    color: #222;
}

.light-modal .excel-modal-header h2 {
    color: #1a1a1a;
}

.light-modal .excel-modal-header p {
    color: #666;
}

.light-modal .excel-modal-icon {
    color: #b8963a;
}

.light-modal .excel-instructions {
    background: #f7f4ee;
    border: 1px solid #e8dfc8;
}

.light-modal .excel-instructions-header {
    color: #9a7a2e;
}

.light-modal .excel-col-name {
    background: rgba(184, 150, 58, 0.12);
    color: #9a7a2e;
}

.light-modal .excel-col-desc {
    color: #555;
}

.light-modal .excel-label {
    color: #444;
}

.light-modal .year-select-input {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #1a1a1a;
}

.light-modal .excel-dropzone {
    border-color: #ccc;
    background: #fafafa;
}

.light-modal .excel-dropzone:hover,
.light-modal .excel-dropzone.drag-over {
    border-color: #b8963a;
    background: #fdf8ef;
}

.light-modal .excel-dropzone.has-file {
    border-color: #3a9e60;
    background: #f2fbf5;
}

.light-modal .dropzone-icon {
    color: #aaa;
}

.light-modal .dropzone-primary {
    color: #333;
}

.light-modal .dropzone-hint {
    color: #999;
}

.light-modal .dropzone-filename {
    color: #3a9e60;
}

.light-modal .outline-btn {
    border-color: #bbb;
    color: #444;
}

.light-modal .outline-btn:hover {
    background: #f0f0f0;
}

/* cert modal light */
.light-modal .cert-modal-header h2 {
    color: #1a1a1a;
}

.light-modal .cert-modal-header p {
    color: #666;
}

.light-modal .cert-modal-icon {
    color: #b8963a;
}

.light-modal .cert-modal-desc {
    color: #555;
}

.light-modal .cert-label {
    color: #444;
}

.light-modal .cert-input {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #1a1a1a;
}

.light-modal .cert-otp-input {
    color: #1a1a1a;
}

.light-modal .cert-ethereal-note {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    color: #666;
}

.light-modal .cert-done {
    color: #2e8b57;
}

.light-modal .cert-done-icon {
    color: #2e8b57;
}

.light-modal .cert-success-msg {
    background: #f0faf4;
    border: 1px solid #b2dfcc;
    color: #2e7d52;
}

.light-modal .cert-error {
    background: #fff0f0;
    border: 1px solid #f5b8b8;
    color: #c0392b;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Certificate column Ã¢â‚¬â€ contained, no overflow Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.recipient-table-head.is-scholar {
    grid-template-columns: 2fr 0.7fr 2fr 44px !important;
    align-items: center;
}

.recipient-row.is-scholar {
    grid-template-columns: 2fr 0.7fr 2fr 44px !important;
    align-items: center;
}

.cert-col-head {
    font-size: 0.75rem;
    text-align: center;
}

.cert-download-btn {
    justify-self: center;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Certificate Modal Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cert-modal {
    position: relative;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    animation: slideUp 0.22s ease;
}

.cert-modal-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 26px 26px 0;
}

.cert-modal-icon {
    color: #b8963a;
    flex-shrink: 0;
    margin-top: 2px;
}

.cert-modal-header h2 {
    margin: 0 0 4px;
    font-size: 1.15rem;
    color: #f0e6c8;
}

.cert-modal-header p {
    margin: 0;
    font-size: 0.83rem;
    color: #888;
}

.cert-modal-body {
    padding: 20px 26px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cert-modal-desc {
    font-size: 0.87rem;
    color: #aaa;
    margin: 0;
}

.cert-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cert-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cert-input {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #2e2e2e;
    background: #111;
    color: #eee;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.cert-otp-input {
    font-size: 1.4rem;
    letter-spacing: 8px;
    text-align: center;
    font-family: monospace;
}

.cert-error {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.85rem;
    color: #e07070;
    background: rgba(220, 80, 80, 0.1);
    border: 1px solid rgba(220, 80, 80, 0.25);
    border-radius: 7px;
    padding: 10px 12px;
}

.cert-success-msg {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.85rem;
    color: #4caf72;
    background: rgba(76, 175, 114, 0.1);
    border: 1px solid rgba(76, 175, 114, 0.25);
    border-radius: 7px;
    padding: 10px 12px;
}

.cert-ethereal-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.8rem;
    color: #888;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #2a2a2a;
    border-radius: 7px;
    padding: 10px 12px;
}

.cert-ethereal-note a {
    color: #b8963a;
}

.cert-action-btn {
    width: 100%;
    justify-content: center;
}

.cert-back-btn {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
}

.cert-done {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 0 4px;
    text-align: center;
    color: #4caf72;
}

.cert-done-icon {
    color: #4caf72;
}

.cert-done p {
    margin: 0;
    font-size: 0.9rem;
}

.recipient-table-head.is-scholar,
.recipient-row.is-scholar {
    display: grid;
    grid-template-columns: 320px 120px 1fr 130px !important;
    column-gap: 50px;
    align-items: center;
}

.recipient-table-head.is-scholar span,
.recipient-row.is-scholar h4,
.recipient-row.is-scholar .recipient-detail {
    text-align: left;
}

.cert-col-head,
.recipient-row.is-scholar .cert-download-btn {
    justify-self: center;
    text-align: center !important;
}

/* Admin auth transitions */
.auth-fade-screen {
    animation: authFadeIn .38s ease both;
}

.login-card {
    animation: authCardIn .42s ease both;
}

.login-card .gold-btn:disabled {
    cursor: wait;
    opacity: .72;
}

@keyframes authFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes authCardIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Homepage reference redesign overrides */
.nav {
    height: 78px;
    padding: 0 clamp(22px, 4.8vw, 76px);
    background: rgba(255, 253, 248, .96);
    box-shadow: 0 1px 0 rgba(177, 130, 44, .12);
}

.brand span {
    font-family: Cinzel, serif;
    font-size: 17px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.brand-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.hero {
    min-height: 680px;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, .72) 0 12%, rgba(255, 255, 255, .38) 24%, transparent 48%),
        radial-gradient(circle at center, #f8f2e8 0%, #efe3d2 40%, #dfc6a9 72%, #cca67d 100%);
}

.hero-content {
    max-width: 1080px;
    transform: translateY(8px);
}

.hero h1 {
    font-size: clamp(42px, 6vw, 82px);
    line-height: 1.08;
    letter-spacing: .035em;
    margin: 22px auto 26px;
}

.hero .white-line {
    color: #fffaf1 !important;
    text-shadow: 0 3px 4px rgba(78, 58, 36, .28), 0 12px 26px rgba(70, 47, 23, .22);
}

.hero .gold-line {
    color: #e2c06d !important;
    text-shadow: 0 2px 1px #fff8dc, 0 4px 8px rgba(65, 46, 24, .36), 0 14px 28px rgba(50, 35, 16, .24);
}

.hero .eyebrow {
    color: #d9ac43 !important;
    letter-spacing: .24em;
    font-size: 13px;
}

.hero .subtitle {
    max-width: 700px;
    color: #dbad3e !important;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 26px;
}

.gold-btn,
.outline-btn {
    min-width: 172px;
    padding: 14px 26px;
    font-size: 12px;
    letter-spacing: .02em;
    box-shadow: none;
}

.gold-btn {
    background: linear-gradient(135deg, #f0d47b, #c4912e 62%, #b97f20);
    border-color: #d8b256;
}

.outline-btn {
    background: rgba(255, 255, 255, .24);
    border-color: rgba(78, 58, 36, .42);
}

.about-section,
.legacy {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, .62), transparent 58%),
        linear-gradient(180deg, #fffdf8 0%, #f7efe3 48%, #efe1ce 100%);
    overflow: hidden;
}

.about-section {
    padding: 58px clamp(22px, 7vw, 120px) 48px;
    text-align: center;
}

.about-section::before,
.legacy::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, rgba(177, 130, 44, .028) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(177, 130, 44, .028) 25%, transparent 25%);
    background-size: 54px 54px;
    pointer-events: none;
}

.about-kicker,
.section-kicker {
    color: #b57c1f !important;
    letter-spacing: .32em;
    font-size: 14px;
    margin: 0 0 12px;
}

.section-ornament {
    width: min(300px, 50vw);
    height: 18px;
    margin: 0 auto 18px;
    position: relative;
}

.section-ornament::before,
.section-ornament::after {
    content: "";
    position: absolute;
    top: 9px;
    width: calc(50% - 16px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 135, 34, .58));
}

.section-ornament::before {
    left: 0;
}

.section-ornament::after {
    right: 0;
    transform: scaleX(-1);
}

.section-ornament span {
    position: absolute;
    left: 50%;
    top: 5px;
    width: 9px;
    height: 9px;
    background: #b88722;
    transform: translateX(-50%) rotate(45deg);
}

.about-title {
    margin: 0 auto 36px;
    display: grid;
    gap: 8px;
    font-size: clamp(42px, 5.4vw, 74px);
    line-height: 1;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.about-title span {
    color: #21130c !important;
}

.about-title em {
    color: #a97017 !important;
    font-style: normal;
}

.legacy-honourees {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1420px;
    margin: 0 auto 34px;
}

.honouree-card {
    min-height: 410px;
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 34px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(190, 141, 45, .38);
    border-radius: 16px;
    background: rgba(255, 252, 245, .58);
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .28), 0 18px 46px rgba(89, 59, 25, .08);
    text-align: left;
}

.honouree-image-frame,
.honouree-emblem {
    position: relative;
    aspect-ratio: 1 / 1.28;
    border: 1px solid rgba(190, 141, 45, .62);
    background: #f8efdd;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.honouree-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.honouree-emblem {
    padding: 18px;
    border-radius: 4px;
}

.honouree-emblem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(190, 141, 45, .34);
    filter: sepia(.18) saturate(.9) brightness(1.06);
}

.corner {
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: #c18d2f;
}

.corner-tl {
    top: -1px;
    left: -1px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.corner-tr {
    top: -1px;
    right: -1px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.corner-bl {
    bottom: -1px;
    left: -1px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.corner-br {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.honouree-copy h3 {
    margin: 0;
    color: #21130c !important;
    font-size: clamp(28px, 2.7vw, 43px);
    line-height: 1.16;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.mini-rule {
    width: 74px;
    height: 1px;
    background: #c49a43;
    margin: 18px 0 18px;
    position: relative;
}

.mini-rule::after {
    content: "";
    position: absolute;
    left: 42px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c49a43;
}

.honouree-role {
    margin: 0 0 24px;
    color: #5e3e25 !important;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.45;
}

.honour-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0;
    color: #2b170d !important;
    font-family: Cinzel, serif;
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.honour-row svg {
    color: #b88722;
}

.science-mark {
    width: 20px;
    color: #2b170d !important;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.honouree-note {
    border-top: 1px solid rgba(190, 141, 45, .38);
    padding-top: 20px;
    margin: 20px 0 0;
    color: #2d1c11 !important;
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.55;
}

.about-supporting {
    max-width: 930px;
    margin: 28px auto 18px;
    color: #21130c !important;
    font-family: Georgia, serif;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.25;
}

.section-flourish {
    width: 290px;
    height: 24px;
    margin: 0 auto;
    position: relative;
}

.section-flourish::before,
.section-flourish::after {
    content: "";
    position: absolute;
    top: 12px;
    height: 1px;
    width: 118px;
    background: rgba(184, 135, 34, .5);
}

.section-flourish::before {
    left: 0;
}

.section-flourish::after {
    right: 0;
}

.legacy {
    position: relative;
    padding: 54px clamp(20px, 7vw, 130px) 78px;
    text-align: center;
}

.legacy h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #3a2111 !important;
    font-size: clamp(38px, 4.8vw, 62px);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.legacy-ornament {
    margin-bottom: 30px;
}

.timeline {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    min-height: 720px;
    margin: 0 auto;
    border: 0;
    text-align: left;
}

.timeline::before,
.timeline::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 72px;
    width: 170px;
    height: 590px;
    border-radius: 50%;
    border: 1px solid rgba(184, 135, 34, .42);
    border-left-color: transparent;
    transform: translateX(-50%);
    pointer-events: none;
}

.timeline::after {
    width: 126px;
    border-style: dashed;
    opacity: .65;
}

.timeline-item {
    position: absolute;
    display: grid;
    grid-template-columns: minmax(340px, 1fr) 142px 72px;
    align-items: center;
    gap: 26px;
    width: 100%;
    padding: 0;
}

.timeline-item::before {
    display: none;
}

.timeline-item:nth-child(1) {
    top: 18px;
}

.timeline-item:nth-child(2) {
    top: 262px;
}

.timeline-item:nth-child(3) {
    top: 512px;
}

.timeline-item-right {
    grid-template-columns: 72px 142px minmax(340px, 1fr);
}

.timeline-item-right .timeline-card {
    grid-column: 3;
}

.timeline-item-right .timeline-medallion {
    grid-column: 2;
    grid-row: 1;
}

.timeline-item-right strong {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
}

.timeline-card {
    max-width: 610px;
    padding: 34px 54px;
    background: rgba(255, 252, 244, .72);
    border: 1px solid rgba(190, 141, 45, .45);
    border-radius: 14px;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .24), 0 14px 34px rgba(72, 49, 20, .08);
}

.timeline-item-left .timeline-card {
    clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 50%, calc(100% - 52px) 100%, 0 100%);
    padding-right: 74px;
}

.timeline-item-right .timeline-card {
    clip-path: polygon(52px 0, 100% 0, 100% 100%, 52px 100%, 0 50%);
    padding-left: 78px;
}

.timeline-card span {
    color: #aa781e !important;
    display: block;
    font-size: 15px;
    letter-spacing: .22em;
    margin-bottom: 16px;
}

.timeline-card b {
    color: #2c190e !important;
    display: block;
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 16px;
}

.timeline-card p {
    color: #321f13 !important;
    font-size: 20px;
    line-height: 1.45;
    margin: 20px 0 0;
    max-width: 460px;
}

.timeline-card p::before {
    content: "";
    display: block;
    width: min(100%, 330px);
    height: 1px;
    margin: 0 0 20px;
    background: linear-gradient(90deg, rgba(184, 135, 34, .5), transparent);
}

.timeline-medallion {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, #fbf2dc 0 54%, #e4c986 55% 68%, #f7edda 69% 100%);
    border: 1px solid rgba(184, 135, 34, .38);
    box-shadow: 0 6px 18px rgba(79, 52, 20, .18), inset 0 0 0 8px rgba(255, 255, 255, .42);
    justify-self: center;
}

.timeline-medallion img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.timeline-item strong {
    color: #b88722 !important;
    font-family: Cinzel, serif;
    font-size: 38px;
    font-weight: 500;
}

@media (max-width: 1080px) {

    .legacy-honourees,
    .honouree-card {
        grid-template-columns: 1fr;
    }

    .honouree-image-frame,
    .honouree-emblem {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .honouree-copy {
        text-align: center;
    }

    .mini-rule {
        margin-left: auto;
        margin-right: auto;
    }

    .honour-row {
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .nav {
        grid-template-columns: 1fr;
        height: auto;
        gap: 12px;
        padding: 14px 20px;
    }

    .brand-button {
        justify-self: center;
    }

    .center-nav {
        gap: 22px;
    }

    .hero {
        min-height: 600px;
    }

    .hero-content {
        padding: 28px 22px;
    }

    .hero h1 {
        font-size: clamp(38px, 11vw, 58px);
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .about-section {
        padding-top: 46px;
    }

    .about-title {
        font-size: clamp(34px, 10vw, 52px);
    }

    .legacy-honourees {
        grid-template-columns: 1fr;
    }

    .honouree-card {
        min-height: auto;
        padding: 24px;
    }

    .timeline {
        min-height: auto;
        display: grid;
        gap: 28px;
    }

    .timeline::before,
    .timeline::after {
        display: none;
    }

    .timeline-item,
    .timeline-item-right {
        position: relative;
        top: auto !important;
        grid-template-columns: 82px 1fr;
        gap: 16px;
    }

    .timeline-item .timeline-medallion,
    .timeline-item-right .timeline-medallion {
        grid-column: 1;
        grid-row: 1;
        width: 78px;
        height: 78px;
    }

    .timeline-medallion img {
        width: 48px;
        height: 48px;
    }

    .timeline-item strong,
    .timeline-item-right strong {
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
        font-size: 26px;
    }

    .timeline-item .timeline-card,
    .timeline-item-right .timeline-card {
        grid-column: 2;
        grid-row: 1 / span 2;
        clip-path: none;
        padding: 24px;
    }

    .timeline-card b {
        font-size: 25px;
    }

    .timeline-card p {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .brand span {
        font-size: 13px;
        letter-spacing: .08em;
    }

    .center-nav button {
        font-size: 10px;
    }

    .hero .eyebrow,
    .about-kicker,
    .section-kicker {
        letter-spacing: .16em;
        font-size: 11px;
    }

    .honouree-card {
        padding: 18px;
    }

    .honouree-copy h3 {
        font-size: 26px;
    }

    .honouree-role,
    .honouree-note {
        font-size: 15px;
    }

    .honour-row {
        font-size: 12px;
        letter-spacing: .08em;
    }

    .timeline-item,
    .timeline-item-right {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .timeline-item .timeline-medallion,
    .timeline-item-right .timeline-medallion,
    .timeline-item strong,
    .timeline-item-right strong,
    .timeline-item .timeline-card,
    .timeline-item-right .timeline-card {
        grid-column: 1;
        grid-row: auto;
        justify-self: center;
    }

    .timeline-card {
        text-align: left;
    }
}

/* Homepage refinement pass: restrained scale, portrait frame, stable legacy timeline */
.nav {
    height: 74px;
}

.brand span {
    font-size: 15px;
    letter-spacing: .105em;
}

.brand-logo {
    width: 50px;
    height: 50px;
}

.hero {
    min-height: 620px;
}

.hero-content {
    max-width: 960px;
    transform: translateY(0);
}

.hero h1 {
    font-size: clamp(34px, 4.7vw, 64px);
    line-height: 1.12;
    letter-spacing: .035em;
    margin: 18px auto 20px;
}

.hero .eyebrow {
    font-size: 11px;
    letter-spacing: .22em;
}

.hero .subtitle {
    max-width: 650px;
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 22px;
}

.gold-btn,
.outline-btn {
    min-width: 156px;
    padding: 12px 22px;
    font-size: 11px;
}

.about-section {
    padding: 52px clamp(22px, 6vw, 96px) 46px;
}

.about-kicker,
.section-kicker {
    font-size: 12px;
    letter-spacing: .26em;
}

.section-ornament {
    width: min(270px, 48vw);
    margin-bottom: 14px;
}

.about-title {
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.04;
    gap: 6px;
    margin-bottom: 34px;
}

.legacy-honourees {
    max-width: 1280px;
    gap: 26px;
    margin-bottom: 30px;
}

.honouree-card {
    min-height: 350px;
    gap: 28px;
    padding: 26px;
    border-radius: 14px;
}

.honouree-card-photo .honouree-image-frame {
    padding: 8px;
    overflow: visible;
    border: 1px solid rgba(185, 127, 28, .72);
    background:
        linear-gradient(#fff8ea, #fff8ea) padding-box,
        linear-gradient(135deg, rgba(236, 202, 119, .95), rgba(166, 105, 23, .72)) border-box;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .9),
        0 0 0 5px rgba(196, 154, 67, .10),
        0 16px 32px rgba(75, 48, 17, .12);
}

.honouree-card-photo .honouree-image-frame::before,
.honouree-card-photo .honouree-image-frame::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(185, 127, 28, .34);
    pointer-events: none;
}

.honouree-card-photo .honouree-image-frame::after {
    inset: 14px;
    border-color: rgba(255, 247, 224, .7);
}

.honouree-card-photo .honouree-image-frame img {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(92, 58, 20, .24);
}

.honouree-card-photo .corner {
    z-index: 2;
    width: 22px;
    height: 22px;
    border-color: #bd862b;
}

.honouree-card-photo .corner-tl {
    top: 3px;
    left: 3px;
}

.honouree-card-photo .corner-tr {
    top: 3px;
    right: 3px;
}

.honouree-card-photo .corner-bl {
    bottom: 3px;
    left: 3px;
}

.honouree-card-photo .corner-br {
    bottom: 3px;
    right: 3px;
}

.honouree-emblem {
    padding: 14px;
}

.honouree-copy h3 {
    font-size: clamp(22px, 2.15vw, 32px);
    line-height: 1.18;
}

.mini-rule {
    margin: 14px 0 16px;
}

.honouree-role {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 20px;
}

.honour-row {
    gap: 12px;
    margin: 14px 0;
    font-size: 12px;
    letter-spacing: .11em;
}

.science-mark {
    font-size: 15px;
}

.honouree-note {
    padding-top: 16px;
    margin-top: 16px;
    font-size: 14.5px;
    line-height: 1.55;
}

.about-supporting {
    max-width: 820px;
    margin-top: 26px;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.32;
}

.legacy {
    padding: 54px clamp(22px, 6vw, 104px) 84px;
}

.legacy h2 {
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: .11em;
    margin-bottom: 8px;
}

.legacy-ornament {
    margin-bottom: 22px;
}

.timeline {
    position: relative;
    display: grid;
    gap: 54px;
    max-width: 1180px;
    min-height: 0;
    margin: 0 auto;
    padding: 34px 0 26px;
    border: 0;
    text-align: left;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    bottom: 18px;
    width: 118px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 0%, rgba(184, 135, 34, .34) 0 3px, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(184, 135, 34, .34) 0 3px, transparent 4px),
        radial-gradient(circle at 50% 100%, rgba(184, 135, 34, .34) 0 3px, transparent 4px),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='720' viewBox='0 0 118 720' fill='none'%3E%3Cpath d='M58 2 C104 92 10 146 58 236 C106 328 12 394 58 482 C102 566 28 632 58 718' stroke='%23b88722' stroke-width='1.1' stroke-opacity='.42'/%3E%3Cpath d='M70 18 C112 108 24 158 70 246 C112 328 32 402 70 492 C110 574 42 640 70 704' stroke='%23b88722' stroke-width='1' stroke-opacity='.28' stroke-dasharray='2 7'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    pointer-events: none;
}

.timeline::after {
    display: none;
}

.timeline-item,
.timeline-item-right {
    position: relative;
    top: auto !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    width: 100%;
    padding: 0;
}

.timeline-item::before {
    display: none;
}

.timeline-item-left .timeline-card {
    grid-column: 1;
    justify-self: end;
}

.timeline-item-left .timeline-medallion {
    grid-column: 2;
    grid-row: 1;
}

.timeline-item-left strong {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
}

.timeline-item-right .timeline-card {
    grid-column: 3;
    justify-self: start;
}

.timeline-item-right .timeline-medallion {
    grid-column: 2;
    grid-row: 1;
}

.timeline-item-right strong {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
}

.timeline-card,
.timeline-item-left .timeline-card,
.timeline-item-right .timeline-card {
    position: relative;
    width: min(100%, 500px);
    max-width: 500px;
    padding: 28px 42px;
    clip-path: none;
    background: rgba(255, 252, 244, .74);
    border: 1px solid rgba(190, 141, 45, .48);
    border-radius: 14px;
    box-shadow:
        inset 0 0 0 4px rgba(255, 255, 255, .28),
        0 14px 32px rgba(72, 49, 20, .08);
}

.timeline-item-left .timeline-card {
    border-radius: 14px 6px 6px 14px;
}

.timeline-item-right .timeline-card {
    border-radius: 6px 14px 14px 6px;
}

.timeline-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, rgba(184, 135, 34, .62), rgba(184, 135, 34, .12));
}

.timeline-item-left .timeline-card::after {
    right: -34px;
}

.timeline-item-right .timeline-card::after {
    left: -34px;
    transform: scaleX(-1);
}

.timeline-card span {
    font-size: 12px;
    letter-spacing: .2em;
    margin-bottom: 12px;
}

.timeline-card b {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.15;
    margin-bottom: 12px;
}

.timeline-card p {
    font-size: 15px;
    line-height: 1.45;
    margin: 16px 0 0;
    max-width: 390px;
}

.timeline-card p::before {
    width: min(100%, 300px);
    margin-bottom: 16px;
}

.timeline-medallion {
    position: relative;
    z-index: 2;
    width: 104px;
    height: 104px;
    justify-self: center;
}

.timeline-medallion::before,
.timeline-medallion::after {
    content: "";
    position: absolute;
    inset: -12px;
    border: 1px dashed rgba(184, 135, 34, .36);
    border-radius: 50%;
    pointer-events: none;
}

.timeline-medallion::after {
    inset: -22px;
    border-style: solid;
    opacity: .22;
}

.timeline-medallion img {
    width: 58px;
    height: 58px;
}

.timeline-item strong {
    z-index: 2;
    color: #b88722 !important;
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 1080px) {
    .honouree-card {
        gap: 22px;
    }

    .timeline {
        max-width: 900px;
        gap: 42px;
    }

    .timeline-item,
    .timeline-item-right {
        grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
        gap: 24px;
    }

    .timeline-card,
    .timeline-item-left .timeline-card,
    .timeline-item-right .timeline-card {
        padding: 24px 30px;
    }

    .timeline-medallion {
        width: 88px;
        height: 88px;
    }

    .timeline-medallion img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 860px) {
    .hero {
        min-height: 560px;
    }

    .hero h1 {
        font-size: clamp(32px, 9vw, 48px);
    }

    .about-title {
        font-size: clamp(30px, 8.2vw, 44px);
    }

    .timeline {
        gap: 30px;
        padding: 28px 0 8px;
    }

    .timeline::before {
        left: 42px;
        width: 72px;
        transform: none;
        opacity: .55;
    }

    .timeline-item,
    .timeline-item-right {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 18px;
    }

    .timeline-item .timeline-medallion,
    .timeline-item-right .timeline-medallion {
        grid-column: 1;
        grid-row: 1;
        width: 76px;
        height: 76px;
    }

    .timeline-medallion::before {
        inset: -8px;
    }

    .timeline-medallion::after {
        display: none;
    }

    .timeline-medallion img {
        width: 44px;
        height: 44px;
    }

    .timeline-item strong,
    .timeline-item-right strong {
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
        font-size: 24px;
    }

    .timeline-item .timeline-card,
    .timeline-item-right .timeline-card {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100%;
        max-width: none;
        padding: 22px 24px;
        border-radius: 12px;
    }

    .timeline-card::after {
        display: none;
    }

    .timeline-card b {
        font-size: 22px;
    }

    .timeline-card p {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .nav {
        padding: 12px 18px;
    }

    .brand span {
        font-size: 12px;
    }

    .hero h1 {
        font-size: clamp(30px, 10.5vw, 42px);
    }

    .hero .subtitle {
        font-size: 11.5px;
    }

    .honouree-copy h3 {
        font-size: 23px;
    }

    .timeline-item,
    .timeline-item-right {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .timeline::before {
        display: none;
    }

    .timeline-item .timeline-medallion,
    .timeline-item-right .timeline-medallion,
    .timeline-item strong,
    .timeline-item-right strong,
    .timeline-item .timeline-card,
    .timeline-item-right .timeline-card {
        grid-column: 1;
        grid-row: auto;
        justify-self: center;
    }

    .timeline-card,
    .timeline-item .timeline-card,
    .timeline-item-right .timeline-card {
        text-align: left;
        padding: 21px 22px;
    }
}

/* Homepage final reference fixes: uploaded hero image, unified honouree frames, stacked legacy spine */
.hero {
    min-height: 620px;
    background-image: url('./assets/home/hero-award-background.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.hero::before,
.hero::after {
    display: none !important;
}

.hero .gold-line {
    color: #e6c56d !important;
    text-shadow: 0 2px 2px rgba(70, 48, 24, .28), 0 8px 18px rgba(65, 45, 20, .18) !important;
}

.hero .white-line {
    text-shadow: 0 2px 3px rgba(70, 48, 24, .22), 0 8px 18px rgba(65, 45, 20, .16) !important;
}

.honouree-card {
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: center;
}

.honouree-card .honouree-image-frame,
.honouree-card .honouree-emblem {
    width: 250px;
    height: 320px;
    aspect-ratio: auto;
    padding: 8px;
    overflow: visible;
    border: 1px solid rgba(185, 127, 28, .72);
    border-radius: 2px;
    background:
        linear-gradient(#fff8ea, #fff8ea) padding-box,
        linear-gradient(135deg, rgba(236, 202, 119, .95), rgba(166, 105, 23, .72)) border-box;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .9),
        0 0 0 5px rgba(196, 154, 67, .10),
        0 16px 32px rgba(75, 48, 17, .12);
}

.honouree-card .honouree-image-frame::before,
.honouree-card .honouree-image-frame::after,
.honouree-card .honouree-emblem::before,
.honouree-card .honouree-emblem::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.honouree-card .honouree-image-frame::before,
.honouree-card .honouree-emblem::before {
    inset: -8px;
    border: 1px solid rgba(185, 127, 28, .34);
}

.honouree-card .honouree-image-frame::after,
.honouree-card .honouree-emblem::after {
    inset: 14px;
    border: 1px solid rgba(255, 247, 224, .7);
    z-index: 2;
}

.honouree-card .honouree-image-frame img,
.honouree-card .honouree-emblem img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(92, 58, 20, .24);
    object-fit: cover;
    filter: none;
}

.honouree-card-photo .honouree-image-frame img {
    object-position: 50% center;
}

.honouree-card-emblem .honouree-emblem img {
    object-position: 35% center;
}

.honouree-card .corner {
    z-index: 3;
    width: 22px;
    height: 22px;
    border-color: #bd862b;
}

.honouree-card .corner-tl {
    top: 3px;
    left: 3px;
}

.honouree-card .corner-tr {
    top: 3px;
    right: 3px;
}

.honouree-card .corner-bl {
    bottom: 3px;
    left: 3px;
}

.honouree-card .corner-br {
    bottom: 3px;
    right: 3px;
}

.honouree-emblem .corner {
    display: block;
}

.discipline-row {
    align-items: center;
}

.discipline-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 22px;
    mix-blend-mode: multiply;
    filter: sepia(.15) saturate(1.05) contrast(1.05);
}

.science-mark {
    display: none;
}

.legacy {
    padding: 58px clamp(22px, 7vw, 120px) 84px;
}

.legacy h2 {
    font-size: clamp(30px, 3.6vw, 44px);
    letter-spacing: .11em;
    margin-bottom: 8px;
}

.timeline {
    position: relative;
    display: grid;
    gap: 28px;
    max-width: 980px;
    min-height: 0;
    margin: 0 auto;
    padding: 22px 0 0;
    border: 0;
    text-align: left;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 72px;
    top: 54px;
    bottom: 54px;
    width: 1px;
    transform: none;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, transparent, rgba(184, 135, 34, .54) 12%, rgba(184, 135, 34, .54) 88%, transparent) !important;
    pointer-events: none;
}

.timeline::after {
    display: none !important;
}

.timeline-item,
.timeline-item-left,
.timeline-item-right {
    position: relative;
    top: auto !important;
    display: grid;
    grid-template-columns: 56px 72px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0;
}

.timeline-item::before,
.timeline-item-left::before,
.timeline-item-right::before {
    display: none !important;
}

.timeline-item-left .timeline-card,
.timeline-item-right .timeline-card,
.timeline-item .timeline-card {
    grid-column: 3;
    grid-row: 1;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    clip-path: none;
    border-radius: 14px;
    padding: 24px 34px;
}

.timeline-item-left .timeline-medallion,
.timeline-item-right .timeline-medallion,
.timeline-item .timeline-medallion {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}

.timeline-item-left strong,
.timeline-item-right strong,
.timeline-item strong {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    font-size: 28px;
}

.timeline-card::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 20px;
    height: 1px;
    transform: none;
    background: rgba(184, 135, 34, .48);
}

.timeline-card span {
    font-size: 11px;
    letter-spacing: .19em;
    margin-bottom: 10px;
}

.timeline-card b {
    font-size: clamp(21px, 2vw, 27px);
    margin-bottom: 10px;
}

.timeline-card p {
    max-width: 560px;
    font-size: 14.5px;
    line-height: 1.55;
    margin: 14px 0 0;
}

.timeline-card p::before {
    width: min(100%, 280px);
    margin-bottom: 14px;
}

.timeline-medallion {
    z-index: 2;
    width: 72px;
    height: 72px;
    background: radial-gradient(circle, #fff8e8 0 52%, #e4c986 53% 68%, #fbf3e2 69% 100%);
    box-shadow: 0 6px 16px rgba(79, 52, 20, .16), inset 0 0 0 6px rgba(255, 255, 255, .44);
}

.timeline-medallion::before,
.timeline-medallion::after {
    display: none;
}

.timeline-medallion img {
    width: 42px;
    height: 42px;
}

@media (max-width: 1080px) {
    .honouree-card {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .honouree-card .honouree-image-frame,
    .honouree-card .honouree-emblem {
        width: 220px;
        height: 292px;
    }
}

@media (max-width: 860px) {
    .honouree-card {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .honouree-card .honouree-image-frame,
    .honouree-card .honouree-emblem {
        width: min(250px, 82vw);
        height: 318px;
    }

    .timeline {
        max-width: 680px;
        gap: 24px;
    }

    .timeline::before {
        left: 64px;
        top: 48px;
        bottom: 48px;
        display: block !important;
    }

    .timeline-item,
    .timeline-item-left,
    .timeline-item-right {
        grid-template-columns: 46px 62px minmax(0, 1fr);
        gap: 14px;
    }

    .timeline-medallion {
        width: 62px;
        height: 62px;
    }

    .timeline-medallion img {
        width: 36px;
        height: 36px;
    }

    .timeline-item-left strong,
    .timeline-item-right strong,
    .timeline-item strong {
        font-size: 22px;
    }

    .timeline-item-left .timeline-card,
    .timeline-item-right .timeline-card,
    .timeline-item .timeline-card {
        padding: 20px 22px;
    }

    .timeline-card::after {
        left: -14px;
        width: 14px;
    }
}

@media (max-width: 560px) {
    .timeline::before {
        left: 31px;
    }

    .timeline-item,
    .timeline-item-left,
    .timeline-item-right {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 14px;
        text-align: left;
    }

    .timeline-item-left .timeline-medallion,
    .timeline-item-right .timeline-medallion,
    .timeline-item .timeline-medallion {
        grid-column: 1;
        grid-row: 1;
    }

    .timeline-item-left strong,
    .timeline-item-right strong,
    .timeline-item strong {
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
        font-size: 20px;
    }

    .timeline-item-left .timeline-card,
    .timeline-item-right .timeline-card,
    .timeline-item .timeline-card {
        grid-column: 2;
        grid-row: 1 / span 2;
        padding: 19px 20px;
    }

    .timeline-card b {
        font-size: 20px;
    }

    .timeline-card p {
        font-size: 13.5px;
    }
}

/* Homepage bugfix pass: visible hero asset, clean icon transparency, no legacy stray dots */
.hero.clean-hero {
    min-height: 620px;
    background: url('./assets/home/hero-award-background.png') center center / cover no-repeat !important;
    background-color: transparent !important;
}

.hero-content {
    background: transparent !important;
}

.hero .subtitle,
.about-supporting {
    max-width: 650px;
    color: #dbad3e !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .44) !important;
}

.about-supporting {
    margin: 26px auto 18px !important;
}

.honouree-card .honouree-image-frame,
.honouree-card .honouree-emblem {
    width: 250px !important;
    height: 320px !important;
    min-width: 250px;
    padding: 8px !important;
    overflow: visible !important;
    border: 1px solid rgba(185, 127, 28, .72) !important;
    border-radius: 2px !important;
    background:
        linear-gradient(#fff8ea, #fff8ea) padding-box,
        linear-gradient(135deg, rgba(236, 202, 119, .95), rgba(166, 105, 23, .72)) border-box !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .9),
        0 0 0 5px rgba(196, 154, 67, .10),
        0 16px 32px rgba(75, 48, 17, .12) !important;
}

.honouree-card .honouree-image-frame img,
.honouree-card .honouree-emblem img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: 1px solid rgba(92, 58, 20, .24) !important;
    background: transparent !important;
}

.honouree-card-photo .honouree-image-frame img {
    object-position: 50% 50% !important;
}

.honouree-card-emblem .honouree-emblem img {
    object-position: 35% 50% !important;
}

.discipline-icon {
    display: block;
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    mix-blend-mode: multiply;
}

.discipline-row {
    align-items: center !important;
    gap: 13px !important;
}

.timeline div {
    padding: 0 !important;
}

.timeline div::before,
.timeline-card::before,
.timeline-medallion::before,
.timeline-medallion::after {
    content: none !important;
    display: none !important;
}

.timeline {
    padding: 22px 0 12px !important;
    gap: 28px !important;
    overflow: visible;
}

.timeline::before {
    left: 92px !important;
    top: 56px !important;
    bottom: 56px !important;
    height: auto !important;
    width: 1px !important;
    background: linear-gradient(180deg, transparent 0%, rgba(184, 135, 34, .52) 14%, rgba(184, 135, 34, .52) 86%, transparent 100%) !important;
}

.timeline-item,
.timeline-item-left,
.timeline-item-right {
    grid-template-columns: 56px 72px minmax(0, 1fr) !important;
    align-items: center !important;
}

.timeline-medallion {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: radial-gradient(circle, #fff8e8 0 52%, #e4c986 53% 68%, #fbf3e2 69% 100%) !important;
}

.timeline-medallion img {
    display: block;
    width: 46px !important;
    height: 46px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    mix-blend-mode: multiply;
}

.timeline-card {
    position: relative !important;
    padding: 24px 34px !important;
}

.timeline-card::after {
    left: -20px !important;
    top: 50% !important;
    width: 20px !important;
    height: 1px !important;
    background: rgba(184, 135, 34, .48) !important;
}

.site-footer {
    position: relative;
    z-index: 2;
}

@media (max-width: 1080px) {

    .honouree-card .honouree-image-frame,
    .honouree-card .honouree-emblem {
        width: 220px !important;
        min-width: 220px;
        height: 292px !important;
    }
}

@media (max-width: 860px) {

    .honouree-card .honouree-image-frame,
    .honouree-card .honouree-emblem {
        width: min(250px, 82vw) !important;
        min-width: 0;
        height: 318px !important;
    }

    .timeline::before {
        left: 77px !important;
        top: 48px !important;
        bottom: 48px !important;
    }

    .timeline-item,
    .timeline-item-left,
    .timeline-item-right {
        grid-template-columns: 46px 62px minmax(0, 1fr) !important;
    }

    .timeline-medallion {
        width: 62px !important;
        height: 62px !important;
    }

    .timeline-medallion img {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 560px) {
    .timeline::before {
        left: 31px !important;
        top: 42px !important;
        bottom: 42px !important;
    }

    .timeline-item,
    .timeline-item-left,
    .timeline-item-right {
        grid-template-columns: 62px minmax(0, 1fr) !important;
    }

    .timeline-card::after {
        display: none !important;
    }
}

/* Homepage focused fixes: hero image layer, roomier legacy cards, continuous about rule */
.hero.clean-hero {
    min-height: 640px !important;
    isolation: isolate;
    background-color: #e5b16f !important;
    background-image: none !important;
}

.hero-background-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.about-supporting {
    max-width: 720px !important;
    font-size: 13.5px !important;
    line-height: 1.62 !important;
    margin: 28px auto 20px !important;
}

.section-flourish {
    width: min(340px, 58vw) !important;
    height: 1px !important;
    margin: 18px auto 0 !important;
    background: linear-gradient(90deg, transparent, rgba(184, 135, 34, .56), transparent) !important;
}

.section-flourish::before,
.section-flourish::after {
    display: none !important;
    content: none !important;
}

.honour-row,
.discipline-row {
    display: flex !important;
    align-items: center !important;
    min-height: 34px;
    gap: 13px !important;
    line-height: 1.32 !important;
}

.honour-row svg {
    flex: 0 0 auto;
    align-self: center;
}

.discipline-icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    align-self: center !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
}

.timeline {
    gap: 42px !important;
    padding: 30px 0 18px !important;
}

.timeline-card,
.timeline-item-left .timeline-card,
.timeline-item-right .timeline-card,
.timeline-item .timeline-card {
    padding: 34px 40px !important;
    min-height: 172px;
}

.timeline-card span {
    margin-bottom: 13px !important;
}

.timeline-card b {
    margin-bottom: 14px !important;
}

.timeline-card p {
    margin-top: 18px !important;
    line-height: 1.62 !important;
}

.timeline-card p::before {
    margin-bottom: 18px !important;
}

.timeline::before {
    top: 68px !important;
    bottom: 68px !important;
}

@media (max-width: 860px) {
    .hero.clean-hero {
        min-height: 580px !important;
    }

    .timeline {
        gap: 34px !important;
        padding-top: 26px !important;
    }

    .timeline-card,
    .timeline-item-left .timeline-card,
    .timeline-item-right .timeline-card,
    .timeline-item .timeline-card {
        padding: 28px 26px !important;
        min-height: 0;
    }

    .timeline::before {
        top: 58px !important;
        bottom: 58px !important;
    }
}

@media (max-width: 560px) {
    .about-supporting {
        font-size: 13px !important;
    }

    .timeline {
        gap: 30px !important;
    }

    .timeline-card,
    .timeline-item-left .timeline-card,
    .timeline-item-right .timeline-card,
    .timeline-item .timeline-card {
        padding: 24px 22px !important;
    }
}

/* Homepage final polish: two-line legacy title, lighter gold, about icon alignment */
.brand-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.08;
}

.brand-title span {
    display: block;
    font-family: Cinzel, serif;
    font-size: 13px;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.hero .gold-line {
    color: #f2d783 !important;
    text-shadow: 0 2px 2px rgba(91, 62, 22, .20), 0 8px 18px rgba(92, 62, 22, .14) !important;
}

.hero .gold-line::before,
.hero .gold-line::after {
    content: none !important;
    display: none !important;
}

.gold-btn {
    background: linear-gradient(135deg, #f8e39a 0%, #dfbd59 56%, #c9962d 100%) !important;
    border-color: #e5c267 !important;
    color: #1d1508 !important;
    box-shadow: inset 0 1px 0 rgba(255, 248, 216, .46), 0 10px 24px rgba(159, 111, 28, .14) !important;
}

.honour-row:not(.discipline-row) svg {
    margin-left: 5px;
    margin-right: 2px;
}

.discipline-row {
    min-height: 38px;
}

.discipline-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
}

@media (max-width: 560px) {
    .brand-title span {
        font-size: 11px;
        letter-spacing: .08em;
    }

    .discipline-icon {
        width: 34px !important;
        height: 34px !important;
        flex-basis: 34px !important;
    }
}

/* Admin entry save feedback */
.admin-form-status {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.86rem;
    line-height: 1.45;
    border: 1px solid transparent;
}

.admin-form-status.is-error {
    color: #8f251d;
    background: #fff0ed;
    border-color: #f1b8ae;
}

.admin-form-status.is-success {
    color: #27603d;
    background: #eefaf2;
    border-color: #add9bc;
}

.admin-card .gold-btn:disabled {
    cursor: wait;
    opacity: .72;
}

/* Chidambaram-only homepage and scholar/mobile admin updates */
.memorial-hero-title {
    max-width: 980px;
    font-size: clamp(30px, 4vw, 52px) !important;
    line-height: 1.13 !important;
    letter-spacing: .055em !important;
}

.memorial-hero-title .gold-line {
    color: #f2d783 !important;
}

.legacy-honourees {
    grid-template-columns: minmax(0, 980px) !important;
    justify-content: center !important;
}

.legacy-honourees .honouree-card-photo {
    width: min(980px, 100%);
    justify-self: center;
    grid-template-columns: 290px minmax(0, 1fr) !important;
    gap: clamp(32px, 5vw, 58px) !important;
    padding: clamp(30px, 4vw, 48px) !important;
}

.legacy-honourees .honouree-card-photo .honouree-image-frame {
    width: 290px !important;
    min-width: 290px !important;
    height: 350px !important;
}

.legacy-honourees .honouree-card-photo .honouree-copy {
    max-width: 540px;
}

.recipient-table-head.is-scholar,
.recipient-row.is-scholar {
    grid-template-columns: minmax(210px, 1.35fr) minmax(90px, .55fr) minmax(190px, 1fr) minmax(220px, 1.25fr) 56px !important;
    column-gap: 24px !important;
    align-items: center !important;
}

.admin-card-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.admin-card-heading-row h2 {
    margin: 0;
}

.admin-export-btn {
    padding: 9px 14px !important;
    font-size: 11px !important;
    white-space: nowrap;
}

.scholar-mobile-card {
    grid-column: 1 / -1;
}

@media (max-width: 1080px) {
    .legacy-honourees .honouree-card-photo {
        grid-template-columns: 250px minmax(0, 1fr) !important;
    }

    .legacy-honourees .honouree-card-photo .honouree-image-frame {
        width: 250px !important;
        min-width: 250px !important;
        height: 320px !important;
    }
}

@media (max-width: 860px) {
    .legacy-honourees .honouree-card-photo {
        grid-template-columns: 1fr !important;
        justify-items: center;
        text-align: left;
    }

    .legacy-honourees .honouree-card-photo .honouree-image-frame {
        width: min(250px, 82vw) !important;
        min-width: 0 !important;
        height: 318px !important;
    }

    .recipient-table-head.is-scholar,
    .recipient-row.is-scholar {
        grid-template-columns: 1fr !important;
        gap: 7px !important;
    }

    .recipient-table-head.is-scholar span:not(:first-child) {
        display: none;
    }

    .recipient-row.is-scholar .cert-download-btn {
        justify-self: start;
        margin-top: 6px;
    }

    .admin-card-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Cross-page polish: directory compression, legacy copy width, admin mobile page, certificate-era gold */
.hero .gold-line,
.memorial-hero-title .gold-line {
    background: linear-gradient(180deg, #fff4bd 0%, #f7dc86 44%, #dbaf4a 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    text-shadow: 0 2px 2px rgba(92, 62, 22, .16), 0 8px 18px rgba(92, 62, 22, .10) !important;
}

.timeline-card p {
    width: 100% !important;
    max-width: none !important;
}

.directory-page-hero {
    padding: 54px 8vw 36px !important;
}

.directory-page-hero h1 {
    font-size: clamp(32px, 4.3vw, 52px) !important;
    margin: 6px 0 8px !important;
    letter-spacing: .045em !important;
}

.directory-page-hero p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    max-width: 680px !important;
}

.directory-section {
    padding-top: 26px !important;
}

.directory-section .year-tabs {
    margin-bottom: 14px !important;
}

.archive-toolbar {
    width: min(1040px, 92vw);
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.archive-year-summary {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.archive-year-summary strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3vw, 38px);
    color: #a76f18;
    font-weight: 600;
    letter-spacing: .04em;
}

.archive-search {
    width: min(360px, 100%);
    border: 1px solid rgba(178, 130, 39, .35);
    border-radius: 999px;
    background: rgba(255, 252, 246, .92);
    color: #2e1f0e;
    padding: 11px 18px;
    font-size: 13px;
    outline: none;
    box-shadow: 0 10px 28px rgba(95, 68, 30, .07);
}

.archive-search:focus {
    border-color: rgba(178, 130, 39, .68);
    box-shadow: 0 0 0 3px rgba(218, 181, 93, .18), 0 10px 28px rgba(95, 68, 30, .07);
}

.archive-year-panel {
    margin-top: 0 !important;
}

.archive-year-header {
    margin-bottom: 12px !important;
}

.archive-year-header h3 {
    display: none !important;
}

.admin-page-transition {
    animation: adminFadeIn .18s ease both;
}

@keyframes adminFadeIn {
    from {
        opacity: .45;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-shell aside button.active {
    background: rgba(255, 255, 255, .96);
    border-color: rgba(198, 154, 58, .62);
    color: #8f6418;
    box-shadow: 0 10px 26px rgba(107, 78, 32, .08);
}

.admin-main.is-mobile-page .admin-top,
.admin-main.is-mobile-page .stat-row,
.admin-main.is-mobile-page .excel-upload-row,
.admin-main.is-mobile-page .admin-grid> :not(.scholar-mobile-card) {
    display: none !important;
}

.admin-main:not(.is-mobile-page) .scholar-mobile-card {
    display: none !important;
}

.admin-main.is-mobile-page .admin-grid {
    display: block;
}

.admin-main.is-mobile-page .scholar-mobile-card {
    display: block;
    max-width: 1040px;
    margin: 0 auto;
}

@media (max-width: 720px) {
    .archive-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .archive-search {
        width: 100%;
    }
}

/* Directory search placement: year above centered search, no repeated labels */
.archive-toolbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: min(620px, 92vw) !important;
    margin: 0 auto 18px !important;
    text-align: center !important;
}

.archive-current-year {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1;
    color: #a76f18;
    font-weight: 600;
    letter-spacing: .04em;
}

.archive-toolbar .archive-search {
    width: min(420px, 100%) !important;
    margin: 0 auto !important;
}

.archive-year-header {
    display: none !important;
}

/* Requested UI refinements: cleaner directory year, about rows, admin/page motion, premium hovers */
.archive-current-year {
    display: none !important;
}

.about-title {
    font-size: clamp(34px, 4.8vw, 62px) !important;
    line-height: 1.08 !important;
}

.honouree-copy h3 {
    white-space: nowrap;
    font-size: clamp(30px, 3.3vw, 42px) !important;
    line-height: 1.02 !important;
}

.honouree-role {
    margin-bottom: 18px !important;
}

.honouree-info-grid {
    display: grid;
    gap: 14px;
    margin: 18px 0 20px;
}

.honouree-info-row {
    display: grid;
    grid-template-columns: 40px minmax(150px, 210px) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid rgba(178, 130, 39, .22);
}

.honouree-info-row:last-child {
    border-bottom: 1px solid rgba(178, 130, 39, .22);
}

.honouree-info-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #af7a22;
    border: 1px solid rgba(178, 130, 39, .36);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 247, 216, .92), rgba(226, 190, 102, .18));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65), 0 6px 16px rgba(99, 68, 22, .08);
}

.honouree-info-main {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #3a2414;
}

.honouree-info-main strong {
    font-size: 12px;
    white-space: nowrap;
}

.honouree-info-main span {
    color: #a76f18;
    font-size: 12px;
    font-weight: 700;
}

.honouree-info-row p {
    margin: 0;
    color: #4b3724;
    font-size: 14px;
    line-height: 1.55;
}

.about-supporting {
    text-shadow: 0 1px 2px rgba(73, 49, 19, .16);
}

.admin-page-transition {
    animation: adminFadeIn .24s cubic-bezier(.22, .61, .36, 1) both !important;
}

@keyframes adminFadeIn {
    from {
        opacity: .2;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

button,
.gold-btn,
.outline-btn,
.cert-download-btn,
.gallery-arrow,
.gallery-item,
.recipient-row,
.timeline-card,
.honouree-image-frame,
.footer-links button,
.center-nav button,
.admin-shell aside button {
    transition: transform .22s cubic-bezier(.22, .61, .36, 1), box-shadow .22s cubic-bezier(.22, .61, .36, 1), border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease !important;
}

.gold-btn:hover,
.outline-btn:hover,
.cert-download-btn:hover,
.gallery-arrow:hover,
.footer-links button:hover,
.admin-shell aside button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(111, 78, 27, .16) !important;
}

.honouree-image-frame:hover,
.timeline-card:hover,
.recipient-row:hover,
.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 58px rgba(82, 55, 18, .13) !important;
}

.center-nav button {
    position: relative;
}

.center-nav button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b88722;
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform .34s cubic-bezier(.22, .61, .36, 1), opacity .34s ease;
}

.center-nav button:hover::after,
.center-nav button.active::after {
    transform: scaleX(1);
    opacity: 1;
}

.center-nav button:hover {
    transform: translateY(-1px);
    color: #8a611d !important;
}

.footer-links button:hover {
    color: #8a611d !important;
}

@media (max-width: 900px) {
    .honouree-copy h3 {
        white-space: normal;
    }

    .honouree-info-row {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .honouree-info-row p {
        grid-column: 2;
    }
}

/* Final requested homepage/footer corrections */
.hero-name-line {
    display: inline-flex !important;
    justify-content: center;
    gap: .28em;
    flex-wrap: wrap;
    background: none !important;
    color: inherit !important;
    -webkit-text-fill-color: initial !important;
}

.hero-name-line>span {
    background: linear-gradient(180deg, #fff4bd 0%, #f7dc86 44%, #dbaf4a 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 2px 2px rgba(92, 62, 22, .16), 0 8px 18px rgba(92, 62, 22, .10) !important;
}

.about-title,
.legacy h2 {
    font-size: clamp(30px, 3.6vw, 44px) !important;
    line-height: 1.08 !important;
}

.honouree-copy h3 {
    white-space: normal !important;
}

.footer-links button {
    position: relative;
    padding-bottom: 6px;
    transform: none !important;
    box-shadow: none !important;
}

.footer-links button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b88722;
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform .34s cubic-bezier(.22, .61, .36, 1), opacity .34s ease;
}

.footer-links button:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #8a611d !important;
}

.footer-links button:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

/* Fixed logo viewport */
.brand-logo-frame {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
}

/* Zoom the image inside without enlarging its occupied space */
.brand-logo-frame .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    transform-origin: center;
}

.footer-logo-frame {
    width: 44px;
    height: 44px;
    margin: 0 auto 18px;
}

.footer-logo-frame {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}

/* Help & Support + redesigned footer */
.is-hidden {
    display: none !important;
}

.redesigned-footer {
    text-align: left !important;
    padding: 54px 8vw 24px !important;
    background: linear-gradient(135deg, #fffdf8 0%, #fbf7ef 52%, #f5ecdd 100%) !important;
    border-top: 1px solid rgba(198, 154, 58, .20) !important;
    color: #111a34 !important;
}

.footer-main-row {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 64px;
    align-items: start;
}

.footer-title-block h3 {
    margin: 0;
    max-width: 660px;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: 0;
    color: #111a34;
}

.footer-title-block p {
    max-width: 720px;
    margin: 28px 0 0;
    color: #233353;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.55;
}

.redesigned-footer .footer-links {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    margin: 2px 0 0 !important;
}

.redesigned-footer .footer-links button {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 7px !important;
    border: 0;
    background: transparent;
    color: #111a34 !important;
    font-size: 17px !important;
    font-weight: 700;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.redesigned-footer .footer-links button::after {
    background: #b88722 !important;
}

.redesigned-footer .footer-links .footer-support-btn {
    margin-top: 12px;
    padding: 13px 20px !important;
    border: 1px solid rgba(184, 135, 34, .58) !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, .58) !important;
    color: #111a34 !important;
    box-shadow: 0 10px 24px rgba(184, 135, 34, .10) !important;
}

.redesigned-footer .footer-links .footer-support-btn::after {
    display: none;
}

.redesigned-footer .footer-links .footer-support-btn:hover {
    background: rgba(255, 248, 232, .94) !important;
    border-color: rgba(184, 135, 34, .86) !important;
}

.footer-bottom-row {
    max-width: 1180px;
    margin: 46px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(184, 135, 34, .54);
}

.footer-bottom-row p {
    margin: 0;
    color: #596173;
    font-size: 13px;
}

.support-page-hero {
    min-height: 420px;
    padding-bottom: 82px;
}

.support-section {
    background: #faf7f1;
    padding: 70px 8vw 90px;
}

.support-form-card {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 34px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(198, 154, 58, .28);
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(16, 32, 51, .10);
}

.support-form-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}

.support-form-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #9f721d;
    background: rgba(198, 154, 58, .14);
    border: 1px solid rgba(198, 154, 58, .30);
}

.support-form-heading h2 {
    margin: 4px 0 0;
    color: #111a34;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 500;
}

.support-form-card label {
    display: block;
    margin: 15px 0;
    color: #233353;
    font-weight: 700;
    font-size: 13px;
}

.support-form-card label span {
    color: #b88722;
}

.support-form-card label small {
    color: #7b6c55;
    font-weight: 500;
}

.support-form-card input,
.support-form-card textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid rgba(16, 32, 51, .16);
    background: #fff;
    color: #111a34;
    font: inherit;
}

.support-form-card textarea {
    min-height: 150px;
    resize: vertical;
}

.support-form-card .gold-btn {
    margin-top: 10px;
}

.support-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 13px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.support-status.is-success {
    color: #24533b;
    background: rgba(62, 138, 94, .12);
    border: 1px solid rgba(62, 138, 94, .22);
}

.support-status.is-error {
    color: #8a2d2d;
    background: rgba(184, 54, 54, .10);
    border: 1px solid rgba(184, 54, 54, .22);
}

.support-admin-panel {
    margin-top: 28px;
}

.support-admin-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.support-admin-heading h2 {
    margin: 4px 0 0;
    color: #2e1f0e;
}

.support-admin-heading>span {
    color: #8c6416;
    border: 1px solid rgba(198, 154, 58, .30);
    background: rgba(255, 255, 255, .72);
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 700;
}

.support-request-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.support-request-card {
    min-height: 170px;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(198, 154, 58, .26);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 4px 18px rgba(16, 32, 51, .07);
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.support-request-card:hover,
.support-request-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(198, 154, 58, .52);
    box-shadow: 0 12px 28px rgba(16, 32, 51, .10);
    outline: none;
}

.support-request-card.is-expanded {
    grid-column: span 2;
    min-height: 260px;
}

.support-request-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.support-request-topline strong {
    color: #111a34;
    font-size: 16px;
}

.support-request-topline span,
.support-request-email,
.support-request-phone {
    color: #7b6c55;
    font-size: 12px;
}

.support-request-email,
.support-request-phone {
    margin: 8px 0 0;
    overflow-wrap: anywhere;
}

.support-request-preview {
    margin: 16px 0 0;
    color: #3e3a35;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.support-request-card.is-expanded .support-request-preview {
    display: none;
}

.support-request-details {
    margin-top: 16px;
    border-top: 1px solid rgba(198, 154, 58, .20);
    padding-top: 16px;
}

.support-request-details dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 14px;
}

.support-request-details dt {
    color: #8c6416;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.support-request-details dd {
    margin: 3px 0 0;
    color: #111a34;
    overflow-wrap: anywhere;
}

.support-request-details p {
    white-space: pre-wrap;
    color: #3e3a35;
    line-height: 1.55;
}

.support-resolve-btn {
    margin-top: 10px;
}

.support-empty-card {
    max-width: 680px;
}

@media (max-width: 1100px) {
    .support-request-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .footer-main-row {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .redesigned-footer .footer-links {
        align-items: flex-start !important;
    }

    .support-form-card {
        padding: 24px;
    }

    .support-request-grid {
        grid-template-columns: 1fr;
    }

    .support-request-card.is-expanded {
        grid-column: span 1;
    }

    .support-request-details dl {
        grid-template-columns: 1fr;
    }
}

/* Compact footer/support refinements */
.redesigned-footer {
    padding: 28px 8vw 16px !important;
}

.footer-main-row {
    grid-template-columns: minmax(0, 1fr) 210px !important;
    gap: 32px !important;
}

.footer-title-block h3 {
    max-width: 560px !important;
    font-size: clamp(18px, 2vw, 24px) !important;
    line-height: 1.25 !important;
    letter-spacing: .01em !important;
}

.footer-title-block p {
    max-width: 620px !important;
    margin-top: 12px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.redesigned-footer .footer-links {
    gap: 9px !important;
    margin-top: 0 !important;
}

.redesigned-footer .footer-links button {
    font-size: 13px !important;
    font-weight: 650 !important;
    padding-bottom: 4px !important;
}

.redesigned-footer .footer-links .footer-support-btn {
    margin-top: 7px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    border-radius: 7px !important;
}

.redesigned-footer .footer-links .footer-support-btn svg {
    width: 14px;
    height: 14px;
}

.footer-bottom-row {
    margin-top: 20px !important;
    padding-top: 12px !important;
}

.footer-bottom-row p {
    font-size: 12px !important;
}

.support-page-hero {
    min-height: 0 !important;
    padding: 54px 8vw 36px !important;
}

.support-page-hero h1 {
    font-size: clamp(32px, 4.3vw, 52px) !important;
    margin: 6px 0 8px !important;
    letter-spacing: .045em !important;
}

.support-page-hero p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    max-width: 760px !important;
}

.support-success-popup {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(17, 26, 52, .36);
    backdrop-filter: blur(6px);
}

.support-success-card {
    width: min(420px, 100%);
    padding: 28px;
    border-radius: 16px;
    border: 1px solid rgba(198, 154, 58, .30);
    background: rgba(255, 253, 248, .98);
    box-shadow: 0 24px 70px rgba(16, 32, 51, .22);
    text-align: center;
    color: #111a34;
}

.support-success-card svg {
    color: #b88722;
    margin-bottom: 12px;
}

.support-success-card h2 {
    margin: 0;
    font-family: Cinzel, Georgia, serif;
    font-size: 22px;
    font-weight: 500;
}

.support-success-card p {
    margin: 10px 0 20px;
    color: #5f6472;
    line-height: 1.5;
}

@media (max-width: 820px) {
    .footer-main-row {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
}

/* Final footer typography tuning */
.footer-title-block h3 {
    font-size: clamp(16px, 1.55vw, 20px) !important;
    line-height: 1.24 !important;
    max-width: 500px !important;
}

.footer-title-block p {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
    max-width: 620px !important;
}

.redesigned-footer .footer-links button,
.redesigned-footer .footer-links .footer-support-btn {
    font-family: inherit !important;
    color: #5a4a2e !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: .12em !important;
    font-weight: 500 !important;
}

.redesigned-footer .footer-links .footer-support-btn {
    padding: 8px 12px !important;
}

.redesigned-footer .footer-links .footer-support-btn svg {
    color: #b88722 !important;
}