
:root {
    --yellow: #ffc400;
    --yellow-2: #ffd33d;
    --ink: #080808;
    --paper: #f7f7f4;
    --muted: #5d5b55;
    --line: #d8d5cc;
    --black: #050505;
    --condensed: 'Bebas Neue', Impact, sans-serif;
    --sans: 'Oswald', Arial, sans-serif;
    --ease: cubic-bezier(.19, 1, .22, 1);
    --header-h: 78px;
    --pad: clamp(22px, 5vw, 76px)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    background: var(--paper)
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

img {
    display: block;
    max-width: 100%
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 14px;
    z-index: 3000;
    background: var(--yellow);
    color: #000;
    padding: 10px 14px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateY(-160%);
    transition: .25s var(--ease)
}

.skip-link:focus {
    transform: translateY(0)
}

.site-header {
    height: var(--header-h);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns:minmax(220px, 18vw) 1fr minmax(205px, 15vw) 72px;
    background: rgba(248, 248, 245, .94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px)
}

.brand {
    display: flex;
    align-items: center;
    padding: 0 clamp(18px, 2.3vw, 34px);
    border-right: 1px solid var(--line);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    background: #111;
    color: var(--yellow);
    height: 34px;
    padding: 0 12px;
    margin-right: 10px;
    font-family: var(--condensed);
    font-size: 26px;
    letter-spacing: .03em
}

.top-cta, .top-arrow {
    display: grid;
    place-items: center;
    background: var(--yellow);
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .04em;
    cursor: pointer
}

.top-cta:hover, .top-arrow:hover {
    background: #050505;
    color: var(--yellow)
}

.top-arrow {
    font-size: 18px
}

.menu-toggle {
    display: none;
    border: 0;
    background: var(--yellow);
    width: 72px;
    height: 100%;
    cursor: pointer
}

.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
    display: block;
    width: 26px;
    height: 2px;
    background: #000;
    position: relative;
    content: ""
}

.menu-toggle span:before {
    position: absolute;
    top: -8px
}

.menu-toggle span:after {
    position: absolute;
    top: 8px
}

.hero {
    display: grid;
    grid-template-columns:minmax(360px, .78fr) minmax(560px, 1.22fr);
    min-height: calc(100vh - var(--header-h));
    background: #030303;
    color: #fff;
    overflow: hidden
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding: clamp(68px, 7vw, 104px) 0 clamp(60px, 6vw, 88px) clamp(30px, 5vw, 76px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, .98) 76%, rgba(3, 3, 3, 0) 100%)
}

.kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em
}

.kicker:before {
    content: "";
    width: 44px;
    height: 2px;
    background: var(--yellow)
}

h1 {
    font-family: var(--condensed);
    font-size: clamp(86px, 9.8vw, 172px);
    line-height: .86;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0;
    max-width: 640px
}

.hero-sub {
    max-width: 620px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(18px, 1.28vw, 24px);
    line-height: 1.46;
    margin: clamp(34px, 3vw, 48px) 0 clamp(54px, 5vw, 82px)
}

.hero-cta-note {
    display: block;
    margin: 0 0 13px;
    color: rgba(255, 255, 255, .56);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 700
}

.button {
    display: inline-grid;
    grid-template-columns:52px auto;
    align-items: center;
    width: max-content;
    min-height: 54px;
    background: #090909;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .045em;
    border: 0;
    cursor: pointer;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .26);
    overflow: hidden
}

.button i {
    display: grid;
    place-items: center;
    min-height: 54px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    color: var(--yellow);
    font-style: normal
}

.button span {
    padding: 0 24px;
    white-space: nowrap
}

.button:hover {
    transform: translateY(-3px);
    background: var(--yellow);
    color: #000
}

.button:hover i {
    background: #000;
    color: var(--yellow)
}

.hero-media {
    position: relative;
    overflow: hidden;
    background: #111
}

.hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .05) 38%, rgba(0, 0, 0, .42)), linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
    pointer-events: none
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: contrast(1.04) saturate(1.02)
}

