﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background: #FFF3EF;
    font-family: 'Anton', sans-serif;
    position: relative;
}


html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

@media (max-width: 992px) {
    html,
    body {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: transparent;
    }

    * {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    *::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: transparent;
    }
}

.container {
    --hero-ticker-bar: 44px;
    --hero-ticker-h: var(--hero-ticker-bar);
    --hero-aside-inset: 62px;
    --shape-left-size: 270px;
    --shape-right-size: 280px;
    --shape-edge-nudge: 8px;
    --shape-cluster-start: calc(var(--shape-left-size) + var(--shape-right-size) - var(--shape-edge-nudge) - var(--shape-edge-nudge));
    --hero-title-size: clamp(280px, calc((100svh - var(--hero-ticker-h) - 24px) / 1.9 + 30px), 750px);
    --hero-title-size-lower: clamp(325px, calc((100svh - var(--hero-ticker-h) - 24px) / 1.84 + 60px), 820px);
    margin-top: 0;
    width: 100%;
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh;
    position: relative;
    background: #FFF3EF;
    overflow: hidden;
    padding-top: 0;
    /* margin-bottom:220px; */
}

/* BIG LEFT TYPO */

.hero {
    position: absolute;
    left: -6px;
    bottom: 10px;
    top: auto;
    z-index: 1;
    overflow: visible;
    display: block;
}

.upper {
    font-family: 'Anton', sans-serif;
    font-size: var(--hero-title-size);
    font-weight: 400;
    line-height: 0.76;
    letter-spacing: -0.045em;
    color: #000000;
    text-transform: uppercase;
    margin-top: -10px;
}

.lower {
    font-family: 'Anton', sans-serif;
    font-size: var(--hero-title-size-lower);
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: -0.045em;
    color: #FF7F00;
    text-transform: uppercase;
}

.hero h1:last-child {
    margin-top: 0.06em;
    margin-left: -6px;
}

.hero h1 {
    display: block;
}

/* Hero claw drop (GSAP prototype) */

.hero-claw {
    position: absolute;
    inset: 0;
    z-index: 25;
    pointer-events: none;
    opacity: 0;
    overflow: visible;
}

.hero-claw__track {
    position: absolute;
    top: clamp(48px, 9vh, 96px);
    right: 8%;
    left: 8%;
    height: 280px;
}

.hero-claw__rail {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10px;
    border: 3px solid #000;
    border-radius: 999px;
    background: linear-gradient(180deg, #fffd46 0%, #ff7f00 100%);
    box-shadow: 0 4px 0 #000;
    transform-origin: 50% 50%;
}

.hero-claw__rig {
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    will-change: transform;
}

.hero-claw__motor {
    position: relative;
    width: 54px;
    height: 34px;
    border: 3px solid #000;
    border-radius: 10px;
    background: #fffd46;
    box-shadow: 4px 4px 0 #000;
    transform-origin: 50% 50%;
}

.hero-claw__motor-light {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.8);
}

.hero-claw__cable {
    width: 5px;
    height: 0;
    margin-top: -2px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1a1a1a 0%, #3a002b 55%, #ff7f00 100%);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.35);
    transform-origin: top center;
}

.hero-claw__head {
    position: relative;
    width: 72px;
    height: 44px;
    margin-top: -4px;
}

.hero-claw__prong {
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 42px;
    border: 3px solid #000;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, #ff7f00 0%, #fffd46 100%);
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
    transform-origin: 50% 0%;
}

.hero-claw__prong--l {
    left: 4px;
    transform: rotate(-18deg);
}

.hero-claw__prong--c {
    left: 50%;
    width: 14px;
    height: 36px;
    margin-left: -7px;
    border-radius: 0 0 10px 10px;
}

.hero-claw__prong--r {
    right: 4px;
    transform: rotate(18deg);
}

.hero-claw__hopper {
    position: absolute;
    top: 16%;
    right: 6%;
    width: clamp(64px, 14vw, 96px);
    height: clamp(110px, 22vh, 168px);
    border: 3px solid #000;
    border-radius: 14px 14px 20px 20px;
    background: linear-gradient(180deg, rgba(58, 0, 43, 0.15) 0%, rgba(255, 127, 0, 0.2) 100%);
    box-shadow: 4px 4px 0 #000;
    opacity: 0;
}

.hero-claw__hopper::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    width: 46px;
    height: 16px;
    margin-left: -23px;
    border: 3px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #fffd46;
}

.hero-claw__hopper-label {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(58, 0, 43, 0.55);
}

.hero-claw__cargo {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    z-index: 3;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.hero-claw__cargo--dark {
    color: #000;
}

.hero-claw__cargo--orange {
    color: #ff7f00;
}

.hero-letter {
    display: inline-block;
}

.hero--placing {
    position: relative;
    z-index: 18;
}

.hero--placing h1 {
    position: relative;
    margin: 0;
}

.hero-letter--placed {
    position: static !important;
    transform: none !important;
}

body.hero-claw-active .hero--claw-drop h1 {
    position: relative;
}

@media (max-width: 992px) {
    .hero-claw__track {
        top: calc(var(--hero-ticker-h, 44px) + var(--hero-nav-h, 52px) + 8px);
        right: 4%;
        left: 4%;
        height: 200px;
    }

    .hero-claw__motor {
        width: 46px;
        height: 30px;
    }

    .hero-claw__head {
        width: 58px;
        height: 38px;
    }

    .hero-claw__prong {
        width: 15px;
        height: 34px;
    }

    .hero-claw__hopper {
        top: calc(var(--hero-ticker-h, 44px) + var(--hero-nav-h, 52px) + 24px);
        right: 4%;
        width: 58px;
        height: 108px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-claw {
        display: none !important;
    }
}

/* NAV + RIGHT TEXT */

.hero-aside {
    position: absolute;
    top: calc(var(--hero-ticker-h) + 32px);
    right: var(--hero-aside-inset);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    max-width: calc(100% - 124px);
}

.hero-aside nav {
    position: static;
    display: flex;
    align-items: baseline;
    gap: 58px;
    flex-wrap: nowrap;
}

.hero-aside nav a {
    text-decoration: none;
    color: #FF7F00;
    font-size: 34px;
    letter-spacing: -1px;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.hero-aside nav a:hover {
    color: #000000;
}

.hero-aside nav .hero-nav-account {
    appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 34px;
    font-weight: inherit;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase;
    color: #FF7F00;
    transition: color 0.2s ease;
}

.hero-aside nav .hero-nav-account:hover {
    color: #000000;
}

.hero-aside nav .cart-nav--hero {
    display: inline;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #FF7F00;
    text-decoration: none;
    font-size: 34px;
    letter-spacing: -1px;
    text-transform: uppercase;
    align-self: auto;
    vertical-align: baseline;
    position: static;
    box-shadow: none;
    transition: color 0.2s ease;
}

.hero-aside nav .cart-nav--hero:hover {
    transform: none;
    background: transparent;
    color: #000000;
}

.hero-aside nav .cart-nav__label {
    display: inline;
}

.hero-aside nav .cart-nav__icon {
    display: none;
}

.hero-aside nav .cart-nav__badge {
    display: none !important;
}

.hero-aside .info {
    width: 450px;
    max-width: 38vw;
    margin-top: 20px;
    margin-left: calc(100% - var(--shape-cluster-start) + var(--hero-aside-inset));
}

.info p {
    font-size: 28px;
    line-height: 1.02;
    letter-spacing: -1.5px;
    color: #000000;
    text-transform: lowercase;
}

/* BOTTOM SHAPES */

.shapes {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    gap: 0;
    z-index: 3;
    max-height: calc(100svh - var(--hero-ticker-h));
    pointer-events: none;
}

.shape-left {
    width: var(--shape-left-size);
    height: var(--shape-left-size);
    object-fit: contain;
    margin-right: calc(-1 * var(--shape-edge-nudge));
    margin-bottom: -10px;
}

.shape-right {
    width: var(--shape-right-size);
    height: var(--shape-right-size);
    object-fit: contain;
    margin-right: calc(-1 * var(--shape-edge-nudge));
}

.container2 {
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background: #FFF3EF;
    overflow: visible;
    /* margin-top: 30px; */
    /* padding-bottom: 60px; */
}

/* LEFT SIDE */

.left {
    width: 52%;
    min-height: 340px;
    height: auto;
    padding-left: 28px;
    padding-top: 34px;
    position: relative;
    overflow: visible;
}

.heading {
    line-height: 1;
    margin-top: 20px;
    margin-left: -25px;
    overflow: visible;
}

.heading h2 {
    font-size: 195px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    /* letter-spacing:-14px; */
    text-transform: lowercase;
}

.heading h2 + h2 {
    margin-top: -0.04em;
}

.heading h2:first-child,
.heading h2:last-child {
    color: #000000;
}

/* CIRCLE BADGE */

.badge {
    width: 168px;
    height: 168px;
    border: 6px solid #000;
    border-radius: 50%;
    margin-top: 48px;
    margin-left: 8px;
    background: #FF7F00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    will-change: transform;
    transform-origin: center center;
    box-shadow: 4px 4px 0 #000;
}

.badge p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 0;
    text-align: center;
    text-transform: lowercase;
}

.badge-line {
    display: block;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -1px;
    color: #000000;
}

.badge-line--top,
.badge-line--bottom {
    color: #000000;
}

/* BOTTOM TEXT */

.description {
    width: 610px;
    margin-top: 38px;
    margin-left: -20px;
}

.description p {
    font-size: 36px;
    line-height: 1;
    /* letter-spacing:-2px; */
    color: #000000;
}

/* RIGHT GRID */

.right {
    width: 48%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: 290px 1fr;
    gap: 0;
}

/* TOP LEFT IMAGE */

.box1 {
    background: #C7F06F;
    position: relative;
    overflow: hidden;
}

/* PLACEHOLDER */

.box1::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: #000;
    border-radius: 50%;
    top: -75%;
    left: -25%;
}

/* TOP RIGHT */

.box2 {
    background: #EF7CC2;
    position: relative;
    overflow: hidden;
}

/* FLOWER PLACEHOLDER */

.box2::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 30px solid #FFF3EF;
    top: -240px;
    left: -120px;
}

/* BOTTOM LEFT */

.box3 {
    background: #EF7CC2;
    position: relative;
    overflow: hidden;
}

/* STARBURST PLACEHOLDER */

.box3::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: #000;
    clip-path: polygon(50% 0%,
            56% 35%,
            100% 50%,
            56% 65%,
            50% 100%,
            44% 65%,
            0% 50%,
            44% 35%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3.2);
}

/* RIGHT TALL IMAGE */

.box4 {
    background: #C7F06F;
    position: relative;
    overflow: hidden;
}

/* ORGANIC SHAPE */

.box4::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 900px;
    background: #FFF3EF;
    border-radius: 50%;
    left: -70px;
    top: -40px;
}

.right1 {
    width: 48%;
    min-height: auto;
    height: auto;
    position: relative;
    transform: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    line-height: 0;
}

.right1 img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.25;
    min-height: clamp(200px, 26vw, 360px);
    object-fit: cover;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.img1 {
    grid-column: 1;
    grid-row: 1;
}

.img2 {
    grid-column: 2;
    grid-row: 1;
}

.img3 {
    grid-column: 1;
    grid-row: 2;
}

.right1 .img3 {
    width: calc(100% - 3px) !important;
}

.img4 {
    grid-column: 2;
    grid-row: 2;
}

.right1 .img4 {
    width: calc(100% + 8px) !important;
    margin-left: -8px;
}

.container3 {
    width: 100%;
    min-height: 0;
    height: fit-content;
    background: #C7F06F;
    padding: 48px 24px 44px;
    position: relative;
    margin-top: -40px;
    display: flex;
    flex-direction: column;
}

/* TOP TITLE */

.product-heading {
    margin: 0;
    padding: 0 0 28px;
}

.product-heading h2 {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-size: 380px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

/* PRODUCT GRID */

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 0;
}

.product-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: cover;
    display: block;
}

/* BOTTOM TITLE */

.bottom-title {
    margin: 36px 0 0;
    padding: 0;
}

.bottom-title h2 {
    font-family: 'Anton', sans-serif;
    font-size: 210px;
    font-weight: 400;
    line-height: 0.72;
    letter-spacing: -7px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}


.container4 {
    width: 100%;
    min-height: 100vh;
    background: #7E1753;
    color: white;

    display: flex;
    justify-content: space-between;

    padding: 80px 55px 40px 55px;
    overflow: visible;
}

/* LEFT */

.experience-left {
    width: 32%;
}

.experience-video {
    width: 595px;
    height: 790px;
    object-fit: cover;
    display: block;
    background: #000;
    border-radius: 20px;
    border: 4px solid #4E0029;
    box-sizing: border-box;
}

/* RIGHT */

.experience-right {
    width: 52%;
    padding-top: 10px;
    overflow: visible;
}

/* TITLE */

.experience-title {
    overflow: visible;
}

.experience-title h2 {
    font-family: 'Anton', sans-serif;
    font-size: 145px;
    line-height: 1.0;
    letter-spacing:3px;
    color: #ffffff;
    text-transform: uppercase;
}

.experience-title p {
    font-size: 28px;
    margin-top: -2px;
    color: #fdfdfd;
    font-family: Arial, Helvetica, sans-serif;
}

/* STATS */

.stats {
    margin-top: 28px;
}

/* EACH ROW */

.stat-item {
    border-top: 4px solid #4E0029;
    padding: 28px 0 34px 0;
}

/* CONTENT */

.stat-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-top .stat-value,
.stat-top h2 {
    font-family: 'Anton', sans-serif;
    font-size: 92px;
    line-height: 1;
    letter-spacing: 4px;
    color: #ffffff;
}

