@font-face {
    font-family: "Onest Variable";
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url("../fonts/onest-v6/onest-cyrillic-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Onest Variable";
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url("../fonts/onest-v6/onest-latin-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Bicubik Display";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("../fonts/bicubik-v1/bicubik-cyrillic.otf") format("opentype");
}

@font-face {
    font-family: "Tschichold Display";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("../fonts/tschichold-v1/tschichold-bold-cyrillic.ttf") format("truetype");
}

.showcase-home {
    --showcase-ink: #151a19;
    --showcase-ink-soft: #28302e;
    --showcase-coal: #101514;
    --showcase-coal-soft: #1a211f;
    --showcase-mineral: #f4f1eb;
    --showcase-paper: #fbfaf7;
    --showcase-dust: #d9d2c8;
    --showcase-muted: #6e7470;
    --showcase-copper: #b96635;
    --showcase-copper-bright: #dc8a50;
    --showcase-line: rgba(21, 26, 25, .14);
    --showcase-light-pattern: url("../img/showcase/mineral-light-pattern-v2.png");
    --showcase-dark-pattern: url("../img/showcase/mineral-dark-pattern-v2.png");
    --showcase-light-pattern-base: #e5e3e2;
    --showcase-dark-pattern-base: #313130;
    --showcase-text-shadow-light:
        0 1px 1px rgba(255, 255, 255, .72),
        0 3px 7px rgba(45, 37, 29, .12);
    --showcase-text-shadow-dark:
        0 1px 2px rgba(0, 0, 0, .58),
        0 5px 12px rgba(0, 0, 0, .24);
    --showcase-heading-shadow-light:
        0 1px 0 rgba(255, 255, 255, .9),
        0 3px 7px rgba(45, 37, 29, .17),
        0 12px 24px rgba(45, 37, 29, .1);
    --showcase-heading-shadow-dark:
        0 1px 0 rgba(255, 255, 255, .1),
        0 3px 7px rgba(0, 0, 0, .62),
        0 12px 26px rgba(0, 0, 0, .38);
    --showcase-accent-shadow-light: 0 1px 2px rgba(45, 37, 29, .2), 0 6px 13px rgba(45, 37, 29, .09);
    --showcase-accent-shadow-dark: 0 1px 2px rgba(0, 0, 0, .68), 0 7px 14px rgba(0, 0, 0, .34);
    color: var(--showcase-ink);
    background-color: var(--showcase-light-pattern-base);
    background-image: var(--showcase-light-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
    font-family: "Onest Variable", "Segoe UI", sans-serif;
    font-weight: 430;
    text-shadow: var(--showcase-text-shadow-light);
}

.showcase-home main {
    overflow: clip;
}

.showcase-home .page-container {
    width: min(calc(100% - 48px), 1392px);
    max-width: none;
    margin-inline: auto;
}

.showcase-home h1,
.showcase-home h2,
.showcase-home h3,
.showcase-home p {
    margin-top: 0;
}

.showcase-home h1,
.showcase-home h2 {
    font-family: "Tschichold Display", "Onest Variable", "Segoe UI", sans-serif;
    font-synthesis: none;
    font-weight: 700;
    letter-spacing: .005em;
    text-wrap: balance;
}

.showcase-home h3 {
    font-family: "Onest Variable", "Segoe UI", sans-serif;
    text-wrap: balance;
}

.showcase-home em {
    color: var(--showcase-copper);
    font-style: normal;
}

.showcase-home a:focus-visible,
.showcase-home button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #7a3e1f;
}

.showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .72);
    font-size: .72rem;
    font-weight: 720;
    letter-spacing: .16em;
    line-height: 1.2;
    text-shadow: var(--showcase-accent-shadow-dark);
    text-transform: uppercase;
}

.showcase-kicker,
.showcase-production__steps li > span,
.showcase-production__steps h3 {
    font-family: "Bicubik Display", "Onest Variable", "Segoe UI", sans-serif;
    font-synthesis: none;
    font-weight: 400;
}

.showcase-kicker::before {
    width: 27px;
    height: 1px;
    content: "";
    background: var(--showcase-copper-bright);
}

.showcase-kicker--dark {
    color: var(--showcase-muted);
    text-shadow: var(--showcase-accent-shadow-light);
}

.showcase-button {
    display: inline-flex;
    min-height: 58px;
    padding: 0 22px 0 25px;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 720;
    letter-spacing: .01em;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.showcase-button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

.showcase-button:hover {
    transform: translateY(-2px);
}

.showcase-button:hover svg {
    transform: translateX(3px);
}

.showcase-button--copper {
    color: #fff;
    background: #9f4f26;
}

.showcase-button--copper:hover {
    color: #fff;
    background: #8b3f1b;
}

.showcase-button--dark {
    color: #fff;
    background: var(--showcase-ink);
}

.showcase-button--dark:hover {
    color: #fff;
    background: var(--showcase-copper);
}

/* Header over the cinematic hero. */
.public-home .public-header {
    position: fixed;
    inset: 0 0 auto;
    color: #fff;
    background: linear-gradient(180deg, rgba(7, 12, 12, .62), transparent);
    border: 0;
    backdrop-filter: none;
    transition: color .35s ease, background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}

.public-home .public-header.is-scrolled {
    color: var(--showcase-ink);
    background: rgba(247, 245, 240, .9);
    box-shadow: 0 1px 0 rgba(21, 26, 25, .1);
    backdrop-filter: blur(18px) saturate(120%);
}

.public-home .public-header__inner {
    min-height: 88px;
}

.public-home .brand {
    gap: 13px;
}

.public-home .brand__mark,
.public-home .public-footer .brand__mark {
    width: 42px;
    height: 42px;
    color: transparent;
    background: transparent url("../img/kopper-mark-v1.svg") center / contain no-repeat;
    border: 0;
    clip-path: none;
}

.public-home .brand__mark span {
    display: none;
}

.public-home .public-header .brand__name strong {
    color: inherit;
    font-size: .83rem;
    font-weight: 720;
    letter-spacing: .01em;
}

.public-home .public-header .brand__name small {
    color: rgba(255, 255, 255, .58);
    font-size: .56rem;
    font-weight: 560;
    letter-spacing: .09em;
}

.public-home .public-header.is-scrolled .brand__name small {
    color: var(--showcase-muted);
}

.public-home .public-nav {
    color: #fff;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.public-home .public-header.is-scrolled .public-nav {
    color: var(--showcase-ink);
}

.public-home .public-nav a {
    position: relative;
    color: inherit;
    font-size: .77rem;
    font-weight: 620;
}

.public-home .public-nav a:not(.button)::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    content: "";
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.public-home .public-nav a:not(.button):hover {
    color: inherit;
}

.public-home .public-nav a:not(.button):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.public-home .public-nav__cta {
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .34) !important;
    backdrop-filter: blur(8px);
}

