.sts-shell {
    --sts-white: #ffffff;
    --sts-offwhite: #f7f9fc;
    --sts-ivory: #fdfcf8;
    --sts-navy: #10294b;
    --sts-navy-soft: #3c526b;
    --sts-red: #b22234;
    --sts-red-deep: #8f1626;
    --sts-bluewash: #e8f0fb;
    --sts-gold: #d2b56b;
    --sts-border: rgba(16, 41, 75, 0.12);
    --sts-shadow: 0 22px 44px rgba(11, 27, 51, 0.12);
    --sts-accent: #d2b56b;
    color: var(--sts-navy);
    background:
        linear-gradient(180deg, #eef3fb 0%, #f6f9fd 24rem, #ffffff 100%);
}

.sts-shell a {
    color: var(--sts-navy);
}

.sts-shell a:hover,
.sts-shell a:focus-visible {
    color: var(--sts-red);
}

.sts-shell-inner {
    width: min(1460px, calc(100% - 2rem));
    margin: 0 auto;
}

.sts-shell h1,
.sts-shell h2,
.sts-shell h3 {
    margin: 0;
    color: var(--sts-navy);
    text-wrap: balance;
}

.sts-shell h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.8rem, 7vw, 6.6rem);
    line-height: 0.9;
    letter-spacing: -0.03em;
}

.sts-shell h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
}

.sts-shell h3 {
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.08;
}

.sts-kicker,
.sts-section-kicker,
.sts-nav-label {
    margin: 0 0 0.85rem;
    color: var(--sts-red);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.sts-honor-hero__tagline,
.sts-honor-hero__dedication,
.sts-featured-summary,
.sts-card-summary,
.sts-panel p,
.sts-html-copy,
.sts-html-copy p {
    color: var(--sts-navy-soft);
    line-height: 1.72;
}

.sts-honor-hero {
    position: relative;
    overflow: hidden;
    padding: 2.4rem 0 4.5rem;
    background: #081423;
}

.sts-honor-hero__backdrop,
.sts-honoree-backdrop,
.sts-honoree-backdrop-image,
.sts-honoree-overlay,
.sts-honoree-stars {
    position: absolute;
    inset: 0;
}

.sts-honor-hero__field {
    display: none;
}

.sts-honor-hero__photo {
    position: absolute;
    inset: 0;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(1.02) contrast(1.04);
}

.sts-honor-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 12, 24, 0.06) 0 24%, rgba(7, 16, 30, 0.58) 48%, rgba(7, 16, 30, 0.9) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.16));
}

.sts-honor-hero__stripeband {
    position: absolute;
    inset: auto 0 0;
    height: 16px;
    background:
        linear-gradient(
            90deg,
            var(--sts-red) 0 18%,
            var(--sts-white) 18% 32%,
            var(--sts-red) 32% 46%,
            var(--sts-white) 46% 60%,
            var(--sts-red) 60% 74%,
            var(--sts-white) 74% 88%,
            var(--sts-red) 88% 100%
        );
    opacity: 0.94;
}

.sts-honor-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.74fr);
    min-height: 32rem;
}

.sts-honor-hero__copy {
    position: relative;
    grid-column: 2;
    align-self: center;
    justify-self: end;
    width: min(100%, 34rem);
    margin-right: 3.5rem;
    padding: 2rem 2.25rem 2.2rem;
    border-left: 4px solid rgba(210, 181, 107, 0.92);
    border-radius: 0 18px 18px 0;
    background:
        linear-gradient(180deg, rgba(10, 21, 38, 0.72), rgba(7, 16, 30, 0.84)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 58%);
    box-shadow: 0 24px 44px rgba(6, 14, 28, 0.24);
    backdrop-filter: blur(4px);
}

.sts-honor-hero__copy .sts-kicker,
.sts-honor-hero__copy h1 {
    color: #ffffff;
}

