@charset "UTF-8";
 .via-hub {
--primary: #2F3C50;
--secondary: #BA996F;
--accent: #EEEEEF;
--white: #FFFFFF;
position: relative;
overflow: hidden;
font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
color: var(--accent);
background: linear-gradient(120deg, #1c2534, var(--primary), #3a2f22, var(--primary));
background-size: 300% 300%;
animation: viaHubBgShift 22s ease-in-out infinite;
}
.via-hub * {
box-sizing: border-box;
}
@keyframes viaHubBgShift {
0%, 100% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
}
.via-hub { }
.via-hub .via-hub__blob {
position: absolute;
border-radius: 50%;
filter: blur(40px);
opacity: 0.35;
z-index: 0;
pointer-events: none;
}
.via-hub .via-hub__blob--1 {
width: 420px;
height: 420px;
top: -120px;
left: -100px;
background: radial-gradient(circle, var(--secondary), transparent 70%);
animation: viaHubFloat1 26s ease-in-out infinite;
}
.via-hub .via-hub__blob--2 {
width: 360px;
height: 360px;
bottom: -100px;
right: -80px;
background: radial-gradient(circle, #3a4a63, transparent 70%);
animation: viaHubFloat2 30s ease-in-out infinite;
}
.via-hub .via-hub__blob--3 {
width: 280px;
height: 280px;
top: 40%;
left: 60%;
background: radial-gradient(circle, var(--secondary), transparent 70%);
animation: viaHubFloat1 34s ease-in-out infinite reverse;
}
@keyframes viaHubFloat1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(40px, -30px) scale(1.15);
}
}
@keyframes viaHubFloat2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-30px, 40px) scale(1.1);
}
}
.via-hub { }
.via-hub .via-hub__hero {
position: relative;
z-index: 2;
text-align: center;
padding: 6vh 5vw 4vh;
}
.via-hub .via-hub__logo {
width: 56px;
height: 56px;
margin: 0 auto 18px;
display: flex;
align-items: center;
justify-content: center;
}
.via-hub .via-hub__logo img {
width: 100%;
height: 100%;
object-fit: contain;
filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}
.via-hub .via-hub__eyebrow {
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--secondary);
margin-bottom: 14px;
}
.via-hub h1 {
font-size: clamp(28px, 5vw, 52px);
font-weight: 600;
line-height: 1.15;
color: var(--white);
margin: 0;
}
.via-hub h1 span {
color: var(--secondary);
}
.via-hub .via-hub__tagline {
margin-top: 14px;
font-size: 15px;
color: rgba(238, 238, 239, 0.75);
max-width: 520px;
margin-left: auto;
margin-right: auto;
}
.via-hub { }
.via-hub .via-hub__grid {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 22px;
padding: 0 5vw 8vh;
max-width: 1400px;
margin: 0 auto;
}
.via-hub .via-hub__card {
position: relative;
display: block;
border-radius: 16px;
overflow: hidden;
height: 320px;
border: 0.5px solid rgba(238, 238, 239, 0.25);
background: rgba(255, 255, 255, 0.06);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
cursor: pointer;
text-decoration: none;
color: inherit;
transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
}
.via-hub .via-hub__card:hover {
transform: translateY(-8px) scale(1.015);
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}
.via-hub { }
.via-hub .via-hub__card--skeleton {
cursor: default;
background: linear-gradient(100deg, rgba(255, 255, 255, 0.05) 30%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.05) 70%);
background-size: 220% 100%;
animation: viaHubSkeletonShimmer 1.6s ease-in-out infinite;
}
@keyframes viaHubSkeletonShimmer {
0% {
background-position: 120% 0;
}
100% {
background-position: -20% 0;
}
}
.via-hub .via-hub__slides {
position: absolute;
inset: 0;
}
.via-hub .via-hub__slides img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transform: scale(1);
transition: opacity 1.1s ease-in-out, transform 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.via-hub .via-hub__slides img.active {
opacity: 1;
}
.via-hub .via-hub__card:hover .via-hub__slides img.active {
transform: scale(1.08);
}
.via-hub .via-hub__shade {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(15, 20, 28, 0.92) 0%, rgba(15, 20, 28, 0.15) 55%, rgba(15, 20, 28, 0.35) 100%);
}
.via-hub .via-hub__count-badge {
position: absolute;
top: 14px;
right: 14px;
background: var(--secondary);
color: var(--primary);
font-size: 12px;
font-weight: 600;
padding: 5px 12px;
border-radius: 999px;
z-index: 3;
animation: viaHubPulse 3.5s ease-in-out infinite;
}
@keyframes viaHubPulse {
0%, 100% {
box-shadow: 0 0 0 0 rgba(186, 153, 111, 0.45);
}
50% {
box-shadow: 0 0 0 9px rgba(186, 153, 111, 0);
}
}
.via-hub .via-hub__card-body {
position: absolute;
left: 16px;
right: 16px;
bottom: 16px;
z-index: 3;
transition: opacity 0.4s ease, transform 0.4s ease;
}
.via-hub .via-hub__card-title {
font-size: 15px;
font-weight: 600;
color: rgba(238, 238, 239, 0.85);
letter-spacing: 0.3px;
margin-bottom: 8px;
}
.via-hub .via-hub__pill {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 12px;
font-weight: 500;
color: var(--primary);
background: rgba(238, 238, 239, 0.95);
padding: 5px 11px;
border-radius: 999px;
}
.via-hub .via-hub__price-line {
margin-top: 9px;
font-size: 14px;
font-weight: 600;
color: var(--secondary);
}
.via-hub .via-hub__price-line .via-hub__status {
color: rgba(238, 238, 239, 0.7);
font-weight: 500;
}
.via-hub .via-hub__delivery-line {
margin-top: 3px;
font-size: 11.5px;
color: rgba(238, 238, 239, 0.65);
}
.via-hub .via-hub__dots {
position: absolute;
right: 16px;
bottom: 20px;
display: flex;
gap: 5px;
z-index: 3;
transition: opacity 0.4s ease;
}
.via-hub .via-hub__dots span {
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(238, 238, 239, 0.4);
transition: background 0.3s ease, transform 0.3s ease;
}
.via-hub .via-hub__dots span.on {
background: var(--secondary);
transform: scale(1.3);
}
.via-hub .via-hub__card:hover .via-hub__card-body, .via-hub .via-hub__card:hover .via-hub__count-badge, .via-hub .via-hub__card:hover .via-hub__dots {
opacity: 0;
transform: translateY(8px);
pointer-events: none;
}
.via-hub .via-hub__hover-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 24px;
background: linear-gradient(160deg, rgba(31, 39, 53, 0.62), rgba(186, 153, 111, 0.42));
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
opacity: 0;
transition: opacity 0.5s ease;
z-index: 6;
pointer-events: none;
}
.via-hub .via-hub__card:hover .via-hub__hover-overlay {
opacity: 1;
}
.via-hub .via-hub__hover-title {
font-family: "Playfair Display", serif;
font-style: italic;
font-weight: 600;
font-size: 29px;
color: var(--white);
letter-spacing: 7px;
opacity: 0;
transform: translateY(16px);
transition: opacity 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) 0.08s, transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) 0.08s, letter-spacing 0.55s ease 0.08s;
}
.via-hub .via-hub__card:hover .via-hub__hover-title {
opacity: 1;
transform: translateY(0);
letter-spacing: 1px;
}
.via-hub .via-hub__hover-line {
width: 0;
height: 1px;
background: var(--accent);
margin: 16px 0;
opacity: 0;
transition: width 0.5s ease 0.22s, opacity 0.3s ease 0.22s;
}
.via-hub .via-hub__card:hover .via-hub__hover-line {
width: 46px;
opacity: 0.85;
}
.via-hub .via-hub__hover-sub {
font-size: 12px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: rgba(238, 238, 239, 0.85);
display: flex;
align-items: center;
gap: 7px;
opacity: 0;
transform: translateY(10px);
transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.via-hub .via-hub__hover-sub svg {
transition: transform 0.35s ease 0.3s;
}
.via-hub .via-hub__card:hover .via-hub__hover-sub {
opacity: 1;
transform: translateY(0);
}
.via-hub .via-hub__card:hover .via-hub__hover-sub svg {
transform: translateX(4px);
}
@media (max-width: 480px) {
.via-hub .via-hub__grid {
grid-template-columns: 1fr;
gap: 16px;
padding: 0 5vw 6vh;
}
.via-hub .via-hub__card {
height: 280px;
}
}