.page-product-landing {
    --product-story-shell: min(1320px, calc(100vw - 64px));
    --product-story-line: rgba(17, 21, 23, 0.14);
    --product-story-muted: rgba(17, 21, 23, 0.68);
    --product-story-surface: #d7d9d6;
    --product-story-band-a: #d7d9d6;
    --product-story-band-b: #e4d8d3;
    --product-story-band-c: #d9ddd7;
    --product-story-soft: rgba(247, 247, 242, 0.82);
    --product-story-panel: rgba(250, 250, 246, 0.74);
    --product-story-dark: #1b2624;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 34%),
        linear-gradient(180deg, #dee1dd 0%, #d5d9d4 100%);
}

.page-product-landing .section-shell {
    width: var(--product-story-shell);
    margin: 0 auto;
    padding: 0;
}

.page-product-landing .product-story-main,
.page-product-landing .product-story-hero,
.page-product-landing .product-story-centerpiece,
.page-product-landing .product-story-demo,
.page-product-landing .product-story-band {
    position: relative;
}

@keyframes product-story-grain {
    0%,
    100% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(-5%, -10%);
    }

    20% {
        transform: translate(-15%, -20%);
    }

    30% {
        transform: translate(-5%, -10%);
    }

    40% {
        transform: translate(-15%, -20%);
    }

    50% {
        transform: translate(-5%, -10%);
    }

    60% {
        transform: translate(-15%, -20%);
    }

    70% {
        transform: translate(-5%, -10%);
    }

    80% {
        transform: translate(-15%, -20%);
    }

    90% {
        transform: translate(-5%, -10%);
    }
}

.page-product-landing .product-story-kicker,
.page-product-landing .product-story-micro-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-product-landing .product-story-body,
.page-product-landing .product-story-note {
    margin: 0;
    font-size: clamp(1rem, 1.55vw, 1.08rem);
    line-height: 1.72;
    text-wrap: pretty;
}

.page-product-landing .product-story-hero {
    isolation: isolate;
    overflow: hidden;
    background: var(--product-story-surface);
}

.page-product-landing .product-story-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        var(--product-story-artwork-image, none),
        linear-gradient(90deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0) 52%),
        radial-gradient(circle at bottom left, rgba(255, 106, 26, 0.09), transparent 28%);
    background-position:
        var(--product-story-artwork-position, center center),
        center center,
        center center;
    background-repeat: no-repeat;
    background-size:
        cover,
        cover,
        cover;
    pointer-events: none;
}

.page-product-landing .product-story-hero-light::before {
    background-image:
        linear-gradient(90deg, rgba(5, 20, 34, 0.52) 0%, rgba(7, 28, 48, 0.22) 48%, rgba(6, 22, 38, 0.04) 100%),
        var(--product-story-artwork-image, none);
    background-position:
        center center,
        var(--product-story-artwork-position, center center);
    background-size:
        cover,
        cover;
}

.page-product-landing .product-story-hero::after {
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 400%;
    height: 400%;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='4' seed='11' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='gamma' amplitude='1' exponent='1.8' offset='0'/%3E%3CfeFuncG type='gamma' amplitude='1' exponent='1.8' offset='0'/%3E%3CfeFuncB type='gamma' amplitude='1' exponent='1.8' offset='0'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 270px 270px;
    opacity: 0.13;
    mix-blend-mode: overlay;
    filter: contrast(220%) brightness(102%);
    pointer-events: none;
    will-change: transform;
    animation: product-story-grain 8s steps(10) infinite;
}

.page-product-landing .product-story-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: end;
    min-height: clamp(30rem, 68vh, 40rem);
    padding-top: calc(var(--site-nav-height) + clamp(1rem, 2vw, 1.5rem));
    padding-bottom: clamp(2rem, 4vw, 3rem);
}

.page-product-landing .product-story-hero-copy,
.page-product-landing .product-story-hero-media {
    position: relative;
    z-index: 1;
}