.public-home .public-header.is-scrolled .public-nav__cta {
    color: #fff !important;
    background: var(--showcase-ink);
    border-color: var(--showcase-ink) !important;
}

.public-home .nav-toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, .45);
}

.public-home .public-header.is-scrolled .nav-toggle {
    color: var(--showcase-ink);
    border-color: var(--showcase-line);
}

/* Hero. */
.showcase-hero {
    position: relative;
    display: grid;
    min-height: max(760px, 100svh);
    color: #fff;
    background: #101717;
    isolation: isolate;
}

.showcase-hero__media,
.showcase-hero__media img,
.showcase-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.showcase-hero__media {
    z-index: -3;
    overflow: hidden;
}

.showcase-hero__media img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.025) translate3d(0, var(--hero-y, 0), 0);
    transition: transform .2s linear;
}

.showcase-hero__veil {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(8, 13, 13, .94) 0%, rgba(8, 13, 13, .77) 31%, rgba(8, 13, 13, .2) 64%, rgba(8, 13, 13, .2) 100%),
        linear-gradient(180deg, rgba(8, 13, 13, .3), transparent 38%, rgba(8, 13, 13, .72) 100%);
}

.showcase-hero__content {
    display: grid;
    padding-top: 148px;
    padding-bottom: 130px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 72px;
}

.showcase-hero__copy {
    max-width: 900px;
}

.showcase-hero h1 {
    max-width: 12ch;
    margin: 26px 0 30px;
    color: #fff;
    font-size: clamp(4rem, 7.25vw, 8.1rem);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: .94;
}

.showcase-hero h1 em {
    color: #fff;
    font-weight: 400;
}

.showcase-hero__copy > p {
    max-width: 620px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .74);
    font-size: clamp(1rem, 1.3vw, 1.22rem);
    line-height: 1.62;
}

.showcase-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
}

.showcase-text-link {
    position: relative;
    padding-bottom: 6px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    font-size: .82rem;
    font-weight: 650;
    transition: border-color .2s ease, color .2s ease;
}

.showcase-text-link:hover {
    color: #fff;
    border-color: var(--showcase-copper-bright);
}

