@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&family=Passion+One:wght@900&family=Urbanist:wght@400;600;700&display=swap);
.grid-container,
.main-hero {
    width: 100%;
    position: relative
}

.inline-badge-inner,
.inline-badge-wrapper,
.word {
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-timeline: --text-scroll;
    animation-range-start: entry 100%;
    animation-range-end: exit 0%
}

.hero-bg-layer img,
.static-bg-image {
    object-position: center;
    object-fit: cover
}

.badge-text,
.durability-header h2,
.headline-box h1,
.hero-slogan h1,
.hero-tag,
.split-text-content h2 {
    text-transform: uppercase
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background-color: #fffbf0;
    font-family: Outfit, sans-serif !important;
    overflow-x: hidden
}

.render-container,
.store-front-container,
body,
html {
    overflow-x: clip !important;
    overflow-y: visible !important
}

.d-card,
.detail-card,
.durability-section,
.main-hero,
.split-section,
.sticky-viewport,
.video-full {
    overflow: hidden
}

.grid-container {
    max-width: 1196px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center
}

.main-hero {
    height: 100vh
}

.hero-bg-layer,
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-bg-layer {
    z-index: 1
}

.hero-bg-layer img {
    width: 100%;
    height: 100%
}

.hero-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent 50%);
    z-index: 2
}

.grid-container.hero-foreground {
    position: relative;
    z-index: 10;
    align-items: flex-end !important;
    padding-bottom: 60px
}

.hero-pill-card {
    background-color: #ff6b00;
    width: 65%;
    height: 160px;
    border-radius: 30px 160px 160px 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0
}

.hero-tag {
    font-family: Urbanist, sans-serif !important;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 1rem;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 10px;
    display: block
}

.durability-header h2,
.headline-box h1,
.hero-badge-icon,
.hero-slogan h1 {
    font-family: 'Passion One', cursive !important
}

.hero-slogan {
    position: absolute;
    top: 15px;
    left: 40px;
    bottom: 40px;
    z-index: 12;
    pointer-events: none
}

.hero-slogan h1 {
    font-size: clamp(4rem, 4vw, 10rem);
    line-height: .85;
    color: #fffbf0
}

.mobile-break,
.mobile-hyphen {
    display: none
}

.hero-badge-container {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background-color: #43a096;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffbf0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    z-index: 15
}

.hero-badge-content {
    width: 100%;
    height: 100%;
    position: relative
}

.hero-badge-content svg {
    width: 100%;
    height: 100%;
    animation: 12s linear infinite spin-text
}

.hero-badge-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: .85;
    text-align: center
}

.hero-badge-number {
    font-size: 2.2rem
}

.hero-badge-unit {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 2px
}

.scroller-container {
    height: 100vh;
    position: relative;
    view-timeline-name: --text-scroll;
    view-timeline-axis: block
}

.sticky-viewport {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fffbf0
}

.details-container-wrapper,
.text-section {
    width: 100%
}

.headline-box {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100vh;
}

.small-tag {
    color: #222d3f;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: block;
    font-family: Outfit, sans-serif !important
}

.headline-box h1 {
    font-size:  2.5rem;
    line-height: 1.1;
    color: transparent
}

