:root {
    --gv-ink: #161712;
    --gv-muted: #696b61;
    --gv-paper: #f8f5ee;
    --gv-card: #ffffff;
    --gv-gold: #f4b629;
    --gv-orange: #e86525;
    --gv-red: #c92332;
    --gv-blue: #1454b8;
    --gv-navy: #071a3d;
    --gv-green: #1d7b5a;
    --gv-line: rgba(22, 23, 18, .11);
    --gv-shadow: 0 18px 48px rgba(33, 35, 29, .12);
}

html {
    scroll-behavior: smooth;
}

body.gv-experience-page {
    margin: 0;
    background: var(--gv-paper);
    color: var(--gv-ink);
    font-family: Aptos, "Segoe UI", system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.gv-experience-page *,
.gv-experience-page *::before,
.gv-experience-page *::after {
    box-sizing: border-box;
}

.gv-experience-page #wpadminbar {
    position: fixed;
}

.gv-site {
    min-height: 100vh;
    overflow: hidden;
}

.gv-header {
    align-items: center;
    background: rgba(7, 18, 45, .92);
    backdrop-filter: blur(16px);
    display: flex;
    height: 86px;
    justify-content: space-between;
    left: 0;
    padding: 0 clamp(22px, 5vw, 78px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.gv-header::after {
    background: linear-gradient(90deg, #f5c62b 0 33.333%, #1454b8 33.333% 66.666%, #c92332 66.666%);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.admin-bar .gv-header {
    top: 32px;
}

.gv-brand {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    color: #fff !important;
    display: inline-flex;
    gap: 10px;
    padding: 5px 12px;
    text-decoration: none !important;
}

.gv-brand-logo {
    display: block;
    height: auto;
    max-height: 74px;
    object-fit: contain;
    width: clamp(172px, 17vw, 225px);
}

.gv-mark {
    display: block;
    height: 48px;
    position: relative;
    width: 68px;
}

.gv-mark b,
.gv-mark i {
    font-family: Georgia, serif;
    font-size: 47px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .25);
}

.gv-mark b {
    color: var(--gv-gold);
    left: 0;
    top: 2px;
}

.gv-mark i {
    color: #d73c32;
    left: 31px;
    top: 3px;
}

.gv-mark em {
    background: var(--gv-gold);
    border-radius: 50%;
    box-shadow: 0 -7px 0 -3px var(--gv-gold), 0 7px 0 -3px var(--gv-gold), 7px 0 0 -3px var(--gv-gold), -7px 0 0 -3px var(--gv-gold);
    height: 7px;
    left: 41px;
    position: absolute;
    top: 1px;
    width: 7px;
}

.gv-brand-words {
    display: grid;
    letter-spacing: .11em;
    line-height: 1;
}

.gv-brand-words strong {
    font-size: 17px;
}

.gv-brand-words small {
    color: #f4c057;
    font-size: 11px;
    margin-top: 5px;
}

.gv-nav {
    align-items: center;
    display: flex;
    gap: 28px;
}

.gv-nav a {
    color: rgba(255, 255, 255, .84) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.gv-nav a:hover {
    color: #fff !important;
}

.gv-nav .gv-nav-cta {
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 999px;
    padding: 11px 18px;
}

.gv-hero {
    align-items: center;
    background-image: var(--gv-hero);
    background-position: center 52%;
    background-size: cover;
    display: flex;
    min-height: min(610px, 70vh);
    padding: 128px clamp(22px, 6vw, 100px) 48px;
    position: relative;
}

.gv-hero-shade {
    background:
        radial-gradient(circle at 68% 45%, transparent 0, rgba(4, 25, 73, .05) 45%, rgba(3, 14, 39, .43) 100%),
        linear-gradient(90deg, rgba(4, 18, 48, .7) 0, rgba(7, 28, 75, .36) 55%, rgba(109, 18, 32, .12) 100%),
        linear-gradient(0deg, rgba(4, 15, 42, .27), transparent 52%);
    inset: 0;
    position: absolute;
}

.gv-hero-content {
    color: #fff;
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.gv-eyebrow,
.gv-kicker {
    color: var(--gv-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    margin: 0 0 18px;
}

.gv-hero h1 {
    color: #fff;
    font-size: clamp(36px, 4.6vw, 62px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .98;
    margin: 0;
    max-width: 790px;
    text-wrap: balance;
}

.gv-hero h1 span {
    color: #ffd063;
}

.gv-subtitle {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(16px, 1.7vw, 20px);
    margin: 17px 0 26px;
}

.gv-search {
    align-items: stretch;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .3);
    display: grid;
    grid-template-columns: 1.55fr 1fr auto;
    max-width: 1000px;
    overflow: hidden;
}

.gv-search label {
    align-items: center;
    border-right: 1px solid var(--gv-line);
    display: flex;
    gap: 11px;
    min-width: 0;
    padding: 0 22px;
}

.gv-search svg {
    fill: none;
    flex: 0 0 auto;
    height: 21px;
    stroke: #7a7d73;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

.gv-search input,
.gv-search select {
    appearance: none;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    color: #292b25;
    font: inherit;
    height: 58px;
    min-width: 0;
    outline: none !important;
    padding: 0;
    width: 100%;
}

.gv-search button {
    align-items: center;
    background: linear-gradient(135deg, var(--gv-blue), #1478cf);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-width: 135px;
    padding: 0 24px;
}

.gv-search button:hover {
    background: linear-gradient(135deg, #0d439b, var(--gv-red));
}

.gv-search button svg {
    stroke: #fff;
}

.gv-section {
    margin: 0 auto;
    max-width: 1380px;
    padding: clamp(70px, 9vw, 118px) clamp(20px, 5vw, 70px);
}

.gv-cities {
    padding-top: clamp(46px, 6vw, 78px);
}

.gv-section-heading {
    margin: 0 auto 44px;
    max-width: 760px;
    text-align: center;
}

.gv-section-heading h1,
.gv-section-heading h2 {
    color: var(--gv-ink);
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: 0 0 16px;
}

.gv-section-heading p:not(.gv-kicker) {
    color: var(--gv-muted);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.gv-card-grid {
    display: grid;
    gap: clamp(16px, 2vw, 26px);
}

.gv-city-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gv-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gv-visual-card {
    background: #d8d4c9;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(30, 31, 25, .08);
    color: #fff !important;
    display: block;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    transform: translateZ(0);
}

.gv-category-grid .gv-visual-card {
    min-height: 320px;
}

.gv-card-art {
    background-image: var(--gv-card-image);
    background-position: var(--gv-card-pos);
    background-size: cover;
    filter: saturate(1.08);
    inset: 0;
    position: absolute;
    transform: scale(1.02);
    transition: transform .6s cubic-bezier(.2, .8, .2, 1), filter .6s ease;
}

.gv-card-overlay {
    background:
        linear-gradient(0deg, rgba(10, 13, 11, .88) 0, rgba(10, 13, 11, .1) 58%, rgba(10, 13, 11, .1) 100%),
        linear-gradient(135deg, rgba(244, 182, 41, .16), rgba(20, 84, 184, .12));
    inset: 0;
    position: absolute;
}

.gv-visual-card:nth-child(2n) .gv-card-overlay {
    background: linear-gradient(0deg, rgba(4, 17, 42, .9) 0, rgba(4, 17, 42, .08) 62%), linear-gradient(145deg, rgba(20, 84, 184, .22), rgba(0, 0, 0, 0));
}

.gv-visual-card:nth-child(3n) .gv-card-overlay {
    background: linear-gradient(0deg, rgba(37, 9, 14, .9) 0, rgba(37, 9, 14, .08) 62%), linear-gradient(145deg, rgba(201, 35, 50, .2), rgba(0, 0, 0, 0));
}

.gv-card-copy {
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 28px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.gv-card-copy small {
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
    font-weight: 800;
    grid-column: 1 / -1;
    letter-spacing: .12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gv-card-copy strong {
    color: #fff;
    font-size: clamp(20px, 2vw, 27px);
    letter-spacing: -.025em;
    line-height: 1.08;
}

.gv-card-copy i {
    align-self: end;
    color: var(--gv-gold);
    font-size: 26px;
    font-style: normal;
    transition: transform .25s ease;
}

.gv-visual-card:hover {
    box-shadow: var(--gv-shadow);
}

.gv-visual-card:hover .gv-card-art {
    filter: saturate(1.15) brightness(1.03);
    transform: scale(1.09);
}

.gv-visual-card:hover .gv-card-copy i {
    transform: translateX(5px);
}

.gv-provisional-note {
    color: #898b82;
    font-size: 12px;
    margin: 22px 0 0;
    text-align: center;
}

.gv-partner-showcase {
    background:
        linear-gradient(120deg, rgba(245, 198, 43, .96) 0 17%, rgba(20, 84, 184, .96) 17% 78%, rgba(201, 35, 50, .96) 78%),
        var(--gv-blue);
    color: #fff;
    position: relative;
}

.gv-partner-showcase .gv-section {
    padding-bottom: clamp(48px, 6vw, 76px);
    padding-top: clamp(48px, 6vw, 76px);
}

.gv-partner-head {
    align-items: end;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    margin-bottom: 26px;
}

.gv-partner-head .gv-kicker {
    color: #ffe26d;
    margin-bottom: 12px;
}

.gv-partner-head h2 {
    color: #fff;
    font-size: clamp(29px, 3.4vw, 45px);
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: 0;
    max-width: 750px;
}

.gv-partner-head > p {
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.gv-showcase-grid {
    display: grid;
    gap: clamp(18px, 2.4vw, 32px);
    grid-template-columns: 1fr;
}

.gv-showcase-slot {
    background: var(--gv-navy);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(0, 10, 36, .34);
    min-height: 190px;
    overflow: hidden;
    position: relative;
}

.gv-showcase-panel {
    animation: gvShowcaseRotation 90s infinite;
    animation-delay: var(--gv-showcase-delay);
    color: #fff !important;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: space-between;
    opacity: 0;
    padding: 18px 26px 20px;
    position: absolute;
    text-decoration: none !important;
}

.gv-showcase-panel::before {
    animation-duration: 90s;
    animation-delay: var(--gv-showcase-delay);
    animation-iteration-count: infinite;
    animation-name: gvShowcaseMotionLeft;
    animation-timing-function: ease-in-out;
    background-image:
        linear-gradient(90deg, rgba(3, 12, 34, .94) 0, rgba(3, 15, 46, .7) 48%, rgba(3, 15, 46, .08) 100%),
        var(--gv-showcase-image);
    background-position: center;
    background-size: cover;
    content: "";
    inset: -5%;
    position: absolute;
    transform: scale(1.06);
    z-index: 0;
}

.gv-showcase-slot-2 .gv-showcase-panel::before {
    background-image:
        linear-gradient(90deg, rgba(42, 5, 12, .92) 0, rgba(69, 8, 19, .58) 48%, rgba(69, 8, 19, .06) 100%),
        var(--gv-showcase-image);
}

.gv-motion-zoom-in::before {
    animation-name: gvShowcaseMotionZoomIn;
}

.gv-motion-right::before {
    animation-name: gvShowcaseMotionRight;
}

.gv-motion-up::before {
    animation-name: gvShowcaseMotionUp;
}

.gv-motion-zoom-out::before {
    animation-name: gvShowcaseMotionZoomOut;
}

.gv-motion-diagonal::before {
    animation-name: gvShowcaseMotionDiagonal;
}

.gv-showcase-panel::after {
    animation: gvShowcaseSheen 90s infinite;
    animation-delay: var(--gv-showcase-delay);
    background: linear-gradient(110deg, transparent 32%, rgba(255, 255, 255, .2) 48%, transparent 64%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
    z-index: 1;
}

.gv-showcase-label {
    animation: gvShowcaseLabelMotion 90s infinite;
    animation-delay: var(--gv-showcase-delay);
    align-self: flex-start;
    background: #f5c62b;
    border-radius: 999px;
    color: #172144;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    padding: 8px 11px;
    position: relative;
    z-index: 3;
}

.gv-showcase-copy {
    animation: gvShowcaseCopyFromLeft 90s infinite;
    animation-delay: var(--gv-showcase-delay);
    display: grid;
    max-width: 58%;
    position: relative;
    z-index: 3;
}

.gv-showcase-product {
    animation: gvProductStage 90s infinite;
    animation-delay: var(--gv-showcase-delay);
    aspect-ratio: 1;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .35);
    opacity: 0;
    overflow: hidden;
    padding: 4px;
    pointer-events: none;
    position: absolute;
    right: clamp(30px, 7vw, 90px);
    top: 50%;
    transform: translateY(-50%) scale(.72);
    width: clamp(125px, 14vw, 158px);
    z-index: 2;
}

.gv-showcase-product::after {
    background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, .72) 49%, transparent 64%);
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(-140%);
    animation: gvProductGlint 3.8s ease-in-out infinite;
}

.gv-showcase-product img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.gv-product-can img {
    animation: gvProductCanFloat 3.4s ease-in-out infinite alternate;
}

.gv-product-pack img {
    animation: gvProductPackGlide 4.2s ease-in-out infinite alternate;
}

.gv-product-tub img {
    animation: gvProductTubPulse 4.8s ease-in-out infinite alternate;
}

.gv-product-jar img {
    animation: gvProductJarFloat 3.9s ease-in-out infinite alternate;
}

.gv-motion-zoom-in .gv-showcase-copy,
.gv-motion-zoom-out .gv-showcase-copy {
    animation-name: gvShowcaseCopyZoom;
}

.gv-motion-right .gv-showcase-copy,
.gv-motion-diagonal .gv-showcase-copy {
    animation-name: gvShowcaseCopyFromRight;
}

.gv-motion-up .gv-showcase-copy {
    animation-name: gvShowcaseCopyFromBottom;
}

.gv-showcase-copy small {
    color: #ffe26d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.gv-showcase-copy strong {
    color: #fff;
    font-size: clamp(24px, 2.8vw, 36px);
    letter-spacing: -.035em;
    line-height: 1;
}

.gv-showcase-copy > span {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(13px, 1.5vw, 17px);
    line-height: 1.35;
    margin-top: 5px;
}

.gv-showcase-copy b {
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    margin-top: 9px;
}

.gv-showcase-copy i {
    animation: gvShowcaseArrowPulse 1.1s ease-in-out infinite alternate;
    color: #ffe26d;
    display: inline-block;
    font-style: normal;
    margin-left: 4px;
}

.gv-showcase-position {
    bottom: 13px;
    color: rgba(255, 255, 255, .4);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
    position: absolute;
    right: 15px;
    z-index: 3;
}

@keyframes gvShowcaseRotation {
    0%, 16.1% {
        opacity: 1;
        visibility: visible;
    }
    17.2%, 97% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes gvShowcaseMotionLeft {
    0% {
        transform: scale(1.1) translate3d(-3%, 0, 0);
    }
    16.1% {
        transform: scale(1.1) translate3d(3%, 0, 0);
    }
    17.2%, 100% {
        transform: scale(1.1) translate3d(-3%, 0, 0);
    }
}

@keyframes gvShowcaseMotionRight {
    0% {
        transform: scale(1.1) translate3d(3%, 0, 0);
    }
    16.1% {
        transform: scale(1.1) translate3d(-3%, 0, 0);
    }
    17.2%, 100% {
        transform: scale(1.1) translate3d(3%, 0, 0);
    }
}

@keyframes gvShowcaseMotionZoomIn {
    0% {
        transform: scale(1.04) translate3d(0, 0, 0);
    }
    16.1% {
        transform: scale(1.18) translate3d(-1%, -.5%, 0);
    }
    17.2%, 100% {
        transform: scale(1.04) translate3d(0, 0, 0);
    }
}

@keyframes gvShowcaseMotionZoomOut {
    0% {
        transform: scale(1.18) translate3d(-1%, -.5%, 0);
    }
    16.1% {
        transform: scale(1.05) translate3d(0, 0, 0);
    }
    17.2%, 100% {
        transform: scale(1.18) translate3d(-1%, -.5%, 0);
    }
}

@keyframes gvShowcaseMotionUp {
    0% {
        transform: scale(1.11) translate3d(0, 3%, 0);
    }
    16.1% {
        transform: scale(1.11) translate3d(0, -3%, 0);
    }
    17.2%, 100% {
        transform: scale(1.11) translate3d(0, 3%, 0);
    }
}

@keyframes gvShowcaseMotionDiagonal {
    0% {
        transform: scale(1.08) translate3d(-2.5%, 2.5%, 0);
    }
    16.1% {
        transform: scale(1.16) translate3d(2%, -2%, 0);
    }
    17.2%, 100% {
        transform: scale(1.08) translate3d(-2.5%, 2.5%, 0);
    }
}

@keyframes gvShowcaseSheen {
    0%, 4% {
        opacity: 0;
        transform: translateX(-120%);
    }
    8% {
        opacity: .8;
    }
    14% {
        opacity: 0;
        transform: translateX(120%);
    }
    16.1%, 100% {
        opacity: 0;
        transform: translateX(120%);
    }
}

@keyframes gvShowcaseCopyFromLeft {
    0% {
        opacity: 0;
        transform: translate3d(-24px, 12px, 0);
    }
    2.5%, 16.1% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    17.2%, 100% {
        opacity: 0;
        transform: translate3d(14px, -4px, 0);
    }
}

@keyframes gvShowcaseCopyFromRight {
    0% {
        opacity: 0;
        transform: translate3d(34px, 0, 0);
    }
    2.5%, 16.1% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    17.2%, 100% {
        opacity: 0;
        transform: translate3d(-12px, 0, 0);
    }
}

@keyframes gvShowcaseCopyFromBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 25px, 0);
    }
    2.5%, 16.1% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    17.2%, 100% {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes gvShowcaseCopyZoom {
    0% {
        opacity: 0;
        transform: scale(.88);
        transform-origin: left bottom;
    }
    2.5%, 16.1% {
        opacity: 1;
        transform: scale(1);
        transform-origin: left bottom;
    }
    17.2%, 100% {
        opacity: 0;
        transform: scale(1.04);
        transform-origin: left bottom;
    }
}

@keyframes gvProductStage {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(.72) rotate(-5deg);
    }
    2.5%, 16.1% {
        opacity: 1;
        transform: translateY(-50%) scale(1) rotate(0);
    }
    17.2%, 100% {
        opacity: 0;
        transform: translateY(-50%) scale(.86) rotate(4deg);
    }
}

@keyframes gvProductGlint {
    0%, 58% {
        opacity: 0;
        transform: translateX(-140%);
    }
    70% {
        opacity: .8;
    }
    88%, 100% {
        opacity: 0;
        transform: translateX(140%);
    }
}

@keyframes gvProductCanFloat {
    from {
        transform: translateY(3px) rotate(-2deg) scale(.96);
    }
    to {
        transform: translateY(-5px) rotate(2deg) scale(1.04);
    }
}

@keyframes gvProductPackGlide {
    from {
        transform: translateX(-5px) rotate(-3deg) scale(.96);
    }
    to {
        transform: translateX(6px) rotate(3deg) scale(1.04);
    }
}

@keyframes gvProductTubPulse {
    from {
        transform: scale(.94);
    }
    to {
        transform: scale(1.06);
    }
}

@keyframes gvProductJarFloat {
    from {
        transform: translateY(4px) rotate(1.5deg);
    }
    to {
        transform: translateY(-5px) rotate(-1.5deg);
    }
}

@keyframes gvShowcaseLabelMotion {
    0% {
        opacity: 0;
        transform: translateY(-14px) rotate(-2deg);
    }
    2.5%, 16.1% {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
    17.2%, 100% {
        opacity: 0;
        transform: translateY(-5px);
    }
}

@keyframes gvShowcaseArrowPulse {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(5px);
    }
}

.gv-featured {
    background:
        radial-gradient(circle at 10% 10%, rgba(245, 198, 43, .16), transparent 26%),
        radial-gradient(circle at 90% 85%, rgba(20, 84, 184, .12), transparent 30%),
        #fff;
}

.gv-featured .gv-kicker,
.gv-section-heading .gv-kicker {
    color: var(--gv-blue);
}

.gv-featured-grid {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gv-featured-card {
    background: #fff;
    border: 1px solid rgba(20, 84, 184, .12);
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(7, 26, 61, .09);
    min-width: 0;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.gv-featured-card:hover {
    box-shadow: 0 20px 46px rgba(7, 26, 61, .17);
    transform: translateY(-5px);
}

.gv-featured-card a {
    color: inherit !important;
    display: block;
    height: 100%;
    text-decoration: none !important;
}

.gv-featured-image {
    aspect-ratio: 16 / 10;
    background-image:
        linear-gradient(0deg, rgba(4, 16, 43, .38), transparent 60%),
        var(--gv-featured-image);
    background-position: center;
    background-size: cover;
    display: block;
    padding: 14px;
}

.gv-featured-image small {
    background: var(--gv-red);
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 7px 9px;
}

.gv-featured-copy {
    display: grid;
    padding: 20px 19px 22px;
}

.gv-featured-copy em {
    color: var(--gv-blue);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.gv-featured-copy strong {
    color: var(--gv-ink);
    font-size: 20px;
    letter-spacing: -.025em;
    line-height: 1.1;
    min-height: 2.2em;
}

.gv-featured-copy b {
    color: var(--gv-red);
    font-size: 11px;
    margin-top: 16px;
}

.gv-featured-copy i {
    color: var(--gv-blue);
    font-style: normal;
    margin-left: 3px;
}

.gv-inner {
    min-height: 82vh;
    padding-top: 86px;
}

.admin-bar .gv-inner {
    padding-top: 118px;
}

.gv-inner::before {
    background: linear-gradient(135deg, #171b16, #2a281f);
    content: "";
    height: 210px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.gv-breadcrumbs {
    align-items: center;
    color: rgba(255, 255, 255, .7);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    margin: 0 auto;
    max-width: 1380px;
    padding: 38px clamp(20px, 5vw, 70px) 0;
}

.gv-breadcrumbs a,
.gv-breadcrumbs strong {
    color: #fff !important;
    text-decoration: none !important;
}

.gv-listing-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gv-listing-card {
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 8px 30px rgba(28, 30, 25, .09);
    overflow: hidden;
}

.gv-listing-card a {
    color: inherit !important;
    text-decoration: none !important;
}

.gv-listing-photo {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #ddd8ca, #a8b8a5);
    background-image: var(--gv-listing-image);
    background-position: center;
    background-size: cover;
    position: relative;
}

.gv-listing-photo small {
    background: rgba(18, 25, 20, .82);
    border-radius: 999px;
    bottom: 14px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 14px;
    letter-spacing: .08em;
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
}

.gv-listing-copy {
    padding: 22px;
}

.gv-listing-copy span {
    color: var(--gv-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gv-listing-copy h2 {
    font-size: 21px;
    margin: 7px 0 0;
}

.gv-journal {
    background: #efe9dc;
    border-top: 1px solid rgba(22, 23, 18, .07);
}

.gv-journal-head {
    align-items: end;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 38px;
}

.gv-journal-head > div {
    max-width: 760px;
}

.gv-journal-head h2 {
    color: var(--gv-ink);
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: -.045em;
    line-height: 1.02;
    margin: 0 0 14px;
}

.gv-journal-head > div > p:last-child {
    color: var(--gv-muted);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.gv-journal-link {
    align-items: center;
    border-bottom: 1px solid rgba(22, 23, 18, .34);
    color: var(--gv-ink) !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    padding-bottom: 5px;
    text-decoration: none !important;
}

.gv-journal-link span {
    color: var(--gv-orange);
    font-size: 19px;
}

.gv-blog-grid {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gv-journal-archive .gv-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gv-blog-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 7px 24px rgba(31, 33, 27, .08);
    min-width: 0;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}

.gv-blog-card:hover {
    box-shadow: 0 18px 42px rgba(31, 33, 27, .14);
    transform: translateY(-4px);
}

.gv-blog-card-link {
    color: inherit !important;
    display: block;
    height: 100%;
    text-decoration: none !important;
}

.gv-blog-card-image {
    aspect-ratio: 16 / 10;
    background-color: #d5d0c3;
    background-image: var(--gv-blog-image);
    background-position: center;
    background-size: cover;
}

.gv-blog-card-copy {
    padding: 22px 21px 24px;
}

.gv-blog-meta {
    align-items: center;
    color: #87887e;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .08em;
    margin: 0 0 11px;
    text-transform: uppercase;
}

.gv-blog-meta span {
    color: var(--gv-orange);
}

.gv-blog-card h3 {
    color: var(--gv-ink);
    display: -webkit-box;
    font-size: clamp(19px, 1.55vw, 24px);
    letter-spacing: -.025em;
    line-height: 1.12;
    margin: 0 0 11px;
    min-height: 2.25em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gv-blog-excerpt {
    color: var(--gv-muted);
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 19px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.gv-blog-read {
    color: var(--gv-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}

.gv-blog-read i {
    color: var(--gv-orange);
    font-style: normal;
    margin-left: 5px;
}

.gv-journal-page .gv-section-heading {
    max-width: 850px;
}

.gv-editorial-figure {
    margin: 0 0 32px;
}

.gv-editorial-figure img {
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(24, 26, 22, .13);
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.gv-editorial-figure figcaption {
    color: #777a72;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 9px;
}

.gv-empty {
    background: #fff;
    border: 1px solid var(--gv-line);
    border-radius: 22px;
    padding: clamp(36px, 7vw, 80px);
    text-align: center;
}

.gv-empty span {
    color: var(--gv-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gv-empty h2 {
    font-size: clamp(28px, 4vw, 45px);
    margin: 12px 0;
}

.gv-empty p {
    color: var(--gv-muted);
    margin: 0;
}

.gv-footer {
    align-items: end;
    background: #151712;
    color: rgba(255, 255, 255, .72);
    display: flex;
    justify-content: space-between;
    padding: 50px clamp(22px, 5vw, 78px);
}

.gv-footer strong {
    color: #fff;
    font-size: 24px;
}

.gv-footer p {
    font-size: 13px;
    margin: 8px 0 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

@media (max-width: 1024px) {
    .gv-city-grid,
    .gv-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gv-visual-card {
        min-height: 390px;
    }

    .gv-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gv-blog-grid,
    .gv-journal-archive .gv-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gv-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .admin-bar .gv-header {
        top: 46px;
    }

    .admin-bar .gv-inner {
        padding-top: 132px;
    }
}

@media (max-width: 720px) {
    .gv-header {
        height: 78px;
        padding: 0 14px;
    }

    .gv-nav > a:not(.gv-nav-cta) {
        display: none;
    }

    .gv-brand-logo {
        max-height: 64px;
        width: 148px;
    }

    .gv-nav {
        gap: 8px;
    }

    .gv-nav .gv-nav-cta {
        font-size: 12px;
        padding: 9px 13px;
    }

    .gv-hero {
        align-items: center;
        min-height: 535px;
        padding: 104px 17px 25px;
    }

    .gv-hero-shade {
        opacity: .82;
    }

    .gv-hero h1 {
        font-size: clamp(33px, 9.8vw, 43px);
        line-height: .98;
        max-width: 355px;
    }

    .gv-eyebrow {
        font-size: 9px;
        margin-bottom: 12px;
    }

    .gv-subtitle {
        font-size: 15px;
        margin: 13px 0 18px;
    }

    .gv-search {
        background: transparent;
        box-shadow: none;
        display: grid;
        gap: 9px;
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .gv-search label {
        background: #fff;
        border: 0;
        border-radius: 11px;
        padding: 0 16px;
    }

    .gv-search input,
    .gv-search select {
        height: 48px;
    }

    .gv-search button {
        border-radius: 11px;
        min-height: 48px;
    }

    .gv-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gv-cities {
        padding-top: 28px;
    }

    .gv-cities .gv-section-heading {
        margin-bottom: 22px;
    }

    .gv-cities .gv-section-heading > p:not(.gv-kicker) {
        display: none;
    }

    .gv-section-heading {
        text-align: left;
    }

    .gv-category-grid,
    .gv-listing-grid,
    .gv-blog-grid,
    .gv-journal-archive .gv-blog-grid,
    .gv-featured-grid,
    .gv-showcase-grid {
        grid-template-columns: 1fr;
    }

    .gv-city-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gv-partner-head {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .gv-showcase-slot {
        min-height: 178px;
    }

    .gv-showcase-copy {
        max-width: 58%;
    }

    .gv-showcase-product {
        border-radius: 17px;
        padding: 3px;
        right: 9px;
        width: 102px;
    }

    .gv-showcase-copy strong {
        font-size: 25px;
    }

    .gv-showcase-copy > span {
        font-size: 12px;
    }

    .gv-showcase-copy b {
        display: none;
    }

    .gv-showcase-label {
        font-size: 7px;
        padding: 6px 8px;
    }

    .gv-journal-head {
        align-items: start;
        flex-direction: column;
        margin-bottom: 28px;
    }

    .gv-blog-card h3 {
        font-size: 24px;
        min-height: 0;
    }

    .gv-city-grid .gv-visual-card {
        border-radius: 15px;
        min-height: 245px;
    }

    .gv-city-grid .gv-card-copy {
        padding: 15px 13px;
    }

    .gv-city-grid .gv-card-copy small {
        font-size: 8px;
        letter-spacing: .08em;
        margin-bottom: 5px;
    }

    .gv-city-grid .gv-card-copy strong {
        font-size: clamp(16px, 4.7vw, 20px);
    }

    .gv-city-grid .gv-card-copy i {
        font-size: 19px;
    }

    .gv-category-grid .gv-visual-card {
        min-height: 430px;
    }

    .gv-footer {
        align-items: start;
        flex-direction: column;
        gap: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .gv-card-art,
    .gv-card-copy i {
        transition: none;
    }

    .gv-showcase-panel,
    .gv-showcase-panel::before,
    .gv-showcase-panel::after,
    .gv-showcase-label,
    .gv-showcase-copy,
    .gv-showcase-copy i,
    .gv-showcase-product,
    .gv-showcase-product::after,
    .gv-showcase-product img {
        animation: none;
    }

    .gv-showcase-panel {
        opacity: 0;
        visibility: hidden;
    }

    .gv-showcase-panel:first-child {
        opacity: 1;
        visibility: visible;
    }

    .gv-showcase-panel:first-child .gv-showcase-label,
    .gv-showcase-panel:first-child .gv-showcase-copy {
        opacity: 1;
        transform: none;
    }

    .gv-showcase-panel:first-child .gv-showcase-product {
        opacity: 1;
        transform: translateY(-50%);
    }
}


/* Gran Venezuela 0.9.22 — imágenes independientes por subcategoría */
.gv-card-subcategory-centros-comerciales .gv-card-art,
.gv-card-subcategory-librerias-y-papelerias .gv-card-art,
.gv-card-subcategory-perfumerias .gv-card-art,
.gv-card-subcategory-supermercados .gv-card-art,
.gv-card-subcategory-tiendas-de-computacion .gv-card-art,
.gv-card-subcategory-tiendas-de-ropa .gv-card-art,
.gv-card-subcategory-tiendas-por-departamentos .gv-card-art,
.gv-card-subcategory-tiendas-y-otros-comercios .gv-card-art,
.gv-card-subcategory-cines .gv-card-art,
.gv-card-subcategory-sitios-nocturnos-y-de-ocio .gv-card-art,
.gv-card-subcategory-clinicas-y-hospitales .gv-card-art,
.gv-card-subcategory-estetica-y-spas .gv-card-art,
.gv-card-subcategory-farmacias .gv-card-art,
.gv-card-subcategory-gimnasios .gv-card-art,
.gv-card-subcategory-sitios-turisticos .gv-card-art {
    background-repeat: no-repeat;
    background-size: 402% 202%;
}

.gv-card-subcategory-cafes .gv-card-art,
.gv-card-subcategory-dulcerias-y-pastelerias .gv-card-art,
.gv-card-subcategory-heladerias .gv-card-art,
.gv-card-subcategory-pizzerias .gv-card-art,
.gv-card-subcategory-shawarma .gv-card-art,
.gv-card-subcategory-restaurantes .gv-card-art {
    background-repeat: no-repeat;
    background-size: 301% 202%;
}

.gv-card-subcategory-centros-comerciales .gv-card-art { background-position: 0% 0%; }
.gv-card-subcategory-librerias-y-papelerias .gv-card-art { background-position: 33.333% 0%; }
.gv-card-subcategory-perfumerias .gv-card-art { background-position: 66.667% 0%; }
.gv-card-subcategory-supermercados .gv-card-art { background-position: 100% 0%; }
.gv-card-subcategory-tiendas-de-computacion .gv-card-art { background-position: 0% 100%; }
.gv-card-subcategory-tiendas-de-ropa .gv-card-art { background-position: 33.333% 100%; }
.gv-card-subcategory-tiendas-por-departamentos .gv-card-art { background-position: 66.667% 100%; }
.gv-card-subcategory-tiendas-y-otros-comercios .gv-card-art { background-position: 100% 100%; }

.gv-card-subcategory-cafes .gv-card-art { background-position: 0% 0%; }
.gv-card-subcategory-dulcerias-y-pastelerias .gv-card-art { background-position: 50% 0%; }
.gv-card-subcategory-heladerias .gv-card-art { background-position: 100% 0%; }
.gv-card-subcategory-pizzerias .gv-card-art { background-position: 0% 100%; }
.gv-card-subcategory-shawarma .gv-card-art { background-position: 50% 100%; }
.gv-card-subcategory-restaurantes .gv-card-art { background-position: 100% 100%; }

.gv-card-subcategory-cines .gv-card-art { background-position: 0% 0%; }
.gv-card-subcategory-sitios-nocturnos-y-de-ocio .gv-card-art { background-position: 33.333% 0%; }
.gv-card-subcategory-clinicas-y-hospitales .gv-card-art { background-position: 66.667% 0%; }
.gv-card-subcategory-estetica-y-spas .gv-card-art { background-position: 100% 0%; }
.gv-card-subcategory-farmacias .gv-card-art { background-position: 0% 100%; }
.gv-card-subcategory-gimnasios .gv-card-art { background-position: 33.333% 100%; }
.gv-card-subcategory-sitios-turisticos .gv-card-art { background-position: 66.667% 100%; }

/* Gran Venezuela 0.9.28 — vitrinas comerciales regionales independientes */
.gv-regional-showcase {
    margin-top: clamp(24px, 4vw, 56px);
    overflow: hidden;
}

.gv-regional-showcase .gv-section {
    padding-bottom: clamp(44px, 6vw, 70px);
    padding-top: clamp(44px, 6vw, 70px);
}

.gv-regional-showcase .gv-showcase-panel {
    cursor: pointer;
}

.gv-regional-showcase .gv-showcase-panel:focus-visible {
    outline: 4px solid #ffe26d;
    outline-offset: -6px;
}

.gv-regional-context {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    margin-top: 16px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.gv-regional-disclosure {
    color: rgba(255, 255, 255, .66);
    display: block;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 16px;
}

.gv-regional-featured {
    border-bottom: 1px solid rgba(20, 84, 184, .1);
    position: relative;
}

.gv-regional-featured .gv-section {
    padding-bottom: clamp(58px, 7vw, 90px);
    padding-top: clamp(58px, 7vw, 90px);
}

.gv-regional-featured .gv-featured-image small {
    background: linear-gradient(90deg, #f5c62b, #ffe26d);
    color: #10254b;
}

.gv-featured-placeholder {
    border-style: dashed;
}

.gv-featured-placeholder .gv-featured-image {
    background-image:
        linear-gradient(135deg, rgba(7, 26, 61, .76), rgba(20, 84, 184, .48)),
        var(--gv-featured-image);
    filter: saturate(.72);
}

.gv-featured-placeholder .gv-featured-copy strong {
    color: var(--gv-blue);
}

.gv-featured-placeholder:nth-child(3n + 2) .gv-featured-image {
    background-position: 35% center;
}

.gv-featured-placeholder:nth-child(3n) .gv-featured-image {
    background-position: 70% center;
}

@media (max-width: 720px) {
    .gv-regional-showcase {
        margin-top: 18px;
    }

    .gv-regional-showcase .gv-section,
    .gv-regional-featured .gv-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gv-regional-context {
        font-size: 10px;
        white-space: normal;
    }

    .gv-regional-showcase .gv-showcase-slot {
        min-height: 230px;
    }

    .gv-regional-showcase .gv-showcase-copy {
        max-width: 82%;
    }
}