.page-product-landing .product-story-hero-copy {
    display: grid;
    gap: var(--space-16);
    max-width: 32rem;
    align-self: center;
}

.page-product-landing .product-story-kicker,
.page-product-landing .product-story-centerpiece-label,
.page-product-landing .product-story-micro-label {
    justify-self: start;
    color: var(--product-story-muted);
}

.page-product-landing .product-story-logo {
    width: clamp(6rem, 8vw, 7.6rem);
    height: auto;
    filter: brightness(0) saturate(100%);
}

.page-product-landing .product-story-wordmark {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.page-product-landing .product-story-hero-title,
.page-product-landing .product-story-centerpiece-title,
.page-product-landing .product-story-demo-title,
.page-product-landing .product-story-band-title,
.page-product-landing .product-story-setup-metric strong {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.05em;
}

.page-product-landing .product-story-hero-title {
    font-size: clamp(3.2rem, 6.2vw, 5.9rem);
    line-height: 0.92;
    text-wrap: balance;
}

.page-product-landing .product-story-hero-text {
    color: rgba(17, 21, 23, 0.78);
    max-width: 38ch;
}

.page-product-landing .product-story-hero-light,
.page-product-landing .product-story-hero-light .product-story-hero-title,
.page-product-landing .product-story-hero-light .product-story-wordmark,
.page-product-landing .product-story-hero-light .product-story-offer-current {
    color: #f6f2ea;
}

.page-product-landing .product-story-hero-light .product-story-logo {
    filter: brightness(0) invert(1);
}

.page-product-landing .product-story-hero-light .product-story-hero-text,
.page-product-landing .product-story-hero-light .product-story-note,
.page-product-landing .product-story-hero-light .product-story-hero-media-meta,
.page-product-landing .product-story-hero-light .product-story-micro-label {
    color: rgba(246, 242, 234, 0.76);
}

.page-product-landing .product-story-hero-light .product-story-offer-was {
    color: rgba(246, 242, 234, 0.52);
}

.page-product-landing .product-story-hero-light .product-story-actions .button-primary:not(.flow-button) {
    background: #f6f2ea;
    color: #101619;
}

.page-product-landing .product-story-hero-light .product-story-actions .button-secondary:not(.flow-button) {
    border-color: rgba(246, 242, 234, 0.48);
    color: #f6f2ea;
}

.page-product-landing .product-story-hero-light .product-story-actions .button-secondary:not(.flow-button):hover,
.page-product-landing .product-story-hero-light .product-story-actions .button-secondary:not(.flow-button):focus-visible {
    border-color: #f6f2ea;
    background: rgba(246, 242, 234, 0.1);
    color: #f6f2ea;
}

.page-product-landing .product-story-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.8rem;
    margin: 0;
}

.page-product-landing .product-story-offer-badge,
.page-product-landing .product-story-purchase-note-badge,
.page-product-landing .mobile-purchase-bar-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.24rem 0.68rem;
    border-radius: 999px;
    background: rgba(255, 106, 26, 0.12);
    color: #111517;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-product-landing .product-story-offer-current {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.page-product-landing .product-story-offer-was {
    color: rgba(17, 21, 23, 0.52);
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.page-product-landing .product-story-offer-preview .product-story-offer-was {
    text-decoration: none;
}

.page-product-landing .product-story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-12);
}

.page-product-landing .product-story-actions .button-secondary:not(.flow-button) {
    width: fit-content;
    flex: 0 0 auto;
    align-self: flex-start;
}

.page-product-landing .product-story-hero-notes {
    display: grid;
    gap: var(--space-8);
}

.page-product-landing .product-story-notes {
    display: grid;
    gap: var(--space-8);
}

.page-product-landing .product-story-note {
    color: rgba(17, 21, 23, 0.68);
}

.page-product-landing .product-story-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-16);
    padding-top: var(--space-16);
    border-top: 1px solid rgba(17, 21, 23, 0.12);
}

.page-product-landing .product-story-hero-fact {
    display: grid;
    gap: var(--space-8);
}

