@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700&family=Cinzel:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap');


:root {
    --bg: #07020b;
    --panel: #100718;
    --panel2: #170b21;
    --text: #f7f2fb;
    --muted: #b9a9c1;
    --line: #3e2450;
    --violet: #a52cff;
    --violet2: #6a16c6;
    --lime: #b5ff00;
    --orange: #ff6b00;
    --shadow: 0 35px 90px #0009;
    --shell: min(1520px, 92vw);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 20% 20%, #6310a327, transparent 38%),
        radial-gradient(circle at 80% 78%, #ff5b001b, transparent 32%);
    z-index: -2;
}
.noise {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.skip-link {
    position: fixed;
    left: 20px;
    top: -80px;
    z-index: 1200;
    padding: 14px 20px;
    background: #fff;
    color: #000;
    font-weight: 900;
}
.skip-link:focus {
    top: 20px;
}


.primary-nav a {
    text-decoration: none;
}

.cart-button {
    position:sticky;
    top:130px;
    right:20px;
    z-index:999;
    justify-self: end;
    border: 1px solid #6a3a79;
    background: #13091a;
    color: #fff;
    border-radius: 999px;
    padding: 11px 12px 11px 20px;
    display: flex;
    gap: 13px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 900;
    cursor: pointer;
}
.cart-button b {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--lime);
    color: #091000;
    box-shadow: 0 0 18px #b5ff0065;
}
.hero {
    min-height: calc(100vh - 128px);
    position: relative;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    padding: 90px 7vw 100px;
    isolation: isolate;
    overflow: hidden;
}
.hero-art {
    position: absolute;
    inset: 0;
    background: url("../images/hallo-worlds-store-hero-web.jpg") center/cover no-repeat;
    z-index: -4;
    transform: scale(1.02);
}
.hero-vignette {
    position: absolute;
    inset: 0;
    z-index: -3;
    background: linear-gradient(90deg, #07020bf5 0%, #08030dc9 42%, #08030d3b 68%, #0501089c 100%),
        linear-gradient(0deg, #07020b 0%, transparent 33%);
}
.hero-copy {
    max-width: 780px;
    position: relative;
    z-index: 2;
}
.eyebrow {
    margin: 0 0 20px;
    color: var(--lime);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    font-size: 12px;
}
.hero h1 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    font-size: clamp(76px, 9vw, 162px);
    line-height: 0.78;
    letter-spacing: -4px;
    margin: 0;
    text-shadow: 0 8px 40px #000;
}
.hero h1 em {
    font-style: normal;
    color: transparent;
    -webkit-text-stroke: 2px #f2dff9;
    background: linear-gradient(90deg, var(--orange), #ff9e22 46%, var(--violet));
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 24px #8d22ff77);
}
.hero-lead {
    max-width: 650px;
    color: #e2d7e7;
    font-size: 18px;
    line-height: 1.72;
    margin: 34px 0;
}
.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.button {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    font-weight: 950;
    cursor: pointer;
}
.button.primary {
    border: 0;
    background: linear-gradient(115deg, var(--violet), #7b1ad4 55%, #d23bff);
    color: #fff;
    box-shadow:
        0 16px 45px #8c1eff50,
        inset 0 1px #ffffff50;
}
.button.ghost {
    border: 1px solid #866590;
    background: #0b0610b8;
    color: #fff;
}
.hero-meta {
    display: flex;
    gap: 28px;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #ffffff22;
    color: #b9abc0;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.hero-meta span {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.hero-meta b {
    font-size: 19px;
    color: #fff;
    letter-spacing: 0;
}
.hero-logo {
    width: min(650px, 42vw);
    justify-self: center;
    filter: drop-shadow(0 35px 80px #000) drop-shadow(0 0 35px #8f27ff66);
    animation: float 5s ease-in-out infinite;
}
.scroll-cue {
    position: absolute;
    left: 7vw;
    bottom: 25px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    color: #9f90a8;
    display: flex;
    align-items: center;
    gap: 15px;
}
.scroll-cue i {
    display: block;
    width: 110px;
    height: 1px;
    background: linear-gradient(90deg, #a529ff, #b5ff00);
}
@keyframes float {
    50% {
        transform: translateY(-16px);
    }
}
.featured-strip {
    width: var(--shell);
    margin: -24px auto 0;
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #100817e8;
    backdrop-filter: blur(16px);
    border: 1px solid #452650;
    box-shadow: var(--shadow);
}
.featured-strip article {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 25px;
    border-right: 1px solid #41224d;
}
.featured-strip article:last-child {
    border-right: 0;
}
.featured-strip article > span {
    font-family: Impact, sans-serif;
    font-size: 34px;
    color: transparent;
    -webkit-text-stroke: 1px #a93cff;
    opacity: 0.7;
}
.featured-strip div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.featured-strip strong {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
}
.featured-strip small {
    color: var(--muted);
    font-size: 11px;
}
.store,
.shipping {
    width: var(--shell);
    margin: auto;
    padding: 130px 0;
}
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    margin-bottom: 50px;
}
.section-heading h2,
.campaign-copy h2 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    font-size: clamp(50px, 6vw, 100px);
    line-height: 0.9;
    letter-spacing: -2px;
    margin: 0;
}
.section-heading > p {
    max-width: 470px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}
.store-error {
    padding: 16px 20px;
    margin: -22px 0 30px;
    border: 1px solid #ff755b;
    background: #45100e;
    color: #fff;
    border-radius: 5px;
}
.store-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 35px;
}
.filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.filters button {
    border: 1px solid #4c2a59;
    background: #0e0714;
    color: #bfaec8;
    border-radius: 999px;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
}
.filters button.active {
    background: var(--lime);
    border-color: var(--lime);
    color: #111700;
    box-shadow: 0 0 20px #b5ff0040;
}
.search {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #6b4977;
    padding: 6px 0;
}
.search span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 9px;
    color: #8f7e98;
}
.search input {
    width: 220px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 9px 12px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.product-card {
    min-width: 0;
}
.product-card[hidden] {
    display: none;
}
.product-image-wrap {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #100718;
    border: 1px solid #392144;
}
.product-image-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 50%;
    background: linear-gradient(0deg, #09030eba, transparent);
    pointer-events: none;
}
.product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.55s;
}
.product-card:hover .product-image-wrap img {
    transform: scale(1.045);
}
.product-badge {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 14px;
    padding: 8px 11px;
    background: #08030dd9;
    border: 1px solid #6c3979;
    color: var(--lime);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 8px;
    font-weight: 900;
}
.quick-view {
    position: absolute;
    z-index: 3;
    left: 18px;
    right: 18px;
    bottom: 18px;
    height: 46px;
    border: 1px solid #ffffff56;
    background: #0c0611df;
    backdrop-filter: blur(10px);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 9px;
    font-weight: 900;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.3s;
    cursor: pointer;
}
.product-card:hover .quick-view {
    opacity: 1;
    transform: none;
}
.product-info {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 15px;
    margin-top: 18px;
}
.product-info small {
    color: #947ca0;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 9px;
}
.product-info h3 {
    font-size: 17px;
    margin: 5px 0 0;
}
.product-info > strong {
    font-size: 16px;
    color: var(--lime);
}
.product-card > p {
    min-height: 58px;
    color: #a998b2;
    font-size: 12px;
    line-height: 1.55;
}
.add-card {
    width: 100%;
    height: 45px;
    border: 1px solid #472554;
    background: #0d0612;
    color: #ded3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
}
.add-card span {
    color: var(--lime);
    font-size: 20px;
}
.no-results {
    text-align: center;
    padding: 70px;
    border: 1px solid var(--line);
    color: #b8a7c2;
}
.campaign-panel {
    min-height: 720px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 70px 9vw;
    background:
        linear-gradient(90deg, #09030de8, #10051bc2),
        url("../images/hallo-worlds-store-hero-web.jpg") center 72% / cover no-repeat;
    border-top: 1px solid #4b2457;
    border-bottom: 1px solid #4b2457;
}
.campaign-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, #5e0f9225);
}
.campaign-logo,
.campaign-copy {
    position: relative;
    z-index: 2;
}
.campaign-logo img {
    width: min(680px, 43vw);
    filter: drop-shadow(0 30px 60px #000) drop-shadow(0 0 30px #972dff55);
}
.campaign-copy {
    max-width: 620px;
}
.campaign-copy p:not(.eyebrow) {
    color: #d1c1d7;
    line-height: 1.75;
    font-size: 17px;
}
.campaign-copy a {
    display: inline-block;
    color: var(--lime);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 900;
    margin-top: 15px;
}
.shipping {
    padding-bottom: 150px;
}
.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.info-grid article {
    padding: 35px;
    min-height: 270px;
    background: linear-gradient(145deg, #13091b, #0c0511);
    border: 1px solid #40224b;
    box-shadow: 0 20px 50px #0004;
}
.info-grid b {
    font-family: Impact, sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px var(--violet);
    font-size: 42px;
}
.info-grid h3 {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 15px;
    margin: 28px 0 14px;
}
.info-grid p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}
footer {
    border-top: 1px solid #45224f;
    min-height: 150px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 25px 5vw;
    color: #8f8197;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 13px;
}
.footer-brand img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.footer-brand div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.footer-brand strong {
    color: #fff;
    font-size: 15px;
}
.footer-brand span {
    font-size: 9px;
}
footer > p {
    text-align: center;
}
footer > div:last-child {
    justify-self: end;
    display: flex;
    gap: 18px;
}
footer a {
    color: #b8a8c1;
    text-decoration: none;
}
.modal[hidden],
.cart-drawer[aria-hidden="true"] {
    display: none;
}
.modal,
.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 800;
}
.modal-backdrop,
.cart-backdrop {
    position: absolute;
    inset: 0;
    background: #030105dd;
    backdrop-filter: blur(9px);
}
.product-modal {
    position: absolute;
    inset: 5vh 7vw;
    max-width: 1500px;
    margin: auto;
    background: #100718;
    border: 1px solid #6c3b79;
    box-shadow: 0 50px 140px #000;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    overflow: hidden;
}
.modal-close {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 5;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #ffffff44;
    background: #0b0610cc;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.modal-image {
    min-height: 0;
    background: #08030d;
}
.modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.modal-content {
    padding: 55px;
    overflow: auto;
}
.modal-content h2 {
    font-family: Impact, sans-serif;
    text-transform: uppercase;
    font-size: clamp(45px, 5vw, 83px);
    line-height: 0.92;
    margin: 0;
}
.modal-price {
    font-size: 25px;
    color: var(--lime);
    font-weight: 900;
    margin: 15px 0;
}
.modal-description {
    color: var(--muted);
    line-height: 1.7;
}
.option-group {
    border: 0;
    padding: 0;
    margin: 26px 0;
}
.option-group legend,
.quantity-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a994b3;
    font-size: 9px;
    font-weight: 900;
    margin-bottom: 10px;
}
.option-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.option-list label {
    cursor: pointer;
}
.option-list input {
    position: absolute;
    opacity: 0;
}
.option-list span {
    display: block;
    padding: 12px 14px;
    border: 1px solid #533160;
    background: #0b0510;
    color: #d4c7da;
    font-size: 11px;
}
.option-list input:checked + span {
    border-color: var(--lime);
    color: var(--lime);
    box-shadow: 0 0 15px #b5ff0025;
}
.quantity-label {
    margin-top: 25px;
}
.quantity-control {
    width: 145px;
    height: 45px;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    border: 1px solid #553060;
    margin-top: 10px;
}
.quantity-control button,
.quantity-control input {
    background: #0b0510;
    color: #fff;
    border: 0;
    text-align: center;
}
.quantity-control input {
    width: 100%;
    outline: 0;
}
.quantity-control input::-webkit-inner-spin-button {
    display: none;
}
.modal-add {
    width: 100%;
    margin-top: 28px;
}
.cart-panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: min(560px, 100%);
    background: #0c0511;
    border-left: 1px solid #5f326c;
    box-shadow: -30px 0 90px #000;
    display: flex;
    flex-direction: column;
}
.cart-panel > header {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
    border-bottom: 1px solid #44214e;
}
.cart-panel header small {
    color: var(--lime);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 8px;
}
.cart-panel header h2 {
    margin: 5px 0 0;
    font-size: 28px;
}
.cart-panel header button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.cart-items {
    flex: 1;
    overflow: auto;
    padding: 20px;
}
.cart-item {
    display: grid;
    grid-template-columns: 105px 1fr auto;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #32183b;
}
.cart-item img {
    width: 105px;
    height: 105px;
    object-fit: cover;
}
.cart-item h3 {
    font-size: 13px;
    margin: 5px 0 7px;
}
.cart-item small {
    display: block;
    color: #9c8ba5;
    line-height: 1.5;
}
.cart-item .line-price {
    color: var(--lime);
    font-weight: 900;
    font-size: 13px;
}
.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
}
.cart-item-controls button {
    width: 27px;
    height: 27px;
    border: 1px solid #4d2858;
    background: #100718;
    color: #fff;
    cursor: pointer;
}
.cart-item-controls .remove {
    width: auto;
    border: 0;
    color: #a88db3;
    text-decoration: underline;
    margin-left: 5px;
}
.cart-empty {
    margin: auto;
    text-align: center;
    padding: 40px;
}
.cart-empty img {
    width: 180px;
    opacity: 0.75;
}
.cart-empty h3 {
    font-size: 24px;
}
.cart-empty p {
    color: var(--muted);
    line-height: 1.6;
}
.cart-summary {
    padding: 24px;
    border-top: 1px solid #4a2755;
    background: #120919;
}
.cart-summary > div:first-child {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}
.cart-summary > p {
    color: #9c8ca5;
    font-size: 11px;
    line-height: 1.5;
}
.checkout-button {
    width: 100%;
    height: 58px;
    border: 0;
    background: linear-gradient(110deg, var(--violet), #7520cd);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 15px 35px #7f1ed940;
}
.checkout-button span {
    font-size: 20px;
}
.checkout-trust {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.checkout-trust span {
    border: 1px solid #7b4e89;
    padding: 7px 10px;
    font-weight: 900;
}
.checkout-trust small {
    color: #8f8097;
}
.status-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, #08020cdd, #180526e8),
        url("../images/hallo-worlds-store-hero-web.jpg") center/cover fixed;
}
.status-card {
    width: min(720px, 90vw);
    padding: 55px;
    text-align: center;
    background: #0f0717ea;
    border: 1px solid #6b3a78;
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}
.status-card img {
    width: 230px;
}
.status-card h1 {
    font-family: Impact, sans-serif;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 0.95;
    margin: 10px 0;
}
.status-card p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.7;
}
.status-card small {
    display: block;
    color: #8f8097;
    margin: 20px;
}
.status-card .button {
    margin-top: 15px;
}
@media (max-width: 1180px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .featured-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .featured-strip article:nth-child(2) {
        border-right: 0;
    }
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero {
        grid-template-columns: 1fr;
    }
    .hero-logo {
        position: absolute;
        right: -4vw;
        bottom: 0;
        width: 47vw;
        opacity: 0.45;
    }
    .hero-copy {
        max-width: 760px;
    }
    .campaign-panel {
        grid-template-columns: 0.9fr 1.1fr;
    }

}
@media (max-width: 760px) {
    
    .hero {
        min-height: 850px;
        padding: 85px 22px 90px;
    }
    .hero h1 {
        font-size: 84px;
    }
    .hero-lead {
        font-size: 15px;
    }
    .hero-logo {
        width: 78vw;
        right: -16vw;
        bottom: 30px;
    }
    .hero-meta {
        gap: 16px;
        flex-wrap: wrap;
    }
    .scroll-cue {
        left: 22px;
    }
    .featured-strip {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
    }
    .featured-strip article {
        border-right: 0;
        border-bottom: 1px solid #41224d;
    }
    .featured-strip article:last-child {
        border-bottom: 0;
    }
    .store,
    .shipping {
        width: calc(100% - 34px);
        padding: 90px 0;
    }
    .section-heading {
        display: block;
    }
    .section-heading > p {
        margin-top: 22px;
    }
    .store-toolbar {
        display: block;
    }
    .filters {
        margin-bottom: 16px;
    }
    .search input {
        width: 100%;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .product-card > p {
        display: none;
    }
    .product-info {
        display: block;
    }
    .product-info > strong {
        display: block;
        margin-top: 8px;
    }
    .quick-view {
        display: none;
    }
    .campaign-panel {
        grid-template-columns: 1fr;
        padding: 65px 25px;
        min-height: 780px;
    }
    .campaign-logo img {
        width: 84vw;
    }
    .info-grid {
        grid-template-columns: 1fr;
    }
    .product-modal {
        inset: 0;
        grid-template-columns: 1fr;
        overflow: auto;
    }
    .modal-image {
        height: 42vh;
    }
    .modal-content {
        padding: 28px;
    }
    .modal-content h2 {
        font-size: 48px;
    }
    .cart-item {
        grid-template-columns: 82px 1fr auto;
    }
    .cart-item img {
        width: 82px;
        height: 82px;
    }
    footer {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
        padding: 35px 20px;
    }
    .footer-brand {
        justify-content: center;
    }
    footer > div:last-child {
        justify-self: center;
    }
    .status-card {
        padding: 35px 22px;
    }
    .status-card h1 {
        font-size: 47px;
    }
}
@media (max-width: 460px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
    .hero h1 {
        font-size: 67px;
    }
    .hero-actions .button {
        width: 100%;
    }
    .section-heading h2,
    .campaign-copy h2 {
        font-size: 55px;
    }
    .cart-button span {
        display: none;
    }
}
