:root {
--leg-green:      #203731;
--leg-green-deep: #07130D;
--leg-gold:       #FFB612;
--leg-gold-dim:   rgba(255, 182, 18, .18);
--leg-gold-pale:  rgba(255, 182, 18, .10);
--leg-cream:      #F8F5EE;
--leg-text:       #1A1A1A;
--leg-muted:      #6B7280;
--leg-card-bg:    #FFFFFF;
--leg-radius:     10px;
--leg-transition: .25s ease;
--leg-border:     rgba(255, 182, 18, .15);
} .gbleg-page {
background: var(--leg-cream);
} .gbleg-hero {
position: relative;
min-height: 82vh;
display: flex;
align-items: flex-start;
overflow: hidden;
background: var(--leg-green-deep);
color: #fff;
}
.gbleg-hero__bg {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
}
.gbleg-hero__overlay {
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 70% 60% at 50% 100%, rgba(32,55,49,.95) 0%, transparent 70%),
radial-gradient(ellipse 100% 80% at 50% 0%,  rgba(7,19,13,1) 0%, rgba(7,19,13,.6) 60%, transparent 100%);
}
.gbleg-hero__grain {
position: absolute;
inset: 0;
opacity: .035;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
background-repeat: repeat;
}
.gbleg-hero__g-watermark {
position: absolute;
right: -4vw;
top: 50%;
transform: translateY(-50%);
font-family: 'Barlow Condensed', sans-serif;
font-weight: 800;
font-size: clamp(18rem, 35vw, 38rem);
line-height: 1;
color: rgba(255, 182, 18, .04);
pointer-events: none;
user-select: none;
letter-spacing: -.02em;
}
.gbleg-hero__lines {
position: absolute;
inset: 0;
background-image: repeating-linear-gradient(
0deg,
transparent, transparent 79px,
rgba(255,182,18,.03) 79px,
rgba(255,182,18,.03) 80px
);
}
.gbleg-hero__img {
position: absolute;
inset: 0;
background-size: cover;
background-position: center 20%;
opacity: .28;
}
.gbleg-hero__inner {
position: relative;
z-index: 2;
padding-top: clamp(120px, 18vh, 200px);
padding-bottom: clamp(60px, 8vh, 80px);
}
.gbleg-hero__content {
max-width: 680px;
}
.gbleg-hero__eyebrow {
display: inline-block;
font-family: 'Barlow Condensed', sans-serif;
font-size: .8rem;
font-weight: 600;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--leg-gold);
margin-bottom: 18px;
padding: 4px 12px;
border: 1px solid var(--leg-gold-dim);
border-radius: 2px;
}
.gbleg-hero__title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(3rem, 7vw, 6.5rem);
font-weight: 800;
line-height: .95;
letter-spacing: -.01em;
text-transform: uppercase;
color: #fff;
margin: 0 0 8px;
}
.gbleg-hero__title-accent {
display: block;
color: var(--leg-gold);
}
.gbleg-hero__divider {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--leg-gold), transparent);
margin: 24px 0;
}
.gbleg-hero__intro {
font-family: 'Inter', sans-serif;
font-size: 1rem;
line-height: 1.78;
color: #ffffff;
max-width: 640px;
margin: 0;
}
.gbleg-hero__intro strong {
color: #ffffff;
font-weight: 600;
} .gbleg-hero__scroll {
position: absolute;
bottom: 32px;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
color: rgba(255,255,255,.35);
z-index: 2;
animation: gblegScrollBounce 2s ease-in-out infinite;
}
.gbleg-hero__scroll span {
width: 1px;
height: 24px;
background: currentColor;
}
@keyframes gblegScrollBounce {
0%, 100% { transform: translateX(-50%) translateY(0); }
50%       { transform: translateX(-50%) translateY(6px); }
} .gbleg-section {
padding: 80px 0;
}
.gbleg-section-label {
display: inline-block;
font-family: 'Barlow Condensed', sans-serif;
font-size: .75rem;
font-weight: 600;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--leg-gold);
margin-bottom: 12px;
}
.gbleg-section-label--light {
color: rgba(255,182,18,.85);
}
.gbleg-section-title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(2rem, 4.5vw, 3.2rem);
font-weight: 800;
line-height: 1.05;
letter-spacing: -.01em;
text-transform: uppercase;
color: var(--leg-green);
margin: 0 0 20px;
}
.gbleg-section-title--light { color: #fff; }
.gbleg-section-title--dark  { color: var(--leg-green); } .gbleg-reveal {
opacity: 0;
transform: translateY(22px);
transition: opacity .5s ease, transform .5s ease;
}
.gbleg-reveal.gbleg-visible {
opacity: 1;
transform: translateY(0);
} .gbleg-hof-section {
background: var(--leg-cream);
}
.gbleg-hof-layout {
display: grid;
grid-template-columns: 1fr 380px;
gap: 48px;
align-items: start;
}
@media (max-width: 900px) {
.gbleg-hof-layout { grid-template-columns: 1fr; gap: 36px; }
.gbleg-hof-panel { order: -1; }
}
.gbleg-hof-text__body {
font-family: 'Inter', sans-serif;
font-size: 1rem;
line-height: 1.78;
color: #3a3a3a;
margin: 0 0 18px;
}
.gbleg-hof-text__body strong { color: var(--leg-green); font-weight: 600; } .gbleg-hof-panel {
background: var(--leg-green);
border-radius: var(--leg-radius);
overflow: hidden;
border: 1px solid var(--leg-border);
padding: 0;
color: #fff;
position: sticky;
top: 90px;
}
.gbleg-hof-panel__header {
display: flex;
align-items: center;
gap: 10px;
padding: 18px 24px;
background: rgba(255,182,18,.12);
font-family: 'Barlow Condensed', sans-serif;
font-size: .85rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--leg-gold);
border-bottom: 1px solid var(--leg-border);
}
.gbleg-hof-stat {
padding: 28px 24px 20px;
text-align: center;
}
.gbleg-hof-stat__num {
display: block;
font-family: 'Barlow Condensed', sans-serif;
font-size: 5rem;
font-weight: 800;
line-height: 1;
color: var(--leg-gold);
letter-spacing: -.02em;
}
.gbleg-hof-stat__label {
display: block;
font-family: 'Inter', sans-serif;
font-size: .85rem;
color: #ffffff;
margin-top: 4px;
}
.gbleg-hof-divider {
height: 1px;
background: var(--leg-border);
margin: 0 24px;
}
.gbleg-hof-fact {
padding: 16px 24px;
display: flex;
align-items: center;
gap: 12px;
}
.gbleg-hof-fact__rank {
font-family: 'Barlow Condensed', sans-serif;
font-size: 2rem;
font-weight: 800;
color: var(--leg-gold);
line-height: 1;
flex-shrink: 0;
}
.gbleg-hof-fact__text {
font-family: 'Inter', sans-serif;
font-size: .84rem;
line-height: 1.55;
color: #ffffff;
}
.gbleg-hof-types {
list-style: none;
margin: 0;
padding: 16px 24px 24px;
display: flex;
flex-direction: column;
gap: 10px;
}
.gbleg-hof-types__item {
display: flex;
align-items: center;
gap: 8px;
font-family: 'Inter', sans-serif;
font-size: .85rem;
color: #ffffff;
}
.gbleg-hof-types__item svg { color: rgba(255,255,255,.6); flex-shrink: 0; }
.gbleg-hof-types__item--gold { color: var(--leg-gold); }
.gbleg-hof-types__item--gold svg { color: var(--leg-gold); } .gbleg-mvp-section {
background: #203731;
color: #fff;
position: relative;
overflow: hidden;
border-top: 3px solid #FFB612;
}
.gbleg-mvp-corner-photo {
margin: 0 0 0 auto;
flex-shrink: 0;
width: 260px;
border-radius: 10px;
overflow: hidden;
border: 2px solid rgba(255,182,18,.35);
box-shadow: 0 12px 40px rgba(0,0,0,.35);
align-self: center;
}
.gbleg-mvp-corner-photo img {
display: block;
width: 100%;
height: auto;
}
@media (max-width: 900px) {
.gbleg-mvp-corner-photo { display: none; }
}
.gbleg-mvp-header {
display: flex;
align-items: center;
gap: 40px;
margin-bottom: 56px;
}
.gbleg-mvp-header__big {
display: flex;
align-items: flex-start;
gap: 36px;
flex: 1;
margin-bottom: 0;
}
@media (max-width: 640px) {
.gbleg-mvp-header__big { flex-direction: column; gap: 20px; }
}
.gbleg-mvp-num {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(6rem, 14vw, 10rem);
font-weight: 800;
line-height: 1;
color: #FFB612;
letter-spacing: -.03em;
flex-shrink: 0;
}
.gbleg-mvp-header__info { padding-top: 8px; }
.gbleg-mvp-header__sub {
font-family: 'Inter', sans-serif;
font-size: .95rem;
line-height: 1.75;
color: rgba(255,255,255,.65);
margin: 0;
max-width: 520px;
}
.gbleg-mvp-header__sub strong { color: #FFB612; font-weight: 700; } .gbleg-mvp-timeline {
display: flex;
gap: 0;
border-top: 1px solid rgba(255,182,18,.2);
padding-top: 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: rgba(255,182,18,.3) transparent;
padding-bottom: 4px;
}
.gbleg-mvp-item {
flex: 1;
min-width: 160px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 16px 32px;
position: relative;
}
.gbleg-mvp-item__year {
font-family: 'Barlow Condensed', sans-serif;
font-size: .95rem;
font-weight: 700;
letter-spacing: .06em;
color: rgba(255,255,255,.75);
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 1px;
line-height: 1.2;
}
.gbleg-mvp-item__year span { display: block; }
.gbleg-mvp-item__dot {
width: 13px;
height: 13px;
border-radius: 50%;
background: rgba(255,182,18,.35);
border: 2px solid rgba(255,182,18,.55);
margin: 12px auto;
flex-shrink: 0;
transition: background .2s, transform .2s, border-color .2s;
position: relative;
z-index: 1;
}
.gbleg-mvp-item:hover .gbleg-mvp-item__dot:not(.gbleg-mvp-item__dot--triple):not(.gbleg-mvp-item__dot--quad) {
background: #FFB612;
border-color: #FFB612;
transform: scale(1.35);
} .gbleg-mvp-item__dot--triple,
.gbleg-mvp-item__dot--quad {
width: auto !important;
height: auto !important;
background: transparent !important;
border: none !important;
border-radius: 0 !important;
transform: none !important;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.gbleg-mvp-item__dot--triple span,
.gbleg-mvp-item__dot--quad span {
display: block;
width: 13px;
height: 13px;
border-radius: 50%;
background: rgba(255,182,18,.35);
border: 2px solid rgba(255,182,18,.55);
transition: background .2s, border-color .2s, transform .2s;
}
.gbleg-mvp-item:hover .gbleg-mvp-item__dot--triple span,
.gbleg-mvp-item:hover .gbleg-mvp-item__dot--quad span {
background: #FFB612;
border-color: #FFB612;
transform: scale(1.3);
}
.gbleg-mvp-item__body { margin-top: 4px; }
.gbleg-mvp-item__name {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.15rem;
font-weight: 800;
letter-spacing: .04em;
color: #fff;
text-transform: uppercase;
}
.gbleg-mvp-item__note {
font-family: 'Inter', sans-serif;
font-size: .8rem;
color: rgba(255,255,255,.6);
margin-top: 4px;
line-height: 1.5;
}
.gbleg-mvp-item__badge {
display: inline-block;
margin-top: 8px;
padding: 3px 10px;
background: rgba(255,182,18,.12);
border: 1px solid rgba(255,182,18,.35);
border-radius: 3px;
font-family: 'Barlow Condensed', sans-serif;
font-size: .78rem;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: #FFB612;
}
.gbleg-mvp-item__badge--gold {
background: #FFB612;
border-color: #FFB612;
color: #07130D;
font-weight: 800;
}
.gbleg-mvp-item--streak { flex: 2; } .gbleg-mvp-item::before {
content: '';
position: absolute;
top: 7px;
left: -50%;
right: 50%;
height: 1px;
background: rgba(255,182,18,.15);
}
.gbleg-mvp-item:first-child::before { display: none; }
@media (max-width: 640px) {
.gbleg-mvp-timeline {
flex-direction: column;
overflow-x: visible;
border-top: none;
border-left: 2px solid rgba(255,182,18,.2);
padding-left: 20px;
}
.gbleg-mvp-item {
flex-direction: row;
align-items: flex-start;
text-align: left;
gap: 16px;
padding: 0 0 24px 0;
min-width: 0;
}
.gbleg-mvp-item__year { margin-top: 0; min-height: 0; width: 60px; flex-shrink: 0; }
.gbleg-mvp-item__dot { margin: 4px 0 0; }
.gbleg-mvp-item::before { display: none; }
} .gbleg-players-section {
background: var(--leg-cream);
}
.gbleg-players-header {
max-width: 680px;
margin: 0 auto 48px;
text-align: center;
}
.gbleg-players-intro {
font-family: 'Inter', sans-serif;
font-size: 1rem;
line-height: 1.75;
color: var(--leg-text);
margin: 0 auto;
max-width: 560px;
}
.gbleg-players-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
@media (max-width: 768px) {
.gbleg-players-split { grid-template-columns: 1fr; gap: 24px; }
} .gbleg-player-card {
background: var(--leg-card-bg);
border-radius: var(--leg-radius);
overflow: hidden;
border: 1px solid rgba(32,55,49,.08);
box-shadow: 0 3px 12px rgba(7,19,13,.07);
display: flex;
flex-direction: column;
transition: box-shadow var(--leg-transition), transform var(--leg-transition);
}
.gbleg-player-card:hover {
box-shadow: 0 10px 40px rgba(7,19,13,.14);
transform: translateY(-3px);
}
.gbleg-player-card__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 20px;
border-bottom: 2px solid transparent;
}
.gbleg-player-card--offense .gbleg-player-card__header {
background: rgba(255,182,18,.1);
border-bottom-color: var(--leg-gold);
}
.gbleg-player-card--defense .gbleg-player-card__header {
background: rgba(32,55,49,.08);
border-bottom-color: var(--leg-green);
}
.gbleg-player-card__role {
font-family: 'Barlow Condensed', sans-serif;
font-size: .8rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
}
.gbleg-player-card--offense .gbleg-player-card__role { color: #8a5e00; }
.gbleg-player-card--defense .gbleg-player-card__role { color: var(--leg-green); }
.gbleg-player-card__award {
font-family: 'Barlow Condensed', sans-serif;
font-size: .78rem;
font-weight: 600;
letter-spacing: .06em;
text-transform: uppercase;
color: var(--leg-green);
} .gbleg-player-card__photo-wrap {
width: 100%;
} .gbleg-photo {
width: 100%;
height: 240px;
overflow: hidden;
display: block;
margin: 0;
}
.gbleg-photo__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
transition: transform .5s ease;
}
.gbleg-player-card:hover .gbleg-photo__img { transform: scale(1.04); }
.gbleg-photo--placeholder {
background: linear-gradient(135deg, #0f2d1f 0%, #1a4a30 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 6px;
text-align: center;
padding: 20px;
}
.gbleg-photo__g {
font-family: 'Barlow Condensed', sans-serif;
font-size: 4rem;
font-weight: 800;
color: rgba(255,182,18,.2);
line-height: 1;
}
.gbleg-photo__label {
font-family: 'Barlow Condensed', sans-serif;
font-size: .85rem;
font-weight: 700;
color: rgba(255,255,255,.5);
text-transform: uppercase;
letter-spacing: .08em;
}
.gbleg-photo__hint {
font-size: .7rem;
color: rgba(255,255,255,.3);
line-height: 1.4;
} .gbleg-player-card__body {
padding: 24px 24px 28px;
display: flex;
flex-direction: column;
flex: 1;
}
.gbleg-player-card__name-wrap {
margin-bottom: 14px;
}
.gbleg-player-card__name {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.6rem;
font-weight: 800;
letter-spacing: -.01em;
text-transform: uppercase;
color: var(--leg-text);
margin: 0 0 4px;
}
.gbleg-player-card__nickname {
font-family: 'Barlow Condensed', sans-serif;
font-size: .85rem;
font-weight: 600;
letter-spacing: .06em;
text-transform: uppercase;
color: var(--leg-green);
}
.gbleg-player-card__text {
font-family: 'Inter', sans-serif;
font-size: .9rem;
line-height: 1.72;
color: #4a4a4a;
margin: 0 0 20px;
flex: 1;
}
.gbleg-player-card__stats {
display: flex;
gap: 20px;
border-top: 1px solid rgba(32,55,49,.08);
padding-top: 16px;
}
.gbleg-player-card__stat { flex: 1; }
.gbleg-player-card__stat-val {
display: block;
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.2rem;
font-weight: 800;
color: var(--leg-green);
}
.gbleg-player-card--offense .gbleg-player-card__stat-val { color: #8a5e00; }
.gbleg-player-card__stat-label {
display: block;
font-size: .75rem;
color: rgba(32, 55, 49, .65);
margin-top: 2px;
} .gbleg-trophy-section {
position: relative;
background: var(--leg-green-deep);
color: #fff;
overflow: hidden;
padding: 88px 0;
}
.gbleg-trophy-bg {
position: absolute;
inset: 0;
pointer-events: none;
}
.gbleg-trophy-bg__overlay {
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 70% 80% at 20% 50%, rgba(32,55,49,.85) 0%, transparent 70%),
radial-gradient(ellipse 60% 60% at 80% 50%, rgba(255,182,18,.04) 0%, transparent 60%);
}
.gbleg-trophy-bg__grain {
position: absolute;
inset: 0;
opacity: .035;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
background-repeat: repeat;
}
.gbleg-trophy-layout {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 340px 1fr;
gap: 60px;
align-items: center;
}
@media (max-width: 900px) {
.gbleg-trophy-layout { grid-template-columns: 1fr; gap: 40px; }
} .gbleg-trophy-visual {
display: flex;
flex-direction: column;
gap: 10px;
}
.gbleg-trophy-visual .gbleg-photo {
border-radius: var(--leg-radius);
border: 1px solid var(--leg-border);
height: auto !important;
overflow: visible;
}
.gbleg-trophy-visual .gbleg-photo .gbleg-photo__img {
width: 100%;
height: auto !important;
object-fit: unset;
display: block;
border-radius: var(--leg-radius);
}
.gbleg-trophy-visual .gbleg-photo--placeholder {
background: rgba(32,55,49,.6);
border-radius: var(--leg-radius);
border: 1px solid var(--leg-border);
}
.gbleg-trophy-divider {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--leg-gold), transparent);
margin: 22px 0;
}
.gbleg-trophy-text {
font-family: 'Inter', sans-serif;
font-size: 1rem;
line-height: 1.78;
color: rgba(255,255,255,.72);
margin: 0 0 16px;
}
.gbleg-trophy-text strong { color: rgba(255,255,255,.92); }
.gbleg-trophy-quote {
margin-top: 32px;
padding: 20px 24px;
border-left: 3px solid var(--leg-gold);
background: rgba(255,182,18,.06);
border-radius: 0 6px 6px 0;
}
.gbleg-trophy-quote__icon {
color: rgba(255,182,18,.4);
margin-bottom: 10px;
display: block;
}
.gbleg-trophy-quote__text {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.3rem;
font-weight: 700;
font-style: italic;
color: rgba(255,255,255,.88);
margin: 0 0 8px;
letter-spacing: .02em;
}
.gbleg-trophy-quote__author {
font-family: 'Inter', sans-serif;
font-size: .82rem;
color: var(--leg-gold);
font-weight: 600;
letter-spacing: .06em;
} .gbleg-starr-section {
background: var(--leg-cream);
}
.gbleg-starr-layout {
display: grid;
grid-template-columns: 300px 1fr;
gap: 56px;
align-items: start;
}
@media (max-width: 800px) {
.gbleg-starr-layout { grid-template-columns: 1fr; gap: 36px; }
}
.gbleg-starr-photo-wrap .gbleg-photo {
height: 360px;
border-radius: var(--leg-radius);
border: 1px solid rgba(32,55,49,.1);
box-shadow: 0 8px 32px rgba(7,19,13,.1);
}
.gbleg-starr-rule {
width: 50px;
height: 3px;
background: var(--leg-gold);
margin: 20px 0 24px;
}
.gbleg-starr-text {
font-family: 'Inter', sans-serif;
font-size: 1rem;
line-height: 1.78;
color: #3a3a3a;
margin: 0 0 16px;
}
.gbleg-starr-text strong { color: var(--leg-green); font-weight: 600; }
.gbleg-starr-values {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 24px 0;
}
.gbleg-starr-value {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 7px 14px;
background: #fff;
border: 1px solid rgba(32,55,49,.12);
border-radius: 50px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
font-size: .88rem;
letter-spacing: .06em;
text-transform: uppercase;
color: var(--leg-green);
}
.gbleg-starr-value svg { color: var(--leg-gold); }
.gbleg-starr-fact {
display: flex;
align-items: center;
gap: 16px;
padding: 16px 20px;
background: var(--leg-green);
border-radius: var(--leg-radius);
flex-wrap: wrap;
margin-top: 8px;
}
.gbleg-starr-fact__years {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1rem;
font-weight: 700;
color: var(--leg-gold);
letter-spacing: .06em;
white-space: nowrap;
}
.gbleg-starr-fact__pos,
.gbleg-starr-fact__sb {
font-family: 'Inter', sans-serif;
font-size: .82rem;
color: rgba(255,255,255,.65);
}
.gbleg-starr-fact__sb {
margin-left: auto;
color: rgba(255,182,18,.8);
font-weight: 600;
}
@media (max-width: 560px) {
.gbleg-starr-fact { flex-direction: column; align-items: flex-start; gap: 6px; }
.gbleg-starr-fact__sb { margin-left: 0; }
} .gbleg-articles-section {
background: #fff;
padding: 80px 0 96px;
}
.gbleg-articles-header {
max-width: 720px;
margin: 0 auto 48px;
text-align: center;
}
.gbleg-articles-intro {
font-family: 'Inter', sans-serif;
font-size: 1rem;
line-height: 1.75;
color: var(--leg-text);
margin: 0 auto;
max-width: 580px;
} .gbleg-cat-badge {
display: inline-block;
padding: 2px 10px;
border-radius: 3px;
font-family: 'Barlow Condensed', sans-serif;
font-size: .72rem;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
background: rgba(255,182,18,.12);
color: #8a5e00;
border: 1px solid rgba(255,182,18,.3);
} .gbleg-g-mark {
font-family: 'Barlow Condensed', sans-serif;
font-weight: 800;
font-size: 4.5rem;
color: rgba(255,182,18,.2);
line-height: 1;
} .gbleg-featured {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
border-radius: var(--leg-radius);
overflow: hidden;
background: var(--leg-green);
color: #fff;
margin-bottom: 36px;
min-height: 380px;
box-shadow: 0 8px 32px rgba(7,19,13,.16);
border: 1px solid var(--leg-border);
transition: box-shadow var(--leg-transition);
}
.gbleg-featured:hover {
box-shadow: 0 14px 50px rgba(7,19,13,.26);
}
.gbleg-featured__img-link {
display: block;
position: relative;
overflow: hidden;
}
.gbleg-featured__img {
width: 100%;
height: 100%;
min-height: 340px;
background-size: cover;
background-position: center;
transition: transform .5s ease;
}
.gbleg-featured:hover .gbleg-featured__img { transform: scale(1.04); }
.gbleg-featured__img--placeholder {
background: linear-gradient(135deg, #0f2d1f 0%, #1a4a30 100%);
display: flex;
align-items: center;
justify-content: center;
}
.gbleg-featured__body {
padding: 40px 40px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 0;
}
.gbleg-featured__meta {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 16px;
}
.gbleg-featured__date {
font-family: 'Inter', sans-serif;
font-size: .8rem;
color: rgba(255,255,255,.8);
margin-left: auto;
}
.gbleg-featured__title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(1.5rem, 2.8vw, 2.1rem);
font-weight: 800;
line-height: 1.1;
letter-spacing: -.01em;
color: #fff;
margin: 0 0 14px;
}
.gbleg-featured__title a {
color: inherit;
text-decoration: none;
transition: color var(--leg-transition);
}
.gbleg-featured__title a:hover { color: var(--leg-gold); }
.gbleg-featured__excerpt {
font-family: 'Inter', sans-serif;
font-size: .93rem;
line-height: 1.7;
color: rgba(255,255,255,.9);
margin: 0 0 26px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.gbleg-read-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 11px 24px;
background: var(--leg-gold);
color: var(--leg-green-deep);
border-radius: 4px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
font-size: .9rem;
letter-spacing: .08em;
text-transform: uppercase;
text-decoration: none;
transition: var(--leg-transition);
width: fit-content;
}
.gbleg-read-btn:hover {
background: #ffc933;
box-shadow: 0 4px 16px rgba(255,182,18,.35);
} .gbleg-articles-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
@media (max-width: 900px) {
.gbleg-articles-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 560px) {
.gbleg-articles-grid { grid-template-columns: 1fr; gap: 16px; }
} .gbleg-card {
background: var(--leg-card-bg);
border-radius: var(--leg-radius);
overflow: hidden;
border: 1px solid rgba(32,55,49,.08);
display: flex;
flex-direction: column;
box-shadow: 0 2px 8px rgba(7,19,13,.06);
transition: box-shadow var(--leg-transition), transform var(--leg-transition);
}
.gbleg-card:hover {
box-shadow: 0 8px 32px rgba(7,19,13,.14);
transform: translateY(-3px);
}
.gbleg-card__img-wrap {
display: block;
position: relative;
overflow: hidden;
}
.gbleg-card__img {
width: 100%;
height: 200px;
background-size: cover;
background-position: center;
transition: transform .45s ease;
}
.gbleg-card:hover .gbleg-card__img { transform: scale(1.05); }
.gbleg-card__img--placeholder {
background: linear-gradient(135deg, #0f2d1f 0%, #1a4a30 100%);
display: flex;
align-items: center;
justify-content: center;
}
.gbleg-card__body {
padding: 20px 22px 24px;
display: flex;
flex-direction: column;
flex: 1;
}
.gbleg-card__meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-bottom: 10px;
}
.gbleg-card__date {
font-family: 'Inter', sans-serif;
font-size: .76rem;
color: rgba(32, 55, 49, .5);
}
.gbleg-card__title {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.1rem;
font-weight: 700;
line-height: 1.25;
letter-spacing: .01em;
color: var(--leg-text);
margin: 0 0 10px;
}
.gbleg-card__title a {
color: inherit;
text-decoration: none;
transition: color var(--leg-transition);
}
.gbleg-card__title a:hover { color: var(--leg-green); }
.gbleg-card__excerpt {
font-family: 'Inter', sans-serif;
font-size: .87rem;
line-height: 1.65;
color: var(--leg-text);
margin: 0 0 16px;
flex: 1;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.gbleg-card__cta {
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
font-size: .85rem;
letter-spacing: .07em;
text-transform: uppercase;
color: var(--leg-green);
text-decoration: none;
transition: color var(--leg-transition), gap var(--leg-transition);
display: inline-flex;
align-items: center;
gap: 4px;
margin-top: auto;
}
.gbleg-card__cta:hover {
color: var(--leg-gold);
gap: 8px;
} .gbleg-no-posts {
text-align: center;
color: var(--leg-text);
padding: 60px 20px;
}
.gbleg-no-posts svg {
display: block;
margin: 0 auto 16px;
opacity: .35;
color: var(--leg-green);
}
.gbleg-no-posts p {
font-family: 'Inter', sans-serif;
font-size: .95rem;
font-style: italic;
} @media (max-width: 768px) {
.gbleg-hero { min-height: 65vh; }
.gbleg-hero__content { padding: 90px 0 60px; }
.gbleg-hero__g-watermark { right: -8vw; opacity: .5; }
.gbleg-section { padding: 56px 0; }
.gbleg-featured {
grid-template-columns: 1fr;
}
.gbleg-featured__img {
min-height: 220px;
height: 220px;
}
.gbleg-featured__body {
padding: 28px 24px;
}
.gbleg-trophy-section { padding: 64px 0; }
.gbleg-hof-panel { position: static; }
}
@media (max-width: 480px) {
.gbleg-hero { min-height: 60vh; }
.gbleg-hero__content { padding: 80px 0 48px; }
.gbleg-hero__scroll { display: none; }
.gbleg-starr-fact { flex-direction: column; align-items: flex-start; }
}