/* Restrained brand-yellow accents drawn from the Tamu logo. */
.site-header nav a{position:relative}
.site-header nav a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:3px;border-radius:999px;background:var(--yellow);transition:width .25s ease}
.site-header nav a:hover:after{width:100%}
.hero-scroll{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid rgba(248,150,2,.55);border-radius:999px;background:rgba(29,29,27,.22);backdrop-filter:blur(8px)}
.kicker{display:flex;align-items:center;gap:10px}.kicker:before{content:"";width:24px;height:3px;border-radius:999px;background:var(--yellow);flex:0 0 auto}
.proof-grid strong{position:relative;display:inline-block}.proof-grid strong:after{content:"";display:block;width:34px;height:4px;margin-top:8px;border-radius:999px;background:var(--yellow)}
.expertise-grid article:nth-child(2),.expertise-grid article:nth-child(4){border-top:4px solid var(--yellow)}
.development-info{position:relative}.development-info:before{content:"";position:absolute;top:0;left:0;width:34%;height:6px;background:var(--yellow)}
.stewardship li:before{content:"";display:inline-block;width:8px;height:8px;margin-right:13px;border-radius:50%;background:var(--yellow)}
.contact-box>a:not(.pill) span,.footer-links a:hover,.footer-bottom a:hover{color:var(--yellow)}
.footer-top{position:relative}.footer-top:after{content:"";position:absolute;left:0;bottom:-2px;width:110px;height:4px;border-radius:999px;background:var(--yellow)}
.legacy,.proof,.expertise,.stewardship,.contact{position:relative;overflow:hidden}.legacy:after,.expertise:after,.contact:after{content:"";position:absolute;top:0;right:5.5vw;width:clamp(90px,14vw,210px);height:7px;background:var(--yellow)}
.proof:before{content:"";position:absolute;left:0;top:0;width:9px;height:100%;background:var(--yellow)}
.purpose-copy{position:relative}.purpose-copy:after{content:"";display:block;width:72px;height:7px;margin-top:44px;background:var(--yellow)}
.stewardship:after{content:"";position:absolute;right:-54px;bottom:-54px;width:120px;height:120px;border:2px solid var(--yellow);border-radius:50%}
.development-card{border-top:7px solid var(--yellow)}
@media(max-width:900px){.site-header nav a:after{bottom:-5px}.expertise-grid article:nth-child(2),.expertise-grid article:nth-child(4){border-top-width:3px}}
@media(max-width:560px){.hero-scroll{padding:9px 13px}.kicker:before{width:18px}.legacy:after,.expertise:after,.contact:after{right:6vw;height:5px}.proof:before{width:6px}.stewardship:after{width:88px;height:88px;right:-44px;bottom:-44px}}
