/**
 * Ikiratours premium B2B homepage preview.
 * Isolated to body.home-preview-page. Production home remains untouched.
 */

body.site-public.home-preview-page {
    --pv-navy: #071c2d;
    --pv-navy-soft: #0d3048;
    --pv-cyan: #00d9d9;
    --pv-cyan-dark: #00aeb5;
    --pv-lime: #cdff00;
    --pv-ink: #0a2540;
    --pv-muted: #5c6f7f;
    --pv-paper: #f3f7f6;
    --pv-white: #ffffff;
    --pv-line: rgba(10, 37, 64, 0.14);
    --pv-container: 1280px;
    margin: 0;
    overflow-x: hidden;
    background: var(--pv-paper);
    color: var(--pv-ink);
    font-family: var(--font-body), 'IBM Plex Sans', system-ui, sans-serif;
}

body.site-public.home-preview-page * {
    box-sizing: border-box;
}

body.site-public.home-preview-page #contenido-principal {
    padding-top: 0;
    padding-bottom: 3.2rem;
}

body.site-public.home-preview-page h1,
body.site-public.home-preview-page h2,
body.site-public.home-preview-page h3,
body.site-public.home-preview-page p {
    margin-top: 0;
}

body.site-public.home-preview-page h1,
body.site-public.home-preview-page h2,
body.site-public.home-preview-page h3 {
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    color: inherit;
}

body.site-public.home-preview-page a,
body.site-public.home-preview-page button,
body.site-public.home-preview-page summary {
    -webkit-tap-highlight-color: transparent;
}

body.site-public.home-preview-page a:focus-visible,
body.site-public.home-preview-page button:focus-visible,
body.site-public.home-preview-page summary:focus-visible {
    outline: 3px solid var(--pv-lime);
    outline-offset: 4px;
}

.home-preview-page .nav-mega-bar .logo.pv-logo-fallback {
    min-width: 6rem;
    display: grid;
    place-content: center;
}

.home-preview-page .nav-mega-bar .logo.pv-logo-fallback img {
    display: none;
}

.home-preview-page .nav-mega-bar .logo.pv-logo-fallback::after {
    content: 'IKIRA\A TOURS';
    color: var(--pv-cyan-dark);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 0.78;
    text-align: center;
    white-space: pre;
}

body.site-public.home-preview-page .nav-mega-bar .logo img {
    height: clamp(58px, 7vw, 76px);
}