.stat-top span {
    font-size: 28px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.container3,
.container4 {
    overflow: visible;
}

.container5{
width:100%;
min-height:100vh;
background:#C7F06F;

padding:50px;
}

/* COMMON */

.grid-img{
object-fit:cover;
display:block;
border-radius: 20px;
}

/* TOP */

.top-grid{
display:grid;
grid-template-columns:300px 1fr 330px;
gap:10px;
}

/* BOTTOM */

.bottom-grid{
display:grid;
grid-template-columns:400px 320px 1fr;
gap:10px;

margin-top:10px;
}

/* INDIVIDUAL SIZES */

.grid1{
width:100%;
height:310px;
}

.grid2{
width:100%;
height:310px;
}

.grid3{
width:100%;
height:310px;
}

.grid4{
width:100%;
height:335px;
}

.grid5{
width:100%;
height:335px;
}

.grid6{
width:100%;
height:335px;
}

.container6{
width:100%;
min-height:100vh;

position:relative;

display:flex;
justify-content:center;
align-items:center;

overflow:hidden;

/* PUT YOUR IMAGE HERE */

background-image:url("Screenshot\ 2026-05-24\ 215254.png");

background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

/* DARK PINK OVERLAY */

.overlay{
position:absolute;
inset:0;

/* background:rgba(214, 63, 143, 0.28); */
}

/* CONTENT */

.elevate-content{
position:relative;
z-index:2;

display:flex;
flex-direction:column;
align-items:center;

text-align:center;
}

/* HUGE TITLE */

.elevate-content .elevate-title,
.elevate-content h1{
font-family:'Peace Sans', sans-serif;

font-size:19vw;

font-weight:400;
line-height:0.85;

letter-spacing:-0.4vw;

color:#F4F1F1;

text-transform:uppercase;

margin-top:-100px;

width:100%;

text-align:center;
}

/* SUBTITLE */

.elevate-content .elevate-subtitle,
.elevate-content h2{
margin-top:10px;

font-size:82px;
line-height:1;

color:#fff;

font-family:'Hagrid Trial', sans-serif;

letter-spacing:-2px;
margin-top: 40px;
font-weight:700;
}
/* PARAGRAPH */

.elevate-content p{
margin-top:34px;

font-size:24px;
line-height:1.2;

color:#fff;

font-family:Arial, Helvetica, sans-serif;
}

/* BUTTON */

.elevate-content button,
.elevate-content .elevate-order-btn{
margin-top:72px;

width:390px;
height:82px;

border:none;
border-radius:100px;

background:#F7A5D3;

color:#7A2D48;

font-size:22px;
font-weight:700;

cursor:pointer;

transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.elevate-content .elevate-order-btn{
display:inline-flex;
justify-content:center;
align-items:center;
text-decoration:none;
text-transform:uppercase;
line-height:1;
white-space:nowrap;
}

.elevate-content button:hover,
.elevate-content .elevate-order-btn:hover,
.elevate-content button:active,
.elevate-content .elevate-order-btn:active{
transform:scale(1.08) rotate(-4deg);
background:#FFB8DC;
box-shadow:0 14px 30px rgba(122, 45, 72, 0.35);
}

.container7{
width:100%;
min-height:100vh;

background:#C7F06F;

display:flex;
flex-direction:column;
align-items:stretch;

padding:0;

overflow:hidden;
}

.container7-main{
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
overflow:visible;

padding:40px 70px;
}

/* LEFT */

.event-visual{
width:48%;
position:relative;
overflow:visible;
}

/* HOW TO ORDER PHOTO */

.how-order-img-group{
position:relative;
margin-left:12px;
width:100%;
max-width:560px;
overflow:visible;
}

.how-order-img{
width:100%;
height:auto;
display:block;
object-fit:cover;
border-radius:20px;
border:4px solid #4E0029;
}

/* SPIRALS */

.spiral-top{
position:absolute;
width:170px;
left:-20px;
top:70px;
object-fit:contain;
z-index:2;
pointer-events:none;
}

.spiral-bottom{
position:absolute;

width:230px;
margin-left: 100px;
/* right:170px; */
bottom:40px;

object-fit:contain;
}

/* STAR */

.star-shape{
position:absolute;
right:-112px;
left:auto;
bottom:calc(28% - 15px);
width:160px;
object-fit:contain;
z-index:2;
pointer-events:none;
}

/* RIGHT CONTENT */

.event-content{
width:42%;
margin-right: 50px;
}

/* TITLE */

.event-content h2{
font-family:'Extenda 80 Peta', sans-serif;

font-size:115px;
font-weight: 800;
line-height:0.88;
letter-spacing:-15px;

color:#4E0029;

text-transform:uppercase;
}

/* INFO */

.event-info{
margin-top:28px;
}

/* TEXT */

.event-info p{
font-size:28px;

line-height:1.1;

color:#4E0029;

margin-bottom:8px;

font-family:Arial, Helvetica, sans-serif;
}

/* BOLD LABELS */

.event-info span{
font-weight:700;
}

.container8{
width:100%;
min-height:100vh;

background:#670038;

display:flex;
justify-content:center;
align-items:center;
gap:90px;

padding:60px 40px;

overflow:hidden;
}

/* COMMON IMAGE */

.person-img{
width:100%;
height:100%;

object-fit:cover;
display:block;

border-radius:20px;

border:4px solid #4E0029;
box-sizing:border-box;
}

/* LEFT + RIGHT */

.side-card{
width:380px;
height:540px;

position:relative;
z-index:1;
}

/* CENTER */

.center-wrapper{
position:relative;

display:flex;
justify-content:center;
align-items:center;

z-index:5;
}

.main-card{
width:540px;
height:720px;

position:relative;
z-index:5;
}

/* BUTTONS */

.tag{
position:absolute;
width:185px;
height:72px;
display:flex;
justify-content:center;
align-items:center;
background:#FFFD46;
border:4px solid #5A002E;
color:#5A002E;
border-radius:100px;
font-family:'Hagrid Trial', sans-serif;
font-size:22px;
font-weight:700;
cursor:pointer;
z-index:20;
transition:0.3s ease;
line-height:1;
text-align:center;
}

.funny{
left:-55px;
top:215px;
transform:rotate(-10deg);
}

.funny:hover{
transform:rotate(-10deg) scale(1.06);
}

.empathetic{
right:-10px;
top:-18px;
transform:rotate(4deg);
}

.empathetic:hover{
transform:rotate(4deg) scale(1.06);
}

.kindest{
right:55px;
bottom:-18px;
transform:rotate(-7deg);
}

.kindest:hover{
transform:rotate(-7deg) scale(1.06);
}

.container9{
width:100%;
min-height:100vh;

background:#FFF3EF;

display:flex;
justify-content:space-between;
align-items:center;

padding:70px 70px 60px 45px;

overflow:hidden;
}

/* LEFT */

.contact-left{
width:42%;
}

/* TITLE */

.contact-heading{
position:relative;
width:max-content;
}

.contact-heading h2{
font-family:'Extenda 80 Peta', sans-serif;

font-size:118px;

line-height:0.85;

letter-spacing:-10px;

color:#5B0030;

text-transform:uppercase;
}

/* FLOAT BUTTON */

.question-btn{
position:absolute;

right:-40px;
top:45px;

width:170px;
height:72px;

display:flex;
justify-content:center;
align-items:center;

background:#FFFD46;

border:4px solid #5A002E;

color:#5A002E;

border-radius:100px;

font-family:'Hagrid Trial', sans-serif;

font-size:22px;

font-weight:700;

transform:rotate(-7deg);

cursor:pointer;

transition:0.3s ease;

text-decoration:none;
line-height:1;
white-space:nowrap;
}

.question-btn:hover{
transform:rotate(-7deg) scale(1.08);
}

/* TEXT */

.contact-text{
margin-top:28px;

width:620px;

font-size:31px;

line-height:1.03;

color:#5B0030;

font-family:Arial, Helvetica, sans-serif;
}

/* SOCIAL */

.social-section{
margin-top:140px;
}

.social-section h3{
font-size:24px;

color:#5B0030;

margin-bottom:18px;
}

/* ICONS */

.social-icons{
display:flex;
align-items:center;
gap:22px;
}

.social-icon{
width:54px;
height:54px;

object-fit:contain;
}

/* CONTACT */

.contact-connect{
margin-top:50px;
display:flex;
flex-direction:column;
gap:10px;
}

.contact-connect p{
margin:0;
font-size:31px;
line-height:1.1;
color:#5B0030;
font-family:Arial, Helvetica, sans-serif;
}

.contact-connect a{
color:#5B0030;
text-decoration:none;
transition:color 0.2s ease;
}

.contact-connect a:hover{
color:#FF7F00;
}

.email-section p{
margin-top:8px;

font-size:20px;

color:#5B0030;

font-family:Arial, Helvetica, sans-serif;
}

/* RIGHT FORM */

.contact-form-box{
width:700px;

background:#670038;

border-radius:40px;

padding:38px 30px 28px 30px;
}

/* TITLE */

.contact-form-box h3,
.contact-form-box h2{
font-size:64px;

color:#FFFD46;

margin-bottom:28px;
}

/* GROUP */

.input-group{
margin-bottom:28px;
}

/* LABEL */

.input-group label{
display:block;

font-size:20px;

color:#FFFD46;

margin-bottom:10px;

font-family:Arial, Helvetica, sans-serif;
font-weight:700;
}

/* INPUT */

.input-group input,
.input-group textarea{
width:100%;

background:transparent;

border:2px solid #A57A28;

border-radius:10px;

padding:16px 18px;

color:#fff;

outline:none;

font-size:18px;
}

/* TEXTAREA */

.input-group textarea{
height:120px;
resize:none;
}

/* BUTTON */

.submit-btn{
width:100%;
height:72px;

border:none;

border-radius:100px;

background:#FFFD46;

color:#000;

font-family:'Hagrid Trial', sans-serif;

font-size:26px;

font-weight:700;

cursor:pointer;

margin-top:38px;

transition:0.3s ease;
}

.submit-btn:hover{
transform:scale(1.05) rotate(-1deg);
}

/* NOTE */

.small-note{
display:block;

text-align:center;

margin-top:10px;

font-size:13px;

color:#7A4A12;

font-family:Arial, Helvetica, sans-serif;
}

.social-icons{
display:flex;
align-items:center;
gap:20px;
}

.social-link{
text-decoration:none;
}

.social-svg{
width:52px;
height:52px;

transition:0.3s ease;
}

.social-svg:hover{
transform:scale(1.12);
}

.footer{
width:100%;
background:#670038;

padding:70px 60px 35px 60px;

overflow:hidden;
}

/* TOP */

.footer-top{
display:flex;
justify-content:space-between;
align-items:flex-start;

gap:80px;
}

/* BRAND */

.footer-brand__name,
.footer-brand h1{
font-family:'Anton', sans-serif;

font-size:180px;

line-height:0.82;

font-weight:700;
}

.footer-brand__susi{
color:#FF7F00;
}

.footer-brand__labs{
color:#FF7F00;
}

/* LINKS */

.footer-links h3,
.footer-social h3{
font-family:'Anton', sans-serif;
font-size:56px;
font-weight:400;
line-height:0.95;
letter-spacing:-0.03em;
text-transform:uppercase;

color:#FFFD46;

margin-bottom:24px;
}

.footer-social{
display:flex;
flex-direction:column;
align-items:flex-start;
}

.footer-links{
display:flex;
flex-direction:column;
}

.footer-links a{
text-decoration:none;

color:#F7D9E8;

font-size:24px;
font-weight:700;

margin-bottom:16px;

transition:0.3s ease;
}

.footer-links a:hover{
transform:translateX(10px);

color:#FFFD46;
}

/* ICONS */

.footer-icons{
display:flex;
align-items:center;
gap:18px;

margin-bottom:40px;
}

.footer-icon svg{
width:52px;
height:52px;

transition:0.3s ease;
}

.footer-icon svg:hover{
transform:scale(1.15) rotate(-8deg);
}

/* BUTTON */

.footer-contact{
display:flex;
flex-direction:column;
gap:12px;
margin-bottom:28px;
}

.footer-contact__link{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:700;
color:#FFFD46;
text-decoration:none;
line-height:1.2;
transition:transform 0.3s ease, color 0.3s ease;
}

.footer-contact__link:hover{
transform:translateX(8px);
color:#FFFFFF;
}

.footer-btn{
width:340px;
height:76px;
margin-top:32px;

display:flex;
justify-content:center;
align-items:center;

background:#FFFD46;

color:#5A002E;

border:4px solid #5A002E;

border-radius:100px;

font-family:'Anton', sans-serif;
font-size:22px;
font-weight:400;

text-decoration:none;
text-transform:uppercase;
line-height:1;
white-space:nowrap;
letter-spacing:0.02em;

cursor:pointer;

transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.footer-btn:hover,
.footer-btn:active,
.footer-btn:focus-visible{
transform:scale(1.08) rotate(-4deg);
background:#FFF56A;
box-shadow:0 14px 30px rgba(0, 0, 0, 0.28);
border-color:#3D001F;
}

/* BOTTOM */

.footer-bottom{
margin-top:70px;
padding-top:24px;

border-top:2px solid rgba(255,255,255,0.15);

display:flex;
justify-content:space-between;
align-items:center;
}

.footer-bottom p,
.footer-bottom span{
color:#E8BDD2;

font-size:18px;
font-weight:700;

font-family:Arial, Helvetica, sans-serif;
}

/* =========================
RESPONSIVE — TABLET
========================= */

@media (max-width: 1400px) {
    .container {
        --hero-aside-inset: 72px;
    }

    .hero-aside .info {
        width: min(400px, 36vw);
    }
}

@media (max-width: 1200px) {
.container {
    --hero-aside-inset: 30px;
}

.hero-aside nav {
    gap: 32px;
}

.hero-aside nav a {
    font-size: 24px;
}

.hero-aside .info {
    width: 360px;
}

.info p {
    font-size: 22px;
}

.heading h2 {
    font-size: 140px;
}

.description {
    width: 100%;
    max-width: 520px;
}

.description p {
    font-size: 28px;
}

.right1 {
    gap: 0;
}

.product-heading h2 {
    font-size: 240px;
    letter-spacing: 0.025em;
}

.products-grid {
    gap: 18px;
}

.product-img {
    aspect-ratio: 3 / 4;
    height: auto;
}

.bottom-title h2 {
    font-size: 140px;
}

.experience-video {
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 3 / 4;
}

.experience-title h2 {
    font-size: 100px;
}

.stat-top .stat-value,
.stat-top h2 {
    font-size: 70px;
}

.how-order-img-group {
    width: 100%;
    max-width: 520px;
}

.event-content h2 {
    font-size: 80px;
}

.side-card {
    width: 280px;
    height: 400px;
}

.main-card {
    width: 400px;
    height: 540px;
}

.container8 {
    gap: 40px;
    padding: 50px 24px;
}

.contact-heading h2 {
    font-size: 90px;
}

.contact-text {
    width: 100%;
    max-width: 520px;
    font-size: 24px;
}

.contact-form-box {
    width: 100%;
    max-width: 560px;
}

.footer-brand__name,
.footer-brand h1 {
    font-size: 120px;
}

.footer-top {
    gap: 40px;
}
}

@media (max-width: 992px) {
.container {
    --hero-ticker-bar: 44px;
    --hero-ticker-h: var(--hero-ticker-bar);
    --hero-nav-h: 52px;
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh;
    padding: calc(var(--hero-ticker-h) + var(--hero-nav-h)) 24px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.print-marquee.print-marquee--hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.print-marquee.print-marquee--hero .print-marquee-item {
    font-size: 30px;
}

.print-marquee.print-marquee--hero .print-marquee-dot {
    width: 12px;
    height: 12px;
}

.hero {
    position: relative;
    left: 0;
    bottom: auto;
    top: auto;
    order: 1;
    margin-top: auto;
    line-height: 0.85;
}

.upper {
    font-size: clamp(130px, 48vw, 200px);
    letter-spacing: -8px;
    line-height: 0.85;
}

.lower {
    font-size: clamp(130px, 48vw, 200px);
    letter-spacing: -8px;
    line-height: 0.85;
}

    .hero h1:last-child {
        margin-top: 4px;
        margin-left: 0;
    }

.hero-aside {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 560px;
    order: 2;
    gap: 0;
}

.hero-aside nav {
    position: fixed;
    top: var(--hero-ticker-h);
    left: 0;
    right: 0;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 14px 18px;
    padding: 12px 16px;
    padding-top: max(12px, env(safe-area-inset-top, 0px));
    background: rgba(255, 243, 239, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 100;
    transition: top 0.2s ease, transform 0.2s ease;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.hero-aside nav::-webkit-scrollbar {
    display: none;
}

body.hero-nav-compact .hero-aside nav {
    top: 0;
}

body.hero-nav-compact .print-marquee.print-marquee--hero {
    transform: translateY(-100%);
    pointer-events: none;
    transition: transform 0.2s ease;
}

.hero-aside nav a,
.hero-aside nav .hero-nav-account,
.hero-aside nav .cart-nav--hero {
    font-size: 22px;
    letter-spacing: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.hero-aside .info {
    width: 100%;
    max-width: none;
    padding-top: 12px;
    margin-left: 0;
}

.hero-aside .info p {
    font-size: 20px;
}

.shapes {
    display: none !important;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container2 {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 24px;
    gap: 0;
}

.left {
    width: 100%;
    height: auto;
    padding: 32px 24px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 18px;
}

.heading {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    margin-left: 0;
}

.heading h2 {
    font-size: clamp(68px, 17vw, 92px);
}

.badge {
    grid-column: 2;
    grid-row: 1;
    width: 112px;
    height: 112px;
    border-width: 5px;
    margin-top: 0;
    margin-left: 0;
    align-self: center;
    justify-self: end;
}

.badge-line {
    font-size: 19px;
}

.description {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    max-width: none;
}

.right1 {
    display: none !important;
}

.container3 {
    min-height: 0;
    height: fit-content;
    padding: 40px 24px 36px;
}

.product-heading {
    padding-bottom: 24px;
}

.products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.product-heading h2 {
    font-size: 160px;
    letter-spacing: 0.02em;
}

.product-img {
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: cover;
}

.bottom-title {
    margin-top: 28px;
}

.bottom-title h2 {
    line-height: 0.72;
    font-size: 100px;
}

.container4 {
    flex-direction: column;
    gap: 40px;
    padding: 50px 24px;
}

.experience-left,
.experience-right {
    width: 100%;
}

.experience-video {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
}

.experience-title h2 {
    font-size: 72px;
}

.stat-top .stat-value,
.stat-top h2 {
    font-size: 56px;
}

.stat-top span {
    font-size: 20px;
}

.container7 {
    min-height: auto;
    padding: 0;
    overflow: visible;
}

.container7-main {
    flex-direction: column;
    align-items: stretch;
    padding: 36px 24px 32px;
    gap: 18px;
}

.event-visual,
.event-content {
    width: 100%;
    margin-right: 0;
}

.how-order-img-group {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.container7 .event-content {
    text-align: center;
}

.container7 .event-content h2 {
    text-align: center;
}

.container7 .event-info {
    text-align: center;
}

.container7 .event-info p {
    text-align: center;
}

.event-content h2 {
    font-size: 64px;
    letter-spacing: -8px;
}

.event-info p {
    font-size: 22px;
}

.container8 {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 50px 24px;
}

.side-card {
    width: min(82%, 310px);
    height: 360px;
}

.center-wrapper {
    width: min(100%, 380px);
}

.main-card {
    width: 100%;
    height: 500px;
}

.container9 {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    padding: 50px 24px;
}

.contact-left {
    width: 100%;
}

.contact-form-box {
    width: 100%;
    max-width: none;
}

.footer {
    padding: 50px 24px 28px;
}

.footer-top {
    flex-direction: column;
    gap: 36px;
}

.footer-brand__name,
.footer-brand h1 {
    font-size: clamp(120px, 24vw, 160px);
}

.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
}

/* =========================
RESPONSIVE — MOBILE
========================= */

@media (max-width: 768px) {
.container {
    --hero-ticker-bar: 40px;
    --hero-ticker-h: var(--hero-ticker-bar);
    --hero-nav-h: 48px;
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh;
    padding: calc(var(--hero-ticker-h) + var(--hero-nav-h)) 20px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.print-marquee.print-marquee--hero .print-marquee-item {
    font-size: 26px;
}

.print-marquee.print-marquee--hero .print-marquee-dot {
    width: 11px;
    height: 11px;
}

.hero {
    position: relative;
    left: 0;
    top: 0;
    order: 1;
    line-height: 0.85;
}

.upper {
    font-size: clamp(130px, 48vw, 200px);
    letter-spacing: -8px;
    line-height: 0.85;
}

.lower {
    font-size: clamp(130px, 48vw, 200px);
    letter-spacing: -8px;
    line-height: 0.85;
}

    .hero h1:last-child {
        margin-top: 4px;
        margin-left: 0;
    }

.hero-aside nav {
    gap: 18px 24px;
    padding: 14px 18px;
}

.hero-aside nav a {
    font-size: 20px;
    letter-spacing: 0;
}

.hero-aside .info p {
    font-size: 17px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.shapes {
    display: none !important;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container2 {
    margin-top: 0;
    padding-bottom: 20px;
    gap: 0;
}

.left {
    padding: 28px 20px 0;
    column-gap: 12px;
    row-gap: 16px;
}

.heading {
    margin-left: 0;
    margin-top: 0;
}

.heading h2 {
    font-size: clamp(50px, 13.5vw, 72px);
}

.badge {
    width: 96px;
    height: 96px;
    border-width: 4px;
    margin-top: 0;
    margin-left: 0;
    box-shadow: 3px 3px 0 #000;
}

.badge-line {
    font-size: 16px;
}

.description {
    margin-top: 0;
}

.description p {
    font-size: 20px;
    line-height: 1.08;
}

.container3 {
    top: 0;
    margin-top: 0;
    min-height: 0;
    height: fit-content;
    padding: 36px 16px 32px;
}

.product-heading {
    padding-bottom: 20px;
}

.product-heading h2 {
    font-size: clamp(64px, 20vw, 120px);
    letter-spacing: 0.035em;
    line-height: 0.82;
}

.products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 0;
    width: 100%;
}

.product-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: cover;
}

.bottom-title {
    margin: 24px 0 0;
    padding: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.bottom-title h2 {
    font-size: clamp(36px, 10vw, 60px);
    letter-spacing: -3px;
    line-height: 0.72;
    margin: 0;
    padding: 0;
}

.container4 {
    padding: 32px 20px 36px;
}

.experience-title h2 {
    font-size: clamp(42px, 11vw, 64px);
}

.experience-title p {
    font-size: 18px;
    margin-top: 8px;
}

.stat-item {
    padding: 20px 0 24px;
}

.stat-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.stat-top .stat-value,
.stat-top h2 {
    font-size: clamp(44px, 12vw, 64px);
}

.stat-top span {
    font-size: 16px;
}

.container6 {
    min-height: auto;
    height: auto;
    padding: 119px 20px 111px;
}

.elevate-content .elevate-title,
.elevate-content h1 {
    margin-top: 0;
    font-size: clamp(52px, 16vw, 88px);
    letter-spacing: -2px;
    line-height: 0.88;
}

.elevate-content .elevate-subtitle,
.elevate-content h2 {
    font-size: clamp(24px, 6.5vw, 36px);
    margin-top: 8px;
}

.elevate-content p {
    font-size: 16px;
    margin-top: 12px;
    max-width: 300px;
}

.elevate-content p br {
    display: none;
}

.elevate-content button,
.elevate-content .elevate-order-btn {
    width: 100%;
    max-width: 300px;
    height: 52px;
    margin-top: 22px;
    font-size: 15px;
}

.container7 {
    min-height: auto;
    align-items: stretch;
    padding: 0;
    overflow: visible;
}

.container7 .print-marquee {
    padding: 14px 0;
}

.container7 .print-marquee-item {
    font-size: clamp(28px, 7vw, 40px);
}

.container7 .print-marquee-dot {
    width: 18px;
    height: 18px;
}

.container7-main {
    flex-direction: column;
    align-items: center;
    padding: 20px 16px 20px;
    gap: 10px;
}

.event-visual {
    position: relative;
    width: min(100%, 340px);
    max-width: 100%;
    margin: 0 auto;
    min-height: auto;
    flex-shrink: 0;
}

.how-order-img-group {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.how-order-img {
    width: 100%;
    height: auto;
    display: block;
    max-height: none;
    object-fit: unset;
    margin: 0 auto;
}

.spiral-top {
    position: absolute;
    width: 92px;
    left: -14px;
    top: 12px;
    z-index: 2;
}

.star-shape {
    position: absolute;
    right: -40px;
    left: auto;
    width: 84px;
    bottom: calc(22% - 10px);
    z-index: 2;
}

.event-content {
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.event-content h2 {
    font-size: clamp(34px, 9.5vw, 48px);
    letter-spacing: -3px;
    line-height: 0.9;
    text-align: center;
}

.event-info {
    margin-top: 10px;
    text-align: center;
}

.event-info p {
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.35;
    text-align: center;
}

.event-info p br {
    display: none;
}

.container8 {
    padding: 40px 20px;
}

.side-card {
    width: min(80%, 300px);
    height: 340px;
}

.center-wrapper {
    width: min(100%, 340px);
}

.main-card {
    width: 100%;
    height: 420px;
}

.tag {
    width: 130px;
    height: 52px;
    font-size: 14px;
    border-width: 3px;
}

.funny {
    left: -8px;
    top: 140px;
}

.empathetic {
    right: -4px;
    top: -8px;
}

.kindest {
    right: 8px;
    bottom: -8px;
}

.container9 {
    padding: 40px 20px;
}

.contact-heading h2 {
    font-size: clamp(40px, 11vw, 64px);
    letter-spacing: -4px;
}

.question-btn {
    right: 0;
    top: auto;
    bottom: -28px;
    width: 130px;
    height: 50px;
    font-size: 14px;
}

.contact-text {
    font-size: 17px;
    margin-top: 36px;
}

.social-svg {
    width: 42px;
    height: 42px;
}

.contact-connect {
    margin-top: 32px;
}

.contact-connect p {
    font-size: 17px;
}

.contact-form-box {
    border-radius: 28px;
    padding: 28px 20px 24px;
}

.contact-form-box h3,
.contact-form-box h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.input-group label {
    font-size: 16px;
}

.input-group input,
.input-group textarea {
    font-size: 16px;
    padding: 14px 16px;
}

.submit-btn {
    height: 58px;
    font-size: 20px;
    margin-top: 24px;
}

.footer {
    padding: 40px 20px 24px;
}

.footer-brand__name,
.footer-brand h1 {
    font-size: clamp(108px, 30vw, 150px);
}

.footer-links h3,
.footer-social h3 {
    font-size: clamp(44px, 12vw, 64px);
    margin-bottom: 18px;
}

.footer-links a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-icon svg {
    width: 42px;
    height: 42px;
}

.footer-contact__link {
    font-size: 18px;
    font-weight: 700;
}

.footer-btn {
    width: 100%;
    max-width: 340px;
    height: 60px;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 18px;
}

.footer-bottom p,
.footer-bottom span {
    font-size: 14px;
    font-weight: 700;
}
}

@media (max-width: 480px) {
.container {
    padding: 48px 16px 20px;
}

.hero-aside nav {
    gap: 10px 14px;
    padding: 12px 12px;
}

.hero-aside nav a,
.hero-aside nav .hero-nav-account,
.hero-aside nav .cart-nav--hero {
    font-size: 18px;
}

.upper {
    font-size: clamp(130px, 48vw, 200px);
    letter-spacing: -8px;
}

.lower {
    font-size: clamp(130px, 48vw, 200px);
    letter-spacing: -8px;
}

.shape-left,
.shape-right {
    width: 100px;
    height: 100px;
}

.container6 {
    padding: 107px 16px 103px;
}

.container7 {
    padding: 0;
}

.container7 .print-marquee {
    padding: 10px 0;
}

.container7-main {
    padding: 16px 14px 16px;
    gap: 8px;
}

.event-visual {
    width: min(100%, 320px);
}

.spiral-top {
    width: 80px;
    left: -12px;
    top: 8px;
}

.star-shape {
    width: 76px;
    right: -34px;
}

.event-content h2 {
    font-size: clamp(30px, 9vw, 42px);
}

.event-info {
    margin-top: 8px;
}

.event-info p {
    font-size: 14px;
    margin-bottom: 5px;
}

.elevate-content h1 {
    font-size: clamp(46px, 15vw, 72px);
}

.elevate-content h2 {
    font-size: clamp(20px, 6vw, 30px);
}

.elevate-content button {
    margin-top: 18px;
    height: 48px;
}

.container3 {
    padding: 28px 14px 28px;
}

.product-heading {
    padding-bottom: 16px;
}

.products-grid {
    gap: 10px;
}

.product-img {
    aspect-ratio: 3 / 4;
}

.bottom-title {
    margin-top: 20px;
}

.bottom-title h2 {
    font-size: clamp(32px, 9.5vw, 52px);
}

.container4 {
    padding-top: 20px;
}

.side-card {
    width: min(78%, 285px);
    height: 320px;
}

.center-wrapper {
    width: 100%;
}

.main-card {
    width: 100%;
    height: 380px;
}

.person-img {
    border-radius: 20px;
    border: 4px solid #4E0029;
}
}

/* =========================
PRODUCTS PAGE MARQUEE
========================= */

.products-page {
background: #C7F06F;
}

.print-marquee {
width: 100%;
overflow: hidden;
background: #FFFD46;
padding: 36px 0;
}

.print-marquee-track {
display: flex;
width: max-content;
animation: printMarqueeLTR 18s linear infinite;
will-change: transform;
}

.print-marquee-content {
display: flex;
align-items: center;
gap: clamp(36px, 6vw, 72px);
flex-shrink: 0;
padding-right: clamp(36px, 6vw, 72px);
}

.print-marquee-item {
font-family: 'Anton', sans-serif;
font-size: clamp(56px, 10vw, 112px);
font-weight: 400;
line-height: 1;
letter-spacing: -2px;
color: #4E0029;
text-transform: uppercase;
white-space: nowrap;
}

.print-marquee-dot {
width: clamp(32px, 5vw, 56px);
height: clamp(32px, 5vw, 56px);
background: #F7A5D3;
border-radius: 50%;
flex-shrink: 0;
}

@keyframes printMarqueeLTR {
from {
    transform: translateX(-50%);
}

to {
    transform: translateX(0);
}
}

@media (prefers-reduced-motion: reduce) {
.print-marquee-track {
    animation: none;
}
}

/* Hero top ticker — overrides MUST sit after .print-marquee (kills 36px padding bug) */

.print-marquee.print-marquee--hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    margin: 0;
    padding: 0;
    height: var(--hero-ticker-h);
    min-height: var(--hero-ticker-h);
    max-height: var(--hero-ticker-h);
    border-bottom: none;
    background-color: #FF7F00;
    overflow: hidden;
    display: block;
}

.print-marquee.print-marquee--hero .print-marquee-track {
    height: var(--hero-ticker-bar);
    align-items: center;
    background-color: #FF7F00;
    animation: printMarqueeLTR 26s linear infinite;
}

.print-marquee.print-marquee--hero .print-marquee-content {
    gap: 40px;
    padding-right: 40px;
}

.print-marquee.print-marquee--hero .print-marquee-item {
    font-size: 34px;
    line-height: var(--hero-ticker-bar);
    letter-spacing: -0.5px;
    padding: 0;
    color: #000000;
    white-space: nowrap;
}

.print-marquee.print-marquee--hero .print-marquee-dot {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: #000000;
}

/* =========================
SITE LOADER
========================= */

body.is-loading {
overflow: hidden;
height: 100vh;
}

body.is-loading > *:not(#site-loader) {
visibility: hidden;
}

.site-loader {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
background: #FFF3EF;
overflow: hidden;
}

.loader-panel {
position: absolute;
left: 0;
width: 100%;
height: 50%;
background: #000;
z-index: 2;
pointer-events: none;
will-change: transform;
}

.loader-panel--top {
top: 0;
transform: translateY(-100%);
}

.loader-panel--bottom {
bottom: 0;
transform: translateY(100%);
}

.loader-inner {
position: relative;
z-index: 4;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 24px;
width: min(92vw, 520px);
}

.loader-tag {
font-family: 'Anton', sans-serif;
font-size: clamp(14px, 2.5vw, 18px);
letter-spacing: 0.28em;
text-transform: uppercase;
color: #670038;
margin-bottom: 18px;
}

.loader-logo {
--loader-susi-size: clamp(72px, 18vw, 128px);
--loader-labs-size: clamp(80px, 20vw, 140px);
line-height: 0.82;
margin: 0 auto 36px;
max-width: 100%;
text-align: center;
}

.loader-logo-stack {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
line-height: 0.82;
}

.loader-word {
font-family: 'Anton', sans-serif;
font-weight: 400;
text-transform: uppercase;
letter-spacing: -0.045em;
white-space: nowrap;
}

.loader-word--a {
font-size: var(--loader-susi-size);
color: #000000;
}

.loader-word--b {
font-size: var(--loader-labs-size);
color: #FF7F00;
}

#site-loader .loader-word--a {
margin: 0 !important;
margin-left: 9px !important;
transform: none !important;
}

#site-loader .loader-word--b {
margin: 0.02em 0 0 -6px !important;
}

@media (max-width: 600px) {
#site-loader .loader-logo-stack {
align-items: center;
}

#site-loader .loader-word--a {
margin-left: -2px !important;
}

#site-loader .loader-word--b {
margin-top: 0.02em !important;
margin-left: 0 !important;
}
}

.loader-track {
width: 100%;
height: 6px;
background: rgba(0, 0, 0, 0.12);
border-radius: 100px;
overflow: hidden;
margin-bottom: 16px;
}

.loader-bar {
width: 0%;
height: 100%;
background: linear-gradient(90deg, #670038, #EF7CC2);
border-radius: inherit;
transform-origin: left center;
}

.loader-status {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 0.06em;
text-transform: lowercase;
color: #000;
margin-bottom: 6px;
}

.loader-percent {
font-family: 'Anton', sans-serif;
font-size: clamp(40px, 10vw, 64px);
line-height: 1;
color: #670038;
margin-bottom: 28px;
}

.loader-squad {
position: absolute;
inset: 0;
z-index: 6;
pointer-events: none;
}

.loader-mon {
position: absolute;
display: block;
height: auto;
opacity: 1;
object-fit: contain;
image-rendering: pixelated;
image-rendering: crisp-edges;
filter: drop-shadow(3px 4px 0 rgba(103, 0, 56, 0.22));
will-change: transform;
animation: loader-mon-bob 2.2s ease-in-out infinite;
}

@keyframes loader-mon-bob {
0%, 100% {
    transform: translateY(0);
}

50% {
    transform: translateY(-10px);
}
}

.loader-mon--l,
.loader-mon--r {
animation-name: loader-mon-bob-side;
}

@keyframes loader-mon-bob-side {
0%, 100% {
    transform: translateY(-50%);
}

50% {
    transform: translateY(calc(-50% - 10px));
}
}

.loader-mon--tl {
top: 11%;
left: clamp(12px, 5vw, 48px);
width: clamp(48px, 7vw, 72px);
animation-delay: 0s;
}

.loader-mon--tr {
top: 13%;
right: clamp(12px, 5vw, 48px);
width: clamp(50px, 7.5vw, 76px);
animation-delay: 0.35s;
}

.loader-mon--bl {
bottom: clamp(88px, 14vh, 120px);
left: clamp(10px, 4vw, 40px);
width: clamp(44px, 6.5vw, 68px);
animation-delay: 0.7s;
}

.loader-mon--br {
bottom: clamp(84px, 13vh, 116px);
right: clamp(10px, 4vw, 40px);
width: clamp(52px, 8vw, 80px);
animation-delay: 1.05s;
}

.loader-mon--l {
top: 50%;
left: clamp(8px, 3vw, 28px);
width: clamp(40px, 5.5vw, 64px);
transform: translateY(-50%);
animation-delay: 0.5s;
}

.loader-mon--r {
top: 48%;
right: clamp(8px, 3vw, 28px);
width: clamp(46px, 6.5vw, 74px);
transform: translateY(-50%);
animation-delay: 0.85s;
}

/* Inner ring — extra Pokémon in empty space */
.loader-squad-inner {
position: absolute;
inset: 0;
z-index: 5;
pointer-events: none;
}

.loader-mon--in1 {
top: 15%;
left: 22%;
width: clamp(44px, 6.5vw, 62px);
animation-delay: 0.1s;
}

.loader-mon--in2 {
top: 15%;
right: 22%;
width: clamp(44px, 6.5vw, 62px);
animation-delay: 0.2s;
}

.loader-mon--in3 {
top: 38%;
left: 20%;
width: clamp(42px, 6vw, 58px);
animation-delay: 0.35s;
}

.loader-mon--in4 {
top: 38%;
right: 20%;
width: clamp(42px, 6vw, 58px);
animation-delay: 0.45s;
}

.loader-mon--in5 {
bottom: clamp(100px, 16vh, 124px);
left: 24%;
width: clamp(44px, 6.5vw, 62px);
animation-delay: 0.55s;
}

.loader-mon--in6 {
bottom: clamp(100px, 16vh, 124px);
right: 24%;
width: clamp(44px, 6.5vw, 62px);
animation-delay: 0.65s;
}

.loader-juggler {
position: relative;
width: 160px;
height: 160px;
margin-top: 4px;
}

.loader-pikachu {
display: block;
width: 160px;
height: 160px;
object-fit: contain;
image-rendering: pixelated;
image-rendering: crisp-edges;
-webkit-user-select: none;
user-select: none;
pointer-events: none;
}

.loader-marquee {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
background: #FFFD46;
border-top: 4px solid #000;
overflow: hidden;
padding: 12px 0;
}

.loader-marquee-track {
display: flex;
width: max-content;
animation: loader-marquee 16s linear infinite;
will-change: transform;
}

.loader-marquee-content {
display: flex;
align-items: center;
gap: 28px;
flex-shrink: 0;
padding-right: 28px;
font-family: 'Anton', sans-serif;
font-size: clamp(18px, 4vw, 28px);
text-transform: uppercase;
color: #000;
white-space: nowrap;
}

.loader-marquee-content span:nth-child(even) {
opacity: 0.45;
}

@keyframes loader-marquee {
from {
    transform: translateX(0);
}

to {
    transform: translateX(-50%);
}
}

@media (max-width: 600px) {
/* mobile — two vertical columns, left + right edges */
.loader-mon {
    width: clamp(34px, 9vw, 46px);
    transform: none;
    animation-name: loader-mon-bob;
}

.loader-mon--tl {
    top: 6%;
    left: 4px;
    right: auto;
    bottom: auto;
}

.loader-mon--tr {
    top: 6%;
    right: 4px;
    left: auto;
    bottom: auto;
}

.loader-mon--in1 {
    top: 20%;
    left: 4px;
    right: auto;
    bottom: auto;
}

.loader-mon--in2 {
    top: 20%;
    right: 4px;
    left: auto;
    bottom: auto;
}

.loader-mon--l {
    display: block;
    top: 34%;
    left: 4px;
    right: auto;
    bottom: auto;
}

.loader-mon--r {
    display: block;
    top: 34%;
    right: 4px;
    left: auto;
    bottom: auto;
}

.loader-mon--in3 {
    top: 54%;
    left: 4px;
    right: auto;
    bottom: auto;
}

.loader-mon--in4 {
    top: 54%;
    right: 4px;
    left: auto;
    bottom: auto;
}

.loader-mon--in5 {
    top: 69%;
    left: 4px;
    right: auto;
    bottom: auto;
}

.loader-mon--in6 {
    top: 69%;
    right: 4px;
    left: auto;
    bottom: auto;
}

.loader-mon--bl {
    top: auto;
    bottom: 60px;
    left: 4px;
    right: auto;
}

.loader-mon--br {
    top: auto;
    bottom: 60px;
    right: 4px;
    left: auto;
}

.loader-juggler {
    width: clamp(100px, 26vw, 128px);
    height: clamp(100px, 26vw, 128px);
    margin-top: 0;
}

.loader-pikachu {
    width: 100%;
    height: auto;
    max-width: 128px;
}

.loader-inner {
    padding: 16px 12px;
    width: min(88vw, 480px);
}

.loader-word--a {
    font-size: var(--loader-susi-size);
}

.loader-word--b {
    font-size: var(--loader-labs-size);
}

.loader-logo {
    --loader-susi-size: clamp(56px, 15vw, 96px);
    --loader-labs-size: clamp(62px, 16vw, 104px);
    margin: 0 auto 24px;
}
}

@media (prefers-reduced-motion: reduce) {
.loader-marquee-track {
    animation: none;
}

}

/* =========================
PRODUCTS PAGE (simple, separate)
Matches hero theme; no JS required.
========================= */

body.products-page {
    background: #3A002B;
    /* clip keeps horizontal bleed hidden without breaking position: sticky */
    overflow-x: clip;
}

/* Only hide products during GSAP intro (prevents flash). */
html.products-intro {
    background: #3A002B;
}

.products-intro body.products-page {
    opacity: 0;
    background: #3A002B;
}

.products-ticker.print-marquee--hero {
    position: fixed;
}

.products-page .print-marquee.print-marquee--hero {
    border-bottom: 4px solid #000000;
}

.products-page .print-marquee.print-marquee--hero .print-marquee-item {
    color: #FFF3EF;
}

.products-page .print-marquee.print-marquee--hero .print-marquee-dot {
    background: #FFFD46;
}

.products-shell {
    padding: calc(var(--hero-ticker-h, 44px) + 28px) 62px 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-top: 14px;
}

.products-home {
    display: inline-flex;
    flex-direction: column;
    gap: clamp(8px, 0.6vw, 14px);
    line-height: 0.9;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
}

.products-home__word {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.products-home__word--a {
    font-size: clamp(64px, 6.2vw, 98px);
    color: #FFF3EF;
}

.products-home__word--b {
    font-size: clamp(70px, 6.8vw, 108px);
    color: #FF7F00;
    margin-top: 0;
    margin-left: -0.04em;
}

.products-title h1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(44px, 5vw, 76px);
    line-height: 0.92;
    letter-spacing: -2px;
    color: #FFF3EF;
    text-transform: uppercase;
    margin: 0;
    text-align: right;
}

.products-title p {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: rgba(255, 243, 239, 0.82);
    text-align: right;
    text-transform: uppercase;
    max-width: 520px;
    margin-left: auto;
}

.products-main .products-header {
    position: relative;
    justify-content: center;
    width: 100%;
}

.products-main .products-title {
    width: 100%;
    text-align: center;
}

.products-main .products-title h1,
.products-main .products-title p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.products-main .products-title p {
    max-width: 560px;
}

.products-main .products-header .products-header-actions {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.products-header-actions .profile-nav--products,
.products-header-actions .cart-nav--products {
    position: static;
}

.products-controls {
    margin-top: 36px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.products-filter {
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 3px solid #FFFD46;
    background: transparent;
    color: #FFFD46;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
}

.products-filter:hover {
    transform: translateY(-2px);
    background: rgba(255, 253, 70, 0.12);
}

.products-filter.is-active {
    background: #FFFD46;
    color: #3A002B;
}

.products-grid-page {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.product-card {
    background: #FFFD46;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 10px 10px 12px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    cursor: pointer;
}

.product-card__visual {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 0;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background: #FFF3EF;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
}

.product-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.product-card__visual--fallback {
    position: relative;
}

.product-card__visual--fallback::after {
    content: "Image unavailable";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(58, 0, 43, 0.32);
}

.product-card__price {
    margin: 0;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #3A002B;
    letter-spacing: 0.01em;
    text-transform: none;
    font-variant-numeric: tabular-nums;
}

.product-card__name {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(15px, 4.2vw, 20px);
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.05;
}

.product-card__meta {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.75);
    text-transform: lowercase;
}

.product-card__btn {
    margin-top: auto;
    align-self: stretch;
    justify-content: center;
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    border: 2px solid #000000;
    background: #3A002B;
    color: #FFFD46;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
}

.product-card__btn.is-added {
    background: #670038;
    transform: translateY(-1px);
}

.product-card__btn:hover {
    transform: translateY(-2px);
    background: #670038;
    border-color: #000000;
}

.products-status {
    grid-column: 1 / -1;
    margin: 0;
    padding: 48px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 243, 239, 0.85);
    text-align: center;
    text-transform: lowercase;
}

.products-status--loading {
    color: #FFFD46;
}

.products-status--error {
    color: #F7A5D3;
}

/* =========================
   PRODUCT DETAIL PAGE
========================= */

.product-detail-page {
    width: 100%;
    min-width: 0;
}

.product-detail {
    width: 100%;
}

.product-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 40px);
    align-items: stretch;
}

.product-detail__gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.product-detail__media {
    min-height: min(72vh, 640px);
    background: #FFF3EF;
    border: 4px solid #000000;
    border-radius: 28px;
    box-shadow: 6px 6px 0 #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 2.5vw, 28px);
    box-sizing: border-box;
}

.product-detail__media--carousel {
    --product-gallery-h: min(72vh, 640px);
    position: relative;
    display: block;
    height: var(--product-gallery-h);
    min-height: var(--product-gallery-h);
    max-height: var(--product-gallery-h);
    padding: clamp(16px, 2.5vw, 28px);
    padding-left: clamp(44px, 5vw, 56px);
    padding-right: clamp(44px, 5vw, 56px);
}

.product-gallery__stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-gallery__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.product-gallery__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.product-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid #000000;
    border-radius: 0;
    background: #FFFD46;
    color: #000000;
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease, background 0.18s ease;
}

.product-gallery__nav:hover {
    transform: translateY(-50%) translateY(-1px);
    background: #FFF3EF;
}

.product-gallery__nav--prev {
    left: clamp(10px, 1.2vw, 14px);
}

.product-gallery__nav--next {
    right: clamp(10px, 1.2vw, 14px);
}

.product-gallery__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-gallery__thumbs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.product-gallery__thumb {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    padding: 0;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #FFF3EF;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.product-gallery__thumb.is-active {
    border-color: #000000;
    box-shadow: 0 0 0 2px #FFFD46;
}

.product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #FFF3EF;
}

.product-detail__img {
    width: 100%;
    height: 100%;
    max-height: min(68vh, 600px);
    object-fit: contain;
    object-position: center center;
    display: block;
}

.product-detail__media--fallback {
    position: relative;
}

.product-detail__no-img {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(58, 0, 43, 0.35);
}

.product-detail__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: clamp(8px, 1.5vw, 18px) 0;
}

.product-detail__category {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFD46;
}

.product-detail__title {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    letter-spacing: -1.5px;
    font-weight: 400;
    color: #FFFD46;
    text-transform: uppercase;
    line-height: 0.95;
}

.product-detail__price {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 700;
    color: #FFF3EF;
    font-variant-numeric: tabular-nums;
}

.product-detail__desc {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.55;
    color: rgba(255, 243, 239, 0.88);
    max-width: 52ch;
}

.product-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.product-detail__btn {
    appearance: none;
    border: 3px solid #000000;
    border-radius: 999px;
    padding: 0 28px;
    height: 52px;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
    box-shadow: 4px 4px 0 #000;
}

.product-detail__btn--cart {
    background: #FFFD46;
    color: #000000;
}

.product-detail__btn--buy {
    background: #F7A5D3;
    color: #000000;
}

.product-detail__btn:hover {
    transform: translateY(-2px);
}

.product-detail__btn.is-added {
    background: #670038;
    color: #FFFD46;
}

.product-detail__back {
    margin-top: 12px;
    color: #FFFD46;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    align-self: flex-start;
    transition: opacity 0.18s ease;
}

.product-detail__back:hover {
    opacity: 0.8;
}

.product-page .product-main {
    position: relative;
}

.product-page .products-layout {
    margin-top: 40px;
}

.product-page .product-mobile-header {
    display: none;
}

.product-page .product-main__cart {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.product-sidebar-links {
    margin-top: 18px;
}

@media (max-width: 992px) {
    .product-detail__layout {
        grid-template-columns: 1fr;
    }

    .product-detail__media {
        min-height: min(52vh, 420px);
    }

    .product-detail__media--carousel {
        --product-gallery-h: min(52vh, 420px);
        padding-left: 40px;
        padding-right: 40px;
    }

    .product-gallery__nav {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    .product-gallery__thumb {
        width: 64px;
        height: 64px;
    }

    .product-page .product-layout {
        display: grid;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
        grid-template-rows: var(--product-mobile-top-h, clamp(68px, 18vw, 80px)) auto;
        column-gap: 6px;
        row-gap: 12px;
        align-items: stretch;
        margin-top: 0;
        --product-mobile-top-h: clamp(68px, 18vw, 80px);
        grid-template-areas:
            "logo title nav"
            "content content content";
    }

    .product-page .products-shell {
        padding-top: calc(var(--hero-ticker-h, 44px) + 8px);
    }

    .product-page .product-mobile-header {
        display: contents;
    }

    .product-page .product-mobile-title {
        grid-area: title;
        grid-column: title;
        margin-top: 0;
        min-width: 0;
        align-self: center;
        justify-self: center;
        width: 100%;
        height: var(--product-mobile-top-h);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-page .product-mobile-title h1 {
        font-size: clamp(32px, 10vw, 52px) !important;
        line-height: 0.92;
        letter-spacing: -1.5px;
        margin: 0;
        padding: 0;
        text-align: center;
        white-space: nowrap;
        color: #FFF3EF;
        text-transform: uppercase;
    }

    .product-page .products-sidebar,
    .product-page .products-sidebar__stick,
    .product-page .product-main {
        display: contents;
    }

    .product-page .products-home {
        grid-area: logo;
        grid-column: logo;
        margin-top: 5px;
        margin-bottom: 0;
        gap: 2px;
        align-self: center;
        justify-self: start;
        height: var(--product-mobile-top-h);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .product-page .products-home__word--a {
        font-size: clamp(28px, 8vw, 40px);
    }

    .product-page .products-home__word--b {
        font-size: clamp(30px, 8.5vw, 44px);
        margin-left: -0.02em;
    }

    .product-page .product-sidebar-links {
        grid-area: nav;
        grid-column: nav;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        margin: 5px 0 0;
        gap: 6px;
        width: auto;
        min-width: 72px;
        align-self: center;
        justify-self: end;
        height: var(--product-mobile-top-h);
        justify-content: center;
    }

    .product-page .product-sidebar-links .cart-sidebar-links__btn {
        min-height: 32px;
        padding: 0 12px;
        font-size: 11px;
        border-width: 2px;
    }

    .product-page .product-main__cart {
        display: none;
    }

    .product-page .product-detail-page {
        grid-area: content;
        grid-column: 1 / -1;
    }

    .product-detail__actions {
        flex-direction: column;
    }

    .product-detail__btn {
        width: 100%;
        justify-content: center;
    }
}

.products-footer {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.products-back {
    color: #FFFD46;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.products-back:hover {
    color: #FFF3EF;
}

.products-note {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 243, 239, 0.7);
    max-width: 520px;
    text-align: right;
}

/* Desktop: left sidebar (logo + stacked filters) | right column (title + cards). Mobile unchanged below 993px. */
@media (min-width: 993px) {
    html:has(body.products-page) {
        overflow-x: clip;
    }

    body.products-page {
        overflow-x: clip;
    }

    .products-shell,
    .products-layout {
        overflow: visible;
    }

    .products-shell {
        --products-heading-push: 12px;
        max-width: 1560px;
        padding-top: calc(var(--hero-ticker-h, 44px) + 10px);
        padding-bottom: 48px;
        padding-left: clamp(36px, 4vw, 52px);
        padding-right: 62px;
    }

    .products-layout {
        display: flex;
        align-items: stretch;
        gap: clamp(32px, 4vw, 56px);
    }

    .products-sidebar {
        flex: 0 0 clamp(148px, 12vw, 196px);
        width: clamp(148px, 12vw, 196px);
        align-self: stretch;
    }

    .products-sidebar__stick {
        position: -webkit-sticky;
        position: sticky;
        top: calc(var(--hero-ticker-h, 44px) + 8px);
        padding-top: var(--products-heading-push);
        z-index: 5;
    }

    .products-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        margin: 0;
    }

    .products-main .products-header {
        justify-content: center;
    }

    .products-main .products-header .products-header-actions {
        top: var(--products-heading-push, 12px);
    }

    .products-header .products-header-actions {
        margin-top: 6px;
        flex-shrink: 0;
    }

    .products-home {
        align-self: start;
    }

    .products-controls {
        margin-top: 22px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }

    .products-filter {
        width: 100%;
        justify-content: center;
    }

    .products-main {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .products-title {
        max-width: none;
        padding-top: var(--products-heading-push);
    }

    .products-title h1,
    .products-title p {
        text-align: left;
        margin-left: 0;
    }

    .products-main .products-title h1,
    .products-main .products-title p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .products-title p {
        max-width: 640px;
        margin-bottom: 0;
    }

    .products-grid-page {
        margin-top: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .products-footer {
        margin-top: 32px;
    }
}

/* =========================
ORDER NOW TRANSITION (home -> products only)
White screen + huge SUSI LABS sliding right -> left (1s)
========================= */

body.is-order-transitioning {
    overflow: hidden;
    height: 100vh;
}

.order-transition {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: grid;
    place-items: center;
    background: #3A002B;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.order-transition.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.order-transition.is-active {
    /* Keep background solid (no white flash). */
    background: #3A002B;
}

.order-transition__track {
    display: inline-flex;
    align-items: baseline;
    gap: 0.28em;
    will-change: transform;
    transform: translateX(120vw);
}

.order-transition.is-active .order-transition__track {
    animation: orderTransitionSlide 1.2s linear forwards;
}

.order-transition__word {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: -0.08em;
    line-height: 0.85;
    color: #ffffff;
    text-transform: uppercase;
    font-size: clamp(420px, 58vw, 1800px);
    opacity: 0;
    will-change: transform, opacity;
}

.order-transition.is-active .order-transition__word {
    animation: orderTransitionTextFade 1.2s linear forwards;
}

.order-transition__word--b {
    color: #FF7F00;
}

/* Mobile-only transition FX (hidden on desktop) */
.order-transition__fx,
.order-transition__shine {
    display: none;
}

@keyframes orderTransitionTextFade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    68% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes orderTransitionSlide {
    from {
        transform: translateX(120vw);
    }
    to {
        /* Push fully left (inside + past) so it "clears" the screen. */
        transform: translateX(-140vw);
    }
}

/* Desktop: keep SUSI LABS visible through the full left exit. */
@media (min-width: 769px) {
    .order-transition.is-active .order-transition__word {
        animation: orderTransitionTextFadeDesktop 1.2s linear forwards;
    }
}

@keyframes orderTransitionTextFadeDesktop {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    92% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .order-transition.is-active .order-transition__track {
        animation: none;
        transform: translateX(0);
    }

    .order-transition.is-active .order-transition__word {
        animation: none;
        opacity: 1;
    }
}

/* Mobile: "Print Forge" — bed lock, orbiting nozzle, glitch stamp (1.2s). */
@media (max-width: 768px) {
    .order-transition {
        overflow: hidden;
        padding: 28px 16px;
        box-sizing: border-box;
        --order-transition-cy: 50%;
    }

    .order-transition__fx,
    .order-transition__shine {
        display: block;
    }

    .order-transition__fx {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
    }

    .order-transition__pulse {
        position: absolute;
        left: 50%;
        top: var(--order-transition-cy);
        width: 40vmin;
        height: 40vmin;
        margin: -20vmin 0 0 -20vmin;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 127, 0, 0.55) 0%, rgba(255, 253, 70, 0.2) 38%, transparent 72%);
        opacity: 0;
        transform: scale(0.2);
    }

    .order-transition.is-active .order-transition__pulse {
        animation: orderTransitionMobilePulse 1.2s ease-out forwards;
    }

    .order-transition__ring {
        position: absolute;
        left: 50%;
        top: var(--order-transition-cy);
        width: min(72vw, 320px);
        height: min(72vw, 320px);
        margin: calc(min(72vw, 320px) / -2) 0 0 calc(min(72vw, 320px) / -2);
        border-radius: 50%;
        border: 3px dashed rgba(255, 253, 70, 0.45);
        box-shadow: 0 0 0 1px rgba(255, 127, 0, 0.15) inset;
        opacity: 0;
        transform: scale(0.55) rotate(0deg);
    }

    .order-transition.is-active .order-transition__ring {
        animation: orderTransitionMobileRing 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .order-transition__corner {
        position: absolute;
        width: 34px;
        height: 34px;
        border: 4px solid #FFFD46;
        opacity: 0;
        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
    }

    .order-transition__corner--tl {
        top: 11%;
        left: 7%;
        border-right: none;
        border-bottom: none;
    }

    .order-transition__corner--tr {
        top: 11%;
        right: 7%;
        border-left: none;
        border-bottom: none;
    }

    .order-transition__corner--bl {
        bottom: 16%;
        left: 7%;
        border-right: none;
        border-top: none;
    }

    .order-transition__corner--br {
        bottom: 16%;
        right: 7%;
        border-left: none;
        border-top: none;
    }

    .order-transition.is-active .order-transition__corner {
        animation: orderTransitionMobileCorner 0.55s cubic-bezier(0.34, 1.35, 0.64, 1) forwards;
    }

    .order-transition.is-active .order-transition__corner--tr {
        animation-delay: 0.04s;
    }

    .order-transition.is-active .order-transition__corner--bl {
        animation-delay: 0.08s;
    }

    .order-transition.is-active .order-transition__corner--br {
        animation-delay: 0.12s;
    }

    .order-transition__orbit {
        position: absolute;
        left: 50%;
        top: var(--order-transition-cy);
        width: min(58vw, 260px);
        height: min(58vw, 260px);
        margin: calc(min(58vw, 260px) / -2) 0 0 calc(min(58vw, 260px) / -2);
        transform: rotate(0deg);
        opacity: 0;
    }

    .order-transition.is-active .order-transition__orbit {
        animation: orderTransitionMobileOrbit 1.05s cubic-bezier(0.45, 0, 0.2, 1) forwards;
    }

    .order-transition__nozzle {
        position: absolute;
        top: -7px;
        left: 50%;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        border-radius: 50%;
        background: #FFFD46;
        border: 3px solid #000;
        box-shadow: 0 0 16px rgba(255, 127, 0, 0.9), 0 0 28px rgba(255, 253, 70, 0.55);
    }

    .order-transition__sparks {
        position: absolute;
        left: 50%;
        top: var(--order-transition-cy);
        width: 0;
        height: 0;
    }

    .order-transition__sparks i {
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 14px;
        border-radius: 2px;
        background: linear-gradient(180deg, #FFFD46, #FF7F00);
        border: 2px solid #000;
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2);
    }

    .order-transition.is-active .order-transition__sparks i {
        animation: orderTransitionMobileSpark 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .order-transition.is-active .order-transition__sparks i:nth-child(1) {
        animation-delay: 0.42s;
        --spark-x: -72px;
        --spark-y: -48px;
        --spark-r: -28deg;
    }

    .order-transition.is-active .order-transition__sparks i:nth-child(2) {
        animation-delay: 0.44s;
        --spark-x: 78px;
        --spark-y: -36px;
        --spark-r: 22deg;
    }

    .order-transition.is-active .order-transition__sparks i:nth-child(3) {
        animation-delay: 0.46s;
        --spark-x: -64px;
        --spark-y: 52px;
        --spark-r: 18deg;
    }

    .order-transition.is-active .order-transition__sparks i:nth-child(4) {
        animation-delay: 0.48s;
        --spark-x: 70px;
        --spark-y: 44px;
        --spark-r: -16deg;
    }

    .order-transition.is-active .order-transition__sparks i:nth-child(5) {
        animation-delay: 0.5s;
        --spark-x: 0px;
        --spark-y: -78px;
        --spark-r: 0deg;
    }

    .order-transition.is-active .order-transition__sparks i:nth-child(6) {
        animation-delay: 0.52s;
        --spark-x: 0px;
        --spark-y: 72px;
        --spark-r: 0deg;
    }

    .order-transition__tag {
        position: absolute;
        left: 50%;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        transform: translateX(-50%) translateY(12px);
        margin: 0;
        padding: 10px 18px;
        font-family: 'Hagrid Trial', sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #3A002B;
        background: #FFFD46;
        border: 3px solid #000;
        box-shadow: 4px 4px 0 #000;
        opacity: 0;
        white-space: nowrap;
    }

    .order-transition.is-active .order-transition__tag {
        animation: orderTransitionMobileTag 1.2s ease-out forwards;
    }

    .order-transition__track {
        transform: translateY(-0.32em);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.02em;
        position: relative;
        z-index: 2;
        overflow: visible;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .order-transition.is-active .order-transition__track {
        animation: orderTransitionMobileTrackPulse 1.2s ease-out forwards;
    }

    .order-transition__shine {
        position: absolute;
        top: 8%;
        left: -120%;
        width: 55%;
        height: 84%;
        background: linear-gradient(
            105deg,
            transparent 0%,
            rgba(255, 253, 70, 0.15) 35%,
            rgba(255, 255, 255, 0.55) 50%,
            rgba(255, 253, 70, 0.15) 65%,
            transparent 100%
        );
        transform: skewX(-12deg);
        pointer-events: none;
        z-index: 4;
        opacity: 0;
    }

    .order-transition.is-active .order-transition__shine {
        animation: orderTransitionMobileShine 1.2s ease-out forwards;
    }

    .order-transition__word {
        font-size: clamp(76px, 19.5vw, 118px);
        line-height: 0.88;
        letter-spacing: -0.04em;
        clip-path: none;
        transform: scale(1.12);
        opacity: 0;
        will-change: transform, opacity, filter;
        position: relative;
        z-index: 1;
        display: block;
        width: fit-content;
        max-width: 100%;
        padding: 0.06em 0.08em;
        overflow: visible;
    }

    .order-transition__word--a,
    .order-transition__word--b {
        transform: scale(1.12);
    }

    .order-transition.is-active .order-transition__word--a {
        animation:
            orderTransitionMobileForgeA 1.2s cubic-bezier(0.34, 1.25, 0.64, 1) forwards,
            orderTransitionTextFade 1.2s linear forwards;
    }

    .order-transition.is-active .order-transition__word--b {
        animation:
            orderTransitionMobileForgeB 1.2s cubic-bezier(0.34, 1.25, 0.64, 1) forwards,
            orderTransitionTextFade 1.2s linear forwards;
    }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
    .order-transition__fx {
        display: none;
    }

    .order-transition__shine {
        display: none;
    }

    .order-transition.is-active .order-transition__track {
        animation: none;
    }

    .order-transition.is-active .order-transition__word--a,
    .order-transition.is-active .order-transition__word--b {
        animation: orderTransitionTextFade 1.2s linear forwards;
        transform: none;
        filter: none;
    }
}

@keyframes orderTransitionMobilePulse {
    0% {
        opacity: 0;
        transform: scale(0.15);
    }

    35% {
        opacity: 0.85;
        transform: scale(1.15);
    }

    100% {
        opacity: 0;
        transform: scale(1.65);
    }
}

@keyframes orderTransitionMobileRing {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(0deg);
    }

    30% {
        opacity: 0.9;
    }

    68% {
        opacity: 0.9;
        transform: scale(1) rotate(280deg);
    }

    100% {
        opacity: 0;
        transform: scale(1) rotate(300deg);
    }
}

@keyframes orderTransitionMobileCorner {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }

    68% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes orderTransitionMobileOrbit {
    0% {
        opacity: 0;
        transform: rotate(0deg) scale(0.6);
    }

    15% {
        opacity: 1;
    }

    48% {
        transform: rotate(520deg) scale(1);
    }

    100% {
        opacity: 0;
        transform: rotate(640deg) scale(0.35);
    }
}

@keyframes orderTransitionMobileSpark {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2) rotate(var(--spark-r, 0deg));
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--spark-x, 0px)), calc(-50% + var(--spark-y, 0px)))
            scale(1) rotate(var(--spark-r, 0deg));
    }
}

@keyframes orderTransitionMobileTag {
    0%,
    52% {
        opacity: 0;
        transform: translateX(-50%) translateY(16px);
    }

    68% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-6px);
    }
}

@keyframes orderTransitionMobileTrackPulse {
    0%,
    48% {
        transform: translateY(-0.32em) scale(1);
    }

    56% {
        transform: translateY(-0.32em) scale(1.035);
    }

    72%,
    100% {
        transform: translateY(-0.32em) scale(1);
    }
}

@keyframes orderTransitionMobileShine {
    0%,
    38% {
        left: -120%;
        opacity: 0;
    }

    48% {
        opacity: 1;
    }

    62% {
        left: 130%;
        opacity: 0;
    }

    100% {
        left: 130%;
        opacity: 0;
    }
}

@keyframes orderTransitionMobileForgeA {
    0% {
        opacity: 0;
        transform: scale(1.14) rotate(-5deg) translateY(14px);
        filter: blur(8px);
        text-shadow: -0.1em 0.04em #FF7F00, 0.12em -0.03em #FFFD46;
    }

    32% {
        opacity: 1;
        transform: scale(0.94) rotate(1deg) translateY(0);
        filter: blur(0);
        text-shadow: -0.04em 0 #FF7F00, 0.04em 0 #FFFD46;
    }

    46% {
        transform: scale(1.03) rotate(0deg);
        text-shadow: none;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes orderTransitionMobileForgeB {
    0%,
    16% {
        opacity: 0;
        transform: scale(1.18) rotate(5deg) translateY(-12px);
        filter: blur(10px);
        text-shadow: 0.1em 0.03em #FFFD46, -0.1em -0.02em #FF7F00;
    }

    44% {
        opacity: 1;
        transform: scale(0.94) rotate(-1deg) translateY(0);
        filter: blur(0);
        text-shadow: none;
    }

    58% {
        transform: scale(1.04) rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .products-shell {
        padding: calc(var(--hero-ticker-h, 44px) + 18px) 24px 44px;
    }

    .products-layout {
        display: flex;
        flex-direction: column;
    }

    .products-sidebar,
    .products-sidebar__stick,
    .products-main {
        display: contents;
    }

    .products-home {
        order: 1;
    }

    .products-header {
        order: 2;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        width: 100%;
    }

    .products-header .products-header-actions {
        margin-top: 0;
    }

    .products-controls {
        order: 3;
    }

    .products-grid-page {
        order: 4;
    }

    .products-title h1,
    .products-title p {
        text-align: left;
        margin-left: 0;
    }

    .products-main .products-title h1,
    .products-main .products-title p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .products-controls {
        justify-content: flex-start;
    }

    /* Order Now page — mobile: logo | ORDER NOW | cart on one row */
    body.products-page:not(.cart-page):not(.product-page) .products-layout {
        display: grid;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
        grid-template-rows: var(--products-mobile-top-h, clamp(68px, 18vw, 80px)) auto auto;
        column-gap: 6px;
        row-gap: 12px;
        align-items: stretch;
        --products-mobile-top-h: clamp(68px, 18vw, 80px);
        grid-template-areas:
            "logo title actions"
            "filters filters filters"
            "grid grid grid";
    }

    body.products-page:not(.cart-page):not(.product-page) .products-home {
        grid-area: logo;
        grid-column: logo;
        order: unset;
        gap: 2px;
        align-self: center;
        justify-self: start;
        flex-shrink: 0;
        height: var(--products-mobile-top-h);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-home__word--a {
        font-size: clamp(28px, 8vw, 40px);
    }

    body.products-page:not(.cart-page):not(.product-page) .products-home__word--b {
        font-size: clamp(30px, 8.5vw, 44px);
        margin-left: -0.02em;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-header {
        display: contents;
        order: unset;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-title {
        grid-area: title;
        grid-column: title;
        margin-top: 0;
        min-width: 0;
        align-self: center;
        justify-self: center;
        width: 100%;
        height: var(--products-mobile-top-h);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-main .products-title h1 {
        font-size: clamp(42px, 12.5vw, 64px) !important;
        line-height: 0.9;
        letter-spacing: -0.5px;
        margin: 0;
        padding: 0;
        text-align: center;
        white-space: nowrap;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-title p {
        display: none;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-main .products-header .products-header-actions {
        grid-area: actions;
        grid-column: actions;
        position: static !important;
        right: auto;
        top: auto;
        align-self: center;
        justify-self: end;
        flex-shrink: 0;
        margin: 0;
        gap: 8px;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-main .products-header .products-header-actions .cart-nav,
    body.products-page:not(.cart-page):not(.product-page) .products-main .products-header .products-header-actions .profile-nav {
        width: 62px;
        height: 62px;
        border-radius: 16px;
        border-width: 3px;
        margin: 0;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-controls {
        grid-area: filters;
        grid-column: 1 / -1;
        order: unset;
        width: 100%;
        margin-top: 0;
        gap: 8px;
        align-self: start;
        position: relative;
        z-index: 2;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-main .products-header .products-header-actions .cart-nav__icon,
    body.products-page:not(.cart-page):not(.product-page) .products-main .products-header .products-header-actions .profile-nav__icon {
        width: 34px;
        height: 34px;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-main .products-header .cart-nav__icon {
        width: 34px;
        height: 34px;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-filter {
        height: 32px;
        padding: 0 11px;
        font-size: 11px;
        border-width: 2px;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-grid-page {
        grid-area: grid;
        grid-column: 1 / -1;
        order: unset;
        width: 100%;
        min-width: 0;
        margin-top: 0;
        align-self: start;
        position: relative;
        z-index: 1;
    }

    .products-grid-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    /* Amazon-style compact cards on mobile/tablet */
    .product-card {
        border-radius: 0;
        padding: 10px 10px 12px;
        min-height: 0;
        gap: 8px;
        box-shadow: none;
        border-width: 2px;
    }

    .product-card__visual {
        border-radius: 0;
        height: 0;
        padding-bottom: 100%;
        border: 2px solid rgba(0, 0, 0, 0.12);
    }

    .product-card__img {
        top: 50%;
        left: 50%;
        width: 90%;
        height: 90%;
        transform: translate(-50%, -50%);
        transform-origin: center center;
        object-fit: contain;
    }

    .product-card__name {
        font-size: clamp(15px, 4.2vw, 20px);
        letter-spacing: -0.5px;
        line-height: 1.05;
    }

    .product-card__meta {
        font-size: 11px;
        line-height: 1.25;
    }

    .product-card__price {
        font-size: 13px;
    }

    .product-card__btn {
        align-self: stretch;
        justify-content: center;
        height: 38px;
        padding: 0 10px;
        border-radius: 0;
        border-width: 2px;
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .products-shell {
        padding-left: 12px;
        padding-right: 12px;
    }

    .products-grid-page {
        gap: 8px;
    }

    .products-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-note {
        text-align: left;
        max-width: none;
    }
}

/* =========================
CART NAV + CART PAGE
========================= */

.cart-nav {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease;
}

.cart-nav__icon {
    width: 28px;
    height: 28px;
    display: block;
}

.cart-nav__badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #000000;
    color: #FF7F00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    border: 2px solid #000000;
    box-sizing: border-box;
    pointer-events: none;
}

.cart-nav__label {
    display: none;
}

.cart-nav--hero {
    color: #000000;
    background: #FF7F00;
    border: 3px solid #000000;
    border-radius: 14px;
    width: 46px;
    height: 46px;
}

.cart-nav--hero:hover {
    transform: translateY(-2px);
    background: #e67200;
}

.cart-nav--hero .cart-nav__icon {
    color: #000000;
}

.hero-aside nav .cart-nav--hero {
    align-self: center;
}

.cart-nav--products {
    color: #000000;
    background: #FF7F00;
    border: 3px solid #000000;
    border-radius: 16px;
}

.cart-nav--products:hover {
    transform: translateY(-2px);
    background: #e67200;
}

.cart-nav--products .cart-nav__icon {
    color: #000000;
}

.profile-nav--products {
    color: #000000;
    background: #FF7F00;
    border: 3px solid #000000;
    border-radius: 16px;
}

.profile-nav--products:hover {
    transform: translateY(-2px);
    background: #e67200;
}

.profile-nav--products .profile-nav__icon {
    color: #000000;
}

.profile-nav--signed-in.profile-nav--products {
    box-shadow: inset 0 0 0 2px #fffd46;
}

.profile-nav--signed-in.profile-nav--products .profile-nav__icon {
    color: #000000;
}

html.cart-intro {
    background: #3A002B;
}

.cart-intro body.cart-page {
    opacity: 0;
    background: #3A002B;
}

.cart-intro body.checkout-page {
    opacity: 0;
    background: #3A002B;
}

.cart-intro body.custom-build-page {
    opacity: 0;
    background: #3A002B;
}

.cart-page .cart-header {
    margin: 0;
    justify-content: center;
    width: 100%;
}

.cart-page .cart-title {
    width: 100%;
    text-align: center;
}

.cart-page .cart-title h1 {
    margin-bottom: 4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cart-page .cart-title p {
    margin-top: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
}

.cart-main {
    min-width: 0;
}

.cart-sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    width: 100%;
}

.cart-sidebar-links__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 3px solid #FFFD46;
    background: transparent;
    color: #FFFD46;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease;
}

.cart-sidebar-links__btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 253, 70, 0.12);
}

.cart-summary-panel {
    min-width: 0;
}

.cart-summary-panel__stick {
    width: 100%;
}

.cart-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.cart-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 10px 12px;
    border-radius: 0;
    border: 2px solid #000000;
    background: #FFFD46;
    box-shadow: none;
    min-height: 0;
}

.cart-item__visual {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 0;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background: #FFF3EF;
    overflow: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
}

.cart-item__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.cart-item__img--empty {
    background: linear-gradient(135deg, rgba(58, 0, 43, 0.08), rgba(255, 127, 0, 0.12));
}

.cart-item__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.cart-item__name {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(15px, 4.2vw, 20px);
    line-height: 1.05;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.cart-item__price {
    margin: 0;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #3A002B;
}

.cart-item__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-top: auto;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 4px;
    border-radius: 0;
    border: 2px solid #000000;
    background: #FFF3EF;
    box-sizing: border-box;
}

.cart-qty__btn {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 999px;
    background: #3A002B;
    color: #FFFD46;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.cart-qty__value {
    min-width: 24px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3A002B;
}

.cart-item__remove {
    border: none;
    background: transparent;
    color: #3A002B;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    align-self: center;
}

.cart-empty {
    padding: 48px 24px;
    border-radius: 28px;
    border: 4px dashed rgba(255, 253, 70, 0.45);
    background: rgba(255, 253, 70, 0.06);
    text-align: center;
}

.cart-page .cart-layout--empty {
    min-height: calc(100svh - var(--hero-ticker-h, 44px) - 88px);
}

.cart-page .cart-layout--empty .cart-main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.cart-page .cart-layout--empty .cart-main__scroll {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.cart-page .cart-layout--empty .cart-empty:not([hidden]) {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.5vw, 32px);
    padding: clamp(40px, 6vw, 96px) clamp(28px, 5vw, 72px);
    box-sizing: border-box;
}

.cart-page .cart-layout--empty .cart-empty__title {
    font-size: clamp(36px, 7vw, 88px);
    line-height: 0.95;
}

.cart-page .cart-layout--empty .cart-empty__meta {
    margin: 0;
    font-size: clamp(17px, 2.2vw, 28px);
    line-height: 1.45;
    max-width: 40ch;
}

.cart-page .cart-layout--empty .cart-empty__btn {
    margin-top: clamp(8px, 1.5vw, 20px);
    min-height: clamp(54px, 6vw, 76px);
    padding: 0 clamp(28px, 4vw, 56px);
    font-size: clamp(15px, 1.8vw, 22px);
    border-width: 4px;
}

.cart-empty__title {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(28px, 5vw, 44px);
    color: #FFFD46;
    text-transform: uppercase;
}

.cart-empty__meta {
    margin: 12px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 243, 239, 0.78);
    text-transform: lowercase;
}

.cart-empty__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    border: 4px solid #000000;
    background: #FFFD46;
    color: #3A002B;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

/* Keep-shopping card — product-card shape, empty-cart messaging */
.cart-shop-more {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 10px 12px;
    border: 2px dashed rgba(255, 253, 70, 0.45);
    border-radius: 0;
    background: rgba(255, 253, 70, 0.06);
    box-shadow: none;
    text-align: center;
    box-sizing: border-box;
}

.cart-shop-more__visual {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border: 2px dashed rgba(255, 253, 70, 0.35);
    border-radius: 0;
    background: rgba(255, 253, 70, 0.04);
    box-sizing: border-box;
}

.cart-shop-more__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Anton', sans-serif;
    font-size: clamp(36px, 8vw, 56px);
    line-height: 1;
    color: rgba(255, 253, 70, 0.45);
}

.cart-shop-more__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.cart-shop-more__title {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(15px, 4.2vw, 20px);
    letter-spacing: -0.5px;
    line-height: 1.05;
    color: #FFFD46;
    text-transform: uppercase;
}

.cart-shop-more__meta {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    color: rgba(255, 243, 239, 0.78);
    text-transform: lowercase;
}

.cart-shop-more__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin-top: auto;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 0;
    border: 2px solid #000000;
    background: #FFFD46;
    color: #3A002B;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease;
}

.cart-shop-more__btn:hover {
    transform: translateY(-1px);
    background: #FFF3EF;
}

.cart-summary {
    margin-top: 4px;
    padding: 24px;
    border-radius: 24px;
    border: 4px solid #000000;
    background: rgba(255, 253, 70, 0.12);
}

.cart-summary__title {
    margin: 0 0 14px;
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    letter-spacing: -0.5px;
    color: #FFFD46;
    text-transform: uppercase;
}

.cart-summary__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(255, 253, 70, 0.22);
}

.cart-summary__row--item span:first-child {
    font-family: 'Anton', sans-serif;
    font-size: 15px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    color: #FFF3EF;
}

.cart-summary__row--item span:last-child {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #FFFD46;
    white-space: nowrap;
}

.cart-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgba(255, 243, 239, 0.86);
    text-transform: lowercase;
}

.cart-summary__row--total {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 2px solid rgba(255, 253, 70, 0.25);
    font-size: 20px;
    font-weight: 700;
    color: #FFFD46;
    text-transform: none;
}

.cart-summary__checkout,
.cart-summary__shop {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 18px;
    border-radius: 999px;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.cart-summary__checkout {
    border: 4px solid #000000;
    background: #FFFD46;
    color: #3A002B;
}

.cart-summary__shop {
    border: 3px solid #FFFD46;
    background: transparent;
    color: #FFFD46;
}

@media (min-width: 993px) {
    .cart-layout {
        display: grid;
        grid-template-columns: clamp(148px, 12vw, 196px) minmax(0, 1fr) clamp(272px, 24vw, 312px);
        gap: clamp(20px, 2.5vw, 36px);
        align-items: start;
    }

    .cart-page .cart-layout--empty {
        grid-template-columns: clamp(148px, 12vw, 196px) minmax(0, 1fr);
        align-items: stretch;
    }

    .cart-page .cart-layout--empty .cart-empty:not([hidden]) {
        min-height: clamp(480px, calc(100svh - var(--hero-ticker-h, 44px) - 260px), 920px);
    }

    .cart-layout .products-sidebar {
        flex: unset;
        width: auto;
    }

    .cart-main {
        display: flex;
        flex-direction: column;
        gap: 18px;
        min-width: 0;
    }

    .custom-build-page .custom-build-layout {
        grid-template-columns: clamp(148px, 12vw, 196px) minmax(0, 1fr);
    }

    .cart-header {
        padding-top: var(--products-heading-push, 12px);
    }

    .cart-main__scroll {
        overflow: visible;
    }

    .cart-summary-panel__stick {
        position: static;
        padding-top: var(--products-heading-push, 12px);
    }

    .cart-page .cart-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .cart-page .cart-qty {
        gap: 4px;
        padding: 2px;
        border-width: 2px;
    }

    .cart-page .cart-qty__btn {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }

    .cart-page .cart-qty__value {
        min-width: 18px;
        font-size: 13px;
    }

    .cart-page .cart-shop-more {
        min-height: 100%;
    }

    .cart-page .cart-summary {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .cart-page:not(.checkout-page) .cart-layout {
        display: grid;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
        grid-template-rows: var(--cart-mobile-top-h, clamp(68px, 18vw, 80px)) auto auto;
        column-gap: 6px;
        row-gap: 12px;
        align-items: stretch;
        --cart-mobile-top-h: clamp(68px, 18vw, 80px);
        grid-template-areas:
            "logo title nav"
            "content content content"
            "summary summary summary";
    }

    .cart-page:not(.checkout-page) .products-sidebar,
    .cart-page:not(.checkout-page) .products-sidebar__stick,
    .cart-page:not(.checkout-page) .cart-main,
    .cart-page:not(.checkout-page) .cart-header {
        display: contents;
    }

    .cart-page:not(.checkout-page) .products-home {
        grid-area: logo;
        grid-column: logo;
        margin-bottom: 0;
        gap: 2px;
        align-self: center;
        justify-self: start;
        height: var(--cart-mobile-top-h);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .cart-page:not(.checkout-page) .products-home__word--a {
        font-size: clamp(28px, 8vw, 40px);
    }

    .cart-page:not(.checkout-page) .products-home__word--b {
        font-size: clamp(30px, 8.5vw, 44px);
        margin-left: -0.02em;
    }

    .cart-page:not(.checkout-page) .cart-sidebar-links {
        grid-area: nav;
        grid-column: nav;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        margin: 0;
        gap: 4px;
        width: auto;
        min-width: 68px;
        max-width: 78px;
        align-self: center;
        justify-self: end;
        height: var(--cart-mobile-top-h);
        justify-content: center;
    }

    .cart-page:not(.checkout-page) .cart-sidebar-links__btn {
        min-height: 28px;
        padding: 0 8px;
        font-size: 9px;
        border-width: 2px;
        letter-spacing: 0.02em;
    }

    .cart-sidebar-links__btn--desk-only {
        display: none !important;
    }

    .cart-page.account-page:not(.checkout-page) .cart-sidebar-links__btn:not(.cart-sidebar-links__btn--mob-nav),
    .cart-page.orders-page:not(.checkout-page) .cart-sidebar-links__btn:not(.cart-sidebar-links__btn--mob-nav),
    .cart-page.order-detail-page:not(.checkout-page) .cart-sidebar-links__btn:not(.cart-sidebar-links__btn--mob-nav) {
        display: none !important;
    }

    .cart-page.account-page:not(.checkout-page) .cart-layout,
    .cart-page.orders-page:not(.checkout-page) .cart-layout,
    .cart-page.order-detail-page:not(.checkout-page) .cart-layout {
        --cart-mobile-top-h: clamp(72px, 18vw, 84px);
    }

    .cart-page.account-page:not(.checkout-page) .cart-sidebar-links,
    .cart-page.orders-page:not(.checkout-page) .cart-sidebar-links,
    .cart-page.order-detail-page:not(.checkout-page) .cart-sidebar-links {
        min-width: 74px;
        max-width: 88px;
    }

    .cart-page.account-page:not(.checkout-page) .cart-sidebar-links__btn,
    .cart-page.orders-page:not(.checkout-page) .cart-sidebar-links__btn,
    .cart-page.order-detail-page:not(.checkout-page) .cart-sidebar-links__btn {
        min-height: 32px;
        padding: 0 8px;
        font-size: 10px;
        line-height: 1.15;
        text-align: center;
    }

  /* Mobile: sidebar quick links are shop + home only */
    .cart-sidebar-links__btn[href*="cart.html"] {
        display: none !important;
    }

    .cart-page:not(.checkout-page) .cart-title {
        grid-area: title;
        grid-column: title;
        min-width: 0;
        width: 100%;
        align-self: center;
        justify-self: center;
        height: var(--cart-mobile-top-h);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-page:not(.checkout-page) .cart-title h1 {
        font-size: clamp(32px, 10vw, 52px) !important;
        line-height: 0.92;
        letter-spacing: -1.5px;
        margin: 0;
        text-align: center;
        white-space: nowrap;
    }

    .cart-page:not(.checkout-page) .cart-title p {
        display: none;
    }

    .cart-page:not(.checkout-page) .cart-main__scroll {
        grid-area: content;
        grid-column: 1 / -1;
        width: 100%;
        display: block;
    }

    .cart-page:not(.checkout-page) .cart-summary-panel,
    .cart-page:not(.checkout-page) .cart-summary-panel__stick {
        grid-area: summary;
        grid-column: 1 / -1;
        width: 100%;
        display: block;
        position: static;
        padding-top: 0;
        max-height: none;
        overflow: visible;
    }

    .cart-page .cart-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 28px;
    }

    .cart-page .cart-shop-more {
        margin-top: 0;
    }

    .cart-page:not(.checkout-page) .cart-summary-panel {
        margin-bottom: 24px;
    }
}

@media (max-width: 992px) {
    .hero-aside nav .cart-nav--hero {
        display: inline;
        width: auto;
        height: auto;
        min-width: 0;
        padding: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        color: #FF7F00;
        text-transform: uppercase;
        align-self: auto;
        vertical-align: baseline;
        position: static;
    }

    .hero-aside nav .cart-nav__label {
        display: inline;
    }

    .hero-aside nav .cart-nav__icon {
        display: none;
    }

    .hero-aside nav .cart-nav__badge {
        display: none !important;
    }

    .hero-aside nav .cart-nav--hero:hover {
        transform: none;
        background: transparent;
        color: #000000;
    }
}

@media (max-width: 768px) {
    .cart-nav--products,
    .profile-nav--products {
        width: 58px;
        height: 58px;
        border-radius: 16px;
    }

    .cart-nav--products .cart-nav__icon,
    .profile-nav--products .profile-nav__icon {
        width: 32px;
        height: 32px;
    }
}

/* =========================
CHECKOUT PAGE
========================= */

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0;
    padding: 0;
    border: none;
}

.checkout-form__section {
    margin: 0;
    padding: 20px;
    border: 4px solid #000000;
    border-radius: 22px;
    background: rgba(255, 253, 70, 0.1);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.checkout-form__legend {
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    letter-spacing: -0.5px;
    color: #FFFD46;
    text-transform: uppercase;
    padding: 0 4px;
    margin-bottom: 4px;
}

.checkout-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.checkout-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.checkout-field--full {
    grid-column: 1 / -1;
}

.checkout-field span {
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 243, 239, 0.82);
}

.checkout-field span em {
    font-style: normal;
    opacity: 0.65;
    text-transform: lowercase;
}

.checkout-field input,
.checkout-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 12px;
    border: 3px solid #000000;
    background: #FFF3EF;
    color: #3A002B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.checkout-field textarea {
    resize: vertical;
    min-height: 88px;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
    outline: 3px solid #FFFD46;
    outline-offset: 2px;
}

.checkout-form__error {
    margin: 0;
    padding: 14px 16px;
    border-radius: 14px;
    border: 3px solid #000;
    background: rgba(247, 165, 211, 0.25);
    color: #FFF3EF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.checkout-domain-warning {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    border: 2px solid #000;
    background: rgba(247, 165, 211, 0.45);
    color: #3A002B;
    font-weight: 700;
}

.checkout-domain-warning a {
    color: #3A002B;
    text-decoration: underline;
}

.checkout-pay-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 18px;
    border-radius: 999px;
    border: 4px solid #000000;
    background: #FFFD46;
    color: #3A002B;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
}

.checkout-pay-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    background: #ffffff;
}

.checkout-pay-btn:disabled {
    opacity: 1;
    cursor: wait;
    transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-inline: 20px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.checkout-pay-btn:disabled.checkout-pay-btn--blocked {
    cursor: not-allowed;
    opacity: 0.55;
    background: rgba(255, 253, 70, 0.45);
}

.checkout-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 243, 239, 0.92);
}

.checkout-consent input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #ff7f00;
    cursor: pointer;
}

.checkout-consent a {
    color: #fffd46;
}

.checkout-consent a:hover {
    color: #ffffff;
}

.checkout-pay-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
}

.checkout-pay-btn--upi {
    background: #FFFD46;
    color: #3A002B;
}

.checkout-pay-btn--card {
    background: transparent;
    color: #FFFD46;
    border: 2px solid #FFFD46;
    box-shadow: none;
}

.checkout-pay-btn--card:hover:not(:disabled) {
    background: rgba(255, 253, 70, 0.12);
    transform: translateY(-1px);
}

.checkout-pay-btn--confirm {
    width: 100%;
    margin-top: 8px;
}

body.checkout-upi-open {
    overflow: hidden;
}

.checkout-upi-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.checkout-upi-modal[hidden] {
    display: none;
}

.checkout-upi-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(58, 0, 43, 0.82);
}

.checkout-upi-modal__panel {
    position: relative;
    width: min(420px, 100%);
    max-height: calc(100svh - 40px);
    overflow: hidden;
    padding: 24px 22px 22px;
    border: 4px solid #000;
    border-radius: 28px;
    background: #FFF3EF;
    text-align: center;
}

.checkout-upi-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #3A002B;
}

.checkout-upi-modal__tag {
    margin: 0;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FF7F00;
}

.checkout-upi-modal__title {
    margin: 8px 0 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(28px, 6vw, 36px);
    line-height: 0.95;
    color: #3A002B;
    text-transform: uppercase;
}

.checkout-upi-modal__amount {
    margin: 12px 0 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(36px, 8vw, 48px);
    line-height: 1;
    color: #FF7F00;
}

.checkout-upi-modal__qr-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 14px auto 0;
    padding: 12px;
    border: 3px solid #000;
    border-radius: 18px;
    background: #fff;
    width: fit-content;
}

.checkout-upi-modal__qr {
    display: block;
}

.checkout-upi-modal__qr-loading {
    margin: 0;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3A002B;
}

.checkout-upi-modal__vpa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3A002B;
}

.checkout-upi-modal__vpa strong {
    font-size: 15px;
}

.checkout-upi-modal__ref {
    margin: 10px 0 0;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 13px;
    color: #3A002B;
    text-transform: uppercase;
}

.checkout-upi-modal__ref-label {
    font-family: 'Hagrid Trial', sans-serif;
}

.checkout-code {
    font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    font-variant-numeric: tabular-nums;
    word-break: break-all;
}

.checkout-upi-modal__copy {
    border: 2px solid #3A002B;
    border-radius: 999px;
    padding: 4px 12px;
    background: transparent;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.checkout-upi-modal__hint {
    margin: 12px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(58, 0, 43, 0.78);
}

.checkout-upi-modal__open {
    display: inline-block;
    margin-top: 12px;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF7F00;
}

body.checkout-success-page {
    background: #3A002B;
    overflow-x: clip;
}

.checkout-success-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100svh;
    padding: 32px 24px;
    box-sizing: border-box;
}

.checkout-success {
    width: min(720px, 100%);
    margin: 0 auto;
    padding: clamp(48px, 8vw, 72px) clamp(32px, 6vw, 56px);
    text-align: center;
    border: 4px solid #000;
    border-radius: 32px;
    background: rgba(255, 253, 70, 0.12);
}

.checkout-success__tag {
    margin: 0;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FF7F00;
}

.checkout-success__title {
    margin: 16px 0 0;
    font-family: 'Anton', sans-serif;
    font-size: clamp(40px, 8vw, 64px);
    line-height: 0.95;
    color: #FFFD46;
    text-transform: uppercase;
}

.checkout-success__meta {
    margin: 24px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(17px, 2.4vw, 20px);
    line-height: 1.5;
    color: rgba(255, 243, 239, 0.82);
}

.checkout-success__ref {
    margin: 24px 0 0;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: clamp(15px, 2vw, 18px);
    color: #FFFD46;
    text-transform: uppercase;
}

.checkout-success__ref-label {
    font-family: 'Hagrid Trial', sans-serif;
}

.checkout-success__ref .checkout-code {
    color: #FFFD46;
    font-size: clamp(16px, 2.2vw, 20px);
}

.checkout-success__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
}