.showcase-hero__site {
    display: grid;
    width: 194px;
    padding: 24px 0 22px;
    align-self: end;
    border-top: 1px solid rgba(255, 255, 255, .48);
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.showcase-hero__site > span {
    color: rgba(255, 255, 255, .58);
    font-size: .64rem;
    font-weight: 680;
    letter-spacing: .12em;
    line-height: 1.45;
    text-transform: uppercase;
}

.showcase-hero__site strong {
    margin: 15px 0 11px;
    color: #fff;
    font-size: 5.9rem;
    font-weight: 230;
    letter-spacing: -.08em;
    line-height: .8;
}

.showcase-hero__site small {
    color: rgba(255, 255, 255, .74);
    font-size: .74rem;
    line-height: 1.5;
}

.showcase-hero__bottom {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.showcase-hero__visual-note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .45);
    font-size: .62rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.showcase-hero__visual-note i {
    width: 5px;
    height: 5px;
    background: var(--showcase-copper-bright);
    border-radius: 50%;
}

.showcase-scroll {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, .66);
    font-size: .68rem;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.showcase-scroll svg {
    width: 16px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: showcase-scroll-cue 1.8s ease-in-out infinite;
}

@keyframes showcase-scroll-cue {
    0%, 100% { transform: translateY(-2px); }
    50% { transform: translateY(4px); }
}

/* Verified facts become the first editorial beat. */
.showcase-proof {
    color: #fff;
    background-color: var(--showcase-dark-pattern-base);
    background-image: var(--showcase-dark-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
    text-shadow: var(--showcase-text-shadow-dark);
}

.showcase-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.showcase-proof__grid > div {
    display: grid;
    min-height: 164px;
    padding: 32px clamp(24px, 3.5vw, 54px);
    align-content: center;
    gap: 8px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.showcase-proof__grid > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.showcase-proof dt {
    font-size: clamp(1.8rem, 3vw, 3.25rem);
    font-weight: 390;
    letter-spacing: -.045em;
}

.showcase-proof dd {
    margin: 0;
    color: rgba(255, 255, 255, .52);
    font-size: .74rem;
    font-weight: 580;
    letter-spacing: .05em;
    text-transform: uppercase;
}

/* Editorial company story. */
.showcase-manifesto {
    padding: clamp(100px, 12vw, 180px) 0;
    background-color: var(--showcase-light-pattern-base);
    background-image: var(--showcase-light-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
}

.showcase-manifesto__heading {
    display: grid;
    margin-bottom: clamp(72px, 9vw, 130px);
    grid-template-columns: minmax(180px, .32fr) 1fr;
    align-items: start;
    gap: 50px;
}

.showcase-manifesto__heading h2 {
    max-width: 1000px;
    margin: -11px 0 0;
    font-size: clamp(3.2rem, 6.45vw, 7.1rem);
    font-weight: 360;
    letter-spacing: -.065em;
    line-height: .98;
}

.showcase-manifesto__body {
    display: grid;
    grid-template-columns: minmax(320px, .84fr) minmax(0, 1.16fr);
    align-items: center;
    gap: clamp(62px, 9vw, 142px);
}

.showcase-manifesto__media {
    position: relative;
    margin: 0;
}

.showcase-manifesto__media::before {
    position: absolute;
    top: -28px;
    right: -28px;
    width: 46%;
    height: 44%;
    content: "";
    border-top: 1px solid var(--showcase-copper);
    border-right: 1px solid var(--showcase-copper);
    pointer-events: none;
}

.showcase-manifesto__media picture {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--showcase-coal);
}

.showcase-manifesto__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}

.showcase-manifesto__media:hover img {
    transform: scale(1.025);
}

.showcase-manifesto__media figcaption {
    display: flex;
    padding-top: 16px;
    justify-content: space-between;
    gap: 20px;
    color: var(--showcase-muted);
    font-size: .65rem;
    font-weight: 640;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.showcase-manifesto__story {
    max-width: 720px;
    justify-self: end;
}

.showcase-manifesto__lead {
    margin-bottom: 30px;
    color: var(--showcase-ink);
    font-size: clamp(1.65rem, 2.5vw, 2.65rem);
    font-weight: 390;
    letter-spacing: -.035em;
    line-height: 1.26;
}

.showcase-manifesto__story > p:not(.showcase-manifesto__lead) {
    max-width: 610px;
    margin-bottom: 58px;
    color: var(--showcase-muted);
    font-size: 1.02rem;
    line-height: 1.76;
}

.showcase-principles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--showcase-line);
}

.showcase-principles article {
    padding: 28px 30px 0 0;
}

.showcase-principles article + article {
    padding-left: 30px;
    border-left: 1px solid var(--showcase-line);
}

.showcase-principles article > span {
    color: var(--showcase-copper);
    font-size: .66rem;
    font-weight: 720;
}

.showcase-principles h3 {
    margin: 16px 0 10px;
    font-size: 1.08rem;
    font-weight: 690;
}

.showcase-principles p {
    margin-bottom: 0;
    color: var(--showcase-muted);
    font-size: .83rem;
    line-height: 1.58;
}

/* Immersive production story. */
.showcase-production {
    padding: clamp(100px, 11vw, 165px) 0 clamp(120px, 12vw, 190px);
    color: #fff;
    background-color: var(--showcase-dark-pattern-base);
    background-image: var(--showcase-dark-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
    text-shadow: var(--showcase-text-shadow-dark);
}

.showcase-production__heading {
    display: grid;
    margin-bottom: 92px;
    grid-template-columns: 1fr minmax(280px, 420px);
    align-items: end;
    gap: 72px;
}

.showcase-production__heading h2 {
    margin: 24px 0 0;
    color: #fff;
    font-size: clamp(3.1rem, 6vw, 6.5rem);
    font-weight: 350;
    letter-spacing: -.06em;
    line-height: .96;
}

.showcase-production__heading > p {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .54);
    font-size: 1rem;
    line-height: 1.7;
}

.showcase-production__story {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(360px, .68fr);
    align-items: start;
    gap: clamp(56px, 7vw, 108px);
}

.showcase-production__visual {
    position: sticky;
    top: 112px;
    height: min(74vh, 780px);
    min-height: 560px;
    margin: 0;
    overflow: hidden;
    background: #1d2422;
}

.showcase-production__visual picture,
.showcase-production__visual img,
.showcase-production__visual-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.showcase-production__frame {
    z-index: 0;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .72s ease, transform 1.2s cubic-bezier(.2,.75,.2,1);
}

.showcase-production__frame.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.showcase-production__frame img {
    object-fit: cover;
    filter: saturate(.82) contrast(1.04);
}

.showcase-production__frame[data-production-frame="1"] img { object-position: 58% center; }
.showcase-production__frame[data-production-frame="2"] img { object-position: 63% center; }
.showcase-production__frame[data-production-frame="3"] img { object-position: 48% center; filter: saturate(.72) contrast(1.06) brightness(.76); }
.showcase-production__frame[data-production-frame="4"] img { object-position: 44% center; filter: saturate(.76) contrast(1.05) brightness(.82); }

.showcase-production__visual-shade {
    z-index: 2;
    background: linear-gradient(180deg, transparent 45%, rgba(7, 11, 11, .83) 100%);
}

.showcase-production__visual::before,
.showcase-production__visual::after {
    position: absolute;
    z-index: 4;
    content: "";
    pointer-events: none;
}

.showcase-production__visual::before {
    inset: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
}

.showcase-production__visual::after {
    top: 20px;
    left: 20px;
    width: 88px;
    height: 3px;
    background: var(--showcase-copper-bright);
}

.showcase-production__visual figcaption {
    position: absolute;
    z-index: 3;
    right: 46px;
    bottom: 42px;
    left: 46px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 6px 20px;
}

.showcase-production__visual figcaption > span {
    color: var(--showcase-copper-bright);
    font-size: .73rem;
    font-weight: 740;
}

.showcase-production__visual figcaption > strong {
    color: #fff;
    font-size: clamp(1.5rem, 2.2vw, 2.45rem);
    font-weight: 520;
    letter-spacing: -.03em;
}

.showcase-production__visual figcaption > small {
    grid-column: 2;
    color: rgba(255, 255, 255, .44);
    font-size: .58rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.showcase-production__steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.showcase-production__steps li {
    display: grid;
    min-height: min(38vh, 390px);
    padding: 58px 0;
    grid-template-columns: 54px 1fr;
    align-content: center;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    opacity: .72;
    transition: opacity .45s ease, transform .45s ease;
}

.showcase-production__steps li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.showcase-production__steps li.is-active {
    opacity: 1;
    transform: translateX(8px);
}

.showcase-production__steps li > span {
    padding-top: 8px;
    color: var(--showcase-copper-bright);
    font-size: .66rem;
    font-weight: 720;
    text-shadow: var(--showcase-accent-shadow-dark);
}

.showcase-production__steps h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.95rem);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.12;
    text-shadow: var(--showcase-accent-shadow-dark);
}

