:root {
    --inco-red: #CC1325;
    --ink: #161616;
    --muted: #5f6368;
    --soft-gray: #f3f3f4;
    --deep-green: #163d3f;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
    line-height: 1.7;
}

a {
    color: inherit;
}

.hero-section {
    padding: 12px 0 132px;
}

.hero-container {
    max-width: 1400px;
}

.hero-items {
    min-height: 600px !important;
}

.hero-slide {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 480px;
    min-height: 600px;
    margin-left: 103px;
    padding: 44px 45px 34px 43px;
    background: #fff;
}

.hero-copy > * {
    opacity: 0;
    animation: heroTextFadeUp .75s cubic-bezier(.25, .46, .45, .94) forwards;
}

.hero-copy > *:nth-child(1) { animation-delay: .1s; }
.hero-copy > *:nth-child(2) { animation-delay: .25s; }
.hero-copy > *:nth-child(3) { animation-delay: .4s; }

.hero-copy h1 {
    margin: 0 0 42px;
    color: #111;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}

.hero-copy p {
    width: 392px;
    margin: 0 0 183px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;

    font-variation-settings: "opsz";
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

.primary-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 240px;
    height: 60px;
    padding: 0 28px;
    border-radius: 90px;
    background: var(--inco-red);
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.primary-pill:hover {
    color: #fff;
    background: #bd1022;
    text-decoration: none;
    transform: translateY(-1px);
}

.hero-image {
    position: absolute;
    inset: 0;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.02);
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 12px;
    padding-left: 0;
}

.slider-controls a[uk-slidenav-previous],
.slider-controls a[uk-slidenav-next] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    padding: 0 !important;
    color: #8f969b;
    border: 1px solid #adb3b7;
    border-radius: 50%;
    line-height: 1;
    box-sizing: border-box;
}

.slider-controls a[uk-slidenav-previous] svg,
.slider-controls a[uk-slidenav-next] svg {
    display: block;
    width: 8px;
    height: 8px;
    color: currentColor;
    stroke-width: 2;
}

.slider-controls .uk-dotnav {
    gap: 7px;
    margin: 0;
}

.slider-controls .uk-dotnav > * {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.slider-controls .uk-dotnav > * > * {
    width: 8px;
    height: 8px;
    border: 0;
    background: #b6b6b6;
}

.slider-controls .uk-dotnav > .uk-active > * {
    width: 10px;
    height: 10px;
    background: #333;
}

.about-section {
    padding: 0 0 173px;
}

.about-section h2 {
    margin: 0 0 62px;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.about-section p {
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #333333;
    margin: 5px 0;
}

.about-anim {
    animation-name: aboutFadeUp;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-fill-mode: both;
}

@keyframes aboutFadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-anim {
    animation-name: heroFadeUp;
    animation-duration: .9s;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-fill-mode: both;
}

@keyframes heroFadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text-anim {
    animation-name: heroTextFadeUp;
    animation-duration: .75s;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-fill-mode: both;
}

@keyframes heroTextFadeUp {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 140px;
    background:
            url('../img/product-center.png') rgba(19, 58, 60, .94) center/cover;
}

.product-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 4px 4px;
    opacity: .28;
    pointer-events: none;
}

.product-watermark {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 84px;
    height: 450px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .2);
    border-radius: 36px;
    opacity: .42;
}

.product-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.section-heading p {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0em;
}