.checkout-success__actions .cart-empty__btn,
.checkout-success__actions .cart-summary__shop {
    margin-top: 0;
    min-height: 56px;
    padding: 18px 48px;
    min-width: min(320px, 100%);
    box-sizing: border-box;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.checkout-success__actions .cart-summary__shop {
    border-width: 3px;
    padding: 18px 52px;
}

@media (min-width: 993px) {
    .checkout-page .checkout-main {
        display: flex;
        flex-direction: column;
        gap: 18px;
        min-width: 0;
    }

    .checkout-page .checkout-summary-panel__stick,
    .checkout-page .cart-summary-panel__stick {
        position: static;
        padding-top: var(--products-heading-push, 12px);
    }
}

@media (max-width: 992px) {
    .checkout-page .cart-layout {
        display: grid;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
        grid-template-rows: var(--cart-mobile-top-h, clamp(68px, 18vw, 80px)) auto auto;
        column-gap: 6px;
        row-gap: 12px;
        align-items: stretch;
        --cart-mobile-top-h: clamp(68px, 18vw, 80px);
        grid-template-areas:
            "logo title nav"
            "main main main"
            "summary summary summary";
    }

    .checkout-page .products-sidebar,
    .checkout-page .products-sidebar__stick,
    .checkout-page .checkout-main,
    .checkout-page .cart-main,
    .checkout-page .cart-header {
        display: contents;
    }

    .checkout-page .products-home {
        grid-area: logo;
        grid-column: logo;
        margin-bottom: 0;
        gap: 2px;
        align-self: center;
        justify-self: start;
        height: var(--cart-mobile-top-h);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .checkout-page .products-home__word--a {
        font-size: clamp(28px, 8vw, 40px);
    }

    .checkout-page .products-home__word--b {
        font-size: clamp(30px, 8.5vw, 44px);
        margin-left: -0.02em;
    }

    .checkout-page .cart-sidebar-links {
        grid-area: nav;
        grid-column: nav;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        margin: 0;
        gap: 6px;
        width: auto;
        min-width: 72px;
        align-self: center;
        justify-self: end;
        height: var(--cart-mobile-top-h);
        justify-content: center;
    }

    .checkout-page .cart-sidebar-links__btn {
        min-height: 32px;
        padding: 0 12px;
        font-size: 11px;
        border-width: 2px;
    }

    .checkout-page .cart-title {
        grid-area: title;
        grid-column: title;
        min-width: 0;
        width: 100%;
        align-self: center;
        justify-self: center;
        height: var(--cart-mobile-top-h);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkout-page .cart-title h1 {
        font-size: clamp(32px, 10vw, 52px) !important;
        line-height: 0.92;
        letter-spacing: -1.5px;
        margin: 0;
        text-align: center;
        white-space: nowrap;
    }

    .checkout-page .cart-title p {
        display: none;
    }

    .checkout-page .cart-main__scroll {
        grid-area: main;
        grid-column: 1 / -1;
        width: 100%;
        display: block;
    }

    .checkout-page .checkout-summary-panel,
    .checkout-page .cart-summary-panel,
    .checkout-page .cart-summary-panel__stick {
        grid-area: summary;
        grid-column: 1 / -1;
        width: 100%;
        display: block;
        position: static;
        padding-top: 0;
        max-height: none;
        overflow: visible;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .checkout-form__row {
        grid-template-columns: 1fr;
    }
}

/* =========================
   CUSTOM BUILD PAGE
========================= */

.custom-build-page .cart-header {
    margin: 0;
    justify-content: center;
    width: 100%;
}

.custom-build-page .cart-title {
    width: 100%;
    text-align: center;
}

.custom-build-page .cart-title h1 {
    color: #FFF3EF;
}

.custom-build-main {
    width: 100%;
    min-width: 0;
}

.custom-build-scroll {
    width: 100%;
}

.custom-build-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-bottom: 32px;
}

.custom-build-progress {
    width: 100%;
    margin-bottom: 28px;
}

.custom-build-progress__track {
    height: 6px;
    background: rgba(255, 243, 239, 0.15);
    border-radius: 999px;
    overflow: hidden;
}

.custom-build-progress__fill {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #FF7F00, #FFFD46);
    border-radius: 999px;
    transition: width 0.35s ease;
}

.custom-build-progress__steps {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 243, 239, 0.45);
}

.custom-build-progress__steps .is-active {
    color: #FF7F00;
}

.custom-build-progress__steps .is-done {
    color: #FFFD46;
}

.custom-build-form {
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    padding: clamp(22px, 4vw, 36px);
    border: 4px solid #000000;
    border-radius: 28px;
    background: rgba(255, 253, 70, 0.08);
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}

.custom-build-step__title {
    margin: 0 0 22px;
    font-family: 'Anton', sans-serif;
    font-size: clamp(28px, 5vw, 40px);
    text-transform: uppercase;
    color: #FFFD46;
    letter-spacing: -1px;
}

.custom-build-step__hint {
    margin: -12px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgba(255, 243, 239, 0.72);
}

.cb-label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 243, 239, 0.88);
}