.showcase-production__steps p {
    max-width: 380px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .92rem;
    line-height: 1.65;
}

/* The product, shown as a real interface instead of a feature checklist. */
.showcase-portal {
    padding: clamp(105px, 11vw, 170px) 0;
    background-color: var(--showcase-light-pattern-base);
    background-image: var(--showcase-light-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
}

.showcase-portal__intro {
    display: grid;
    grid-template-columns: .38fr 1.2fr .72fr;
    align-items: start;
    gap: 42px;
}

.showcase-portal__intro h2 {
    max-width: 880px;
    margin: -11px 0 0;
    font-size: clamp(3.15rem, 6vw, 6.6rem);
    font-weight: 360;
    letter-spacing: -.065em;
    line-height: .98;
}

.showcase-portal__intro > p {
    margin: 4px 0 0;
    color: var(--showcase-muted);
    font-size: .96rem;
    line-height: 1.72;
}

.showcase-portal__stage {
    margin-top: clamp(70px, 8vw, 118px);
}

.portal-product {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(21, 26, 25, .13);
    border-radius: 28px;
    background: #f8f8f5;
    box-shadow: 0 42px 90px rgba(24, 31, 29, .16), 0 8px 24px rgba(24, 31, 29, .08);
}

.portal-product::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--showcase-copper), #e09c65 42%, transparent 76%);
}

.portal-product__topbar {
    display: grid;
    min-height: 76px;
    padding: 0 28px;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 26px;
    background: #fff;
    border-bottom: 1px solid rgba(21, 26, 25, .09);
}

.portal-product__brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.portal-product__brand img {
    width: 34px;
    height: 34px;
}

.portal-product__brand > span {
    display: grid;
    gap: 2px;
}

.portal-product__brand strong {
    font-size: .77rem;
    font-weight: 740;
}

.portal-product__brand small {
    color: var(--showcase-muted);
    font-size: .59rem;
}

.portal-product__status {
    display: inline-flex;
    min-height: 32px;
    padding: 0 13px;
    align-items: center;
    gap: 7px;
    color: #55605d;
    background: #f0f2ef;
    border-radius: 999px;
    font-size: .63rem;
    font-weight: 650;
}

.portal-product__status i {
    width: 6px;
    height: 6px;
    background: #54a871;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(84, 168, 113, .11);
}

.portal-product__user {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #fff;
    background: var(--showcase-ink-soft);
    border-radius: 50%;
    font-size: .74rem;
    font-weight: 720;
}

.portal-product__workspace {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
}

.portal-product__nav {
    display: grid;
    padding: 28px 16px;
    align-content: start;
    gap: 7px;
    color: #727a76;
    background: #f1f2ef;
    border-right: 1px solid rgba(21, 26, 25, .08);
}

.portal-product__nav > span {
    display: flex;
    min-height: 45px;
    padding: 0 13px;
    align-items: center;
    gap: 11px;
    border-radius: 10px;
    font-size: .67rem;
    font-weight: 630;
}

.portal-product__nav > span.is-current {
    color: #fff;
    background: var(--showcase-ink-soft);
    box-shadow: 0 8px 18px rgba(24, 31, 29, .13);
}

.portal-product__nav i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    font-style: normal;
    font-size: .72rem;
}

.portal-product__content {
    padding: clamp(28px, 4vw, 58px);
}

.portal-product__welcome {
    display: flex;
    margin-bottom: 34px;
    align-items: start;
    justify-content: space-between;
    gap: 28px;
}

.portal-product__welcome > div {
    display: grid;
}