.sts-honor-hero__copy .sts-kicker {
    margin-bottom: 1rem;
}

.sts-honor-hero__tagline {
    max-width: 34rem;
    margin: 1rem 0 0;
    font-size: clamp(1.12rem, 1.8vw, 1.5rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.94);
}

.sts-honor-hero__dedication {
    max-width: 30rem;
    margin: 1rem 0 0;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(238, 243, 252, 0.84);
}

.sts-service-roll {
    position: relative;
    z-index: 2;
    margin-top: -2.3rem;
    padding-bottom: 1rem;
}

.sts-service-roll__stack {
    display: grid;
    gap: 0.85rem;
}

.sts-service-roll__grid {
    display: grid;
    gap: 0.85rem;
    justify-content: center;
}

.sts-service-roll__grid--primary {
    grid-template-columns: repeat(5, minmax(160px, 180px));
}

.sts-service-roll__grid--secondary {
    grid-template-columns: repeat(4, minmax(160px, 180px));
    gap: 0.85rem;
}

.sts-service-roll__item {
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 0.55rem 0.65rem 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.96)),
        linear-gradient(135deg, rgba(16, 41, 75, 0.03), transparent 60%);
    box-shadow: 0 14px 34px rgba(13, 31, 57, 0.11);
    text-align: center;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 0.35rem;
}

.sts-service-roll__item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--sts-accent) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.sts-service-roll__item::after {
    display: none;
}

.sts-service-roll__mark {
    width: clamp(108px, 62%, 132px);
    height: clamp(108px, 62%, 132px);
    margin: 0;
}

.sts-service-roll__mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.sts-service-roll__mark:empty {
    display: none;
}

.sts-service-roll__item h2 {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.16;
    margin: 0;
}

.sts-service-roll__item p {
    margin: 0.45rem 0 0;
    color: var(--sts-navy-soft);
    font-size: 1.12rem;
    font-weight: 800;
}

.sts-honor-statement {
    padding: 1.5rem 0 0;
}

.sts-honor-statement__frame {
    max-width: 62rem;
    margin: 0 auto;
    padding: 2rem 2.25rem 2.15rem;
    border-top: 4px solid var(--sts-red);
    border-bottom: 4px solid var(--sts-navy);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 253, 0.95)),
        linear-gradient(135deg, rgba(16, 41, 75, 0.04), transparent 44%);
    box-shadow: var(--sts-shadow);
    text-align: center;
}

.sts-html-copy--honor {
    max-width: 52rem;
    margin: 0 auto;
    font-size: 1.14rem;
}

.sts-html-copy--honor p {
    margin: 0 auto;
}

.sts-honorees-intro {
    padding: 2.6rem 0 0.7rem;
}

.sts-honorees-intro .sts-shell-inner {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sts-spotlight {
    padding: 0.8rem 0 0;
}

.sts-spotlight-card,
.sts-panel,
.sts-honoree-card,
.sts-nav-card,
.sts-empty-state {
    overflow: hidden;
    border: 1px solid var(--sts-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--sts-shadow);
}

.sts-spotlight-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 251, 0.95)),
        linear-gradient(135deg, rgba(16, 41, 75, 0.04), transparent 48%);
}

.sts-spotlight-card::before,
.sts-panel--callout::before,
.sts-panel--profile::before,
.sts-honoree-card::before,
.sts-nav-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--sts-red) 0%, #ffffff 50%, var(--sts-accent) 100%);
}