.section-heading h2 {
    margin: 6px 0 21px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.section-heading span {
    display: block;
    max-width: 420px;
    margin: 0 auto 58px;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.product-grid > div {
    width: 220px;
    height: 150px;
    flex: 0 0 auto;
}

.product-tile {
    display: flex;
    width: 220px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 17px 16px;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-tile:hover {
    color: var(--inco-red);
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.product-tile i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.showcase-section {
    padding: 50px 0;
    background: #fff;
}

.showcase-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    column-gap: 40px;
    align-items: center;
    align-content: end;
    width: min(1400px, calc(100% - 48px));
    max-width: none;
    min-height: 600px;
    padding: 44px 38px 0;
    background: #e9e9eb;
    box-sizing: border-box;
}

.showcase-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}

.showcase-copy h2 {
    margin: 0 0 22px;
    color: #111;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.showcase-copy p {
    margin: 0 0 82px;
    color: #222;
    font-size: 14px;
}

.outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 32px;
    border: 1px solid #111;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}

.outline-button:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.showcase-media {
    position: relative;
    overflow: hidden;
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}

.showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-main {
    z-index: 3;
    justify-self: start;
    width: min(400px, 38.4%);
    aspect-ratio: 400 / 532;
    height: auto;
    margin-left: 7.5%;
}

.media-overlap {
    z-index: 2;
    justify-self: start;
    width: min(304px, 29.1%);
    aspect-ratio: 304 / 430;
    height: auto;
    align-self: end;
    margin-left: 38.5%;
    margin-bottom: 0;
}

.media-tags {
    z-index: 1;
    justify-self: start;
    width: min(400px, 38.4%);
    aspect-ratio: 400 / 532;
    height: auto;
    margin-left: 61.3%;
}

.news-section {
    padding: 34px 0;
    background: #f3f3f3;
}

.news-card {
    display: flex;
    width: min(1200px, calc(100% - 48px));
    max-width: none;
    height: 420px;
    background: #fff;
    padding: 0;
}

.news-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 360px;
    flex-shrink: 0;
    padding: 48px 36px;
}

.eyebrow {
    margin: 0 0 48px;
    color: #111;
    font-size: 18px;
}

.news-copy h2 {
    margin: 0 0 28px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.news-copy > p:not(.eyebrow) {
    margin: 0 0 auto;
    color: #777;
    font-size: 15px;
    line-height: 1.6;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    align-self: flex-start;
    color: #343434;
    font-size: 15px;
    text-decoration: none;
}

.text-link:hover {
    color: var(--inco-red);
    text-decoration: none;
}

.news-image {
    flex: 1;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.heading-anim {
    animation-name: headingFadeUp;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-fill-mode: both;
}

@keyframes headingFadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-card:not(.uk-scrollspy-inview) {
    opacity: 0;
}

.news-card-anim {
    animation: newsCardFadeUp .8s cubic-bezier(.25, .46, .45, .94) both;
}

@keyframes newsCardFadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .hero-container,
    .product-inner,
    .showcase-card {
        max-width: calc(100% - 48px);
    }

    .product-grid > div,
    .product-tile {
        width: 180px;
    }

    .product-grid > div {
        height: 130px;
    }

    .product-tile {
        font-size: 15px;
        padding: 16px 16px 14px;
    }

    .showcase-card {
        grid-template-columns: 220px 1fr;
        column-gap: 32px;
        min-height: 520px;
        padding: 38px 32px 0;
    }

    .media-main,
    .media-tags {
        width: min(300px, 36%);
    }

    .media-overlap {
        width: min(228px, 27%);
        margin-left: 35%;
    }

    .media-tags {
        margin-left: 57%;
    }
}

@media (max-width: 960px) {
    .hero-section {
        padding-bottom: 64px;
    }

    .hero-copy,
    .hero-image {
        min-height: auto !important;
    }

    .hero-items {
        height: 700px !important;
        min-height: 700px !important;
    }

    .hero-slide {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 360px auto;
        min-height: 700px;
    }

    .hero-image {
        position: relative;
        inset: auto;
        height: 360px;
        order: 1;
    }

    .hero-copy {
        order: 2;
        min-height: 340px !important;
        padding: 28px 24px 32px;
    }

    .hero-copy p {
        max-width: none;
        margin-bottom: 32px;
    }

    .slider-controls {
        padding-left: 0;
    }

    .about-section {
        padding-bottom: 72px;
    }

    .about-section p {
        font-size: 15px;
    }

    .showcase-card {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        width: auto;
        min-height: auto;
        align-content: stretch;
        padding: 28px;
    }

    .showcase-copy {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .showcase-copy p {
        margin-bottom: 28px;
    }

    .media-main,
    .media-overlap,
    .media-tags {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 260px;
        margin: 0;
        z-index: auto;
        justify-self: stretch;
        aspect-ratio: auto;
    }

    .media-main {
        grid-column: 1 / -1;
    }

    .product-grid > div,
    .product-tile {
        width: 160px;
    }

    .product-grid > div {
        height: 120px;
    }

    .product-tile {
        font-size: 14px;
        padding: 14px 14px 12px;
    }
}

@media (max-width: 640px) {
    .hero-container,
    .product-inner,
    .showcase-card {
        max-width: calc(100% - 28px);
    }

    .news-card {
        max-width: calc(100% - 28px);
        height: auto;
    }

    .hero-image {
        min-height: 260px !important;
        height: 260px;
    }

    .hero-items {
        height: 600px !important;
        min-height: 600px !important;
    }

    .hero-slide {
        grid-template-rows: 260px auto;
        min-height: 600px;
    }

    .hero-copy {
        min-height: 340px !important;
        margin: 0;
    }

    .hero-copy h1,
    .about-section h2,
    .section-heading h2,
    .showcase-copy h2 {
        font-size: 22px;
    }

    .about-section {
        padding-bottom: 56px;
    }

    .product-section {
        padding: 52px 0 64px;
    }

    .section-heading p {
        font-size: 23px;
    }

    .section-heading span {
        margin-bottom: 34px;
    }

    .showcase-card {
        grid-template-columns: 1fr;
    }

    .news-card {
        flex-direction: column;
        height: auto;
    }

    .news-copy {
        width: auto;
    }

    .media-main,
    .media-overlap,
    .media-tags {
        grid-column: 1;
        width: 100%;
        height: 230px;
        margin: 0;
        z-index: auto;
        justify-self: stretch;
        aspect-ratio: auto;
    }

    .product-grid > div,
    .product-tile {
        width: 140px;
    }

    .product-grid > div {
        height: 100px;
    }

    .product-tile {
        font-size: 13px;
        padding: 12px 12px 10px;
    }

    .product-grid {
        gap: 10px;
    }

    .news-image {
        height: 230px;
        flex: none;
    }
}