.product-card {
    width: min(100% - 64px, 1280px);
    margin: clamp(60px, 7vw, 96px) auto;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: clamp(34px, 5vw, 74px);
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    padding: clamp(42px, 5vw, 72px);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .09)
}

.product-card figure {
    margin: 0;
    background: #fff;
    display: grid;
    place-items: center;
    min-height: 480px
}

.product-card figure img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.product-copy h2 {
    font-family: var(--condensed);
    font-size: clamp(62px, 7vw, 112px);
    line-height: .86;
    margin: 0;
    text-transform: uppercase
}

.product-copy h2 span {
    display: block;
    font-family: var(--sans);
    font-weight: 300;
    font-size: .42em;
    line-height: 1.08;
    letter-spacing: .06em
}

.product-copy p {
    font-size: clamp(17px, 1.1vw, 20px);
    line-height: 1.55;
    max-width: 620px;
    color: #333
}

.specs {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px
}

.spec {
    border: 1px solid var(--line);
    padding: 18px;
    background: #fff
}

.spec strong {
    display: block;
    font-family: var(--condensed);
    font-size: 38px;
    line-height: .8
}

.spec span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #333
}

.journey-overview {
    background: #080808;
    color: #fff;
    padding: clamp(54px, 6vw, 86px) var(--pad);
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919
}

.journey-overview__head {
    display: grid;
    grid-template-columns:minmax(260px, .8fr) 1.3fr;
    gap: clamp(24px, 4vw, 70px);
    align-items: end;
    margin-bottom: 28px
}

.section-title {
    font-family: var(--condensed);
    font-size: clamp(56px, 6vw, 100px);
    line-height: .86;
    text-transform: uppercase;
    margin: 0
}

.journey-overview__head p {
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.5;
    max-width: 740px;
    margin: 0
}

.overview-strip {
    display: grid;
    grid-template-columns:repeat(8, 1fr);
    border: 1px solid rgba(255, 255, 255, .16);
    background: #050505
}

.overview-step {
    display: grid;
    gap: 12px;
    min-height: 128px;
    padding: 18px;
    border-right: 1px solid rgba(255, 255, 255, .16);
    transition: .28s var(--ease)
}

.overview-step:last-child {
    border-right: 0
}

.overview-step span {
    font-family: var(--condensed);
    font-size: 50px;
    line-height: .8;
    color: var(--yellow)
}

.overview-step strong {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: .06em
}

.overview-step:hover {
    background: var(--yellow);
    color: #000;
    transform: translateY(-5px)
}

.overview-step:hover span {
    color: #000
}

.sticky-steps {
    position: sticky;
    top: var(--header-h);
    z-index: 800;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px var(--pad);
    background: rgba(247, 247, 244, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px)
}

.sticky-steps a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid var(--line);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em
}

.sticky-steps strong {
    color: var(--yellow)
}

.sticky-steps a.is-active, .sticky-steps a:hover {
    background: #090909;
    color: #fff;
    border-color: #090909
}

.journey-section {
    padding: clamp(58px, 7vw, 98px) var(--pad);
    background: var(--paper)
}

.journey-head {
    display: grid;
    grid-template-columns:minmax(260px, .9fr) 1.1fr;
    gap: clamp(24px, 4vw, 72px);
    align-items: end;
    margin-bottom: 24px
}

.journey-lead {
    margin: 0;
    color: #333;
    font-size: 18px;
    line-height: 1.54;
    max-width: 760px
}

.journey-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
    justify-content: flex-end
}

.control-btn {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 0
}

.control-btn.yellow {
    background: var(--yellow);
    color: #000;
    border-color: var(--yellow)
}

.control-btn:hover {
    transform: translateY(-2px)
}

.drawer-stack {
    display: grid;
    gap: 12px
}

.journey-drawer {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .04);
    transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease)
}

.journey-drawer:hover:not(.is-open) {
    transform: translateY(-3px);
    box-shadow: 0 24px 62px rgba(0, 0, 0, .08)
}

.journey-drawer.is-open {
    border: 3px solid #111;
    box-shadow: 0 36px 96px rgba(0, 0, 0, .16);
    transform: translateY(-4px)
}