.page-product-landing .product-story-hero-fact strong {
    font-size: clamp(0.94rem, 1.12vw, 1.06rem);
    font-weight: 400;
    line-height: 1.35;
}

.page-product-landing .product-story-hero-media {
    align-self: end;
    height: clamp(22rem, 36vw, 29rem);
}

.page-product-landing .product-story-hero-media-meta {
    position: absolute;
    z-index: 3;
    top: clamp(-2.2rem, -2vw, -1.35rem);
    left: 50%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-16);
    width: min(92%, 29rem);
    transform: translateX(-50%);
    color: rgba(17, 21, 23, 0.62);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.page-product-landing .product-story-hero-media-meta span {
    display: block;
}

.page-product-landing .product-story-hero-media-meta span:last-child {
    text-align: right;
}

.page-product-landing .product-story-hero-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(92%, 29rem);
    height: auto;
    display: block;
    transform: translateX(-50%);
    transform-origin: top center;
    filter: drop-shadow(0 30px 50px rgba(17, 21, 23, 0.12));
}

.page-product-landing .product-story-centerpiece {
    background: rgba(247, 247, 242, 0.8);
}

.page-product-landing .product-story-centerpiece-soft {
    background: rgba(247, 247, 242, 0.92);
}

.page-product-landing .product-story-centerpiece-features {
    background: linear-gradient(180deg, rgba(247, 247, 242, 0.86) 0%, rgba(244, 242, 237, 0.72) 100%);
}

.page-product-landing .product-story-centerpiece-shell {
    min-height: clamp(15rem, 26vw, 18rem);
    padding: clamp(3rem, 5vw, 4.4rem) 0;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: var(--space-20);
    text-align: center;
}

.page-product-landing .product-story-centerpiece-title {
    max-width: 14ch;
    font-size: clamp(2.7rem, 5.6vw, 5rem);
    line-height: 0.95;
    text-wrap: balance;
}

.page-product-landing .product-story-centerpiece-shell .product-story-body {
    max-width: 43rem;
    color: var(--product-story-muted);
}

.page-product-landing .product-story-centerpiece-notes {
    max-width: 47rem;
    justify-items: center;
    gap: var(--space-12);
}

.page-product-landing .product-story-centerpiece-notes .product-story-note {
    max-width: 42rem;
    text-align: center;
}

.page-product-landing .product-story-features-accordion {
    background: #b0b0b0;
}