.cb-label em {
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    opacity: 0.7;
}

.cb-field {
    display: block;
    margin-bottom: 20px;
}

.cb-field input,
.cb-field textarea,
.cb-field select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 3px solid #000000;
    border-radius: 12px;
    background: #FFF3EF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #3A002B;
    transition: outline 0.2s ease;
}

.cb-field input:focus,
.cb-field textarea:focus,
.cb-field select:focus {
    outline: 3px solid #FFFD46;
    outline-offset: 2px;
}

.cb-fieldset {
    border: none;
    margin: 0 0 22px;
    padding: 0;
}

.cb-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.cb-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 12px;
    border: 3px solid #000000;
    border-radius: 16px;
    background: rgba(255, 243, 239, 0.12);
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.cb-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cb-card.is-selected,
.cb-card:has(input:checked) {
    border-color: #FF7F00;
    background: #FF7F00;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 4px 4px 0 #000000;
}

.cb-card.is-selected .cb-card__name,
.cb-card:has(input:checked) .cb-card__name {
    color: #fff;
}

.cb-card__name {
    font-family: 'Hagrid Trial', sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF3EF;
    letter-spacing: 0.04em;
}

.cb-dims {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cb-dims input {
    padding: 12px 10px;
    border: 3px solid #000000;
    border-radius: 12px;
    background: #FFF3EF;
    font-size: 15px;
    font-weight: 600;
    color: #3A002B;
    text-align: center;
}

.cb-dims input:focus {
    outline: 3px solid #FFFD46;
    outline-offset: 2px;
}

.cb-materials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cb-material {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 12px;
    border: 3px solid #000000;
    border-radius: 16px;
    background: rgba(255, 243, 239, 0.1);
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cb-material input {
    position: absolute;
    opacity: 0;
}

.cb-material.is-selected,
.cb-material:has(input:checked) {
    border-color: #4fc3f7;
    box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.35);
}

.cb-material__name {
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FF7F00;
    text-transform: uppercase;
}

.cb-material__meta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(255, 243, 239, 0.62);
}

