:root {
    color-scheme: dark;
    --entre-accent: #19d3a2;
    --entre-gold: #f2b84b;
    --entre-bg: #06101b;
    --entre-panel: rgba(14, 31, 46, 0.7);
    --entre-line: rgba(255, 255, 255, 0.11);
    --entre-text: #f4f8fb;
    --entre-muted: #8fa2b4;
    --entre-display: "Playfair Display", Georgia, serif;
    --entre-sans: "Manrope", system-ui, sans-serif;
    --entre-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: var(--entre-accent) var(--entre-bg);
    scrollbar-width: thin;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--entre-bg);
    color: var(--entre-text);
    font-family: var(--entre-sans);
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font: inherit;
}

::selection {
    color: #041c16;
    background: var(--entre-accent);
}

.entre-noise {
    position: fixed;
    z-index: 100;
    inset: 0;
    pointer-events: none;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.entre-header {
    position: fixed;
    z-index: 80;
    top: 24px;
    right: clamp(18px, 3vw, 48px);
    left: clamp(18px, 3vw, 48px);
    display: flex;
    align-items: center;
    gap: 14px;
}

.entre-logo {
    display: flex;
    width: auto;
    min-width: 52px;
    max-width: 180px;
    height: 52px;
    align-items: center;
    justify-content: flex-start;
    color: var(--entre-accent);
    font: 700 1.35rem var(--entre-display);
}

.entre-logo img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.entre-menu-trigger {
    display: none;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid var(--entre-line);
    border-radius: 15px;
    background: rgba(7, 19, 31, 0.72);
    font-size: 0.67rem;
    font-weight: 800;
    backdrop-filter: blur(20px);
}

.entre-menu-trigger i {
    color: var(--entre-accent);
}

.entre-nav {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 3px;
    margin-left: auto;
    padding: 6px;
    border: 1px solid var(--entre-line);
    border-radius: 19px;
    background: rgba(7, 19, 31, 0.7);
    box-shadow: var(--entre-shadow);
    backdrop-filter: blur(24px);
}

.entre-nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border-radius: 13px;
    color: rgba(235, 242, 247, 0.68);
    font-size: 0.62rem;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease;
}

.entre-nav a:hover,
.entre-nav a.active {
    background: rgba(255, 255, 255, 0.065);
    color: #fff;
}

.entre-nav .back-main {
    border: 1px solid rgba(25, 211, 162, 0.16);
    color: var(--entre-accent);
}

.entre-hero {
    position: relative;
    display: flex;
    min-height: 100svh;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.entre-hero-overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: var(--entre-overlay-opacity, 0.58);
    background: var(--entre-overlay, #07111f);
}

.entre-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(2, 9, 17, 0.9), transparent 65%),
        linear-gradient(180deg, transparent 70%, var(--entre-bg));
}

.entre-hero-lines {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 78px 78px;
    mask-image: linear-gradient(90deg, black, transparent 70%);
}

.entre-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 140px;
    padding-bottom: 120px;
}

.entre-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
    color: var(--entre-accent);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.entre-eyebrow > span {
    display: block;
    width: 38px;
    height: 1px;
    background: var(--entre-accent);
    box-shadow: 0 0 12px rgba(25, 211, 162, 0.45);
}

.entre-hero h1 {
    max-width: 980px;
    margin: 0;
    font: 600 clamp(3.8rem, 7.6vw, 8.4rem) / 0.9 var(--entre-display);
    letter-spacing: -0.058em;
    text-wrap: balance;
}

.entre-hero-content > p {
    max-width: 690px;
    margin: 29px 0 0;
    color: #acbdca;
    font-size: clamp(0.95rem, 1.4vw, 1.2rem);
    line-height: 1.75;
}

.entre-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 38px;
}