.journey-drawer.is-open:before {
    content: "";
    display: block;
    height: 8px;
    background: var(--yellow)
}

.journey-summary {
    width: 100%;
    display: grid;
    grid-template-columns:156px 1fr 124px;
    align-items: stretch;
    border: 0;
    background: transparent;
    color: #111;
    text-align: left;
    padding: 0;
    cursor: pointer
}

.drawer-number {
    display: grid;
    place-items: center;
    background: var(--yellow);
    font-family: var(--condensed);
    font-size: clamp(72px, 6vw, 112px);
    line-height: .8;
    color: #000
}

.drawer-title {
    display: grid;
    gap: 8px;
    padding: 28px clamp(22px, 3vw, 42px)
}

.drawer-title small {
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em
}

.drawer-title strong {
    font-family: var(--condensed);
    font-size: clamp(54px, 5.5vw, 92px);
    line-height: .82;
    text-transform: uppercase
}

.drawer-title em {
    font-style: normal;
    color: #333;
    font-size: 16px;
    line-height: 1.4
}

.drawer-action {
    display: grid;
    place-items: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #111;
    border-left: 1px solid var(--line)
}

.action-close {
    display: none
}

.journey-drawer.is-open .action-open {
    display: none
}

.journey-drawer.is-open .action-close {
    display: inline
}

.drawer-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .48s var(--ease);
    background: #fff
}

.drawer-panel-inner {
    display: grid;
    grid-template-columns:minmax(300px, .74fr) minmax(520px, 1.26fr);
    gap: clamp(24px, 4vw, 54px);
    padding: clamp(28px, 4vw, 54px);
    border-top: 1px solid var(--line)
}

.drawer-kicker {
    margin: 0 0 18px;
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em
}

.drawer-copy h3 {
    font-family: var(--condensed);
    font-size: clamp(54px, 5vw, 86px);
    line-height: .86;
    text-transform: uppercase;
    margin: 0 0 18px
}

.drawer-copy p {
    font-size: 18px;
    line-height: 1.55;
    color: #333;
    margin: 0
}

.output-card {
    margin-top: 28px;
    border: 1px solid var(--line);
    background: #f7f7f4;
    padding: 18px
}

.output-card span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 12px
}

.output-card ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.output-card li {
    background: #fff;
    border: 1px solid var(--line);
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em
}

.drawer-media-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 12px
}

.drawer-media {
    margin: 0;
    position: relative;
    background: #111;
    min-height: 260px;
    overflow: hidden
}

.drawer-media.is-primary {
    grid-column: 1/-1;
    min-height: 420px
}

.drawer-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.drawer-media figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--yellow);
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 12px
}

.closeout {
    background: #060606;
    color: #fff;
    padding: clamp(64px, 7vw, 104px) var(--pad)
}

.closeout-wrap {
    display: grid;
    grid-template-columns:minmax(280px, .78fr) 1.22fr;
    gap: clamp(28px, 5vw, 80px);
    align-items: start
}

.closeout h2 {
    font-family: var(--condensed);
    font-size: clamp(70px, 7vw, 122px);
    line-height: .86;
    text-transform: uppercase;
    margin: 0
}

.closeout p {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.55;
    max-width: 620px
}

.closeout-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 14px
}

.close-card {
    border: 1px solid rgba(255, 255, 255, .16);
    background: #101010;
    padding: 24px;
    min-height: 220px
}

.close-card span {
    display: block;
    font-family: var(--condensed);
    font-size: 60px;
    line-height: .8;
    color: var(--yellow);
    margin-bottom: 26px
}

.close-card h3 {
    margin: 0 0 12px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1
}

.close-card p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
    color: rgba(255, 255, 255, .72)
}

.site-footer {
    display: grid;
    grid-template-columns:minmax(240px, .85fr) minmax(260px, 1fr) minmax(280px, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: stretch;
    padding: clamp(44px, 5.5vw, 72px) clamp(30px, 6vw, 86px);
    background: #050505;
    color: #fff;
    border-top: 1px solid #1d1d1d
}

.site-footer h2 {
    font-family: var(--condensed);
    font-size: clamp(44px, 4.2vw, 76px);
    line-height: .86;
    text-transform: uppercase;
    margin: 0 0 18px
}

.site-footer h2:after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    background: var(--yellow);
    margin-top: 16px
}