.cb-colors {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.cb-color {
    position: relative;
    cursor: pointer;
}

.cb-color input {
    position: absolute;
    opacity: 0;
}

.cb-color span {
    display: block;
    aspect-ratio: 1;
    border-radius: 14px;
    border: 2px solid rgba(58, 0, 43, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cb-color.is-selected span,
.cb-color:has(input:checked) span {
    transform: scale(1.08);
    box-shadow: 0 0 0 3px #FF7F00, 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cb-row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.cb-row-2 .cb-field {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .custom-build-step[data-step="2"] .cb-row-2--specs-top {
        grid-template-columns: 180px minmax(0, 1fr);
        align-items: end;
    }

    .cb-summary__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cb-materials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cb-colors {
        grid-template-columns: repeat(10, minmax(0, 1fr));
        max-width: 100%;
    }

    .cb-urgency {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .cb-urgency__opt {
        margin: 0;
    }
}

.cb-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cb-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border: 3px solid #000000;
    border-radius: 999px;
    background: rgba(255, 243, 239, 0.1);
    color: #FFF3EF;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.cb-pill__label,
.cb-pill__meta {
    font-family: Arial, Helvetica, sans-serif !important;
    font-variant-numeric: lining-nums;
}

.cb-pill__label {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cb-pill__meta {
    font-weight: 600;
    text-transform: none;
    opacity: 0.92;
}

.cb-pill input {
    position: absolute;
    opacity: 0;
}

.cb-pill.is-selected,
.cb-pill:has(input:checked) {
    border-color: #FF7F00;
    background: #FF7F00;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 4px 4px 0 #000000;
}

.cb-pill.is-selected .cb-pill__label,
.cb-pill.is-selected .cb-pill__meta,
.cb-pill:has(input:checked) .cb-pill__label,
.cb-pill:has(input:checked) .cb-pill__meta {
    color: #fff;
}

.cb-urgency {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cb-urgency__opt {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 3px solid #000000;
    border-radius: 16px;
    background: rgba(255, 243, 239, 0.08);
    cursor: pointer;
}

.cb-urgency__opt input {
    accent-color: #FF7F00;
    width: 18px;
    height: 18px;
}

.cb-urgency__opt.is-selected,
.cb-urgency__opt:has(input:checked) {
    border-color: #FF7F00;
}

.cb-urgency__opt.is-selected .cb-urgency__label,
.cb-urgency__opt.is-selected .cb-urgency__meta,
.cb-urgency__opt:has(input:checked) .cb-urgency__label,
.cb-urgency__opt:has(input:checked) .cb-urgency__meta {
    color: #FF7F00;
}

.cb-urgency__label,
.cb-urgency__meta {
    font-family: Arial, Helvetica, sans-serif !important;
    font-variant-numeric: lining-nums;
    color: #FFF3EF;
}

.cb-urgency__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cb-urgency__meta {
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
    text-transform: none;
}

.custom-build-form .cb-field input,
.custom-build-form .cb-field textarea,
.custom-build-form .cb-field select,
.custom-build-form .cb-dims input {
    font-family: Arial, Helvetica, sans-serif !important;
}

.cb-upload {
    border: 3px dashed rgba(255, 243, 239, 0.35);
    border-radius: 20px;
    padding: clamp(32px, 5vw, 48px) 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.cb-upload.is-dragover {
    border-color: #FF7F00;
    background: rgba(255, 127, 0, 0.08);
}

.cb-upload__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.cb-upload__text {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgba(255, 243, 239, 0.75);
}

.cb-upload__browse {
    border: none;
    background: #26a69a;
    color: #fff;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 999px;
    cursor: pointer;
}

.cb-upload__browse:hover {
    background: #1e8e82;
}

.cb-file-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.cb-file-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    margin-top: 8px;
    border-radius: 12px;
    border: 2px solid #000;
    background: rgba(255, 253, 70, 0.1);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF3EF;
}

.cb-file-list__item button {
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #FFFD46;
}

.cb-summary {
    border: 3px solid #FF7F00;
    border-radius: 18px;
    padding: 20px 18px;
    margin-bottom: 24px;
    background: rgba(0, 0, 0, 0.2);
}

.cb-summary__head {
    margin: 0 0 14px;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FF7F00;
}

.cb-summary__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin: 0;
}

.cb-summary__grid div {
    margin: 0;
}

.cb-summary__grid dt {
    margin: 0;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 243, 239, 0.55);
}

.cb-summary__grid dd {
    margin: 4px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFF3EF;
}

.cb-summary__full {
    grid-column: 1 / -1;
}

.cb-contact {
    margin-top: 8px;
}

.custom-build-form__error {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 14px;
    border: 3px solid #000;
    background: rgba(247, 165, 211, 0.25);
    color: #FFF3EF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.custom-build-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
    padding-top: 8px;
}

.custom-build-nav__prev {
    border: none;
    background: transparent;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF3EF;
    cursor: pointer;
}

.custom-build-nav__prev:hover {
    color: #FF7F00;
}

.custom-build-nav__next,
.custom-build-nav__submit {
    margin-left: auto;
    min-width: 160px;
    padding: 16px 28px;
    border: 4px solid #000000;
    border-radius: 999px;
    background: #FF7F00;
    color: #fff;
    font-family: 'Hagrid Trial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 4px 4px 0 #000000;
    transition: transform 0.15s ease, background 0.15s ease;
}

.custom-build-nav__next:hover:not(:disabled),
.custom-build-nav__submit:hover:not(:disabled) {
    transform: translateY(-2px);
    background: #e56f00;
}

.custom-build-nav__next:disabled,
.custom-build-nav__submit:disabled {
    opacity: 0.65;
    cursor: wait;
}

.custom-build-nav__submit:disabled.custom-build-nav__submit--blocked {
    cursor: not-allowed;
    opacity: 0.55;
}

.cb-return-note {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 243, 239, 0.78);
}

.cb-return-note a {
    color: #fffd46;
}

.cb-return-note a:hover {
    color: #ffffff;
}

.cb-consent {
    margin-top: 14px;
}

body.custom-build-success-page .checkout-success__meta strong {
    color: #FFFD46;
}

@media (max-width: 992px) {
    .cart-page.custom-build-page .cart-layout {
        grid-template-areas:
            "logo title nav"
            "content content content";
        grid-template-rows: var(--cart-mobile-top-h, clamp(68px, 18vw, 80px)) auto;
    }

    .cart-page.custom-build-page .products-sidebar,
    .cart-page.custom-build-page .products-sidebar__stick,
    .cart-page.custom-build-page .custom-build-main,
    .cart-page.custom-build-page .cart-header {
        display: contents;
    }

    .cart-page.custom-build-page .products-home {
        grid-area: logo;
        grid-column: logo;
        margin-bottom: 0;
        gap: 2px;
        align-self: center;
        justify-self: start;
        height: var(--cart-mobile-top-h);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .cart-page.custom-build-page .products-home__word--a {
        font-size: clamp(28px, 8vw, 40px);
    }

    .cart-page.custom-build-page .products-home__word--b {
        font-size: clamp(30px, 8.5vw, 44px);
        margin-left: -0.02em;
    }

    .cart-page.custom-build-page .cart-title {
        grid-area: title;
        grid-column: title;
        min-width: 0;
        width: 100%;
        align-self: center;
        justify-self: center;
        height: var(--cart-mobile-top-h);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-page.custom-build-page .cart-sidebar-links {
        grid-area: nav;
        grid-column: nav;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        margin: 0;
        gap: 6px;
        width: auto;
        min-width: 72px;
        align-self: center;
        justify-self: end;
        height: var(--cart-mobile-top-h);
        justify-content: center;
    }

    .cart-page.custom-build-page .cart-sidebar-links__btn {
        min-height: 32px;
        padding: 0 12px;
        font-size: 11px;
        border-width: 2px;
    }

    .cart-page.custom-build-page .custom-build-scroll {
        grid-area: content;
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
    }

    .cart-page.custom-build-page .cart-title h1 {
        font-size: clamp(28px, 8.5vw, 44px) !important;
        white-space: nowrap;
    }
}

@media (max-width: 640px) {
    .cb-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .cb-materials {
        grid-template-columns: 1fr;
    }

    .cb-colors {
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
    }

    .cb-row-2,
    .cb-dims {
        grid-template-columns: 1fr;
    }

    .cb-summary__grid {
        grid-template-columns: 1fr;
    }

    .custom-build-nav {
        flex-wrap: wrap;
    }

    .custom-build-nav__next,
    .custom-build-nav__submit {
        width: 100%;
        margin-left: 0;
    }
}

/* =========================
   CUSTOM DESKTOP CURSOR — oversized arrow pointer
========================= */

html.susi-custom-cursor,
html.susi-custom-cursor * {
    cursor: url("images/susi-cursor-arrow.svg") 2 1, auto !important;
}

/* Footer legal links — homepage only */
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.footer-legal a {
    color: #E8BDD2;
    font-size: 14px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.footer-legal a:hover {
    color: #fffd46;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* Cookie consent banner */
.cookie-banner {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 99999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #3a002b;
    border: 2px solid #fffd46;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.cookie-banner--hide {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
}

.cookie-banner__text {
    margin: 0;
    flex: 1 1 220px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff3ef;
}

.cookie-banner__text a {
    color: #fffd46;
}

.cookie-banner__actions {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.cookie-banner__btn {
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-family: "Anton", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.cookie-banner__btn--accept {
    background: #fffd46;
    color: #3a002b;
}

.cookie-banner__btn--accept:hover {
    background: #ffffff;
}

.cookie-banner__btn--deny {
    background: transparent;
    color: #fff3ef;
    border: 2px solid rgba(255, 243, 239, 0.45);
}

.cookie-banner__btn--deny:hover {
    border-color: #fffd46;
    color: #fffd46;
}

/* =========================
   AUTH + MY ORDERS
========================= */

.auth-shell,
.account-shell {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 16px 64px;
}

.auth-card,
.account-detail {
    width: min(520px, 100%);
    padding: 28px 24px 32px;
    border-radius: 20px;
    border: 3px solid #000;
    background: rgba(58, 0, 43, 0.92);
    box-shadow: 8px 8px 0 #000;
    color: #fff3ef;
}

.auth-card__home {
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Anton", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fffd46;
    text-decoration: none;
}

.auth-card__home:hover {
    color: #fff;
}

.auth-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.auth-tabs__btn {
    flex: 1;
    border: 2px solid rgba(255, 253, 70, 0.35);
    border-radius: 999px;
    padding: 10px 12px;
    background: transparent;
    color: #fff3ef;
    font-family: "Hagrid Trial", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.auth-tabs__btn.is-active {
    background: #fffd46;
    color: #3a002b;
    border-color: #000;
}

.auth-card__title {
    margin: 0 0 8px;
    font-family: "Anton", sans-serif;
    font-size: clamp(32px, 7vw, 44px);
    line-height: 0.95;
    text-transform: uppercase;
    color: #fffd46;
}

.auth-card__sub {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 243, 239, 0.82);
}

.auth-form .checkout-field span {
    color: rgba(255, 243, 239, 0.92);
}

.auth-form__error {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #ffb4b4;
}

.auth-form__note {
    margin: 12px 0 0;
    font-size: 13px;
    color: #fffd46;
}

.auth-form__submit {
    width: 100%;
    margin-top: 18px;
    min-height: 52px;
    border: 4px solid #000;
    border-radius: 999px;
    background: #ff7f00;
    color: #fff;
    font-family: "Hagrid Trial", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 4px 4px 0 #000;
}

.auth-form__submit:hover:not(:disabled) {
    transform: translateY(-2px);
}

.auth-form__submit:disabled {
    opacity: 0.65;
    cursor: wait;
}

.account-email {
    margin: 8px 0 0;
    font-size: 13px;
    color: rgba(255, 243, 239, 0.75);
}

.cart-sidebar-links__btn.is-active {
    background: #fffd46;
    color: #3a002b;
}

.cart-sidebar-links__btn--ghost {
    appearance: none;
    font: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.products-account-links {
    margin-top: 18px;
}

.orders-loading,
.orders-empty {
    margin: 24px 0;
    font-size: 15px;
    color: rgba(255, 243, 239, 0.85);
    text-align: center;
}

.orders-empty__link {
    color: #fffd46;
    text-decoration: none;
    font-weight: 700;
}

.orders-empty__link:hover {
    text-decoration: underline;
}

.orders-page .orders-header {
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: min(920px, 100%);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.orders-page .cart-title h1 {
    width: 100%;
    text-align: center;
    font-size: clamp(36px, 7vw, 52px);
}

.orders-page .cart-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.orders-page .cart-main__scroll {
    max-width: min(920px, 100%);
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 993px) {
    .orders-page .cart-layout {
        grid-template-columns: clamp(148px, 12vw, 196px) minmax(0, 1fr);
    }
}

.orders-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
}

.orders-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px 22px;
    border: 3px solid #000;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 253, 70, 0.14) 0%, rgba(58, 0, 43, 0.55) 100%);
    color: #fff3ef;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}

.orders-card:hover {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 253, 70, 0.22) 0%, rgba(58, 0, 43, 0.45) 100%);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.4);
}

.orders-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 243, 239, 0.12);
}

.orders-card__identity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.orders-card__ref {
    font-family: "Anton", sans-serif;
    font-size: 22px;
    color: #fffd46;
    letter-spacing: 0.5px;
}

.orders-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 2px solid #000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.orders-card__badge--pending {
    background: rgba(255, 127, 0, 0.25);
    color: #fffd46;
}

.orders-card__badge--confirmed {
    background: #4ade80;
    color: #000;
}

.orders-card__badge--active {
    background: rgba(255, 253, 70, 0.35);
    color: #3a002b;
}

.orders-card__badge--shipping {
    background: rgba(255, 127, 0, 0.85);
    color: #000;
}

.orders-card__badge--done {
    background: #fffd46;
    color: #3a002b;
}

.orders-card__badge--cancelled {
    background: rgba(255, 243, 239, 0.2);
    color: rgba(255, 243, 239, 0.8);
}

.orders-card__date {
    font-size: 12px;
    color: rgba(255, 243, 239, 0.7);
    white-space: nowrap;
}

.orders-card__summary-line {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 243, 239, 0.82);
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.orders-card__summary-dot {
    opacity: 0.5;
}

.orders-card__recipient {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.orders-card__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.orders-card__item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.22);
    border: 2px solid rgba(255, 243, 239, 0.08);
}

.orders-card__thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #000;
    display: block;
    background: rgba(255, 127, 0, 0.2);
}

.orders-card__thumb--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    font-size: 16px;
    color: #fffd46;
}