.sts-spotlight-card__media {
    align-self: stretch;
    aspect-ratio: 4 / 5;
    min-height: 0;
    max-height: 420px;
    background:
        linear-gradient(180deg, rgba(16, 41, 75, 0.12), transparent),
        linear-gradient(135deg, #d8e4f4, #c9d9ee);
}

.sts-spotlight-card__media img,
.sts-honoree-card-media img,
.sts-portrait-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sts-spotlight-card__media img {
    min-height: 100%;
}

.sts-spotlight-card__copy {
    padding: 2.2rem 2.3rem 2.35rem;
}

.sts-recognition-line,
.sts-service-pill {
    display: inline-flex;
    align-items: center;
    margin: 1rem 0 0;
    padding: 0.5rem 0.92rem;
    border: 1px solid rgba(16, 41, 75, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--sts-navy);
    font-size: 0.92rem;
    font-weight: 700;
}

.sts-service-pill {
    margin-top: 0;
}

.sts-spotlight-card__copy .sts-service-pill {
    margin-bottom: 1.35rem;
}

.sts-honoree-card-body .sts-service-pill {
    margin-bottom: 1rem;
}

.sts-meta-line {
    margin: 0.75rem 0 0;
    color: var(--sts-navy);
    font-size: 0.98rem;
    font-weight: 700;
}

.sts-featured-summary {
    max-width: 40rem;
    margin: 0.95rem 0 0;
    font-size: 1.02rem;
}

.sts-link-button,
.sts-honoree-card-body a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.78rem 1.15rem;
    border: 1px solid rgba(16, 41, 75, 0.16);
    border-radius: 999px;
    background: linear-gradient(180deg, #193760, #10294b);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    -webkit-text-fill-color: #fff;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.sts-link-button:link,
.sts-link-button:visited,
.sts-honoree-card-body a:link,
.sts-honoree-card-body a:visited {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.sts-link-button:hover,
.sts-link-button:focus-visible,
.sts-honoree-card-body a:hover,
.sts-honoree-card-body a:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(178, 34, 52, 0.34);
    background: linear-gradient(180deg, #204273, #143258);
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.sts-section {
    padding: 2rem 0 0;
}

.sts-section--gallery {
    padding-top: 1.6rem;
}

.sts-panel {
    position: relative;
    padding: 1.8rem 1.95rem;
}

.sts-panel--callout {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.95)),
        linear-gradient(135deg, rgba(178, 34, 52, 0.05), transparent 44%);
}

.sts-honoree-grid {
    margin-top: 0 !important;
}

.sts-honoree-card {
    position: relative;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.95)),
        linear-gradient(180deg, rgba(16, 41, 75, 0.03), transparent);
}

.sts-honoree-card-media {
    aspect-ratio: 4 / 5;
    background:
        linear-gradient(180deg, rgba(16, 41, 75, 0.1), transparent),
        linear-gradient(135deg, #d8e4f4, #c9d9ee);
}

.sts-honoree-card-body {
    padding: 1.4rem 1.5rem 1.65rem;
}

.sts-card-summary {
    margin: 0.9rem 0 0;
    font-size: 0.98rem;
}

.sts-empty-state {
    padding: 1.55rem 1.7rem;
    color: var(--sts-navy-soft);
}

.sts-featured-fallback,
.sts-honoree-fallback {
    min-height: 100%;
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.5) 0 14%, transparent 14.5%),
        linear-gradient(135deg, rgba(178, 34, 52, 0.28), rgba(16, 41, 75, 0.42)),
        linear-gradient(135deg, #d8e4f4, #c9d9ee);
}

.sts-honoree-backdrop {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 246, 252, 0.9)),
        linear-gradient(180deg, #eef4fb 0%, #ffffff 100%);
}

.sts-honoree-backdrop-image {
    background-size: cover;
    background-position: center;
    filter: saturate(0.8) contrast(0.92) brightness(1.04);
    opacity: 0.18;
}

.sts-honoree-overlay {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(241, 246, 252, 0.9)),
        linear-gradient(135deg, rgba(178, 34, 52, 0.06), transparent 46%);
}