.entre-primary {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 11px 0 22px;
    border: 1px solid rgba(25, 211, 162, 0.24);
    border-radius: 16px;
    background: linear-gradient(135deg, var(--entre-accent), color-mix(in srgb, var(--entre-accent) 72%, white));
    box-shadow: 0 17px 40px color-mix(in srgb, var(--entre-accent) 18%, transparent);
    color: #04231b;
    font-size: 0.7rem;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entre-primary i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: rgba(4, 35, 27, 0.11);
}

.entre-primary:hover {
    color: #04231b;
    transform: translateY(-2px);
    box-shadow: 0 22px 48px color-mix(in srgb, var(--entre-accent) 27%, transparent);
}

.entre-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b4c2cd;
    font-size: 0.68rem;
    font-weight: 700;
}

.entre-text-link span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--entre-gold);
    box-shadow: 0 0 0 5px rgba(242, 184, 75, 0.1);
}

.entre-hero-note {
    position: absolute;
    right: 42px;
    bottom: 35px;
    display: flex;
    gap: 22px;
    color: rgba(255, 255, 255, 0.36);
    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.entre-scroll {
    position: absolute;
    bottom: 27px;
    left: clamp(18px, 3vw, 48px);
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--entre-line);
    border-radius: 50%;
    color: var(--entre-accent);
}

.entre-section {
    position: relative;
    z-index: 2;
    padding-top: clamp(105px, 13vh, 160px);
    padding-bottom: clamp(105px, 13vh, 160px);
}

.entre-about {
    position: relative;
    background:
        radial-gradient(circle at 12% 40%, rgba(25, 211, 162, 0.08), transparent 27%),
        #07131f;
}

.entre-about .entre-section {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(55px, 9vw, 130px);
}

.entre-about-visual {
    position: relative;
}

.entre-about-photo {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border-radius: 230px 230px 28px 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015));
}

.entre-about-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    box-shadow: inset 0 -120px 100px rgba(3, 11, 19, 0.72);
    pointer-events: none;
}

.entre-about-photo > img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
}

.entre-photo-placeholder {
    display: grid;
    min-height: 650px;
    place-content: center;
    background: radial-gradient(circle, rgba(25, 211, 162, 0.13), transparent 45%);
    text-align: center;
}

.entre-photo-placeholder span {
    color: var(--entre-accent);
    font: 600 6rem var(--entre-display);
}