.word {
    display: inline-block;
    background-image: linear-gradient(90deg, #ff6b00 50%, #ffe5d0 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation-name: fillText
}

.word-cold {
    background-image: linear-gradient(90deg, #5eead4 50%, #d0f5f0 50%) !important
}

@keyframes fillText {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

.inline-badge-wrapper {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 0;
    margin: 0;
    transform: translateY(-15%);
    animation-name: expandSpace
}

.inline-badge-inner {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: scale(0);
    animation-name: popCircle
}

@keyframes expandSpace {
    0% {
        width: 0;
        margin: 0
    }
    100% {
        width: 1em;
        margin: 0 15px
    }
}

@keyframes popCircle {
    0% {
        transform: scale(0)
    }
    80% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes spin-text {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.badge-cold,
.pop-cyan {
    background-color: #5eead4;
    color: #1f2937
}

.badge-hot {
    background-color: #ff6b00;
    color: #fff
}

.inline-badge-inner svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.badge-text-path {
    font-family: 'Passion One', sans-serif !important;
    font-size: 24px;
    letter-spacing: 4px;
    transform-origin: center;
    animation: 12s linear infinite spin-text
}

.word:first-child {
    animation-range: entry 100% entry 115%
}

.word:nth-child(2) {
    animation-range: entry 115% entry 130%
}

.word:nth-child(3) {
    animation-range: entry 130% entry 145%
}

.word:nth-child(4) {
    animation-range: entry 145% entry 160%
}

.word:nth-child(6) {
    animation-range: entry 160% entry 175%
}

.word:nth-child(7) {
    animation-range: entry 175% entry 190%
}

.inline-badge-wrapper:nth-child(10),
.inline-badge-wrapper:nth-child(10) .inline-badge-inner,
.word:nth-child(9) {
    animation-range: entry 190% entry 210%
}

.word:nth-child(12) {
    animation-range: entry 210% entry 225%
}

.inline-badge-wrapper:nth-child(15),
.inline-badge-wrapper:nth-child(15) .inline-badge-inner,
.word:nth-child(14) {
    animation-range: entry 225% entry 245%
}

.static-visual-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px
}

.static-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.static-content-layer {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end
}

.info-card {
    background-color: #1f2937;
    color: #fff;
    padding: 3.5rem;
    border-radius: 40px;
    width: 100%;
    max-width: 450px
}

.info-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: .9
}

.badges-container {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.badge-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 80px;
    margin-bottom: 40px;
}

.badge-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin-bottom: 40px;
    left: 0;
    z-index: 1
}

.d-card,
.stack-bg {
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%);
    border-radius: 20px 0 20px 20px;
}

.bg-hot,
.split-section.split-orange {
    background-color: #ff6b00
}

.bg-cold {
    background-color: #5eead4
}

.badge-text {
    font-size: 2rem;
    line-height: 1;
    color: #fffbf0;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .1)
}

.durability-section {
    position: relative;
    background-color: #1f2937;
    padding: 120px 0
}

.durability-header {
    margin-bottom: 4rem;
    max-width: 1196px
}

.durability-header h2 {
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: .95;
    color: #fffbf0;
    margin-bottom: 1.5rem
}

.d-card-content p,
.durability-header p {
    font-family: Urbanist, sans-serif !important
}

.durability-header p {
    font-size: 1.35rem;
    line-height: 1.5;
    color: #fffbf0;
    font-weight: 400;
    max-width: 900px;
    opacity: .9;
    margin-left: auto
}

.cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    width: 100%
}

.card-stack-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    perspective: 1000px;
    z-index: 1
}

.stack-bg,
.video-full video {
    position: absolute;
    top: 0;
    left: 0
}

.d-card,
.stack-bg {
    height: 100%;
    width: 100%
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-150px);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(150px);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.animate-left {
    animation: .8s ease-out forwards slideInLeft;
    animation-timeline: view();
    animation-range: entry 0% cover 40%
}

.animate-right {
    animation: .8s ease-out forwards slideInRight;
    animation-timeline: view();
    animation-range: entry 0% cover 40%
}

.stack-bg {
    transition: .4s cubic-bezier(.34, 1.56, .64, 1);
    z-index: -1;
    opacity: 0;
    transform-origin: bottom right
}

.d-card,
.detail-image,
.details-section,
.split-section,
.video-full {
    position: relative
}

.d-card {
    display: flex;
    flex-direction: column;
    z-index: 10;
    transition: transform .4s cubic-bezier(.34, 1.56, .64, 1)
}

.card-orange,
.pop-orange {
    background-color: #ff6b00;
    color: #fffbf0
}