.portal-product__welcome small {
    margin-bottom: 8px;
    color: var(--showcase-copper);
    font-size: .58rem;
    font-weight: 740;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.portal-product__welcome strong {
    font-size: clamp(1.45rem, 2.5vw, 2.45rem);
    font-weight: 470;
    letter-spacing: -.045em;
}

.portal-product__welcome div > span {
    margin-top: 5px;
    color: var(--showcase-muted);
    font-size: .68rem;
}

.portal-product__demo {
    padding: 7px 10px;
    color: var(--showcase-muted);
    border: 1px solid rgba(21, 26, 25, .12);
    border-radius: 999px;
    font-size: .54rem;
    font-weight: 640;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.portal-product__cards {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.portal-product__card {
    position: relative;
    display: grid;
    min-height: 175px;
    padding: 24px;
    align-content: start;
    overflow: hidden;
    border: 1px solid rgba(21, 26, 25, .1);
    border-radius: 17px;
    background: #fff;
}

.portal-product__card--rank {
    color: #fff;
    background: linear-gradient(135deg, #222a28, #111615);
    border-color: transparent;
}

.portal-product__card > small,
.portal-product__news > small {
    color: var(--showcase-muted);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.portal-product__card--rank > small {
    color: rgba(255, 255, 255, .5);
}

.portal-product__card > strong {
    max-width: 75%;
    margin: 20px 0 8px;
    font-size: 1.08rem;
    font-weight: 650;
    letter-spacing: -.02em;
}

.portal-product__card > span {
    max-width: 78%;
    color: var(--showcase-muted);
    font-size: .65rem;
    line-height: 1.5;
}

.portal-product__card--rank > span {
    color: rgba(255, 255, 255, .5);
}

.portal-product__card--rank > i {
    position: absolute;
    right: -12px;
    bottom: -30px;
    color: rgba(208, 126, 74, .19);
    font-style: normal;
    font-size: 8rem;
    line-height: 1;
}

.portal-product__shift {
    display: grid;
    margin-top: auto;
    padding-top: 23px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
}

.portal-product__shift b {
    font-size: .6rem;
    font-weight: 650;
}

.portal-product__shift i {
    height: 1px;
    background: linear-gradient(90deg, #d8ddd8 0 44%, var(--showcase-copper) 44% 56%, #d8ddd8 56%);
}

.portal-product__lower {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 20px;
}

.portal-product__news {
    display: grid;
    min-height: 190px;
    padding: 25px;
    align-content: start;
    border: 1px solid rgba(21, 26, 25, .1);
    border-radius: 17px;
    background: #fff;
}

.portal-product__news strong {
    margin: 17px 0 9px;
    font-size: 1.12rem;
    font-weight: 650;
}

.portal-product__news p {
    max-width: 470px;
    margin-bottom: 20px;
    color: var(--showcase-muted);
    font-size: .68rem;
    line-height: 1.55;
}

.portal-product__news > span {
    margin-top: auto;
    color: var(--showcase-copper);
    font-size: .65rem;
    font-weight: 680;
}

.portal-product__news b {
    margin-left: 7px;
}

.portal-product__actions {
    display: grid;
    gap: 12px;
}

.portal-product__actions article {
    display: flex;
    min-height: 89px;
    padding: 18px;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(21, 26, 25, .1);
    border-radius: 15px;
    background: #fff;
}

.portal-product__actions i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--showcase-copper);
    background: rgba(185, 102, 53, .1);
    border-radius: 10px;
    font-style: normal;
    font-size: .9rem;
    font-weight: 700;
}

.portal-product__actions article > span {
    display: grid;
    gap: 4px;
}

.portal-product__actions strong {
    font-size: .71rem;
    font-weight: 680;
}

.portal-product__actions small {
    color: var(--showcase-muted);
    font-size: .58rem;
}

.showcase-portal__cta {
    display: flex;
    margin-top: 34px;
    padding: 0 4px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.showcase-portal__cta > div {
    display: grid;
    gap: 6px;
}

.showcase-portal__cta strong {
    font-size: .92rem;
}

.showcase-portal__cta div > span {
    color: var(--showcase-muted);
    font-size: .78rem;
}

/* Dynamic editorial content. */
.showcase-news {
    padding: clamp(105px, 11vw, 170px) 0;
    background-color: var(--showcase-light-pattern-base);
    background-image: var(--showcase-light-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
}

.showcase-news__heading {
    display: flex;
    margin-bottom: 72px;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}

.showcase-news__heading h2 {
    margin: 22px 0 0;
    font-size: clamp(3rem, 5.6vw, 6.1rem);
    font-weight: 360;
    letter-spacing: -.06em;
    line-height: .98;
}

.showcase-arrow-link {
    display: inline-flex;
    padding-bottom: 8px;
    gap: 14px;
    color: var(--showcase-ink);
    border-bottom: 1px solid var(--showcase-line);
    font-size: .76rem;
    font-weight: 680;
}

.showcase-arrow-link span {
    color: var(--showcase-copper);
}

.showcase-news__grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 28px;
}

.showcase-story {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    border-top: 1px solid var(--showcase-line);
    padding-top: 24px;
}

.showcase-story--lead {
    grid-row: span 2;
    grid-template-columns: 1fr;
    padding-top: 0;
    border-top: 0;
}

.showcase-story__media {
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: #e4e0d9;
}

.showcase-story--lead .showcase-story__media {
    aspect-ratio: 16 / 10;
}

.showcase-story__media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.showcase-story:hover .showcase-story__media > img {
    transform: scale(1.025);
}

.showcase-story__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: inherit;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(18, 24, 23, .74), rgba(18, 24, 23, .2)),
        url("../img/showcase/quarry-hero-v1.webp") center / cover no-repeat;
}

.showcase-story__placeholder img {
    filter: drop-shadow(0 7px 18px rgba(0, 0, 0, .24));
    opacity: .84;
}

.showcase-story__placeholder--1 {
    background:
        linear-gradient(135deg, rgba(18, 24, 23, .72), rgba(18, 24, 23, .2)),
        url("../img/showcase/loading-v1.webp") 58% center / cover no-repeat;
}

.showcase-story__placeholder--2 {
    background:
        linear-gradient(135deg, rgba(18, 24, 23, .72), rgba(18, 24, 23, .16)),
        url("../img/showcase/truck-detail-v1.webp") center 65% / cover no-repeat;
}

.showcase-story__placeholder--3 {
    background:
        linear-gradient(135deg, rgba(18, 24, 23, .72), rgba(18, 24, 23, .18)),
        url("../img/showcase/dump-v1.webp") 42% center / cover no-repeat;
}

.showcase-story__meta {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    gap: 18px;
    color: var(--showcase-muted);
    font-size: .6rem;
    font-weight: 650;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.showcase-story h3 {
    margin: 0 0 12px;
    font-size: clamp(1.18rem, 2vw, 2rem);
    font-weight: 570;
    letter-spacing: -.035em;
    line-height: 1.16;
}

.showcase-story--lead h3 {
    font-size: clamp(1.8rem, 3.4vw, 3.6rem);
}

.showcase-story h3 a {
    color: inherit;
}

.showcase-story__body > p {
    margin-bottom: 0;
    color: var(--showcase-muted);
    font-size: .82rem;
    line-height: 1.58;
}

/* Server-provided leaders only. */
.showcase-leaders {
    padding: clamp(100px, 11vw, 165px) 0;
    color: #fff;
    background-color: var(--showcase-dark-pattern-base);
    background-image: var(--showcase-dark-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
    text-shadow: var(--showcase-text-shadow-dark);
}

.showcase-leaders__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
    gap: clamp(70px, 9vw, 140px);
}

.showcase-leaders h2 {
    margin: 25px 0 30px;
    color: #fff;
    font-size: clamp(3rem, 5.3vw, 5.8rem);
    font-weight: 360;
    letter-spacing: -.06em;
    line-height: .98;
}

.showcase-leaders header > p {
    max-width: 510px;
    color: rgba(255, 255, 255, .5);
    font-size: .9rem;
    line-height: 1.68;
}

.showcase-leaders__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.showcase-leader {
    display: grid;
    min-height: 112px;
    padding: 15px 0;
    grid-template-columns: 46px 72px 1fr auto;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.showcase-leader__place {
    color: var(--showcase-copper-bright);
    font-size: 1.5rem;
    font-weight: 350;
}

.showcase-leader > img,
.showcase-leader__avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.showcase-leader__avatar {
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .11);
    font-weight: 700;
}

.showcase-leader__person {
    display: grid;
    gap: 5px;
}

.showcase-leader__person strong {
    font-size: .88rem;
    font-weight: 650;
}

.showcase-leader__person small {
    color: rgba(255, 255, 255, .48);
    font-size: .67rem;
}

.showcase-leader__tier {
    color: rgba(255, 255, 255, .7);
    font-size: .62rem;
    font-weight: 690;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Full-bleed closing image. */
.showcase-career {
    position: relative;
    display: grid;
    min-height: min(780px, 82svh);
    color: #fff;
    background: #101514;
    isolation: isolate;
}

.showcase-career__media,
.showcase-career__media img,
.showcase-career__veil {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.showcase-career__media img {
    object-fit: cover;
    object-position: center 58%;
}

.showcase-career__veil {
    z-index: -1;
    background: linear-gradient(90deg, rgba(8, 13, 13, .94), rgba(8, 13, 13, .55) 50%, rgba(8, 13, 13, .17)), linear-gradient(180deg, transparent, rgba(8, 13, 13, .5));
}

.showcase-career__content {
    display: grid;
    padding-block: 125px 100px;
    align-content: center;
    justify-items: start;
}

.showcase-career h2 {
    max-width: 850px;
    margin: 27px 0 24px;
    color: #fff;
    font-size: clamp(3.25rem, 6.3vw, 7rem);
    font-weight: 360;
    letter-spacing: -.065em;
    line-height: .95;
}

.showcase-career p {
    max-width: 520px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .66);
    font-size: .96rem;
    line-height: 1.65;
}

/* Footer is quieter than the closing scene. */
.public-home .public-footer {
    color: #e8ebe7;
    background-color: var(--showcase-dark-pattern-base);
    background-image: var(--showcase-dark-pattern);
    background-position: center top;
    background-size: max(100%, 1600px) auto;
    background-repeat: no-repeat;
    text-shadow: var(--showcase-text-shadow-dark);
}

/* Distinctive Cyrillic display face with a restrained raised-letter effect. */
.showcase-hero h1 {
    max-width: 16ch;
    font-size: clamp(4.2rem, 7vw, 7.7rem);
    font-weight: 700;
    letter-spacing: .005em;
    line-height: .9;
    text-shadow: var(--showcase-heading-shadow-dark);
}

.showcase-hero h1 em {
    font-weight: 700;
}

.showcase-manifesto__heading h2,
.showcase-portal__intro h2,
.showcase-news__heading h2 {
    font-size: clamp(3.2rem, 6vw, 6.35rem);
    font-weight: 700;
    letter-spacing: .005em;
    line-height: .92;
    text-shadow: var(--showcase-heading-shadow-light);
}

.showcase-production__heading h2,
.showcase-leaders h2,
.showcase-career h2 {
    font-size: clamp(3.2rem, 5.9vw, 6.2rem);
    font-weight: 700;
    letter-spacing: .005em;
    line-height: .92;
    text-shadow: var(--showcase-heading-shadow-dark);
}

.showcase-proof dt,
.showcase-hero__site strong,
.showcase-leader__place {
    font-family: "Bicubik Display", "Onest Variable", "Segoe UI", sans-serif;
    font-weight: 400;
    letter-spacing: -.015em;
    text-shadow: var(--showcase-heading-shadow-dark);
}

.public-home .public-footer__route {
    display: none;
}

.public-home .public-footer__grid {
    padding: 72px 0 64px;
    border-top: 0;
}

.public-home .public-footer__note,
.public-home .public-footer__location small,
.public-home .public-footer__links a {
    color: #929b97;
}

.public-home .public-footer__bottom {
    color: #626c68;
}

/* Motion is progressive enhancement only. */
.js .showcase-home [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1);
}

.js .showcase-home [data-reveal].is-revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1180px) {
    .public-home .public-nav {
        gap: 30px;
    }
}

@media (max-width: 1099.98px) {
    .showcase-home .page-container {
        width: min(calc(100% - 40px), 1392px);
    }

    .showcase-hero__content {
        gap: 38px;
    }

    .showcase-hero__site {
        width: 155px;
    }

    .showcase-manifesto__body {
        gap: 70px;
    }

    .showcase-production__story {
        grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
        gap: 54px;
    }

    .showcase-portal__intro {
        grid-template-columns: .3fr 1fr;
    }

    .showcase-portal__intro > p {
        grid-column: 2;
        max-width: 620px;
    }
}

@media (max-width: 899.98px) {
    .public-home .public-header__inner {
        min-height: 74px;
    }

    .public-home .public-nav {
        color: var(--showcase-ink);
        background: rgba(247, 245, 240, .98);
        box-shadow: 0 24px 42px rgba(15, 22, 20, .18);
    }

    .public-home .public-nav a {
        color: var(--showcase-ink);
    }

    .public-home .public-nav a:not(.button)::after {
        display: none;
    }

    .public-home .public-nav__cta {
        color: #fff !important;
        background: var(--showcase-ink);
        border-color: var(--showcase-ink) !important;
    }

    .showcase-hero__content {
        padding-top: 128px;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .showcase-hero h1 {
        max-width: 100%;
        font-size: clamp(3rem, 7.5vw, 4.8rem);
    }

    .showcase-hero__site {
        position: absolute;
        right: 24px;
        bottom: 102px;
        width: 140px;
    }

    .showcase-hero__site strong {
        font-size: 4.6rem;
    }

    .showcase-hero__bottom {
        bottom: 24px;
    }

    .showcase-proof__grid > div {
        min-height: 142px;
        padding-inline: 23px;
    }

    .showcase-manifesto__heading {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .showcase-manifesto__body {
        grid-template-columns: .84fr 1.16fr;
        gap: 45px;
    }

    .showcase-manifesto__lead {
        font-size: 1.5rem;
    }

    .showcase-principles {
        grid-template-columns: 1fr;
    }

    .showcase-principles article + article {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid var(--showcase-line);
        margin-top: 26px;
    }

    .showcase-production__heading {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .showcase-production__heading > p {
        max-width: 590px;
    }

    .showcase-production__story {
        grid-template-columns: 1fr;
    }

    .showcase-production__visual {
        position: relative;
        top: auto;
        height: min(68vw, 650px);
        min-height: 430px;
    }

    .showcase-production__steps {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .showcase-production__steps li {
        min-height: 250px;
        padding: 36px 26px 36px 0;
        opacity: 1;
    }

    .showcase-production__steps li:nth-child(even) {
        padding-left: 26px;
        border-left: 1px solid rgba(255, 255, 255, .13);
    }

    .showcase-production__steps li.is-active {
        transform: none;
    }

    .showcase-portal__intro {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .showcase-portal__intro > p {
        grid-column: auto;
        max-width: 620px;
    }

    .portal-product__workspace {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .portal-product__nav {
        padding-inline: 12px;
    }

    .portal-product__content {
        padding: 30px;
    }

    .portal-product__cards,
    .portal-product__lower {
        grid-template-columns: 1fr;
    }

    .portal-product__actions {
        grid-template-columns: 1fr 1fr;
    }

    .showcase-news__grid {
        grid-template-columns: 1fr;
    }

    .showcase-story--lead {
        grid-row: auto;
    }

    .showcase-leaders__grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }
}

@media (max-width: 639.98px) {
    .showcase-home .page-container {
        width: min(calc(100% - 32px), 1392px);
    }

    .public-home .brand__mark,
    .public-home .public-footer .brand__mark {
        width: 38px;
        height: 38px;
    }

    .public-home .public-header .brand__name strong {
        font-size: .76rem;
    }

    .showcase-kicker {
        font-size: .62rem;
        letter-spacing: .13em;
    }

    .showcase-hero {
        min-height: max(700px, 100svh);
    }

    .showcase-hero__media img {
        object-position: 68% center;
    }

    .showcase-hero__veil {
        background:
            linear-gradient(180deg, rgba(8, 13, 13, .62) 0%, rgba(8, 13, 13, .18) 30%, rgba(8, 13, 13, .92) 75%, rgba(8, 13, 13, .96) 100%),
            linear-gradient(90deg, rgba(8, 13, 13, .42), transparent 75%);
    }

    .showcase-hero__content {
        padding-top: 118px;
        padding-bottom: 152px;
        align-items: end;
    }

    .showcase-hero__copy {
        align-self: end;
    }

    .showcase-hero h1 {
        max-width: 100%;
        margin: 20px 0 23px;
        font-size: clamp(2.7rem, 11vw, 3.35rem);
        line-height: .92;
    }

    .showcase-hero__copy > p {
        max-width: 34ch;
        margin-bottom: 28px;
        font-size: .91rem;
        line-height: 1.55;
    }

    .showcase-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .showcase-button {
        width: 100%;
        min-height: 56px;
    }

    .showcase-text-link {
        align-self: flex-start;
    }

    .showcase-hero__site {
        display: none;
    }

    .showcase-hero__visual-note {
        font-size: .54rem;
    }

    .showcase-scroll {
        display: none;
    }

    .showcase-proof__grid {
        grid-template-columns: 1fr;
    }

    .showcase-proof__grid > div {
        min-height: 112px;
        padding: 22px 0;
        grid-template-columns: 42% 1fr;
        align-items: center;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .showcase-proof__grid > div:last-child {
        border-right: 0;
        border-bottom: 0;
    }

    .showcase-proof dt {
        font-size: 2rem;
    }

    .showcase-proof dd {
        font-size: .62rem;
        line-height: 1.5;
    }

    .showcase-manifesto {
        padding-block: 92px;
    }

    .showcase-manifesto__heading {
        margin-bottom: 60px;
        gap: 28px;
    }

    .showcase-manifesto__heading h2,
    .showcase-production__heading h2,
    .showcase-portal__intro h2,
    .showcase-news__heading h2,
    .showcase-leaders h2,
    .showcase-career h2 {
        font-size: clamp(2.5rem, 10.5vw, 3.4rem);
        line-height: .94;
    }

    .showcase-manifesto__body {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .showcase-manifesto__media {
        width: 88%;
    }

    .showcase-manifesto__media::before {
        top: -18px;
        right: -18px;
    }

    .showcase-manifesto__media figcaption {
        align-items: start;
        flex-direction: column;
        gap: 5px;
    }

    .showcase-manifesto__lead {
        font-size: 1.48rem;
    }

    .showcase-manifesto__story > p:not(.showcase-manifesto__lead) {
        margin-bottom: 44px;
        font-size: .92rem;
    }

    .showcase-production {
        padding-block: 92px 110px;
    }

    .showcase-production__heading {
        margin-bottom: 58px;
    }

    .showcase-production__visual {
        width: calc(100% + 32px);
        height: 72vh;
        min-height: 520px;
        margin-left: -16px;
    }

    .showcase-production__frame[data-production-frame="1"] img { object-position: 59% center; }
    .showcase-production__frame[data-production-frame="2"] img { object-position: 67% center; }
    .showcase-production__frame[data-production-frame="3"] img { object-position: 58% center; }
    .showcase-production__frame[data-production-frame="4"] img { object-position: 46% center; }

    .showcase-production__visual::before {
        inset: 14px;
    }

    .showcase-production__visual::after {
        top: 14px;
        left: 14px;
    }

    .showcase-production__visual figcaption {
        right: 30px;
        bottom: 30px;
        left: 30px;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .showcase-production__visual figcaption > small {
        grid-column: 1;
    }

    .showcase-production__steps {
        grid-template-columns: 1fr;
    }

    .showcase-production__steps li,
    .showcase-production__steps li:nth-child(even) {
        min-height: 0;
        padding: 36px 0;
        border-left: 0;
    }

    .showcase-production__steps h3 {
        font-size: clamp(1.2rem, 5.4vw, 1.45rem);
        line-height: 1.15;
    }

    .showcase-portal {
        padding-block: 92px;
    }

    .showcase-portal__stage {
        width: 100%;
        margin-top: 60px;
    }

    .portal-product {
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        box-shadow: 0 28px 58px rgba(24, 31, 29, .14);
    }

    .portal-product__topbar {
        padding-inline: 18px;
        grid-template-columns: 1fr auto;
    }

    .portal-product__status {
        display: none;
    }

    .portal-product__workspace {
        grid-template-columns: 1fr;
    }

    .portal-product__nav {
        display: none;
    }

    .portal-product__content {
        padding: 25px 18px 22px;
    }

    .portal-product__welcome {
        margin-bottom: 24px;
    }

    .portal-product__demo {
        display: none;
    }

    .portal-product__cards,
    .portal-product__lower {
        gap: 12px;
    }

    .portal-product__card {
        min-height: 160px;
        padding: 20px;
    }

    .portal-product__actions {
        grid-template-columns: 1fr;
    }

    .showcase-portal__cta {
        padding-inline: 0;
        align-items: stretch;
        flex-direction: column;
    }

    .showcase-news {
        padding-block: 92px;
    }

    .showcase-news__heading {
        margin-bottom: 52px;
        align-items: start;
        flex-direction: column;
    }

    .showcase-story,
    .showcase-story--lead {
        grid-template-columns: 1fr;
    }

    .showcase-story__media {
        aspect-ratio: 16 / 10;
    }

    .showcase-leaders {
        padding-block: 92px;
    }

    .showcase-leader {
        min-height: 98px;
        grid-template-columns: 34px 54px 1fr;
        gap: 12px;
    }

    .showcase-leader > img,
    .showcase-leader__avatar {
        width: 50px;
        height: 50px;
    }

    .showcase-leader__tier {
        grid-column: 3;
        margin-top: -16px;
    }

    .showcase-career {
        min-height: 720px;
    }

    .showcase-career__media img {
        object-position: 68% center;
    }

    .showcase-career__veil {
        background: linear-gradient(180deg, rgba(8, 13, 13, .23), rgba(8, 13, 13, .92) 66%, rgba(8, 13, 13, .98));
    }

    .showcase-career__content {
        padding-block: 110px 72px;
        align-content: end;
    }

    .public-home .public-footer__grid {
        padding-top: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .showcase-home *,
    .showcase-home *::before,
    .showcase-home *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .js .showcase-home [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
