.pbs-section {
position: relative;
width: 100%;
min-height: 100vh;
overflow: hidden;
padding: 52px 20px 68px;
display: flex;
flex-direction: column;
align-items: center;
font-family: 'Rajdhani', sans-serif;
box-sizing: border-box;
}
.pbs-section *, .pbs-section *::before, .pbs-section *::after {
box-sizing: border-box;
}
.pbs-bg-overlay {
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 15% 15%, rgba(255,255,255,.045) 0%, transparent 46%),
radial-gradient(circle at 85% 85%, rgba(255,255,255,.03) 0%, transparent 46%),
repeating-linear-gradient(45deg, transparent, transparent 40px,
rgba(255,255,255,.011) 40px, rgba(255,255,255,.011) 41px);
pointer-events: none;
z-index: 0;
} .pbs-header {
text-align: center;
margin-bottom: 28px;
position: relative;
z-index: 10;
}
.pbs-greek {
font-family: 'Oswald', sans-serif;
font-size: clamp(.9rem, 2vw, 1.15rem);
letter-spacing: .42em;
opacity: .85;
margin-bottom: 4px;
}
.pbs-title {
font-family: 'Oswald', sans-serif;
font-size: clamp(1.65rem, 3.8vw, 2.8rem);
text-transform: uppercase;
letter-spacing: .13em;
line-height: 1;
margin: 0;
border: none;
padding: 0;
}
.pbs-subtitle {
font-size: clamp(.75rem, 1.6vw, .92rem);
letter-spacing: .2em;
margin-top: 6px;
text-transform: uppercase;
opacity: .75;
}
.pbs-divider {
width: 68px;
height: 3px;
opacity: .5;
margin: 11px auto 0;
border-radius: 2px;
} .pbs-stage {
position: relative;
width: 960px;
max-width: 100%;
height: 860px;
margin: 0 auto;
z-index: 2;
} .pbs-center-media-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -51%);
width: 300px;
height: 300px;
z-index: 5;
animation: pbsStarPulse 3.5s ease-in-out infinite;
}
@keyframes pbsStarPulse {
0%,100% { filter: drop-shadow(0 0 18px rgba(30,100,255,.4)); }
50%      { filter: drop-shadow(0 0 40px rgba(30,140,255,.78)); }
}
.pbs-center-media-box {
width: 100%;
height: 100%;
border: 2px solid rgba(255,255,255,.78);
border-radius: 14px;
background: rgba(255,255,255,.08);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
overflow: hidden;
box-shadow: 0 0 0 1px rgba(255,255,255,.18) inset, 0 18px 50px rgba(0,20,80,.32);
}
.pbs-center-media-box img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pbs-center-media-placeholder {
width: 100%;
height: 100%;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
text-transform: uppercase;
color: rgba(255,255,255,.92);
letter-spacing:.08em;
}
.pbs-center-media-placeholder strong {
font-family:'Oswald',sans-serif;
font-size:2rem;
line-height:1;
margin-bottom:10px;
}
.pbs-center-media-placeholder span {
font-size:1rem;
opacity:.78;
}
.pbs-top-media {
margin: 18px auto 0;
width: 300px;
max-width: 100%;
height: 200px;
border-radius: 12px;
overflow: hidden;
border: 1px solid rgba(255,255,255,.35);
box-shadow: 0 10px 30px rgba(0,20,80,.28);
}
.pbs-top-media img {
width: 100%;
height: 100%;
object-fit: cover;
display:block;
} .pbs-connectors {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 4;
}
.pbs-line {
stroke-width: 1.5;
stroke-dasharray: 6 5;
fill: none;
animation: pbsDash 3s linear infinite;
}
@keyframes pbsDash { to { stroke-dashoffset: -44; } } .pbs-bc {
position: absolute;
width: 238px;
background: rgba(255,255,255,.055);
border: 1px solid rgba(255,255,255,.22);
border-radius: 10px;
padding: 12px 12px 14px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
transition: transform .28s, box-shadow .28s;
z-index: 8;
cursor: default;
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
}
.pbs-bc:hover {
transform: scale(1.05) translateY(-4px);
box-shadow: 0 14px 40px rgba(0,20,80,.55), 0 0 0 1px rgba(255,255,255,.38);
} #pbs-eastern      { top: 24px;    left: 30px; }
#pbs-greatlakes   { top: 4px;     left: 50%; transform: translateX(-50%); }
#pbs-gulf         { top: 24px;    right: 30px; }
#pbs-western      { top: 50%; left: 30px; transform: translateY(-50%); }
#pbs-southwestern { bottom: 14px; left: 30px; }
#pbs-southeastern { bottom: 14px; right: 30px; }
#pbs-southern     { top: 50%; right: 30px; transform: translateY(-50%); } #pbs-greatlakes:hover   { transform: translateX(-50%) scale(1.05) translateY(-4px); }
#pbs-western:hover      { transform: translateY(-50%) scale(1.05) translateY(-4px); }
#pbs-southern:hover     { transform: translateY(-50%) scale(1.05) translateY(-4px); }
#pbs-southwestern:hover { transform: scale(1.05) translateY(-4px); }
#pbs-southeastern:hover { transform: scale(1.05) translateY(-4px); } .pbs-card-copy {
flex: 1 1 auto;
min-width: 0;
}
.pbs-card-image {
width: 62px;
height: 62px;
flex: 0 0 62px;
border: 1px solid rgba(255,255,255,.28);
border-radius: 8px;
overflow: hidden;
background: rgba(255,255,255,.07);
display:flex;
align-items:center;
justify-content:center;
}
.pbs-card-image img {
width:100%;
height:100%;
object-fit:cover;
display:block;
}
.pbs-card-image-placeholder span {
font-size:.58rem;
letter-spacing:.14em;
text-transform:uppercase;
color:rgba(255,255,255,.68);
text-align:center;
padding:6px;
}
.pbs-rn {
font-family: 'Oswald', sans-serif;
font-size: .77rem;
letter-spacing: .15em;
text-transform: uppercase;
margin-bottom: 7px;
white-space: nowrap;
opacity: .88;
}
.pbs-cd {
font-family: 'Oswald', sans-serif;
font-size: 2.45rem;
font-weight: 700;
line-height: 1;
letter-spacing: -.02em;
text-shadow: 0 0 16px rgba(120,170,255,.5);
}
.pbs-sx {
font-size: .92rem;
font-weight: 400;
margin-left: 3px;
opacity: .68;
}
.pbs-cl {
font-size: .67rem;
letter-spacing: .12em;
text-transform: uppercase;
margin-top: 4px;
opacity: .7;
}
.pbs-bar {
margin-top: 9px;
height: 4px;
background: rgba(255,255,255,.13);
border-radius: 2px;
overflow: hidden;
}
.pbs-bf {
height: 100%;
border-radius: 2px;
width: 0;
opacity: .75;
transition: width 1.9s cubic-bezier(.22,.61,.36,1);
} .pbs-footer {
text-align: center;
margin-top: 34px;
font-size: .8rem;
letter-spacing: .22em;
text-transform: uppercase;
opacity: .48;
position: relative;
z-index: 10;
} @media (max-width: 980px) {
.pbs-stage {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 13px;
padding: 0 12px;
}
.pbs-center-media-wrap {
position: relative;
top: auto; left: auto;
transform: none !important;
margin: 14px auto;
order: -1;
flex: 0 0 250px;
}
.pbs-bc {
position: relative !important;
top: auto !important; left: auto !important;
right: auto !important; bottom: auto !important;
transform: none !important;
width: calc(50% - 13px);
max-width: 260px;
}
.pbs-bc:hover { transform: scale(1.03) translateY(-3px) !important; }
.pbs-connectors { display: none; }
}
@media (max-width: 520px) {
.pbs-bc { width: 100%; max-width: 340px; }
}
@media (max-width: 980px) {
.pbs-center-media-wrap{
width:250px;
height:250px;
}
}