.card-pink {
    background-color: #0ab5c4;
    color: #fffbf0
}

.wrapper-orange .stack-1 {
    background-color: #c15100
}

.wrapper-orange .stack-2 {
    background-color: #953e00;
    border: 2px solid #1f2937
}

.wrapper-pink .stack-1 {
    background-color: #0aa1af
}

.wrapper-pink .stack-2 {
    background-color: #088994;
    border: 2px solid #1f2937
}

.card-stack-wrapper:hover .d-card {
    transform: translate(-5px, -10px) rotate(-2deg)
}

.card-stack-wrapper:hover .stack-1 {
    opacity: 1;
    transform: translate(10px, 5px) rotate(4deg);
    z-index: -1
}

.card-stack-wrapper:hover .stack-2 {
    opacity: 1;
    transform: translate(25px, 15px) rotate(8deg);
    z-index: -2
}

.d-card-image {
    height: 65%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.d-card-image img,
.split-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.d-card-content {
    height: 35%;
    padding: 2rem;
    display: flex;
    align-items: center
}

.d-card-content p {
    font-size: 1.15rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 600
}

.split-section {
    display: flex;
    width: 100%;
    min-height: 90vh
}

.split-section.split-light {
    background-color: #fffbf0
}

.split-text-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: max(20px, calc((100% - 1196px)/ 2 + 20px));
    padding-right: 80px
}

.split-text-content h2 {
    font-family: 'Passion One', cursive !important;
    font-size: clamp(3rem, 4.5vw, 5.5rem);
    line-height: .95;
    color: #1f2937;
    margin-bottom: 2rem
}

.split-text-content p {
    font-family: Urbanist, sans-serif !important;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #222d3f;
    opacity: .9;
    max-width: 480px
}

.detail-title,
.details-header h2 {
    font-family: 'Passion One', cursive !important;
    text-transform: uppercase
}

.split-image-container {
    width: 50%;
    height: auto;
    position: relative
}

.section-reverse {
    flex-direction: row-reverse
}

.section-reverse .split-text-content {
    padding-left: 80px;
    padding-right: max(20px, calc((100% - 1196px)/ 2 + 20px))
}

.details-section {
    background-color: #f2c2c0;
    padding: 100px 0 140px
}

.details-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.details-header h2 {
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: 1;
    color: #1f2937;
    margin-bottom: 1rem
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%
}

.detail-card {
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .3s;
    box-shadow: none !important
}

.detail-card:hover {
    transform: translateY(-10px)
}

.pop-cream {
    background-color: #fffbf0;
    color: #1f2937
}