.entre-photo-placeholder small {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.entre-visual-tag {
    position: absolute;
    right: -35px;
    bottom: 70px;
    padding: 18px 22px;
    border: 1px solid var(--entre-line);
    border-radius: 17px;
    background: rgba(8, 23, 35, 0.78);
    box-shadow: var(--entre-shadow);
    backdrop-filter: blur(18px);
}

.entre-visual-tag span,
.entre-visual-tag strong {
    display: block;
}

.entre-visual-tag span {
    color: var(--entre-gold);
    font-size: 0.47rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.entre-visual-tag strong {
    margin-top: 5px;
    font: 600 1.2rem var(--entre-display);
}

.entre-about-copy h2,
.entre-section-heading h2 {
    margin: 0;
    font: 600 clamp(3rem, 5.4vw, 6rem) / 0.98 var(--entre-display);
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.entre-rich-text {
    max-width: 740px;
    margin-top: 28px;
    color: var(--entre-muted);
    font-size: 0.9rem;
    line-height: 1.85;
}

.entre-values {
    display: grid;
    margin-top: 45px;
    border-top: 1px solid var(--entre-line);
    grid-template-columns: repeat(3, 1fr);
}

.entre-values > div {
    padding: 24px 20px 0 0;
    border-right: 1px solid var(--entre-line);
}

.entre-values > div + div {
    padding-left: 20px;
}

.entre-values > div:last-child {
    border-right: 0;
}

.entre-values span,
.entre-values strong,
.entre-values small {
    display: block;
}

.entre-values span {
    color: var(--entre-accent);
    font-size: 0.52rem;
    font-weight: 800;
}

.entre-values strong {
    margin-top: 8px;
    font: 600 1.35rem var(--entre-display);
}

.entre-values small {
    margin-top: 4px;
    color: #687f92;
    font-size: 0.55rem;
}

.entre-timeline-section {
    position: relative;
    background:
        radial-gradient(circle at 75% 25%, rgba(242, 184, 75, 0.06), transparent 25%),
        #050e18;
}

.entre-section-heading {
    max-width: 970px;
    margin-bottom: clamp(50px, 8vh, 90px);
}

.entre-timeline {
    position: relative;
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    gap: 17px;
}

.entre-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 53px;
    width: 1px;
    content: "";
    background: linear-gradient(var(--entre-accent), rgba(255, 255, 255, 0.07), var(--entre-gold));
}

.entre-timeline-item {
    position: relative;
    display: grid;
    align-items: stretch;
    grid-template-columns: 106px minmax(0, 1fr);
}

.entre-timeline-number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    align-self: center;
    justify-self: center;
    border: 5px solid #050e18;
    border-radius: 50%;
    background: var(--entre-accent);
    color: #04231b;
    font-size: 0.5rem;
    font-weight: 800;
}

.entre-timeline-card {
    padding: 30px 34px;
    border: 1px solid var(--entre-line);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
}

.entre-timeline-card > span {
    color: var(--entre-gold);
    font: 600 1.05rem var(--entre-display);
}

.entre-timeline-card h3 {
    margin: 8px 0 10px;
    font: 600 clamp(1.55rem, 2.5vw, 2.35rem) var(--entre-display);
}

.entre-timeline-card p {
    max-width: 800px;
    margin: 0;
    color: var(--entre-muted);
    font-size: 0.78rem;
    line-height: 1.75;
}

.entre-ventures {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(25, 211, 162, 0.07), transparent 34%),
        #07131f;
}

.ventures-heading {
    display: grid;
    max-width: none;
    align-items: end;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 70px;
}

.ventures-heading > p {
    margin: 0;
    color: var(--entre-muted);
    font-size: 0.82rem;
    line-height: 1.75;
}

.venture-carousel-shell {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 14px;
}

.venture-track {
    display: grid;
    overflow-x: auto;
    padding: 5px 0 20px;
    grid-auto-columns: minmax(270px, 30%);
    grid-auto-flow: column;
    gap: 16px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.venture-track::-webkit-scrollbar {
    display: none;
}

.venture-logo-card {
    position: relative;
    display: grid;
    min-height: 310px;
    align-content: space-between;
    padding: 22px;
    border: 1px solid var(--entre-line);
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.015));
    text-align: left;
    scroll-snap-align: start;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.venture-logo-card::before {
    position: absolute;
    top: -45%;
    right: -40%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    content: "";
    background: rgba(25, 211, 162, 0.08);
    filter: blur(60px);
}

.venture-logo-card:hover {
    border-color: rgba(25, 211, 162, 0.35);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.022));
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-4px);
}

.venture-logo-visual {
    position: relative;
    display: grid;
    height: 145px;
    place-items: center;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.92);
}

.venture-logo-visual img {
    max-width: 76%;
    max-height: 82px;
    object-fit: contain;
}

.venture-logo-visual b {
    color: #0b2234;
    font: 700 2.8rem var(--entre-display);
}

.venture-logo-copy strong,
.venture-logo-copy small {
    display: block;
}

.venture-logo-copy strong {
    margin-top: 18px;
    font: 600 1.6rem var(--entre-display);
}

.venture-logo-copy small {
    min-height: 32px;
    margin-top: 7px;
    color: var(--entre-muted);
    font-size: 0.58rem;
    line-height: 1.5;
}

.venture-logo-card > i {
    position: absolute;
    right: 22px;
    bottom: 22px;
    color: var(--entre-accent);
}