.site-footer h3 {
    margin: 0 0 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .05em;
    color: var(--yellow)
}

.site-footer p {
    color: #e8e8e8;
    font-size: 14px;
    line-height: 1.5;
    max-width: 360px
}

.footer-links {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em
}

.footer-links a {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    padding-bottom: 6px;
    width: max-content
}

.footer-office {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 18px
}

.footer-office img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    margin-bottom: 16px
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .65s var(--ease)
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

@media (max-width: 1180px) {
    .site-header {
        grid-template-columns:minmax(180px, 1fr) 64px
    }

    .nav {
        position: absolute;
        top: var(--header-h);
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns:1fr;
        background: #050505;
        color: #fff;
        transform: translateY(-140%);
        opacity: 0;
        pointer-events: none;
        padding: 0
    }

    .nav.is-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    .nav a {
        min-height: 58px;
        padding: 0 24px;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, .12)
    }

    .nav a:after {
        bottom: 0
    }

    .menu-toggle {
        display: grid;
        place-items: center;
        grid-column: 2;
        width: 64px
    }

    .top-cta, .top-arrow {
        display: none
    }

    .hero {
        grid-template-columns:1fr 1fr
    }

    .overview-strip {
        grid-template-columns:repeat(4, 1fr)
    }

    .product-card {
        grid-template-columns:1fr
    }

    .drawer-panel-inner {
        grid-template-columns:1fr
    }

    .closeout-wrap {
        grid-template-columns:1fr
    }
}