.sts-honoree-stars {
    background-image:
        radial-gradient(circle at 16% 24%, rgba(16, 41, 75, 0.12) 0 1px, transparent 1.6px),
        radial-gradient(circle at 54% 18%, rgba(16, 41, 75, 0.1) 0 1px, transparent 1.8px),
        radial-gradient(circle at 72% 38%, rgba(16, 41, 75, 0.11) 0 1px, transparent 1.6px),
        radial-gradient(circle at 26% 72%, rgba(16, 41, 75, 0.1) 0 1px, transparent 1.6px);
    background-size: 300px 300px;
    opacity: 0.52;
}

.sts-honoree-hero {
    position: relative;
    overflow: hidden;
    padding: 2rem 0 3rem;
    border-bottom: 1px solid rgba(16, 41, 75, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54)),
        linear-gradient(180deg, #eef4fb 0%, #ffffff 100%);
}

.sts-honoree-hero-inner {
    position: relative;
    z-index: 1;
}

.sts-back-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.35rem;
    color: var(--sts-navy);
    font-weight: 700;
    text-decoration: none;
}

.sts-back-link::before {
    content: "\2190";
    margin-right: 0.55rem;
}

.sts-honoree-hero-copy {
    max-width: 920px;
}

.sts-shell--detail .sts-honoree-hero-copy h1 {
    font-size: clamp(3.1rem, 5.8vw, 4.9rem);
    line-height: 0.94;
}

.sts-hero-meta {
    margin: 1rem 0 0;
    color: var(--sts-navy);
    font-weight: 700;
}

.sts-hero-summary {
    margin: 1rem 0 0;
    max-width: 42rem;
}

.sts-panel--profile {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 246, 251, 0.95)),
        linear-gradient(135deg, rgba(16, 41, 75, 0.05), transparent 40%);
}

.sts-panel--story {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 253, 0.95)),
        linear-gradient(135deg, rgba(178, 34, 52, 0.04), transparent 44%);
}