.venture-arrow {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid var(--entre-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
    color: var(--entre-accent);
    transition: background 0.2s ease, transform 0.2s ease;
}

.venture-arrow:hover {
    background: rgba(25, 211, 162, 0.1);
    transform: scale(1.05);
}

.entre-empty {
    display: grid;
    min-height: 210px;
    place-content: center;
    border: 1px dashed var(--entre-line);
    border-radius: 24px;
    color: var(--entre-muted);
    text-align: center;
}

.entre-empty i {
    margin-bottom: 14px;
    color: var(--entre-accent);
    font-size: 1.5rem;
}

.entre-empty strong,
.entre-empty span {
    display: block;
}

.entre-empty strong {
    color: var(--entre-text);
    font: 600 1.6rem var(--entre-display);
}

.entre-empty span {
    margin-top: 7px;
    font-size: 0.65rem;
}

.entre-contact {
    position: relative;
    background: #050e18;
}

.entre-contact-panel {
    display: flex;
    min-height: 370px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: clamp(38px, 7vw, 90px);
    border: 1px solid var(--entre-line);
    border-radius: 34px;
    background:
        radial-gradient(circle at 80% 50%, rgba(25, 211, 162, 0.11), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
    box-shadow: var(--entre-shadow);
}

.entre-contact-panel h2 {
    max-width: 850px;
    margin: 0;
    font: 600 clamp(3rem, 6vw, 6.5rem) / 0.95 var(--entre-display);
    letter-spacing: -0.055em;
}

.entre-contact-panel p {
    margin: 20px 0 0;
    color: var(--entre-muted);
}

.entre-contact-panel > .entre-primary {
    flex: 0 0 auto;
}

.entre-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 28px;
    padding-bottom: 35px;
    border-top: 1px solid var(--entre-line);
    color: #63798b;
    font-size: 0.56rem;
    font-weight: 700;
}

.entre-footer a:hover {
    color: var(--entre-accent);
}

.venture-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--entre-line);
    border-radius: 28px;
    background: #081623;
    box-shadow: 0 45px 130px rgba(0, 0, 0, 0.65);
    color: var(--entre-text);
}

.venture-modal-close {
    position: absolute;
    z-index: 8;
    top: 16px;
    right: 16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 13px;
    background: rgba(5, 14, 24, 0.75);
}

.venture-modal-grid {
    display: grid;
    min-height: 650px;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
}

.venture-modal-gallery {
    min-height: 650px;
    background: #030b13;
}

.venture-modal-gallery .carousel,
.venture-modal-gallery .carousel-inner,
.venture-modal-gallery .carousel-item {
    height: 100%;
}

.venture-modal-gallery .carousel-item img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.venture-modal-placeholder {
    display: grid;
    height: 100%;
    min-height: 650px;
    place-items: center;
    background: radial-gradient(circle, rgba(25, 211, 162, 0.12), transparent 38%);
}

.venture-modal-placeholder img {
    max-width: 55%;
    max-height: 160px;
    object-fit: contain;
}

.venture-modal-placeholder span {
    color: var(--entre-accent);
    font: 600 6rem var(--entre-display);
}

.venture-modal-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(35px, 5vw, 70px);
}

.venture-modal-kicker {
    color: var(--entre-accent);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.venture-modal-copy h2 {
    margin: 12px 0;
    font: 600 clamp(2.7rem, 5vw, 5rem) / 0.95 var(--entre-display);
    letter-spacing: -0.05em;
}

.venture-modal-copy h3 {
    margin: 0 0 25px;
    color: var(--entre-gold);
    font: italic 600 1.2rem var(--entre-display);
}

.venture-modal-copy > div:not(.venture-modal-links) {
    color: var(--entre-muted);
    font-size: 0.8rem;
    line-height: 1.8;
}

.venture-modal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
}

.venture-modal-links a {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    gap: 11px;
    padding: 0 15px;
    border: 1px solid var(--entre-line);
    border-radius: 13px;
    color: var(--entre-accent);
    font-size: 0.62rem;
    font-weight: 800;
}