@media (max-width: 900px) {
    :root {
        --header-h: 68px
    }

    .site-header {
        height: 68px
    }

    .hero {
        display: flex;
        flex-direction: column
    }

    .hero-media {
        order: 0;
        min-height: 420px
    }

    .hero-copy {
        order: 1;
        padding: 46px 24px 62px;
        background: #030303
    }

    h1 {
        font-size: clamp(68px, 15vw, 104px);
        max-width: 7ch
    }

    .hero-sub {
        font-size: 17px;
        margin-bottom: 54px
    }

    .product-card {
        width: min(100% - 36px, 1280px);
        padding: 30px 20px
    }

    .journey-overview__head, .journey-head {
        grid-template-columns:1fr
    }

    .journey-controls {
        justify-content: flex-start
    }

    .journey-summary {
        grid-template-columns:92px 1fr 66px
    }

    .drawer-number {
        font-size: 56px
    }

    .drawer-title {
        padding: 20px 16px
    }

    .drawer-title strong {
        font-size: 46px
    }

    .drawer-title em {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .drawer-action {
        font-size: 0
    }

    .drawer-action:after {
        content: "+";
        font-size: 30px
    }

    .journey-drawer.is-open .drawer-action:after {
        content: "–"
    }

    .drawer-media-grid {
        grid-template-columns:1fr
    }

    .drawer-media.is-primary, .drawer-media {
        min-height: 300px
    }

    .closeout-grid {
        grid-template-columns:1fr
    }

    .site-footer {
        grid-template-columns:1fr;
        padding: 38px 24px
    }
}

@media (max-width: 620px) {
    .hero-media {
        min-height: 280px
    }

    .hero-copy {
        padding: 34px 18px 50px
    }

    h1 {
        font-size: clamp(58px, 18vw, 82px)
    }

    .button {
        width: 100%;
        max-width: 360px
    }

    .overview-strip {
        grid-template-columns:repeat(2, 1fr)
    }

    .specs {
        grid-template-columns:1fr
    }

    .journey-section, .journey-overview, .closeout {
        padding-left: 18px;
        padding-right: 18px
    }

    .journey-summary {
        grid-template-columns:72px 1fr 46px;
        min-height: 110px
    }

    .drawer-number {
        font-size: 42px
    }

    .drawer-title strong {
        font-size: 34px
    }

    .drawer-title small {
        font-size: 9px
    }

    .drawer-panel-inner {
        padding: 20px 14px
    }

    .drawer-copy h3 {
        font-size: 48px
    }

    .drawer-media.is-primary, .drawer-media {
        min-height: 230px
    }

    .product-copy h2 {
        font-size: 52px
    }

    .section-title {
        font-size: 56px
    }

    .closeout h2 {
        font-size: 62px
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

/* Requested page updates: shorter hero, stacked overview header, corrected jump alignment, and shorter drawer imagery. */
.hero {
    min-height: min(760px, calc(86vh - var(--header-h))) !important;
}

.hero-copy {
    padding-top: clamp(48px, 5.4vw, 82px) !important;
    padding-bottom: clamp(46px, 5vw, 76px) !important;
}

.hero-media {
    min-height: 520px !important;
}

@media (max-width: 940px) {
    .hero {
        min-height: 0 !important;
    }

    .hero-media {
        min-height: clamp(280px, 50vw, 420px) !important;
    }
}

.journey-overview__head {
    grid-template-columns:minmax(230px, .56fr) minmax(320px, 1.44fr) !important;
    align-items: center !important;
}

.journey-overview__head .section-title {
    max-width: 8.5ch !important;
    line-height: .9 !important;
    text-wrap: balance !important;
}

.journey-overview__head p:not(.kicker) {
    max-width: 680px !important;
}

@media (max-width: 760px) {
    .journey-overview__head {
        grid-template-columns:1fr !important;
        gap: 18px !important;
    }

    .journey-overview__head .section-title {
        max-width: 7.5ch !important;
    }
}

.journey-drawer {
    scroll-margin-top: calc(var(--header-h) + 78px) !important;
}

.drawer-panel-inner {
    align-items: start !important;
}

.drawer-media-grid {
    align-content: start !important;
}

.journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media-grid {
    grid-template-columns:1fr !important;
}

.journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media,
.journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media.is-primary {
    grid-column: 1/-1 !important;
    height: clamp(260px, 28vw, 390px) !important;
    min-height: 0 !important;
}

#step-tradeshows .drawer-media.is-primary,
#step-launch .drawer-media.is-primary {
    height: clamp(280px, 30vw, 420px) !important;
    min-height: 0 !important;
}

#step-tradeshows .drawer-media:not(.is-primary),
#step-launch .drawer-media:not(.is-primary) {
    height: clamp(160px, 18vw, 240px) !important;
    min-height: 0 !important;
}

.drawer-media img {
    height: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 900px) {
    .journey-drawer {
        scroll-margin-top: calc(var(--header-h) + 92px) !important;
    }

    .drawer-panel-inner {
        grid-template-columns:1fr !important;
    }

    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media,
    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media.is-primary,
    #step-tradeshows .drawer-media.is-primary,
    #step-launch .drawer-media.is-primary {
        height: clamp(230px, 48vw, 360px) !important;
    }

    #step-tradeshows .drawer-media:not(.is-primary),
    #step-launch .drawer-media:not(.is-primary) {
        height: clamp(150px, 34vw, 230px) !important;
    }
}

@media (max-width: 560px) {
    .journey-drawer {
        scroll-margin-top: calc(var(--header-h) + 108px) !important;
    }

    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media,
    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media.is-primary,
    #step-tradeshows .drawer-media.is-primary,
    #step-launch .drawer-media.is-primary {
        height: 230px !important;
    }

    #step-tradeshows .drawer-media:not(.is-primary),
    #step-launch .drawer-media:not(.is-primary) {
        height: 180px !important;
    }
}