@keyframes product-story-mode-crossfade {
    0%,
    25% {
        opacity: 1;
    }

    33%,
    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.page-product-landing .product-story-feature-panel {
    --product-story-feature-collapsed: clamp(10rem, 17vw, 14rem);
    --product-story-feature-expanded: clamp(19rem, 29vw, 25rem);
    position: relative;
    height: var(--product-story-feature-collapsed);
    overflow: hidden;
    background: var(--product-story-feature-surface);
    color: #111517;
    transition: height 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.page-product-landing .product-story-feature-panel.is-active {
    height: var(--product-story-feature-expanded);
}

.page-product-landing .product-story-feature-trigger {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: var(--product-story-feature-collapsed);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 1.08fr);
    gap: clamp(1.5rem, 4vw, 5rem);
    align-items: center;
    padding: 0 calc((100vw - var(--product-story-shell)) / 2);
    border: 0;
    border-top: 1px solid rgba(17, 21, 23, 0.12);
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.page-product-landing .product-story-feature-trigger:focus-visible {
    outline: 2px solid rgba(17, 21, 23, 0.68);
    outline-offset: -0.45rem;
}

.page-product-landing .product-story-feature-copy {
    display: grid;
    align-content: center;
    gap: var(--space-16);
    max-width: 48rem;
}

.page-product-landing .product-story-feature-name {
    font-family: var(--font-display);
    font-size: clamp(2.55rem, 5vw, 5.05rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    max-width: none;
    text-wrap: balance;
}

.page-product-landing .product-story-feature-body {
    display: block;
    max-width: 42rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(0.7rem);
    pointer-events: none;
    transition:
        max-height 520ms cubic-bezier(0.19, 1, 0.22, 1),
        opacity 260ms ease,
        transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.page-product-landing .product-story-feature-panel.is-active .product-story-feature-body {
    max-height: 13rem;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.page-product-landing .product-story-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: var(--space-24);
}

.page-product-landing .product-story-feature-tag {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    color: rgba(17, 21, 23, 0.62);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.page-product-landing .product-story-feature-preview {
    width: 100%;
    height: var(--product-story-feature-collapsed);
    min-height: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    pointer-events: none;
    transition: height 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.page-product-landing .product-story-feature-panel.is-active .product-story-feature-preview {
    height: var(--product-story-feature-expanded);
}

.page-product-landing .product-story-feature-preview img {
    display: block;
    width: 80%;
    max-width: 80%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: var(--home-radius-md);
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 18px 38px rgba(17, 21, 23, 0.08);
}

.page-product-landing .product-story-feature-preview-crossfade {
    position: relative;
}

.page-product-landing .product-story-feature-preview-crossfade img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation: product-story-mode-crossfade var(--product-story-feature-crossfade-duration, 4.8s) ease-in-out infinite;
}

.page-product-landing .product-story-feature-preview-crossfade img:first-child {
    opacity: 1;
}

.page-product-landing .product-story-feature-preview-cover img {
    width: 80%;
    max-width: 80%;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.page-product-landing .product-story-band {
    background: var(--product-story-band-a);
}

.page-product-landing .product-story-band-dark {
    background: var(--product-story-dark);
    color: #f5f1e8;
}

.page-product-landing .product-story-band-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(280px, 1.06fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: end;
    min-height: clamp(26rem, 42vw, 33rem);
    padding: clamp(2.4rem, 4.8vw, 3.8rem) 0 0;
    overflow: hidden;
}

.page-product-landing .product-story-band.is-reverse .product-story-band-shell {
    grid-template-columns: minmax(280px, 1.06fr) minmax(0, 0.94fr);
}

.page-product-landing .product-story-band.is-reverse .product-story-band-copy {
    order: 2;
}

.page-product-landing .product-story-band.is-reverse [data-reveal]:last-child {
    order: 1;
}

.page-product-landing .product-story-band-copy {
    display: grid;
    align-content: center;
    gap: var(--space-16);
    max-width: 33rem;
    padding-bottom: clamp(2rem, 4vw, 3.2rem);
}

.page-product-landing .product-story-specs-notes {
    margin-top: calc(var(--space-4) * -1);
}

.page-product-landing .product-story-band-summary {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgba(17, 21, 23, 0.74);
}

.page-product-landing .product-story-band-dark .product-story-band-summary,
.page-product-landing .product-story-band-dark .product-story-micro-label,
.page-product-landing .product-story-band-dark .product-story-body,
.page-product-landing .product-story-band-dark .product-story-note {
    color: rgba(245, 241, 232, 0.74);
}

.page-product-landing .product-story-band-title {
    font-size: clamp(2.5rem, 4.8vw, 4.7rem);
    line-height: 0.95;
    text-wrap: balance;
}

.page-product-landing .product-story-band-meta {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 21, 23, 0.56);
}

.page-product-landing .product-story-band-dark .product-story-band-meta {
    color: rgba(245, 241, 232, 0.56);
}

.page-product-landing .product-story-demo {
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 106, 26, 0.16), transparent 30%),
        linear-gradient(180deg, #1b2624 0%, #111716 100%);
    color: #f5f1e8;
}

.page-product-landing .product-story-demo-shell {
    display: grid;
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
    grid-template-areas: "copy media";
    align-items: center;
    min-height: clamp(22rem, 36vw, 31rem);
    gap: clamp(2rem, 5vw, 5.5rem);
    padding: clamp(2.8rem, 5vw, 4.8rem) 0;
}

.page-product-landing .product-story-demo-copy {
    grid-area: copy;
    display: grid;
    gap: var(--space-20);
    align-content: center;
    max-width: 28rem;
}

.page-product-landing .product-story-demo-title {
    max-width: 8.5ch;
    font-size: clamp(3rem, 5.8vw, 5.8rem);
    line-height: 0.88;
    text-wrap: balance;
}

.page-product-landing .product-story-demo-media {
    grid-area: media;
    align-self: center;
    justify-self: stretch;
    margin: 0;
}

.page-product-landing .product-story-video-player {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: var(--home-radius-md);
    object-fit: cover;
    background: #101514;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.page-product-landing .product-story-demo .button-secondary:not(.flow-button) {
    color: #f5f1e8;
    border-color: rgba(245, 241, 232, 0.4);
}

.page-product-landing .product-story-demo .button-secondary:not(.flow-button):hover,
.page-product-landing .product-story-demo .button-secondary:not(.flow-button):focus-visible {
    color: #f5f1e8;
}

.page-product-landing .product-story-setup {
    background: #d5d8d3;
}

.page-product-landing .product-story-setup-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
    min-height: clamp(30rem, 44vw, 38rem);
    padding: clamp(3rem, 6vw, 5.2rem) 0;
}

.page-product-landing .product-story-setup-copy {
    display: grid;
    gap: 0;
    max-width: 36rem;
}

.page-product-landing .product-story-setup-title + .product-story-body {
    margin-top: clamp(1.1rem, 2vw, 1.65rem);
}

.page-product-landing .product-story-setup-copy .product-story-notes {
    margin-top: var(--space-16);
}

.page-product-landing .product-story-setup-title,
.page-product-landing .product-story-buy-title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.92;
    text-wrap: balance;
}

.page-product-landing .product-story-setup-title {
    max-width: 10ch;
    font-size: clamp(3rem, 5.4vw, 5.4rem);
}

.page-product-landing .product-story-setup-details {
    display: grid;
    justify-items: end;
}

.page-product-landing .product-story-setup-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-16);
    padding-top: clamp(1.5rem, 3vw, 2.4rem);
}