.orders-card__item-name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.orders-card__item-meta {
    margin: 3px 0 0;
    font-size: 12px;
    color: rgba(255, 243, 239, 0.68);
}

.orders-card__item-line {
    font-size: 14px;
    font-weight: 700;
    color: #fffd46;
    white-space: nowrap;
}

.orders-card__no-items,
.orders-card__pending {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 243, 239, 0.75);
    font-style: italic;
}

.orders-card__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.orders-card__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    position: relative;
}

.orders-card__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 7px;
    left: calc(50% + 10px);
    width: calc(100% - 20px);
    height: 2px;
    background: rgba(255, 243, 239, 0.15);
    z-index: 0;
}

.orders-card__step--done:not(:last-child)::after {
    background: #ff7f00;
}

.orders-card__step-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #000;
    background: rgba(255, 243, 239, 0.2);
    position: relative;
    z-index: 1;
}

.orders-card__step--done .orders-card__step-dot {
    background: #fffd46;
}

.orders-card__step--current .orders-card__step-dot {
    background: #ff7f00;
    box-shadow: 0 0 0 3px rgba(255, 127, 0, 0.35);
}

.orders-card__step-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: rgba(255, 243, 239, 0.65);
    line-height: 1.2;
}

.orders-card__step--done .orders-card__step-label,
.orders-card__step--current .orders-card__step-label {
    color: #fff3ef;
    font-weight: 700;
}