/* Hero update to match the provided reference screenshot */
@media (min-width: 941px) {
    .hero {
        min-height: clamp(620px, 72vh, 760px) !important;
        height: clamp(620px, 72vh, 760px) !important;
        display: grid !important;
        grid-template-columns:minmax(420px, 41vw) minmax(620px, 59vw) !important;
        background: #030303 !important;
        overflow: hidden !important;
    }

    .hero-copy {
        padding: clamp(58px, 6vw, 88px) 0 clamp(58px, 6vw, 82px) clamp(44px, 5vw, 76px) !important;
        justify-content: center !important;
        background: linear-gradient(90deg, #030303 0%, #030303 76%, rgba(3, 3, 3, .92) 86%, rgba(3, 3, 3, 0) 100%) !important;
    }

    .hero .kicker {
        margin-bottom: clamp(22px, 2vw, 30px) !important;
    }

    .hero h1 {
        max-width: 640px !important;
        font-size: clamp(88px, 8.4vw, 148px) !important;
        line-height: .86 !important;
        letter-spacing: .018em !important;
    }

    .hero .hero-sub {
        max-width: 610px !important;
        font-size: clamp(18px, 1.05vw, 21px) !important;
        line-height: 1.48 !important;
        margin: clamp(34px, 3vw, 48px) 0 clamp(48px, 4vw, 66px) !important;
        color: rgba(255, 255, 255, .9) !important;
    }

    .hero .hero-cta-note {
        display: none !important;
    }

    .hero .button {
        margin-top: 0 !important;
        min-height: 56px !important;
        box-shadow: 0 22px 54px rgba(255, 196, 0, .12), 0 20px 46px rgba(0, 0, 0, .42) !important;
    }

    .hero .button i {
        min-height: 56px !important;
        background: #070707 !important;
        color: var(--yellow) !important;
    }

    .hero .button span {
        background: var(--yellow) !important;
        color: #050505 !important;
        min-height: 56px !important;
        display: flex !important;
        align-items: center !important;
    }

    .hero-media {
        min-height: 100% !important;
        height: 100% !important;
        background: #111 !important;
    }

    .hero-media:after {
        background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .10) 28%, rgba(0, 0, 0, .18) 72%, rgba(0, 0, 0, .54) 100%), linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .42) 100%) !important;
    }

    .hero-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        filter: contrast(1.05) saturate(1.02) brightness(.88) !important;
    }
}

@media (min-width: 1280px) {
    .hero h1 {
        font-size: clamp(120px, 8.1vw, 158px) !important;
    }
}

@media (max-width: 940px) {
    .hero .hero-cta-note {
        display: none !important;
    }

    .hero .hero-sub {
        margin-bottom: 44px !important;
    }
}

.drawer-media-grid.drawer-gallery {
    position: relative !important;
    display: block !important;
    grid-template-columns:none !important;
    width: 100% !important;
    background: #f6f5f0 !important;
    border: 1px solid rgba(0, 0, 0, .16) !important;
    overflow: hidden !important;
}

.drawer-gallery__viewport {
    position: relative !important;
    width: 100% !important;
    height: clamp(330px, 42vw, 560px) !important;
    overflow: hidden !important;
    background: #f7f6f2 !important;
}

.drawer-gallery__slide {
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(18px) !important;
    transition: opacity .28s var(--ease, cubic-bezier(.19, 1, .22, 1)), transform .28s var(--ease, cubic-bezier(.19, 1, .22, 1)) !important;
}

.drawer-gallery__slide.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
}

.drawer-gallery__slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #f7f6f2 !important;
}