.page-product-landing .product-story-setup-metric {
    display: grid;
    gap: var(--space-8);
    align-content: start;
    padding-top: var(--space-16);
    border-top: 1px solid rgba(17, 21, 23, 0.12);
}

.page-product-landing .product-story-setup-metric strong {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 0.92;
}

.page-product-landing .product-story-setup-metric span {
    color: var(--product-story-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.page-product-landing .product-story-setup-board {
    display: grid;
    gap: 0;
    width: min(100%, 34rem);
    padding: clamp(1.1rem, 2vw, 1.35rem) clamp(1.15rem, 2vw, 1.35rem);
    border: 1px solid rgba(17, 21, 23, 0.1);
    border-radius: 1.15rem;
    background: rgba(250, 250, 246, 0.7);
    box-shadow: 0 18px 38px rgba(17, 21, 23, 0.06);
}

.page-product-landing .product-story-setup-row {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: var(--space-16);
    padding: 0.95rem 0;
    border-top: 1px solid rgba(17, 21, 23, 0.08);
}

.page-product-landing .product-story-setup-row:first-child {
    border-top: 0;
    padding-top: 0.2rem;
}

.page-product-landing .product-story-setup-row:last-child {
    padding-bottom: 0.2rem;
}

.page-product-landing .product-story-setup-row span {
    color: var(--product-story-muted);
}

.page-product-landing .product-story-setup-row strong {
    font-weight: 400;
    line-height: 1.55;
}

.page-product-landing .product-story-buy {
    background: var(--product-story-dark);
    color: #f5f1e8;
}

.page-product-landing .product-story-buy-shell {
    display: grid;
    justify-items: center;
    gap: clamp(1.8rem, 3vw, 2.8rem);
    min-height: clamp(24rem, 34vw, 31rem);
    padding: clamp(3.6rem, 6vw, 5.5rem) 0;
    text-align: center;
}

.page-product-landing .product-story-buy-copy {
    display: grid;
    justify-items: center;
    gap: var(--space-16);
    max-width: 44rem;
}

.page-product-landing .product-story-buy-title {
    max-width: 12ch;
    font-size: clamp(3.2rem, 5.8vw, 5.8rem);
}

.page-product-landing .product-story-buy .product-story-micro-label,
.page-product-landing .product-story-buy .product-story-body {
    color: rgba(245, 241, 232, 0.74);
}

.page-product-landing .product-story-buy-actions {
    display: grid;
    justify-items: center;
    gap: var(--space-16);
}

.page-product-landing .product-story-buy .product-story-actions {
    justify-content: center;
}

.page-product-landing .product-story-buy .button-secondary:not(.flow-button),
.page-product-landing .product-story-band-dark .button-secondary:not(.flow-button) {
    color: #f5f1e8;
    border-color: rgba(245, 241, 232, 0.4);
}

.page-product-landing .product-story-buy .button-secondary:not(.flow-button):hover,
.page-product-landing .product-story-buy .button-secondary:not(.flow-button):focus-visible,
.page-product-landing .product-story-band-dark .button-secondary:not(.flow-button):hover,
.page-product-landing .product-story-band-dark .button-secondary:not(.flow-button):focus-visible {
    color: #f5f1e8;
}

.page-product-landing .product-story-purchase-note {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem 0.8rem;
    color: rgba(245, 241, 232, 0.74);
}

.page-product-landing .product-story-purchase-note-was {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.page-product-landing .product-story-purchase-note-now {
    color: #f5f1e8;
}

@media (max-width: 1180px) {
    .page-product-landing .product-story-band-shell,
    .page-product-landing .product-story-band.is-reverse .product-story-band-shell {
        grid-template-columns: 1fr;
    }

    .page-product-landing .product-story-hero-shell {
        padding-top: calc(var(--site-nav-height) + var(--space-16));
    }

    .page-product-landing .product-story-band-shell,
    .page-product-landing .product-story-band-copy {
        min-height: unset;
    }

    .page-product-landing .product-story-band-shell {
        align-items: start;
    }

    .page-product-landing .product-story-band.is-reverse .product-story-band-copy,
    .page-product-landing .product-story-band.is-reverse [data-reveal]:last-child {
        order: initial;
    }

    .page-product-landing .product-story-demo-shell {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "copy";
        gap: var(--space-32);
        min-height: unset;
        padding: clamp(2.5rem, 6vw, 4rem) 0;
    }

    .page-product-landing .product-story-demo-copy {
        max-width: 36rem;
    }

    .page-product-landing .product-story-demo-title {
        max-width: 12ch;
    }

    .page-product-landing .product-story-setup-shell {
        grid-template-columns: 1fr;
        gap: var(--space-32);
        min-height: unset;
        padding: clamp(2.8rem, 6vw, 4rem) 0;
    }

    .page-product-landing .product-story-setup-copy {
        max-width: 42rem;
    }

    .page-product-landing .product-story-setup-title {
        max-width: 12ch;
    }

    .page-product-landing .product-story-setup-details {
        justify-items: start;
    }

    .page-product-landing .product-story-buy-shell {
        min-height: unset;
    }

    .page-product-landing .product-story-feature-panel {
        --product-story-feature-collapsed: clamp(12rem, 24vw, 17rem);
        --product-story-feature-expanded: clamp(23rem, 48vw, 31rem);
    }

    .page-product-landing .product-story-feature-trigger {
        grid-template-columns: minmax(0, 0.95fr) minmax(14rem, 1.05fr);
        gap: var(--space-24);
        padding-inline: calc((100vw - var(--product-story-shell)) / 2);
    }

    .page-product-landing .product-story-feature-name {
        white-space: normal;
        text-wrap: balance;
    }

    .page-product-landing .product-story-feature-copy {
        max-width: 42rem;
    }

    .page-product-landing .product-story-band-copy {
        padding-bottom: var(--space-24);
    }

    .page-product-landing .product-story-hero-facts {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 721px) and (max-width: 1180px) {
    .page-product-landing .product-story-hero-shell {
        grid-template-columns: minmax(0, 0.96fr) minmax(280px, 1.04fr);
        gap: clamp(1.25rem, 3vw, 2.4rem);
        align-items: end;
    }

    .page-product-landing .product-story-hero-copy {
        max-width: 31rem;
    }

    .page-product-landing .product-story-hero-media {
        align-self: end;
        height: clamp(22rem, 42vw, 28rem);
    }

    .page-product-landing .product-story-hero-image,
    .page-product-landing .product-story-hero-media-meta {
        width: min(100%, 28rem);
    }
}

@media (max-width: 720px) {
    .page-product-landing {
        --product-story-shell: min(100vw - 32px, 1320px);
    }

    .page-product-landing .product-story-hero-shell {
        grid-template-columns: 1fr;
        gap: var(--space-24);
        min-height: unset;
        padding-top: calc(var(--site-nav-height-mobile) + var(--space-16));
    }

    .page-product-landing .product-story-actions {
        width: 100%;
        flex-direction: column;
    }

    .page-product-landing .product-story-actions .button-primary,
    .page-product-landing .product-story-actions .button-secondary {
        width: 100%;
    }

    .page-product-landing .product-story-actions .button-secondary:not(.flow-button) {
        width: 100%;
    }

    .page-product-landing .product-story-hero-media {
        min-height: unset;
        height: clamp(17rem, 64vw, 22rem);
    }

    .page-product-landing .product-story-hero-image,
    .page-product-landing .product-story-video-player,
    .page-product-landing .product-story-setup-board {
        width: 100%;
    }

    .page-product-landing .product-story-centerpiece-shell {
        min-height: clamp(12rem, 30vw, 16rem);
    }

    .page-product-landing .product-story-band-shell {
        gap: var(--space-24);
        min-height: unset;
        padding: var(--space-48) 0 0;
    }

    .page-product-landing .product-story-demo-shell {
        gap: var(--space-24);
        padding: var(--space-40) 0;
    }

    .page-product-landing .product-story-demo-copy {
        gap: var(--space-16);
    }

    .page-product-landing .product-story-setup-shell {
        gap: var(--space-24);
        padding: var(--space-48) 0;
    }

    .page-product-landing .product-story-setup-title,
    .page-product-landing .product-story-buy-title {
        max-width: 100%;
    }

    .page-product-landing .product-story-buy-shell {
        padding: var(--space-56) 0;
    }

    .page-product-landing .product-story-setup-details {
        justify-items: stretch;
    }

    .page-product-landing .product-story-feature-panel {
        --product-story-feature-collapsed: 15.5rem;
        --product-story-feature-expanded: 27rem;
    }

    .page-product-landing .product-story-feature-trigger {
        grid-template-columns: 1fr;
        align-content: space-between;
        gap: var(--space-16);
        padding-inline: 16px;
        padding-block: var(--space-16);
    }

    .page-product-landing .product-story-feature-name {
        font-size: clamp(2.1rem, 10vw, 3rem);
        white-space: normal;
    }

    .page-product-landing .product-story-feature-preview {
        width: 100%;
        height: clamp(6.5rem, 30vw, 8.5rem);
    }

    .page-product-landing .product-story-feature-preview img {
        height: auto;
    }

    .page-product-landing .product-story-feature-copy {
        max-width: 100%;
    }

    .page-product-landing .product-story-feature-panel.is-active .product-story-feature-preview {
        height: clamp(9rem, 42vw, 12rem);
    }

    .page-product-landing .product-story-setup-metrics,
    .page-product-landing .product-story-setup-row {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-product-landing .product-story-hero-image,
    .page-product-landing .product-story-video-player {
        transition: none;
    }

    .page-product-landing .product-story-feature-preview-crossfade img {
        animation: none;
    }

    .page-product-landing .product-story-feature-preview-crossfade img:first-child {
        opacity: 1;
    }

    .page-product-landing .product-story-feature-preview-crossfade img:not(:first-child) {
        opacity: 0;
    }
}