.orders-card__foot {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding-top: 12px;
    border-top: 2px solid rgba(255, 243, 239, 0.12);
}

.orders-card__foot-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 14px;
}

.orders-card__track {
    font-size: 12px;
    color: #fffd46;
    font-weight: 600;
}

.orders-card__track--muted {
    color: rgba(255, 243, 239, 0.55);
    font-weight: 400;
}

.orders-card__total {
    font-family: "Anton", sans-serif;
    font-size: 24px;
    color: #fffd46;
    line-height: 1;
    flex-shrink: 0;
}

.orders-card__cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 16px;
    border-radius: 999px;
    border: 2px solid #fffd46;
    background: rgba(255, 253, 70, 0.1);
    font-size: 12px;
    font-weight: 700;
    color: #fffd46;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.orders-card:hover .orders-card__cta {
    background: #fffd46;
    color: #3a002b;
    transform: translateY(-1px);
}

.orders-card__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.orders-card__status {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
}

.orders-card__meta {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 243, 239, 0.78);
}

.order-detail-page .order-detail-header {
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: min(1080px, 100%);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.order-detail-page .cart-title h1 {
    width: 100%;
    text-align: center;
    font-size: clamp(36px, 7vw, 52px);
}

.order-detail-page .cart-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.order-detail-page .cart-main__scroll.order-detail-wrap {
    max-width: min(1080px, 100%);
    margin: 0 auto;
    width: 100%;
    padding: 0 0 48px;
}

.order-detail-page .order-detail-wrap {
    color: #fff3ef;
}

.order-detail-page .order-detail {
    padding: 28px 32px 36px;
    border-radius: 24px;
    border: 3px solid #000;
    background: linear-gradient(160deg, rgba(58, 0, 43, 0.96) 0%, rgba(42, 0, 32, 0.98) 100%);
    box-shadow: 10px 10px 0 #000;
}

.order-detail__hero {
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 2px solid rgba(255, 243, 239, 0.12);
}

.order-detail__hero-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.order-detail__identity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.order-detail__tag {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ff7f00;
    font-weight: 700;
}

.order-detail__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 2px solid #000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.order-detail__badge--pending {
    background: rgba(255, 127, 0, 0.25);
    color: #fffd46;
}

.order-detail__badge--confirmed {
    background: #4ade80;
    color: #000;
}

.order-detail__badge--active {
    background: rgba(255, 253, 70, 0.35);
    color: #3a002b;
}

.order-detail__badge--shipping {
    background: rgba(255, 127, 0, 0.85);
    color: #000;
}

.order-detail__badge--done {
    background: #fffd46;
    color: #3a002b;
}

.order-detail__badge--cancelled {
    background: rgba(255, 243, 239, 0.2);
    color: rgba(255, 243, 239, 0.8);
}

.order-detail__title {
    margin: 0 0 10px;
    font-family: "Anton", sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 0.95;
    text-transform: uppercase;
    color: #fffd46;
}

.order-detail__date {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 243, 239, 0.7);
    white-space: nowrap;
}

.order-detail__stats {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 243, 239, 0.82);
}

.order-detail__stats-dot {
    opacity: 0.45;
}

.order-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 18px;
    align-items: start;
}

.order-detail__panel {
    padding: 18px 20px;
    margin-bottom: 16px;
    border-radius: 18px;
    border: 2px solid rgba(255, 243, 239, 0.1);
    background: rgba(0, 0, 0, 0.22);
}

.order-detail__panel:last-child {
    margin-bottom: 0;
}

.order-detail__panel-title {
    margin: 0 0 14px;
    font-family: "Anton", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #ff7f00;
}

.order-detail__pending,
.order-detail__note {
    margin: 0 0 14px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 253, 70, 0.1);
    border: 2px solid rgba(255, 253, 70, 0.3);
    font-size: 14px;
    line-height: 1.45;
}

.order-detail__note--muted {
    background: rgba(255, 243, 239, 0.05);
    border-color: rgba(255, 243, 239, 0.12);
    color: rgba(255, 243, 239, 0.7);
}