.drawer-gallery__slide figcaption {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    background: var(--yellow, #ffc400) !important;
    color: #050505 !important;
    padding: 9px 14px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    z-index: 2 !important;
}

.drawer-gallery__nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 48px !important;
    height: 72px !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    background: #050505 !important;
    color: var(--yellow, #ffc400) !important;
    font-size: 36px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    z-index: 5 !important;
    border-radius: 0 !important;
    transition: background .2s ease, color .2s ease, transform .2s ease !important;
}

.drawer-gallery__nav:hover, .drawer-gallery__nav:focus-visible {
    background: var(--yellow, #ffc400) !important;
    color: #050505 !important;
    transform: translateY(-50%) scale(1.03) !important;
    outline: none !important;
}

.drawer-gallery__nav--prev {
    left: 14px !important
}

.drawer-gallery__nav--next {
    right: 14px !important
}

.drawer-gallery__counter {
    position: absolute !important;
    right: 14px !important;
    bottom: 14px !important;
    z-index: 6 !important;
    background: #050505 !important;
    color: #fff !important;
    padding: 9px 12px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
}

.drawer-gallery__label {
    display: none !important;
}

@media (max-width: 940px) {
    .drawer-gallery__viewport {
        height: clamp(280px, 58vw, 500px) !important
    }

    .drawer-gallery__nav {
        width: 44px !important;
        height: 62px !important;
        font-size: 30px !important
    }
}

@media (max-width: 640px) {
    .drawer-gallery__viewport {
        height: clamp(260px, 72vw, 420px) !important
    }

    .drawer-gallery__nav {
        top: auto !important;
        bottom: 12px !important;
        transform: none !important;
        width: 44px !important;
        height: 44px !important;
        font-size: 28px !important
    }

    .drawer-gallery__nav:hover, .drawer-gallery__nav:focus-visible {
        transform: translateY(-2px) !important
    }

    .drawer-gallery__nav--prev {
        left: 12px !important
    }

    .drawer-gallery__nav--next {
        right: 70px !important
    }

    .drawer-gallery__counter {
        right: 12px !important;
        top: 12px !important;
        bottom: auto !important
    }

    .drawer-gallery__slide figcaption {
        font-size: 9px !important;
        padding: 8px 10px !important;
        max-width: calc(100% - 24px) !important
    }
}

/* Final drawer image fit: show full image instead of aggressive crop. */
.drawer-media,
.drawer-gallery__viewport {
    background: #f7f6f2 !important;
}

.drawer-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #f7f6f2 !important;
}

.drawer-gallery__slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #f7f6f2 !important;
}

/* Give the image areas enough room to show full vertical/horizontal images without making drawers huge. */
.journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media,
.journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media.is-primary {
    height: clamp(330px, 34vw, 500px) !important;
}

#step-tradeshows .drawer-gallery__viewport,
#step-launch .drawer-gallery__viewport,
#step-package .drawer-gallery__viewport,
#step-package-design .drawer-gallery__viewport {
    height: clamp(360px, 42vw, 620px) !important;
}

@media (max-width: 900px) {
    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media,
    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media.is-primary {
        height: clamp(300px, 62vw, 470px) !important;
    }

    #step-tradeshows .drawer-gallery__viewport,
    #step-launch .drawer-gallery__viewport,
    #step-package .drawer-gallery__viewport,
    #step-package-design .drawer-gallery__viewport {
        height: clamp(320px, 68vw, 560px) !important;
    }
}

@media (max-width: 560px) {
    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media,
    .journey-drawer:not(#step-tradeshows):not(#step-launch) .drawer-media.is-primary {
        height: clamp(260px, 78vw, 420px) !important;
    }

    #step-tradeshows .drawer-gallery__viewport,
    #step-launch .drawer-gallery__viewport,
    #step-package .drawer-gallery__viewport,
    #step-package-design .drawer-gallery__viewport {
        height: clamp(300px, 88vw, 500px) !important;
    }
}

/* Final hero lock: match the attached reference screenshot proportions, dark full-viewport hero, and left-side type scale. */
:root {
    --header-h: 0px !important;
}

.hero {
    min-height: 850px !important;
    height: 100vh !important;
    max-height: none !important;
    display: grid !important;
    grid-template-columns:minmax(420px, 40.5vw) minmax(620px, 59.5vw) !important;
    background: #020202 !important;
    color: #fff !important;
    overflow: hidden !important;
}