.detail-image {
    width: 100%;
    height: 280px
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-content {
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.detail-title {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    line-height: .9
}

.detail-text {
    font-family: Urbanist, sans-serif !important;
    font-size: 1.1rem;
    line-height: 1.4;
    opacity: .9;
    font-weight: 600
}

.pop-orange .detail-text,
.pop-orange .detail-title {
    color: #fffbf0
}

.pop-cyan .detail-title {
    color: #1f2937
}

.pop-cream .detail-title {
    color: #ff6b00
}

.video-full {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh
}

.video-full video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:900px) {
    .details-header h2 {
        font-size: 2rem!important;
    }
    .word{
        margin: 1% 0;
        font-size: 2.6rem!important;
    }
    .section-reverse,
    .split-section {
        flex-direction: column-reverse;
        height: auto
    }
    .section-reverse .split-text-content,
    .split-text-content {
        width: 100%;
        padding: 60px 20px !important;
        text-align: left
    }
    .split-image-container {
        width: 100%;
        height: 50vh;
        overflow: hidden
    }
    .video-full {
        height: 100% !important;
        min-height: auto
    }
    .grid-container.hero-foreground {
        padding-bottom: 40px;
        align-items: flex-end !important
    }
    .hero-pill-card {
        height: auto;
        min-height: 280px;
        width: 100%;
        border-radius: 20px;
        flex-direction: column;
        justify-content: center;
        padding: 30px
    }
    .hero-slogan {
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: 50px
    }
    .hero-badge-container {
        top: -40px;
        right: 20px;
        width: 90px;
        height: 90px;
        transform: none
    }
    .hero-badge-number {
        font-size: 1.7rem !important
    }
    .hero-badge-unit {
        font-size: .8rem !important
    }
    .mobile-hyphen {
        display: inline
    }
    .headline-box,
    .mobile-break {
        display: block
    }
    .scroller-container {
        height: 100vh;
    }
    .sticky-viewport {
        position: sticky !important
    }
    .text-section {
        padding: 0;
        background-color: #fffbf0
    }
    .headline-box h1 {
        font-size: 4.5rem;
        line-height: .95
    }
    .word:first-child {
        animation-range: entry 100% entry 110%
    }
    .word:nth-child(2) {
        animation-range: entry 110% entry 120%
    }
    .word:nth-child(3) {
        animation-range: entry 120% entry 130%
    }
    .word:nth-child(4) {
        animation-range: entry 130% entry 140%
    }
    .word:nth-child(6) {
        animation-range: entry 140% entry 150%
    }
    .word:nth-child(7) {
        animation-range: entry 150% entry 160%
    }
    .inline-badge-wrapper:nth-child(10),
    .inline-badge-wrapper:nth-child(10) .inline-badge-inner,
    .word:nth-child(9) {
        animation-range: entry 160% entry 175%
    }
    .word:nth-child(12) {
        animation-range: entry 175% entry 185%
    }
    .inline-badge-wrapper:nth-child(15),
    .inline-badge-wrapper:nth-child(15) .inline-badge-inner,
    .word:nth-child(14) {
        animation-range: entry 185% entry 200%
    }
    .static-visual-section {
        height: 100vh;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 40px;
        background-color: #000
    }
    .static-bg-image {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }
    .static-content-layer {
        padding: 20px;
        display: block;
        position: relative;
        z-index: 10;
        width: 100%
    }
    .info-card {
        max-width: 100%;
        border-radius: 30px;
        padding: 2rem;
        background-color: #1f2937
    }
    .info-card p {
        font-size: 1rem;
        margin-bottom: 1.5rem
    }
    .badge-item {
        height: 60px
        
    }
    .badge-circle {
        width: 70px;
        height: 70px
    }
    .badge-text {
        font-size: 2.2rem;
        margin-left: 15px
    }
    .durability-section {
        padding-top: 80px
    }
    .cards-row {
        grid-template-columns: 1fr
    }
    .card-stack-wrapper {
        height: auto;
        min-height: 500px
    }
    .d-card,
    .stack-bg {
        clip-path: none;
        border-radius: 20px
    }
    .d-card-image {
        height: 300px
    }
    .d-card-content {
        height: auto;
        padding: 2rem
    }
    @keyframes slideUpMobile {
        0% {
            transform: translateY(50px);
            opacity: 0
        }
        100% {
            transform: translateY(0);
            opacity: 1
        }
    }
    .animate-left,
    .animate-right {
        animation-name: slideUpMobile;
        animation-range: entry 0% cover 20%
    }
    .card-stack-wrapper:hover .stack-1 {
        transform: translate(5px, 5px) rotate(2deg)
    }
    .card-stack-wrapper:hover .stack-2 {
        transform: translate(10px, 10px) rotate(4deg)
    }
    .details-container-wrapper {
        width: 100vw;
        margin-left: -20px
    }
    .details-grid {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        padding: 0 20px 40px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch
    }
    .detail-card {
        min-width: 85vw;
        scroll-snap-align: center;
        height: auto;
        min-height: 450px
    }
    .detail-image {
        height: 250px
    }
    .pos-mobile-top {
        object-position: top !important
    }
    .pos-mobile-center {
        object-position: center !important
    }
    .pos-mobile-left {
        object-position: left !important
    }
}