.order-detail__timeline-pending .order-detail__pending {
    margin-bottom: 16px;
}

.order-detail__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.order-detail__step {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    padding: 0 0 18px;
    position: relative;
}

.order-detail__step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 22px;
    bottom: 0;
    width: 2px;
    background: rgba(255, 243, 239, 0.15);
}

.order-detail__step--done:not(:last-child)::before {
    background: #ff7f00;
}

.order-detail__step-dot {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 50%;
    border: 3px solid rgba(255, 243, 239, 0.3);
    background: #3a002b;
    position: relative;
    z-index: 1;
}

.order-detail__step--done .order-detail__step-dot {
    border-color: #ff7f00;
    background: #ff7f00;
}

.order-detail__step--current .order-detail__step-dot {
    border-color: #fffd46;
    background: #fffd46;
    box-shadow: 0 0 0 4px rgba(255, 253, 70, 0.25);
}

.order-detail__step-label {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 15px;
}

.order-detail__step-detail {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 243, 239, 0.75);
}

.order-detail__step--upcoming .order-detail__step-label,
.order-detail__step--upcoming .order-detail__step-detail {
    opacity: 0.5;
}

.order-detail__steps--muted .order-detail__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
    flex: 1;
}

.order-detail__steps--muted {
    flex-direction: row;
    gap: 8px;
}

.order-detail__steps--muted .order-detail__step::before {
    display: none;
}

.order-detail__info-grid {
    display: grid;
    gap: 12px;
}

.order-detail__info-grid + .order-detail__note {
    margin-top: 14px;
}

.order-detail__info {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 243, 239, 0.04);
    border: 1px solid rgba(255, 243, 239, 0.08);
}

.order-detail__info-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 243, 239, 0.55);
    font-weight: 700;
}

.order-detail__info-value {
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.order-detail__pay-badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    justify-self: start;
    padding: 3px 10px;
    border-radius: 999px;
    border: 2px solid #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-detail__pay-badge--paid {
    background: #fffd46;
    color: #3a002b;
}

.order-detail__pay-badge--pending {
    background: rgba(255, 127, 0, 0.3);
    color: #fffd46;
}

.order-detail__track {
    display: inline-flex;
    margin-top: 14px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 3px solid #000;
    background: #fffd46;
    color: #3a002b;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    transition: transform 0.15s ease, background 0.15s ease;
}

.order-detail__track:hover {
    background: #fff;
    transform: translateY(-2px);
}

.order-detail__products {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-detail__product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    border: 2px solid rgba(255, 243, 239, 0.08);
}

.order-detail__thumb {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #000;
    display: block;
    background: rgba(255, 127, 0, 0.2);
}

.order-detail__thumb--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    font-size: 18px;
    color: #fffd46;
}

.order-detail__product-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.order-detail__product-meta {
    margin: 4px 0 0;
    font-size: 13px;
    color: rgba(255, 243, 239, 0.68);
}

.order-detail__product-id {
    margin: 3px 0 0;
    font-size: 11px;
    color: rgba(255, 243, 239, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.order-detail__product-line {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    color: #fffd46;
    white-space: nowrap;
}

.order-detail__summary-rows {
    padding-top: 14px;
    border-top: 2px solid rgba(255, 243, 239, 0.12);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-detail__summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 243, 239, 0.82);
}

.order-detail__summary-row--total {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 2px dashed rgba(255, 253, 70, 0.25);
    font-family: "Anton", sans-serif;
    font-size: 22px;
    color: #fffd46;
}

.order-detail__address-card {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 253, 70, 0.08);
    border: 2px solid rgba(255, 253, 70, 0.2);
}

.order-detail__address-name {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
}

.order-detail__address-lines,
.order-detail__address-phone {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 243, 239, 0.85);
}

.order-detail__address-phone {
    margin-top: 10px;
    font-weight: 700;
}

.order-detail__notes,
.order-detail__help {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 243, 239, 0.82);
}

.order-detail__help a {
    color: #fffd46;
    font-weight: 700;
}

.order-detail__empty {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 243, 239, 0.7);
    font-style: italic;
}

.order-detail__panel--help {
    background: rgba(255, 127, 0, 0.1);
    border-color: rgba(255, 127, 0, 0.25);
}

@media (min-width: 993px) {
    .order-detail-page .cart-layout {
        grid-template-columns: clamp(148px, 12vw, 196px) minmax(0, 1fr);
    }
}

@media (max-width: 860px) {
    .order-detail-page .order-detail {
        padding: 22px 18px 28px;
    }

    .order-detail__grid {
        grid-template-columns: 1fr;
    }

    .order-detail__product {
        grid-template-columns: 60px minmax(0, 1fr) auto;
    }

    .order-detail__thumb {
        width: 60px;
        height: 60px;
    }

    .order-detail__info {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* Legacy order-detail classes kept for compatibility */
.order-detail__head {
    margin-bottom: 24px;
}

.order-detail__section {
    margin-bottom: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 243, 239, 0.15);
}

.order-detail__section h2 {
    margin: 0 0 10px;
    font-family: "Anton", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #ff7f00;
}

.order-detail__items {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

.order-detail__item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 243, 239, 0.1);
    font-size: 14px;
}

.order-detail__total {
    margin: 0;
    font-size: 16px;
}

.order-detail__address {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.order-timeline {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.order-timeline__step {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    padding: 0 0 20px;
    position: relative;
}

.order-timeline__step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: rgba(255, 243, 239, 0.2);
}

.order-timeline__step--done:not(:last-child)::before {
    background: #ff7f00;
}

.order-timeline__dot {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    border: 3px solid rgba(255, 243, 239, 0.35);
    background: #3a002b;
}

.order-timeline__step--done .order-timeline__dot {
    border-color: #ff7f00;
    background: #ff7f00;
}

.order-timeline__step--current .order-timeline__dot {
    border-color: #fffd46;
    background: #fffd46;
    box-shadow: 0 0 0 4px rgba(255, 253, 70, 0.25);
}

.order-timeline__label {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 15px;
}

.order-timeline__step--upcoming .order-timeline__label,
.order-timeline__step--upcoming .order-timeline__detail {
    opacity: 0.55;
}

.order-timeline__detail {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 243, 239, 0.78);
}

/* Hero profile icon + auth modal */
.profile-nav {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.18s ease, color 0.18s ease;
}

.profile-nav__icon {
    width: 28px;
    height: 28px;
    display: block;
    color: #ff7f00;
}

.profile-nav__label {
    display: none;
}

.profile-nav--hero {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ff7f00;
    border: 3px solid #000;
    color: #000;
}

.profile-nav--hero .profile-nav__icon {
    color: #000;
}

.profile-nav--hero:hover {
    transform: translateY(-2px);
    background: #e67200;
}

.profile-nav--hero:hover .profile-nav__icon {
    color: #000;
}

.profile-nav--signed-in.profile-nav--hero {
    background: #ff7f00;
    border: 3px solid #000;
}

.profile-nav--signed-in.profile-nav--hero .profile-nav__icon {
    color: #000;
}

/* Products page profile — overrides base .profile-nav transparent styles */
.profile-nav.profile-nav--products {
    color: #000000;
    background: #FF7F00;
    border: 3px solid #000000;
    border-radius: 16px;
}

.profile-nav.profile-nav--products:hover {
    transform: translateY(-2px);
    background: #e67200;
}

.profile-nav.profile-nav--products .profile-nav__icon {
    color: #000000;
}

.profile-nav--signed-in.profile-nav--products {
    background: #FF7F00;
    border: 3px solid #000000;
    box-shadow: inset 0 0 0 2px #fffd46;
}

.profile-nav--signed-in.profile-nav--products .profile-nav__icon {
    color: #000000;
}

.hero-aside nav .hero-nav-account--signed-in {
    color: #000;
}

body.hero-auth-open {
    overflow: hidden;
}

.hero-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
}

.hero-auth-modal[hidden] {
    display: none !important;
}

.hero-auth-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 0, 20, 0.72);
    backdrop-filter: blur(4px);
}

.hero-auth-modal__panel {
    position: relative;
    z-index: 1;
    width: min(480px, 100%);
    max-height: min(90vh, 720px);
    overflow-y: auto;
    margin: 0;
}

.hero-auth-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: transparent;
    color: #fffd46;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.hero-auth-modal__panel .auth-card__title {
    font-size: clamp(28px, 6vw, 40px);
}

/* Account dashboard */
.account-dashboard-page .account-header {
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: min(1080px, 100%);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.account-dashboard-page .cart-title h1 {
    width: 100%;
    text-align: center;
    font-size: clamp(36px, 7vw, 52px);
}

.account-header-actions {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: min(1080px, 100%);
    margin: 16px auto 0;
    padding: 0 4px;
}

.account-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    min-width: min(280px, 100%);
    padding: 0 32px;
    border-radius: 999px;
    border: 3px solid #000;
    background: #670038;
    color: #fff3ef;
    font-family: "Anton", sans-serif;
    font-size: clamp(18px, 3.5vw, 22px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4px 4px 0 #000;
    transition: transform 0.15s ease, background 0.15s ease;
}

.account-header-btn:hover {
    transform: translateY(-2px);
    background: #5b0030;
}

.account-dashboard-page .cart-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.account-dashboard-page .account-dashboard-wrap {
    max-width: min(1080px, 100%);
    margin: 0 auto;
    width: 100%;
    color: #fff3ef;
}

@media (min-width: 993px) {
    .account-dashboard-page .cart-layout {
        grid-template-columns: clamp(148px, 12vw, 196px) minmax(0, 1fr);
    }
}

.account-dash-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.account-stat {
    padding: 16px 14px;
    border-radius: 16px;
    border: 3px solid #000;
    background: linear-gradient(145deg, rgba(255, 253, 70, 0.14) 0%, rgba(58, 0, 43, 0.55) 100%);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
    text-align: center;
}

.account-stat__value {
    display: block;
    font-family: "Anton", sans-serif;
    font-size: clamp(28px, 5vw, 36px);
    color: #fff3ef;
    line-height: 1;
    margin-bottom: 6px;
}

.account-stat__value--text {
    font-size: clamp(18px, 3.5vw, 24px);
}

.account-stat__label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 243, 239, 0.68);
    font-weight: 700;
}

.account-dashboard {
    display: grid;
    gap: 18px;
    align-items: stretch;
}

@media (min-width: 900px) {
    .account-dashboard {
        grid-template-columns: 1fr 1fr;
    }
}

.account-dash-card {
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 20px 22px;
    border: 3px solid #000;
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(255, 253, 70, 0.1) 0%, rgba(58, 0, 43, 0.72) 100%);
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
    color: #fff3ef;
}

.account-dash-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 243, 239, 0.12);
}

.account-dash-card__head h2 {
    margin: 0;
    font-family: "Anton", sans-serif;
    font-size: clamp(26px, 4vw, 32px);
    text-transform: uppercase;
    color: #fff3ef;
}

.account-dash-card__link {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #fff3ef;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 999px;
    border: 2px solid rgba(255, 243, 239, 0.45);
}

.account-dash-card__link:hover {
    color: #fff3ef;
    border-color: #fff3ef;
    background: rgba(255, 243, 239, 0.1);
}

.account-dash-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.account-dash-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.account-dash-list--items,
.account-dash-list--orders {
    margin-bottom: 12px;
}

.account-dash-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(255, 243, 239, 0.08);
}

.account-dash-thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #000;
    display: block;
    background: rgba(255, 127, 0, 0.2);
}

.account-dash-thumb--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    font-size: 18px;
    color: #fff3ef;
}

.account-dash-item__name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff3ef;
}

.account-dash-item__meta {
    margin: 4px 0 0;
    font-size: 14px;
    color: rgba(255, 243, 239, 0.75);
}

.account-dash-item__line {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff3ef;
    white-space: nowrap;
}

.account-dash-summary {
    padding-top: 12px;
    margin-top: auto;
    border-top: 2px solid rgba(255, 243, 239, 0.12);
}

.account-dash-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 17px;
    font-weight: 700;
    color: #fff3ef;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.account-dash-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 243, 239, 0.12);
    font-size: 14px;
    color: rgba(255, 243, 239, 0.92);
}

.account-dash-order {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px;
    border: 2px solid rgba(255, 253, 70, 0.22);
    border-radius: 14px;
    text-decoration: none;
    color: #fff3ef;
    background: rgba(0, 0, 0, 0.22);
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.account-dash-order:hover {
    transform: translateY(-2px);
    background: rgba(255, 253, 70, 0.12);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.account-dash-order__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.account-dash-order__ref {
    font-family: "Anton", sans-serif;
    color: #fff3ef;
    font-size: 20px;
}

.account-dash-order__badge {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    border: 2px solid #000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.account-dash-order__badge--pending {
    background: rgba(255, 127, 0, 0.25);
    color: #fffd46;
}

.account-dash-order__badge--confirmed {
    background: #4ade80;
    color: #000;
}

.account-dash-order__badge--active {
    background: rgba(255, 253, 70, 0.35);
    color: #3a002b;
}

.account-dash-order__badge--shipping {
    background: rgba(255, 127, 0, 0.85);
    color: #000;
}

.account-dash-order__badge--done {
    background: #fffd46;
    color: #3a002b;
}

.account-dash-order__badge--cancelled {
    background: rgba(255, 243, 239, 0.2);
    color: rgba(255, 243, 239, 0.8);
}

.account-dash-order__items {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 243, 239, 0.85);
}

.account-dash-order__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.account-dash-order__status {
    font-size: 14px;
    font-weight: 700;
}

.account-dash-order__meta {
    font-size: 14px;
    color: rgba(255, 243, 239, 0.75);
}

.account-dash-order__total {
    font-family: "Anton", sans-serif;
    font-size: 22px;
    color: #fff3ef;
}

.account-dash-order__cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 2px solid rgba(255, 243, 239, 0.35);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #fff3ef;
}

.account-dash-order:hover .account-dash-order__cta {
    background: rgba(255, 243, 239, 0.15);
    color: #fff3ef;
    border-color: #fff3ef;
}

.account-dash-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
    text-align: center;
}

.account-dash-empty__title {
    margin: 0;
    font-family: "Anton", sans-serif;
    font-size: 26px;
    color: #fff3ef;
    text-transform: uppercase;
}

.account-dash-empty__meta {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 243, 239, 0.75);
    line-height: 1.45;
}

.account-dash-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.account-dash-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 2px solid rgba(255, 243, 239, 0.45);
    background: rgba(0, 0, 0, 0.2);
    color: #fff3ef;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.account-dash-btn:hover {
    background: rgba(255, 243, 239, 0.15);
    color: #fff3ef;
    transform: translateY(-1px);
}

.account-dash-btn--full {
    width: 100%;
    margin-top: 8px;
}

.account-dash-btn--checkout {
    background: #670038;
    color: #fff3ef;
    border-color: #000;
}

.account-dash-btn--checkout:hover {
    background: #5b0030;
    color: #fff3ef;
}

.account-dash-help {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 2px solid rgba(255, 243, 239, 0.12);
}

.account-dash-help__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 2px solid rgba(255, 243, 239, 0.35);
    background: rgba(0, 0, 0, 0.22);
    color: #fff3ef;
    font-size: clamp(14px, 2.5vw, 17px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    transition: background 0.15s ease, transform 0.15s ease;
}

.account-dashboard-page .orders-loading,
.account-dashboard-page .orders-empty {
    font-size: 17px;
}

.account-dash-help__link:hover {
    background: rgba(255, 243, 239, 0.12);
    transform: translateY(-1px);
}

@media (max-width: 860px) {
    .account-dash-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-dash-help {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-dash-card {
        min-height: 0;
    }
}

/* ── Mobile hamburger nav (all pages) ── */

.mobile-nav__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 3px solid #000;
    border-radius: 14px;
    background: #fffd46;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.15s ease, background 0.15s ease;
}

.mobile-nav__toggle:hover {
    background: #fff;
    transform: translateY(-1px);
}

.mobile-nav__bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 22px;
}

.mobile-nav__bars span {
    display: block;
    height: 3px;
    border-radius: 2px;
    background: #000;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.mobile-nav.is-open .mobile-nav__bars span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-nav.is-open .mobile-nav__bars span:nth-child(2) {
    opacity: 0;
}

.mobile-nav.is-open .mobile-nav__bars span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav__backdrop {
    position: fixed;
    top: var(--hero-ticker-h, 0px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 240;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.mobile-nav.is-open .mobile-nav__backdrop {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav__panel {
    position: fixed;
    top: var(--hero-ticker-h, 0px);
    right: 0;
    left: 0;
    z-index: 250;
    max-height: min(72vh, 520px);
    padding: 14px 16px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #3a002b;
    border-bottom: 3px solid #000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-110%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mobile-nav.is-open .mobile-nav__panel {
    transform: translateY(0);
    pointer-events: auto;
}

.mobile-nav__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 420px;
    margin: 0 auto;
}

.mobile-nav__link {
    display: block;
    width: 100%;
    padding: 13px 18px;
    border: 2px solid #000;
    border-radius: 999px;
    background: #fffd46;
    color: #3a002b;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.mobile-nav__link:hover,
.mobile-nav__link.is-active {
    background: #ff7f00;
    color: #000;
    transform: translateY(-1px);
}

.mobile-nav__link--ghost {
    background: rgba(255, 243, 239, 0.12);
    color: #fff3ef;
}

.mobile-nav__link--ghost:hover {
    background: rgba(255, 243, 239, 0.22);
    color: #fff3ef;
}

.mobile-nav__toggle--fixed {
    position: fixed;
    top: calc(var(--hero-ticker-h, 0px) + 10px);
    right: 16px;
    z-index: 120;
}

body.mobile-nav-open {
    overflow: hidden;
}

@media (max-width: 992px) {
    .mobile-nav__toggle {
        display: inline-flex;
    }

    .cart-sidebar-links,
    .product-sidebar-links {
        display: none !important;
    }

    body:not(.home-page) .hero-aside nav {
        display: none !important;
    }

    body.home-page .mobile-nav,
    body.home-page .mobile-nav__toggle {
        display: none !important;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-header-actions > :not(.mobile-nav__toggle) {
        display: none !important;
    }

    .products-sidebar__stick > .mobile-nav__toggle,
    .checkout-page .products-sidebar__stick > .mobile-nav__toggle,
    .cart-page.custom-build-page .products-sidebar__stick > .mobile-nav__toggle {
        grid-area: nav;
        grid-column: nav;
        justify-self: end;
        align-self: center;
    }

    .cart-page:not(.checkout-page):not(.custom-build-page) .products-sidebar__stick > .mobile-nav__toggle,
    .product-page .products-sidebar__stick > .mobile-nav__toggle {
        grid-area: nav;
        grid-column: nav;
        justify-self: end;
        align-self: center;
    }

    body.products-page:not(.cart-page):not(.product-page) .products-header-actions .mobile-nav__toggle {
        width: 52px;
        height: 52px;
        align-self: center;
        margin: 0;
        transform: none;
    }
}