.hero-copy {
    position: relative !important;
    z-index: 3 !important;
    padding: clamp(78px, 9vh, 118px) 0 clamp(78px, 8vh, 110px) clamp(56px, 3.9vw, 86px) !important;
    justify-content: center !important;
    background: linear-gradient(90deg, #020202 0%, #020202 72%, rgba(2, 2, 2, .92) 83%, rgba(2, 2, 2, 0) 100%) !important;
}

.hero .kicker {
    margin: 0 0 clamp(18px, 2.1vh, 28px) !important;
    color: var(--yellow) !important;
    font-size: clamp(10px, .62vw, 12px) !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
}

.hero .kicker:before {
    width: 46px !important;
    height: 2px !important;
    background: var(--yellow) !important;
}

.hero h1 {
    max-width: 680px !important;
    font-size: clamp(112px, 7.65vw, 162px) !important;
    line-height: .86 !important;
    letter-spacing: .012em !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.hero .hero-sub {
    max-width: 620px !important;
    font-size: clamp(18px, 1.02vw, 21px) !important;
    line-height: 1.48 !important;
    margin: clamp(34px, 4.2vh, 48px) 0 clamp(64px, 7vh, 82px) !important;
    color: rgba(255, 255, 255, .9) !important;
}

.hero .hero-cta-note {
    display: none !important;
}

.hero .button {
    grid-template-columns:52px auto !important;
    min-height: 56px !important;
    margin: 0 !important;
    background: #090909 !important;
    color: #050505 !important;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .42), 0 14px 46px rgba(255, 196, 0, .12) !important;
}

.hero .button i {
    min-height: 56px !important;
    width: 52px !important;
    display: grid !important;
    place-items: center !important;
    background: #070707 !important;
    color: var(--yellow) !important;
    border-right: 1px solid rgba(255, 255, 255, .08) !important;
}

.hero .button span {
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    background: var(--yellow) !important;
    color: #050505 !important;
    padding: 0 25px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .045em !important;
}

.hero-media {
    min-height: 100% !important;
    height: 100% !important;
    background: #111 !important;
    position: relative !important;
}

.hero-media:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .16) 22%, rgba(0, 0, 0, .05) 48%, rgba(0, 0, 0, .24) 100%);
    pointer-events: none;
}

.hero-media:after {
    z-index: 2 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .12) 55%, rgba(0, 0, 0, .42) 100%) !important;
}

.hero-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: contrast(1.08) saturate(1.02) brightness(.82) !important;
}

@media (max-width: 1180px) {
    .hero {
        grid-template-columns:minmax(360px, 44vw) minmax(460px, 56vw) !important;
        min-height: 760px !important;
    }

    .hero h1 {
        font-size: clamp(88px, 9vw, 122px) !important;
        max-width: 560px !important;
    }

    .hero .hero-sub {
        font-size: 18px !important;
        max-width: 560px !important;
    }
}

@media (max-width: 900px) {
    :root {
        --header-h: 0px !important;
    }

    .hero {
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .hero-media {
        order: 0 !important;
        min-height: clamp(320px, 58vw, 500px) !important;
        height: clamp(320px, 58vw, 500px) !important;
    }

    .hero-copy {
        order: 1 !important;
        padding: 42px 24px 56px !important;
        background: #020202 !important;
    }

    .hero h1 {
        font-size: clamp(64px, 15vw, 104px) !important;
        max-width: 7.25ch !important;
    }

    .hero .hero-sub {
        font-size: 17px !important;
        margin: 30px 0 42px !important;
    }
}

@media (max-width: 620px) {
    .hero-media {
        min-height: 300px !important;
        height: 300px !important;
    }

    .hero-copy {
        padding: 34px 18px 48px !important;
    }

    .hero h1 {
        font-size: clamp(58px, 18vw, 82px) !important;
    }

    .hero .button {
        width: 100% !important;
        max-width: 360px !important;
    }
}

/* Homepage navbar/footer transplanted to the Product Development Journey page. */
:root {
    --header-h: 78px !important;
}

/* Re-balance the hero now that the global header is visible again. */
.hero {
    height: calc(100vh - var(--header-h)) !important;
    min-height: 720px !important;
}

@media (max-width: 900px) {
    :root {
        --header-h: 68px !important
    }

    .hero {
        height: auto !important;
        min-height: 0 !important;
    }
}

/* Adds breathing room beneath the hero CTA so the button does not sit flush against the next section. */
@media (min-width: 901px) {
    .hero {
        min-height: calc(100vh - var(--header-h) + 52px) !important;
    }

    .hero-copy {
        padding-bottom: clamp(96px, 8.4vw, 148px) !important;
    }
}

@media (max-width: 900px) {
    .hero-copy {
        padding-bottom: 84px !important;
    }
}

@media (max-width: 620px) {
    .hero-copy {
        padding-bottom: 72px !important;
    }
}

html {
    overflow: visible !important;
}

body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    min-height: 100vh;
}

.top-cta {
    border-right:1px solid rgba(0, 0, 0, .16) !important;
}