.venture-modal-links a:hover {
    background: rgba(25, 211, 162, 0.08);
}

.entre-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.entre-reveal.visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1050px) {
    .entre-menu-trigger {
        display: flex;
        margin-left: auto;
    }

    .entre-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        display: grid;
        width: 250px;
        height: auto;
        min-height: 0;
        padding: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: 0.22s ease;
    }

    .entre-header.menu-open .entre-nav {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .entre-about .entre-section {
        grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
        gap: 55px;
    }

    .entre-about-photo,
    .entre-about-photo > img,
    .entre-photo-placeholder {
        min-height: 560px;
    }

    .venture-track {
        grid-auto-columns: minmax(270px, 48%);
    }

    .venture-modal-grid {
        grid-template-columns: 1fr;
    }

    .venture-modal-gallery,
    .venture-modal-placeholder {
        min-height: 450px;
    }

    .venture-modal-gallery .carousel-item img {
        height: 450px;
    }
}

@media (max-width: 760px) {
    .entre-header {
        top: 16px;
        right: 15px;
        left: 15px;
    }

    .entre-logo {
        max-width: 125px;
        height: 44px;
    }

    .entre-menu-trigger {
        min-height: 44px;
    }

    .entre-hero-content {
        padding: 130px 20px 110px;
    }

    .entre-hero h1 {
        font-size: clamp(3.35rem, 15vw, 5.6rem);
    }

    .entre-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .entre-hero-note {
        display: none;
    }

    .entre-section {
        padding: 95px 20px;
    }

    .entre-about .entre-section {
        grid-template-columns: 1fr;
    }

    .entre-about-visual {
        width: min(100%, 520px);
        margin: 0 auto;
    }

    .entre-about-photo,
    .entre-about-photo > img,
    .entre-photo-placeholder {
        min-height: 590px;
    }

    .entre-visual-tag {
        right: 8px;
    }

    .entre-about-copy h2,
    .entre-section-heading h2 {
        font-size: clamp(2.9rem, 12vw, 4.6rem);
    }

    .entre-values {
        grid-template-columns: 1fr;
    }

    .entre-values > div,
    .entre-values > div + div {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--entre-line);
    }

    .entre-timeline::before {
        left: 20px;
    }

    .entre-timeline-item {
        grid-template-columns: 52px 1fr;
    }

    .entre-timeline-number {
        justify-self: start;
    }

    .entre-timeline-card {
        padding: 24px;
    }

    .ventures-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .venture-carousel-shell {
        grid-template-columns: 1fr;
    }

    .venture-arrow {
        display: none;
    }

    .venture-track {
        margin-right: -20px;
        grid-auto-columns: minmax(270px, 82%);
    }

    .entre-contact-panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 35px 28px;
    }

    .entre-contact-panel h2 {
        font-size: clamp(3rem, 13vw, 5rem);
    }

    .entre-contact-panel > .entre-primary {
        width: 100%;
    }

    .entre-footer {
        align-items: flex-start;
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
    }

    .venture-modal-grid {
        min-height: auto;
    }

    .venture-modal-gallery,
    .venture-modal-placeholder {
        min-height: 330px;
    }

    .venture-modal-gallery .carousel-item img {
        height: 330px;
    }

    .venture-modal-copy {
        padding: 35px 25px;
    }
}

@media (max-width: 480px) {
    .entre-menu-trigger span {
        display: none;
    }

    .entre-menu-trigger {
        width: 44px;
        justify-content: center;
        padding: 0;
    }

    .entre-nav {
        width: min(250px, calc(100vw - 30px));
    }

    .entre-about-photo,
    .entre-about-photo > img,
    .entre-photo-placeholder {
        min-height: 510px;
    }

    .entre-visual-tag {
        bottom: 25px;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .entre-reveal {
        opacity: 1;
        transform: none;
    }
}