body.site-public.home-preview-page .nav-mega-shell.is-floating .nav-mega-bar .logo img {
    height: clamp(38px, 5vw, 48px);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-mega-bar {
    background: rgba(7, 28, 45, 0.16);
    border-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell.is-floating:not(.is-menu-open) .nav-mega-bar {
    background: rgba(7, 28, 45, 0.78);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 1rem 3rem rgba(2, 14, 24, 0.22);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-links > a:not(.btn),
body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-links .lang-selector a,
body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-links .user-name {
    color: var(--pv-white);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-links .user-menu {
    border-left-color: rgba(255, 255, 255, 0.24);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-links .lang-selector {
    border-left-color: rgba(255, 255, 255, 0.24);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-links .lang-selector a:hover,
body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-links .lang-selector a.active {
    background: rgba(255, 255, 255, 0.14);
    color: var(--pv-white);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .nav-mega-toggle {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(7, 28, 45, 0.4);
    color: var(--pv-white);
}

body.site-public.home-preview-page.pv-nav-over-hero
    .nav-mega-shell:not(.is-menu-open) .logo.pv-logo-fallback::after {
    color: var(--pv-cyan);
}

.pv-container {
    width: min(calc(100% - clamp(2rem, 7vw, 7rem)), var(--pv-container));
    margin-inline: auto;
}

.pv-kicker {
    margin-bottom: 1.2rem;
    color: var(--pv-cyan-dark);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pv-kicker--light {
    color: var(--pv-cyan);
}

.pv-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    column-gap: clamp(2rem, 7vw, 7rem);
    align-items: end;
    margin-bottom: clamp(3rem, 7vw, 6rem);
}

.pv-section-head .pv-kicker {
    grid-column: 1 / -1;
}

.pv-section-head h2 {
    max-width: 14ch;
    margin-bottom: 0;
    font-size: clamp(2.6rem, 5.8vw, 5.7rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-wrap: balance;
    overflow: hidden;
}

.pv-section-head > p:last-child {
    max-width: 35rem;
    margin: 0;
    color: var(--pv-muted);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
}

.pv-section-head--light h2 {
    color: var(--pv-white);
}

.pv-section-head--light > p:last-child {
    color: rgba(255, 255, 255, 0.64);
}

.pv-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.pv-button {
    min-height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.8rem 1.4rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pv-button--primary {
    background: var(--pv-cyan);
    color: var(--pv-navy);
}

.pv-button--primary:hover {
    background: var(--pv-lime);
    color: var(--pv-navy);
    transform: translateY(-2px);
}

.pv-button--ghost {
    border-color: rgba(255, 255, 255, 0.48);
    color: var(--pv-white);
}

.pv-button--ghost:hover {
    border-color: var(--pv-white);
    background: var(--pv-white);
    color: var(--pv-navy);
}

/* Hero: destination image + commercial route dossier */
.pv-hero {
    min-height: max(760px, 100svh);
    position: relative;
    display: grid;
    align-items: end;
    overflow: hidden;
    isolation: isolate;
    background: var(--pv-navy);
    color: var(--pv-white);
}

.pv-hero__media,
.pv-hero__shade {
    position: absolute;
    inset: 0;
}

.pv-hero__media {
    z-index: -2;
}

.pv-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 38%;
    transform: scale(1.015);
    animation: pvHeroDrift 18s ease-out both;
}

.pv-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(4, 24, 39, 0.94) 0%, rgba(4, 24, 39, 0.75) 42%, rgba(4, 24, 39, 0.14) 72%, rgba(4, 24, 39, 0.28) 100%),
        linear-gradient(180deg, rgba(4, 24, 39, 0.05) 35%, rgba(4, 24, 39, 0.74) 100%);
}

@keyframes pvHeroDrift {
    from { transform: scale(1.015); }
    to { transform: scale(1.075); }
}

.pv-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    padding-block: clamp(9rem, 16vh, 12rem) clamp(4.5rem, 9vh, 7rem);
}

.pv-hero__copy {
    max-width: 56rem;
}

.pv-hero__copy h1 {
    max-width: 11ch;
    margin-bottom: 1.5rem;
    color: var(--pv-white);
    font-size: clamp(4rem, 9.2vw, 8.9rem);
    font-weight: 500;
    letter-spacing: -0.075em;
    line-height: 0.84;
    text-wrap: balance;
}

.pv-hero__title-line {
    display: block;
    overflow: hidden;
    padding-bottom: 0.08em;
    margin-bottom: -0.08em;
}

.pv-hero__title-line > span {
    display: block;
}

.home-preview-page.pv-gsap-active .pv-hero__title-line > span {
    will-change: transform, opacity;
}

.home-preview-page.pv-gsap-active .pv-hero__media img,
.home-page.pv-gsap-active .pv-hero__media img {
    animation: none;
    will-change: transform;
}

.home-preview-page.pv-gsap-active .pv-portal__media img,
.home-page.pv-gsap-active .pv-portal__media img {
    will-change: transform;
}

.home-preview-page.pv-gsap-active [data-reveal],
.home-page.pv-gsap-active [data-reveal] {
    transition: none !important;
}

.home-preview-page.pv-gsap-active .pv-hero__shade,
.home-page.pv-gsap-active .pv-hero__shade {
    will-change: opacity;
}

.home-preview-page.pv-gsap-active .pv-hero__copy,
.home-page.pv-gsap-active .pv-hero__copy {
    will-change: transform;
}

.pv-hero__lede {
    max-width: 42rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1.05rem, 1.55vw, 1.3rem);
    line-height: 1.62;
}

.pv-hero__anchor {
    display: inline-flex;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.6rem;
    padding-bottom: 0.22rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.pv-hero__anchor:hover {
    border-color: var(--pv-cyan);
    color: var(--pv-cyan);
}

/* Authority statement */
.pv-proof {
    padding-block: clamp(2.75rem, 5.5vw, 5rem);
    background: var(--pv-white);
}

.pv-proof__layout {
    display: grid;
    grid-template-columns: 0.38fr 1.62fr;
    gap: clamp(1.25rem, 3.5vw, 3.25rem);
    align-items: start;
}

.pv-proof__label,
.pv-proof__legal {
    color: var(--pv-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.5;
    text-transform: uppercase;
}

.pv-proof__layout > div {
    grid-row: span 2;
}

.pv-proof h2 {
    max-width: 14ch;
    margin-bottom: 0.85rem;
    font-size: clamp(2.35rem, 4.2vw, 4.5rem);
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.pv-proof__layout > div p {
    max-width: 42rem;
    margin-bottom: 1.15rem;
    color: var(--pv-muted);
    font-size: clamp(0.98rem, 1.3vw, 1.1rem);
    line-height: 1.62;
}

.pv-proof__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    max-width: 44rem;
    background: var(--pv-line);
}

.pv-proof__stats > div {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem 0.85rem;
    background: var(--pv-white);
}

.pv-proof__stats dt {
    margin: 0;
    color: var(--pv-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.pv-proof__stats dd {
    margin: 0;
    color: var(--pv-ink);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

.pv-proof__legal {
    align-self: end;
    margin-bottom: 0;
}

/* Solutions are ruled editorial rows, not generic cards */
.pv-solutions {
    padding-block: clamp(6rem, 11vw, 10rem);
    background: var(--pv-paper);
}

.pv-solutions__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 1px;
    padding: 1px;
    background: var(--pv-line);
}

.pv-solution {
    min-height: 23rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 1.4rem clamp(1rem, 2.2vw, 2rem) 1.8rem;
    background: var(--pv-paper);
    transition: background-color 200ms ease, transform 200ms ease;
}

.pv-solution:nth-child(1),
.pv-solution:nth-child(4) {
    grid-column: span 7;
}

.pv-solution:nth-child(2),
.pv-solution:nth-child(3) {
    grid-column: span 5;
}

.pv-solution:hover {
    background: var(--pv-white);
    transform: translateY(-0.35rem);
}

.pv-solution > span {
    color: var(--pv-cyan-dark);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.pv-solution h3 {
    max-width: 10ch;
    align-self: end;
    margin: 0 0 1.2rem;
    font-size: clamp(1.65rem, 2.5vw, 2.6rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1;
}

.pv-solution:nth-child(1) h3,
.pv-solution:nth-child(4) h3 {
    max-width: 14ch;
    font-size: clamp(2rem, 3.5vw, 3.7rem);
}

.pv-solution p {
    margin-bottom: 0;
    color: var(--pv-muted);
    line-height: 1.65;
}

/* Interactive destination dossier */
.pv-destinations {
    padding-block: clamp(6rem, 11vw, 10rem);
    overflow: hidden;
    background: var(--pv-navy);
    color: var(--pv-white);
}

.pv-destinations .pv-section-head h2 {
    max-width: 18ch;
}

.pv-destinations .pv-section-head h2 > span {
    display: block;
    overflow: hidden;
}

.pv-destination-explorer {
    display: grid;
    grid-template-columns: minmax(14rem, 0.55fr) minmax(0, 1.45fr);
    min-height: 44rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.pv-destination-tabs {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    background: #09243a;
}

.pv-destination-tabs button {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    align-content: center;
    padding: 1.2rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    text-align: left;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.pv-destination-tabs button:last-child {
    border-bottom: 0;
}

.pv-destination-tabs button:hover,
.pv-destination-tabs button[aria-selected='true'] {
    background: var(--pv-cyan);
    color: var(--pv-navy);
}

.pv-destination-tabs button > span {
    grid-row: 1 / 3;
    padding-top: 0.18rem;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.pv-destination-tabs button strong {
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.1;
}

.pv-destination-tabs button small {
    margin-top: 0.25rem;
    font-size: 0.72rem;
}

.pv-destination-panels {
    position: relative;
    min-width: 0;
    perspective: 1500px;
    transform-style: preserve-3d;
}

.pv-destination-panel {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: var(--pv-navy-soft);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-origin: left center;
}

.pv-destination-panel[hidden] {
    display: none;
}

.pv-destination-panel.is-entering {
    animation: pvPanelEnter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-preview-page.pv-gsap-active .pv-destination-panel.is-entering {
    animation: none;
}

.pv-destination-panel.is-page-turning {
    box-shadow: -22px 0 48px rgba(4, 24, 39, 0.58);
}

.pv-destination-panel.is-page-turning > img {
    transform: scale(1.01);
}

.pv-destination-panel.is-page-turning .pv-destination-panel__shade {
    background: linear-gradient(
        90deg,
        rgba(4, 24, 39, 0.42) 0%,
        rgba(4, 24, 39, 0.08) 18%,
        transparent 42%
    ),
    linear-gradient(
        180deg,
        transparent 0%,
        transparent 48%,
        rgba(4, 24, 39, 0.22) 70%,
        rgba(4, 24, 39, 0.72) 100%
    );
}

@keyframes pvPanelEnter {
    from {
        opacity: 0;
        transform: perspective(1100px) rotateY(-42deg);
        transform-origin: left center;
    }
    to {
        opacity: 1;
        transform: perspective(1100px) rotateY(0);
        transform-origin: left center;
    }
}

.pv-destination-panel > img,
.pv-destination-panel__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pv-destination-panel > img {
    object-fit: cover;
    transform: scale(1.01);
    filter: none;
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pv-destination-panel:hover > img {
    transform: scale(1.055);
}

.pv-destination-panel__shade {
    display: block;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 48%,
        rgba(4, 24, 39, 0.22) 70%,
        rgba(4, 24, 39, 0.72) 100%
    );
    pointer-events: none;
}

.pv-destination-panel__content {
    position: absolute;
    inset: auto clamp(1.5rem, 5vw, 4.5rem) clamp(2rem, 6vw, 5rem);
    max-width: 46rem;
    isolation: isolate;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.pv-destination-panel__content::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -0.75rem;
    right: -1.25rem;
    bottom: -1rem;
    left: -1.25rem;
    background: linear-gradient(180deg, rgba(4, 24, 39, 0.12) 0%, rgba(4, 24, 39, 0.62) 100%);
    pointer-events: none;
}

.pv-destination-panel__summary {
    max-width: 38rem;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    text-transform: none;
}

.pv-destination-panel h3 {
    margin-bottom: 0.8rem;
    color: var(--pv-white);
    font-size: clamp(3rem, 7vw, 6.6rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.pv-destination-panel__content > p:not(:first-child) {
    max-width: 38rem;
    display: block;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.6;
}

.pv-destination-panel__content > a,
.pv-text-link {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1.6rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    color: var(--pv-white);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.pv-destination-panel__content > a span,
.pv-text-link span {
    transition: transform 240ms ease;
}

.pv-destination-panel__content > a:hover span,
.pv-text-link:hover span {
    transform: translate(0.25rem, -0.12rem);
}

.pv-text-link--light {
    color: var(--pv-cyan);
}

/* Process */
.pv-process {
    padding-block: clamp(4.5rem, 8vw, 7.5rem);
    background: var(--pv-white);
}

.pv-process__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
    gap: clamp(2.25rem, 6vw, 6.5rem);
    align-items: start;
}

.pv-process__intro {
    position: sticky;
    top: calc(var(--site-public-header-offset, 0px) + 2rem);
    align-self: start;
}

.pv-process__intro h2 {
    max-width: 10ch;
    margin-bottom: 0;
    font-size: clamp(2.6rem, 5vw, 5rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.93;
}

.pv-process__list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--pv-line);
    list-style: none;
}

.pv-process__track {
    position: relative;
    border-left: 1px solid var(--pv-line);
}

.pv-process__progress {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 3px;
    background: var(--pv-cyan-dark);
    transform: scaleY(1);
    transform-origin: 50% 0;
    pointer-events: none;
}

.home-preview-page.pv-gsap-active .pv-process__progress {
    transform: scaleY(0);
}

.pv-process__list li {
    display: grid;
    grid-template-columns: minmax(4rem, 0.35fr) minmax(0, 1.65fr);
    gap: 1.5rem;
    padding: clamp(1.35rem, 3vw, 2.6rem) 0 clamp(1.35rem, 3vw, 2.6rem) clamp(1rem, 1.8vw, 1.6rem);
    border-bottom: 1px solid var(--pv-line);
}

.home-preview-page.pv-gsap-active .pv-process__list li {
    opacity: 0.58;
    transform: translateX(0);
    transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
}

.home-preview-page.pv-gsap-active .pv-process__list li.is-active {
    opacity: 1;
    transform: translateX(0.35rem);
}

.home-preview-page.pv-gsap-active .pv-process__list li.is-active h3,
.home-preview-page.pv-gsap-active .pv-process__list li.is-active > span {
    color: var(--pv-cyan-dark);
}

.home-preview-page.pv-gsap-active .pv-process__list li:not(.is-active) h3,
.home-preview-page.pv-gsap-active .pv-process__list li:not(.is-active) > span {
    color: var(--pv-muted);
}

.pv-process__list li > span {
    color: var(--pv-cyan-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.pv-process__list li > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.pv-process h3 {
    margin-bottom: 0;
    font-size: clamp(1.7rem, 3vw, 3rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.pv-process__list p {
    max-width: 38rem;
    margin-bottom: 0;
    color: var(--pv-muted);
    line-height: 1.65;
}

/* Portal split */
.pv-portal {
    min-height: 32rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: var(--pv-navy);
    color: var(--pv-white);
}

.pv-portal__media {
    position: relative;
    min-height: 27rem;
    overflow: hidden;
}

.pv-portal__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 700ms ease;
}

.pv-portal__media:hover img {
    filter: contrast(1.06) saturate(0.95);
    transform: scale(1.065);
}

.pv-portal__media-card {
    position: absolute;
    right: clamp(1rem, 4vw, 3rem);
    bottom: clamp(1rem, 4vw, 3rem);
    left: clamp(1rem, 4vw, 3rem);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(7, 28, 45, 0.76);
    color: var(--pv-white);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.pv-portal__media-card span,
.pv-portal__media-card strong {
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: clamp(0.68rem, 1vw, 0.82rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pv-portal__media-card span {
    color: var(--pv-cyan);
}

.pv-portal__media-card strong {
    max-width: 24rem;
    font-weight: 600;
    text-align: right;
}

.pv-portal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 4rem);
}

.pv-portal h2 {
    max-width: 12ch;
    margin-bottom: 0.85rem;
    color: var(--pv-white);
    font-size: clamp(2.2rem, 4.2vw, 4.4rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.93;
}

.pv-portal__content > p:not(.pv-kicker) {
    max-width: 37rem;
    margin-bottom: 1.1rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1rem;
    line-height: 1.58;
}

.pv-portal__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1.2rem;
    padding: 0;
    list-style: none;
}

.pv-portal__chips li {
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pv-portal ul {
    margin: 0 0 2.5rem;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
}

.pv-portal li {
    display: flex;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.82);
}

.pv-portal li span {
    color: var(--pv-lime);
}

/* About */
.pv-about {
    padding-block: clamp(3.75rem, 7vw, 6.5rem);
    background: var(--pv-cyan);
    color: var(--pv-navy);
}

.pv-about__layout {
    display: grid;
    grid-template-columns: 0.32fr 1.68fr;
    gap: clamp(1.25rem, 3.5vw, 3.25rem);
    align-items: start;
}

.pv-about .pv-kicker {
    color: var(--pv-navy);
}

.pv-about h2 {
    max-width: 13ch;
    margin-bottom: 0.85rem;
    font-size: clamp(2.35rem, 5vw, 5.2rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.pv-about__layout > div > .pv-about__slogan {
    max-width: 38rem;
    margin: 0 0 1rem;
    padding-left: 1.2rem;
    border-left: 3px solid var(--pv-navy);
    color: var(--pv-navy);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.25rem, 2.1vw, 1.75rem);
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.pv-about__slogan-line {
    display: block;
}

.pv-about__word {
    display: inline-block;
    margin-right: 0.26em;
}

.pv-about__layout > div > p {
    max-width: 42rem;
    margin-bottom: 1.1rem;
    color: rgba(7, 28, 45, 0.72);
    font-size: 1rem;
    line-height: 1.58;
}

.pv-about__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    max-width: 44rem;
    margin: 0;
}

.pv-about__facts > div {
    display: grid;
    gap: 0.2rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(7, 28, 45, 0.18);
    background: rgba(255, 255, 255, 0.22);
}

.pv-about__facts dt {
    margin: 0;
    color: rgba(7, 28, 45, 0.62);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.pv-about__facts dd {
    margin: 0;
    color: var(--pv-navy);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}

.pv-about__stamp {
    width: clamp(8rem, 14vw, 11rem);
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    justify-self: end;
    border: 1px solid rgba(7, 28, 45, 0.34);
    border-radius: 50%;
    text-align: center;
    transform: rotate(7deg);
}

.pv-about__stamp strong {
    display: block;
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.pv-about__stamp span {
    max-width: 8ch;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

/* FAQ */
.pv-faq {
    padding-block: clamp(4.5rem, 8vw, 7.5rem);
    background: var(--pv-paper);
}

.pv-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
    gap: clamp(2.25rem, 6vw, 6.5rem);
}

.pv-faq__intro {
    position: sticky;
    top: calc(var(--site-public-header-offset, 0px) + 2rem);
    align-self: start;
}

.pv-faq h2 {
    max-width: 8ch;
    margin-bottom: 0;
    font-size: clamp(2.5rem, 4.8vw, 4.8rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.92;
}

.pv-faq__items {
    border-top: 1px solid var(--pv-line);
}

.pv-faq details {
    border-bottom: 1px solid var(--pv-line);
}

.pv-faq summary {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: 1.15rem 0;
    color: var(--pv-ink);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    font-weight: 600;
    list-style: none;
    cursor: pointer;
}

.pv-faq summary::-webkit-details-marker {
    display: none;
}

.pv-faq summary span {
    width: 1rem;
    height: 1rem;
    position: relative;
    flex: 0 0 auto;
}

.pv-faq summary span::before,
.pv-faq summary span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
}

.pv-faq summary span::after {
    transform: rotate(90deg);
}

.pv-faq details[open] summary span::after {
    transform: rotate(0);
}

.pv-faq details p {
    max-width: 42rem;
    padding: 0 3rem 1.35rem 0;
    margin-bottom: 0;
    color: var(--pv-muted);
    line-height: 1.65;
}

/* Final CTA */
.pv-cta {
    position: relative;
    overflow: hidden;
    padding-block: clamp(7rem, 14vw, 13rem);
    background: var(--pv-navy);
    color: var(--pv-white);
}

.pv-cta::before {
    content: 'VEN';
    position: absolute;
    right: -0.05em;
    bottom: -0.2em;
    color: rgba(255, 255, 255, 0.035);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: clamp(15rem, 42vw, 40rem);
    font-weight: 700;
    letter-spacing: -0.12em;
    line-height: 0.7;
    pointer-events: none;
}

.pv-cta__inner {
    position: relative;
    z-index: 1;
}

.pv-cta h2 {
    max-width: 13ch;
    margin-bottom: 1.5rem;
    color: var(--pv-white);
    font-size: clamp(3.3rem, 7.7vw, 8rem);
    font-weight: 500;
    letter-spacing: -0.07em;
    line-height: 0.87;
}

.pv-cta__inner > p:not(.pv-kicker) {
    max-width: 42rem;
    margin-bottom: 2.2rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Footer and preview status */
.pv-footer {
    padding: clamp(3rem, 6vw, 5rem) 0 5.5rem;
    background: #03131f;
    color: rgba(255, 255, 255, 0.66);
}

.pv-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr 0.95fr 1.15fr 0.85fr;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.pv-footer strong {
    color: var(--pv-cyan);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    letter-spacing: 0.08em;
}

.pv-footer p {
    max-width: 28rem;
    margin: 0.8rem 0 0;
    line-height: 1.6;
}

.pv-footer__col {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.pv-footer__location {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-left: 1.1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.pv-footer__title {
    margin: 0;
    color: var(--pv-cyan);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.pv-footer__address {
    margin: 0;
    max-width: 18rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    line-height: 1.55;
}

.pv-footer__maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: var(--pv-cyan);
    color: var(--pv-navy);
    font-family: var(--font-ui), 'Outfit', system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.pv-footer__maps-btn svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.pv-footer__maps-btn svg path,
.pv-footer__maps-btn svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pv-footer__maps-btn:hover {
    background: var(--pv-lime);
    color: var(--pv-navy);
    transform: translateY(-1px);
}

.pv-footer__grid > div:not(:first-child) a:not(.pv-footer__maps-btn) {
    width: fit-content;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.pv-footer__grid > div:not(:first-child) a:not(.pv-footer__maps-btn):hover {
    color: var(--pv-cyan);
}

.pv-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pv-preview-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 1200;
    min-height: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 1rem;
    padding: 0.6rem 1rem max(0.6rem, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(3, 19, 31, 0.96);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    backdrop-filter: blur(14px);
}

body.nav-mega-no-scroll .pv-preview-bar {
    z-index: 900;
    opacity: 0;
    pointer-events: none;
}

.pv-preview-bar strong {
    color: var(--pv-lime);
    text-transform: uppercase;
}

.pv-preview-bar a {
    color: var(--pv-cyan);
    font-weight: 700;
    text-decoration: none;
}

/* Lightweight native reveals */
.home-preview-page.js-pv-reveal [data-reveal] {
    opacity: 0;
    transform: translateY(1.6rem);
    transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-preview-page.js-pv-reveal [data-reveal].is-revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .pv-solutions__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pv-solution:nth-child(n) {
        grid-column: auto;
    }

    .pv-destination-explorer {
        min-height: 39rem;
    }

    .pv-about__layout {
        grid-template-columns: 0.35fr 1.35fr;
    }

    .pv-proof__stats,
    .pv-about__facts {
        max-width: none;
    }
}

@media (max-width: 820px) {
    .pv-section-head,
    .pv-proof__layout,
    .pv-faq__layout,
    .pv-process__layout {
        grid-template-columns: 1fr;
    }

    .pv-section-head {
        align-items: start;
        gap: 1.15rem;
        margin-bottom: clamp(2rem, 5vw, 3rem);
    }

    .pv-solutions {
        padding-block: clamp(3.5rem, 8vw, 5rem);
    }

    .pv-destinations {
        padding-block: clamp(3.75rem, 8vw, 5.5rem);
    }

    .pv-hero {
        min-height: 850px;
    }

    .pv-hero__shade {
        background:
            linear-gradient(180deg, rgba(4, 24, 39, 0.16) 10%, rgba(4, 24, 39, 0.86) 60%, rgba(4, 24, 39, 0.98) 100%);
    }

    .pv-hero__layout {
        grid-template-columns: 1fr;
        align-items: end;
        padding-block: 9rem 8.5rem;
    }

    .pv-hero__copy h1 {
        max-width: 12ch;
    }

    .pv-proof {
        padding-block: clamp(2rem, 5vw, 3rem);
    }

    .pv-proof__layout {
        gap: 1rem;
    }

    .pv-proof h2 {
        font-size: clamp(2.1rem, 8vw, 3.2rem);
        margin-bottom: 0.65rem;
    }

    .pv-proof__layout > div p {
        margin-bottom: 0.9rem;
        font-size: 0.95rem;
    }

    .pv-proof__layout > div {
        grid-row: auto;
    }

    .pv-proof__legal {
        margin-top: 1rem;
    }

    .pv-destination-explorer {
        min-height: 0;
        display: block;
        border: 0;
    }

    .pv-destination-tabs {
        display: flex;
        overflow-x: auto;
        padding-right: 2.5rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0.25rem;
        overscroll-behavior-inline: contain;
    }

    .pv-destination-tabs::-webkit-scrollbar {
        display: none;
    }

    .pv-destination-tabs button {
        min-width: 0;
        min-height: 6rem;
        flex: 0 0 10.5rem;
        border-right: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 0;
        scroll-snap-align: start;
        transition: flex-basis 420ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, color 180ms ease;
    }

    .pv-destination-tabs button[aria-selected='true'] {
        flex-basis: min(18rem, 78vw);
    }

    .pv-proof__stats,
    .pv-about__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pv-proof__stats > div,
    .pv-about__facts > div {
        padding: 0.65rem 0.55rem;
    }

    .pv-proof__stats dt,
    .pv-about__facts dt {
        font-size: 0.58rem;
        letter-spacing: 0.08em;
    }

    .pv-destination-panels {
        min-height: 24rem;
    }

    .pv-process {
        padding-block: clamp(3.25rem, 7vw, 4.5rem);
    }

    .pv-process__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pv-process__intro {
        position: static;
    }

    .pv-process__list li {
        padding: 1.1rem 0 1.1rem 0.85rem;
    }

    .pv-process__intro h2 {
        font-size: clamp(2.35rem, 8vw, 3.4rem);
    }

    .pv-process__list li > div {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pv-process__intro h2 {
        max-width: 12ch;
    }

    .pv-portal {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .pv-portal__media {
        min-height: 15rem;
    }

    .pv-portal__content {
        padding: 2rem 1.25rem;
    }

    .pv-about {
        padding-block: clamp(2.25rem, 6vw, 3.5rem);
    }

    .pv-about__layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pv-about h2 {
        font-size: clamp(2.2rem, 8vw, 3.3rem);
    }

    .pv-about__layout > div > .pv-about__slogan {
        margin-bottom: 0.85rem;
        font-size: 1.15rem;
    }

    .pv-faq {
        padding-block: clamp(3.25rem, 7vw, 4.5rem);
    }

    .pv-faq__layout {
        gap: 2rem;
    }

    .pv-faq h2 {
        font-size: clamp(2.3rem, 8vw, 3.4rem);
    }

    .pv-faq summary {
        padding: 1rem 0;
    }

    .pv-faq__intro {
        position: static;
    }

    .pv-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .pv-footer__location {
        padding-left: 0;
        border-left: 0;
    }

    .pv-footer__grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    body.site-public.home-preview-page .nav-mega-bar .logo img {
        height: 52px;
    }

    .pv-container {
        width: min(calc(100% - 2rem), var(--pv-container));
    }

    .pv-section-head h2 {
        font-size: clamp(2.4rem, 13vw, 3.6rem);
    }

    .pv-button {
        width: 100%;
    }

    .pv-hero {
        min-height: 780px;
    }

    .pv-hero__media img {
        object-position: 62% center;
    }

    .pv-hero__layout {
        padding-block: 7rem 9rem;
    }

    .pv-hero__copy h1 {
        font-size: clamp(3.5rem, 18vw, 5.2rem);
        line-height: 0.87;
    }

    .pv-hero__lede {
        font-size: 1rem;
    }

    .pv-proof h2,
    .pv-about h2,
    .pv-cta h2 {
        font-size: clamp(2.35rem, 12vw, 3.2rem);
    }

    .pv-proof {
        padding-block: 2rem 2.25rem;
    }

    .pv-solutions,
    .pv-process,
    .pv-faq {
        padding-block: 2.75rem;
    }

    .pv-destinations {
        padding-block: 3rem;
    }

    .pv-about {
        padding-block: 2rem 2.25rem;
    }

    .pv-cta {
        padding-block: 3.5rem;
    }

    .pv-solutions__grid {
        grid-template-columns: 1fr;
    }

    .pv-solution {
        grid-column: auto;
        min-height: 15rem;
    }

    .pv-destination-panels {
        min-height: 22rem;
    }

    .pv-destination-panel__content {
        inset: auto 1.25rem 1.5rem;
    }

    .pv-destination-panel h3 {
        font-size: 3.25rem;
    }

    .pv-destination-panel__content > p:not(:first-child) {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .pv-process__layout {
        gap: 1.75rem;
    }

    .pv-process__list li {
        grid-template-columns: 2.4rem 1fr;
        gap: 0.5rem;
        padding: 0.95rem 0 0.95rem 0.65rem;
    }

    .pv-portal__media {
        min-height: 13rem;
    }

    .pv-portal__content {
        padding: 1.75rem 1rem;
    }

    .pv-portal h2 {
        font-size: 2rem;
        margin-bottom: 0.65rem;
    }

    .pv-portal__chips li {
        font-size: 0.66rem;
        padding: 0.38rem 0.65rem;
    }

    .pv-faq summary {
        padding: 0.9rem 0;
        font-size: 1.02rem;
        gap: 1.25rem;
    }

    .pv-faq details p {
        padding-bottom: 1rem;
    }

    .pv-portal__media-card {
        flex-direction: column;
    }

    .pv-portal__media-card strong {
        text-align: left;
    }

    .pv-footer__grid {
        grid-template-columns: 1fr;
    }

    .pv-footer__grid > div:first-child {
        grid-column: auto;
    }

    .pv-footer__bottom {
        flex-direction: column;
    }

    .pv-preview-bar span {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-public.home-preview-page,
    body.site-public.home-page {
        scroll-behavior: auto;
    }

    .pv-hero__media img,
    .pv-destination-panel.is-entering {
        animation: none !important;
    }

    .home-preview-page.js-pv-reveal [data-reveal],
    .home-page.js-pv-reveal [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .pv-process__progress {
        transform: scaleY(1) !important;
    }

    .home-preview-page.pv-gsap-active .pv-process__list li,
    .home-page.pv-gsap-active .pv-process__list li {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .pv-button,
    .pv-solution,
    .pv-destination-tabs button,
    .pv-destination-panel > img,
    .pv-portal__media img,
    .pv-faq summary span::after {
        transition: none !important;
    }

    .pv-solution:hover,
    .pv-destination-panel:hover > img,
    .pv-portal__media:hover img {
        transform: none !important;
    }
}
