/* Property entrance only. Homepage and detail Hero styles remain untouched. */
.gv-hub-hero {
    --gv-gutter: clamp(24px, 4.5vw, 80px);
    position: relative;
    isolation: isolate;
    background: #252b27;
    color: #fff;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
}
.gv-hub-hero [hidden] { display: none; }
.gv-hub-hero__heading {
    position: absolute;
    z-index: 3;
    top: calc(var(--nav-height, 80px) + env(safe-area-inset-top, 0px) + 26px);
    left: var(--gv-gutter);
    right: var(--gv-gutter);
    margin: 0;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .05em;
    color: #fff;
}
.gv-hub-hero__slide {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 80vh;
    min-height: 80svh;
    padding: calc(var(--nav-height, 80px) + 124px) var(--gv-gutter) 126px;
}
.gv-hub-hero__image,
.gv-hub-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.gv-hub-hero__image { object-fit: cover; object-position: var(--gv-focus, 50% 50%); }
.gv-hub-hero__shade {
    background: linear-gradient(180deg, rgba(12, 20, 16, .64) 0%, rgba(12, 20, 16, .08) 35%, rgba(12, 20, 16, .60) 76%, rgba(12, 20, 16, .88) 100%), linear-gradient(90deg, rgba(12, 20, 16, .55), transparent 85%);
    pointer-events: none;
}
.gv-hub-hero__copy { position: relative; z-index: 1; max-width: 920px; }
.gv-hub-hero__area { margin: 0 0 12px; font-size: 12px; line-height: 1.6; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.gv-hub-hero__name {
    max-width: 860px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(40px, 5vw, 76px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
    color: #fff;
}
.gv-hub-hero__pitch { margin: 16px 0 0; max-width: 800px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; text-wrap: pretty; color: #fff; }
.gv-hub-hero__facts { display: flex; flex-wrap: wrap; gap: 16px 36px; margin: 26px 0 24px; }
.gv-hub-hero__facts > div { min-width: 0; }
.gv-hub-hero__facts dt { margin-bottom: 6px; font-size: 10px; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; color: #f0eee7; }
.gv-hub-hero__facts dd { margin: 0; font-size: 21px; line-height: 1.4; font-weight: 400; color: #fff; }
.gv-hub-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    min-height: 52px;
    padding: 12px 24px;
    background: #f8f7f2;
    border: 1px solid #f8f7f2;
    color: #233c32;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.gv-hub-hero__cta:hover { background: #dfd4be; border-color: #dfd4be; color: #182c23; }
.gv-hub-hero__controls {
    position: absolute;
    z-index: 3;
    inset: auto var(--gv-gutter) 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.3);
}
.gv-hub-hero__tabs { display: flex; flex: 1; gap: 24px; min-width: 0; }
.gv-hub-hero__tab,
.gv-hub-hero__arrow { border: 0; background: transparent; color: #fff; cursor: pointer; font-family: var(--sans); }
.gv-hub-hero__tab { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 6px 0; text-align: left; flex: 1; font-size: 11px; line-height: 1.5; }
.gv-hub-hero__dot { display: block; width: 6px; height: 6px; flex-shrink: 0; border: 1px solid #fff; border-radius: 50%; }
.gv-hub-hero__tab[aria-current="true"] .gv-hub-hero__dot { background: #dfd4be; border-color: #dfd4be; }
.gv-hub-hero__tab[aria-current="true"] .gv-hub-hero__tab-name { color: #dfd4be; }
.gv-hub-hero__stepper { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.gv-hub-hero__arrow { display: grid; place-items: center; width: 44px; min-height: 44px; font-size: 24px; }
.gv-hub-hero__counter { min-width: 40px; text-align: center; font-size: 12px; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.gv-hub-hero :is(a, button):focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.gv-hub-hero__alternatives { display: flex; flex-wrap: wrap; gap: 18px; padding: 24px; background: #252b27; }
.gv-hub-hero__alternatives a { color: #fff; padding: 8px; }
.gv-hub-hero[data-ready="true"] .gv-hub-hero__slide:not([hidden]) .gv-hub-hero__image { animation: gv-hub-reveal .45s ease-out; }
@keyframes gv-hub-reveal { from { opacity: .7; } to { opacity: 1; } }

/* Existing programme copy and live statistics, compact and below the imagery. */
.gv-hub-overview { padding: 32px clamp(24px, 4.5vw, 80px) 28px; background: #f5f3ee; color: #2c2a26; }
.gv-hub-overview > .t-body { max-width: 900px; margin: 0 auto 24px; text-align: center; color: #575952; font-size: 14px; }
.gv-hub-overview .kpi-strip--hero { max-width: 1200px; margin: 0 auto; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gv-hub-overview .kpi-card { padding: 10px 18px; border: 0; border-right: 1px solid #d9d5cb; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.gv-hub-overview .kpi-card:last-child { border-right: 0; }
.gv-hub-overview .kpi-card__value { font-size: 28px; color: #655338; }
.gv-hub-overview .kpi-card__label { font-size: 10px; line-height: 1.6; letter-spacing: .06em; color: #575952; }
.gv-hub-overview__actions { margin-top: 22px; text-align: center; }
.gv-hub-overview__link { display: inline-flex; align-items: center; min-height: 44px; color: #304b3d; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 1023px) {
    .gv-hub-hero__tab-name { display: none; }
    .gv-hub-hero__tabs { flex: 0; gap: 0; }
    .gv-hub-hero__tab { justify-content: center; min-width: 44px; padding: 8px; }
    .gv-hub-overview .kpi-card__value { font-size: 22px; }
}
@media (max-width: 600px) {
    .gv-hub-hero__heading { top: calc(var(--nav-height, 80px) + env(safe-area-inset-top, 0px) + 18px); font-size: 11px; letter-spacing: .03em; max-width: 310px; }
    .gv-hub-hero__slide { min-height: 75vh; min-height: 75svh; padding-top: calc(var(--nav-height, 80px) + 108px); padding-bottom: 106px; }
    .gv-hub-hero__image { object-position: var(--gv-mobile-focus, 50% 50%); }
    .gv-hub-hero__shade { background: linear-gradient(180deg, rgba(12,20,16,.62), rgba(12,20,16,.12) 25%, rgba(12,20,16,.5) 42%, rgba(12,20,16,.74) 75%, rgba(12,20,16,.91)); }
    .gv-hub-hero__name { font-size: clamp(34px, 9.6vw, 48px); line-height: 1.12; }
    .gv-hub-hero__area { font-size: 10px; letter-spacing: .08em; margin-bottom: 10px; }
    .gv-hub-hero__pitch { font-size: 15px; margin-top: 14px; }
    .gv-hub-hero__facts { margin: 20px 0; }
    .gv-hub-hero__facts dt { font-size: 9px; letter-spacing: .07em; }
    .gv-hub-hero__facts dd { font-size: 18px; }
    .gv-hub-hero__cta { min-height: 48px; padding: 10px 20px; font-size: 13px; }
    .gv-hub-hero__controls { display: grid; grid-template-columns: 44px 1fr 44px; gap: 4px; bottom: 16px; padding-top: 10px; }
    .gv-hub-hero__tabs { grid-column: 2; grid-row: 1; justify-content: center; }
    .gv-hub-hero__tab { flex: 0 0 44px; }
    .gv-hub-hero__stepper { display: contents; }
    .gv-hub-hero__arrow[data-home-hero-prev] { grid-column: 1; grid-row: 1; }
    .gv-hub-hero__arrow[data-home-hero-next] { grid-column: 3; grid-row: 1; }
    .gv-hub-hero__counter { position: absolute; top: -28px; right: 0; min-width: 36px; }
    .gv-hub-overview { padding-top: 26px; padding-bottom: 20px; }
    .gv-hub-overview > .t-body { font-size: 13px; text-align: left; }
    .gv-hub-overview .kpi-strip--hero { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 18px; }
    .gv-hub-overview .kpi-card { padding: 4px 12px; }
    .gv-hub-overview .kpi-card:nth-child(2) { border-right: 0; }
    .gv-hub-overview .kpi-card__value { font-size: 25px; }
    .gv-hub-overview .kpi-card__label { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    .gv-hub-hero[data-ready="true"] .gv-hub-hero__slide:not([hidden]) .gv-hub-hero__image { animation: none; }
    .gv-hub-hero__cta { transition: none; }
}