.sts-portrait-frame {
    overflow: hidden;
    border: 1px solid rgba(16, 41, 75, 0.12);
    border-radius: 22px;
    background: linear-gradient(180deg, #d8e4f4, #c9d9ee);
    box-shadow: 0 12px 28px rgba(12, 28, 52, 0.12);
}

.sts-portrait-frame img {
    aspect-ratio: 4 / 5;
}

.sts-portrait-caption {
    margin: 0.9rem 0 0;
    color: var(--sts-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.sts-fact-list {
    margin: 1.35rem 0 0;
    display: grid;
    gap: 0.95rem;
}

.sts-fact-list dt {
    margin: 0 0 0.2rem;
    color: var(--sts-red);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sts-fact-list dd {
    margin: 0;
    color: var(--sts-navy);
    font-weight: 700;
}

.sts-pull-quote {
    margin: 1.4rem 0 0;
    padding: 0.95rem 1.1rem 0 1.3rem;
    border-left: 3px solid var(--sts-accent);
    color: var(--sts-navy-soft);
    font-size: 1.05rem;
    line-height: 1.75;
}

.sts-html-copy {
    line-height: 1.85;
}

.sts-html-copy--story {
    font-size: 1.04rem;
}

.sts-html-copy :where(h1, h2, h3, h4, h5, h6) {
    color: var(--sts-navy);
}

.sts-html-copy :where(ul, ol) {
    padding-left: 1.25rem;
}

.sts-html-copy p:last-child,
.sts-panel p:last-child {
    margin-bottom: 0;
}

.sts-empty-copy {
    margin: 0;
    color: var(--sts-navy-soft);
}

.sts-nav-card {
    position: relative;
    display: block;
    height: 100%;
    padding: 1.35rem 1.45rem 1.45rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.97);
}

.sts-nav-card strong {
    display: block;
    margin-top: 0.2rem;
    color: var(--sts-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.16rem;
}

.sts-nav-card--next {
    text-align: right;
}

.sts-theme--olive { --sts-accent: #556b2f; }
.sts-theme--sky { --sts-accent: #2f5f8f; }
.sts-theme--crimson { --sts-accent: #8f1626; }
.sts-theme--navy { --sts-accent: #19385d; }
.sts-theme--coast { --sts-accent: #a61f2f; }
.sts-theme--slate { --sts-accent: #455c79; }
.sts-theme--ember { --sts-accent: #944122; }
.sts-theme--civic { --sts-accent: #10294b; }
.sts-theme--medic { --sts-accent: #17857a; }
.sts-theme--honor { --sts-accent: #a78539; }

@media (max-width: 1399px) {
    .sts-service-roll__grid--primary {
        grid-template-columns: repeat(5, minmax(150px, 170px));
    }

    .sts-service-roll__grid--secondary {
        grid-template-columns: repeat(4, minmax(150px, 170px));
    }
}

@media (max-width: 1199px) {
    .sts-honor-hero__field {
        inset: 5.4rem 3% 3.25rem 8%;
    }

    .sts-honor-hero__stars {
        width: 20rem;
        height: 13rem;
    }

    .sts-honor-hero__copy {
        padding-right: 3rem;
        margin-right: 2rem;
    }

    .sts-spotlight-card {
        grid-template-columns: 1fr;
    }

    .sts-spotlight-card__media {
        width: min(100%, 320px);
        margin: 0 auto;
        max-height: 400px;
    }
}

@media (max-width: 959px) {
    .sts-shell-inner {
        width: min(100% - 1.2rem, 1460px);
    }

    .sts-honor-hero {
        padding-top: 1.65rem;
    }

    .sts-honor-hero__field {
        inset: 2.9rem 0.75rem 2.4rem 0.75rem;
        border-radius: 24px;
    }

    .sts-honor-hero__stars {
        width: 15rem;
        height: 10.5rem;
        border-bottom-right-radius: 7rem;
        background-size: 5.5rem 4.8rem;
    }

    .sts-honor-hero__copy {
        grid-column: 1;
        width: min(100%, 30rem);
        margin: 11.5rem 1rem 0 auto;
        padding: 1.7rem 1.8rem 1.9rem;
    }

    .sts-honor-hero__photo {
        background-position: 18% center;
    }

    .sts-service-roll__grid--primary,
    .sts-service-roll__grid--secondary {
        grid-template-columns: repeat(2, minmax(160px, 190px));
    }

    .sts-honor-statement__frame,
    .sts-panel,
    .sts-spotlight-card__copy {
        padding: 1.6rem;
    }
}

@media (max-width: 639px) {
    .sts-shell h1 {
        font-size: 2.85rem;
    }

    .sts-shell h2 {
        font-size: 1.9rem;
    }

    .sts-shell h3 {
        font-size: 1.35rem;
    }

    .sts-honor-hero {
        padding-bottom: 3.4rem;
    }

    .sts-honor-hero__field {
        inset: 2.35rem 0.35rem 2.35rem 0.35rem;
        border-radius: 22px;
    }

    .sts-honor-hero__stars {
        width: 11.5rem;
        height: 8rem;
        border-bottom-right-radius: 5rem;
        background-size: 4.2rem 3.6rem;
    }

    .sts-honor-hero__copy {
        width: calc(100% - 1.2rem);
        margin: 10rem 0.6rem 0 auto;
        padding: 1.4rem 1.2rem 1.55rem;
    }

    .sts-honor-hero__photo {
        background-position: 24% center;
    }

    .sts-service-roll__grid--primary,
    .sts-service-roll__grid--secondary {
        grid-template-columns: repeat(2, minmax(138px, 1fr));
        gap: 0.65rem;
    }

    .sts-service-roll__item {
        padding-inline: 0.55rem;
    }

    .sts-spotlight-card,
    .sts-panel,
    .sts-honoree-card,
    .sts-nav-card,
    .sts-empty-state {
        border-radius: 22px;
    }

    .sts-spotlight-card__media {
        width: min(100%, 280px);
        max-height: 350px;
    }
}
