:root {
    --ink: #16121f;
    --muted: #696171;
    --paper: #fff8f0;
    --panel: #ffffff;
    --line: rgba(38, 22, 53, 0.12);
    --coral: #ff5e7e;
    --teal: #10b8b1;
    --gold: #ffc857;
    --plum: #8057ff;
    --blue: #4f8cff;
    --mint: #67f0c0;
    --hot: #ff3dbd;
    --shadow: 0 24px 70px rgba(35, 19, 54, 0.17);
    --glow: 0 0 26px rgba(255, 94, 126, 0.34), 0 0 54px rgba(16, 184, 177, 0.22);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 94, 126, 0.14), transparent 34%),
        radial-gradient(circle at 90% 12%, rgba(79, 140, 255, 0.16), transparent 32%),
        linear-gradient(180deg, #fff8f0 0%, #fff3ff 48%, #f2fffb 100%);
    font-family: Inter, Arial, sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.aurora-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.aurora-bg span {
    position: absolute;
    width: min(44vw, 520px);
    aspect-ratio: 1;
    filter: blur(48px);
    opacity: 0.34;
    border-radius: 50%;
    animation: floatAurora 15s ease-in-out infinite alternate;
}

.aurora-bg span:nth-child(1) {
    top: 6%;
    left: -8%;
    background: #ff70a6;
}

.aurora-bg span:nth-child(2) {
    top: 34%;
    right: -12%;
    background: #3fe7dd;
    animation-delay: -4s;
}

.aurora-bg span:nth-child(3) {
    bottom: -18%;
    left: 35%;
    background: #8f6cff;
    animation-delay: -8s;
}

.top-ribbon {
    display: flex;
    justify-content: center;
    gap: clamp(16px, 4vw, 48px);
    padding: 9px 16px;
    color: white;
    background: linear-gradient(90deg, var(--plum), var(--hot), var(--coral), var(--gold));
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(18px, 4vw, 56px);
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 34px rgba(35, 19, 54, 0.08);
    backdrop-filter: blur(22px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: white;
    font-weight: 800;
    background: conic-gradient(from 120deg, var(--coral), var(--gold), var(--mint), var(--blue), var(--plum), var(--coral));
    border-radius: 8px;
    box-shadow: var(--glow);
    animation: glowPulse 4s ease-in-out infinite;
}

.brand strong,
.brand small {
    display: block;
}

.brand small {
    color: var(--muted);
    font-size: 12px;
}

.primary-nav,
.primary-nav .menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

.primary-nav .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav a {
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: linear-gradient(135deg, var(--ink), #33234f);
    color: white !important;
    border-radius: 8px;
}

.cart-link span {
    display: grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    color: var(--ink);
    background: white;
    border-radius: 50%;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: calc(100vh - 90px);
    padding: clamp(46px, 7vw, 96px) clamp(18px, 5vw, 72px);
    overflow: hidden;
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.spark-field {
    position: absolute;
    inset: 7% 4% auto auto;
    width: 38vw;
    max-width: 560px;
    aspect-ratio: 1;
    opacity: 0.5;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(255, 200, 87, 0.86) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(103, 240, 192, 0.9) 0 2px, transparent 3px);
    background-position: 0 0, 32px 42px, 78px 18px;
    background-size: 112px 112px;
    mask-image: radial-gradient(circle, #000, transparent 68%);
    animation: sparkleDrift 18s linear infinite;
}

.eyebrow {
    margin: 0 0 12px;
    display: inline-flex;
    width: fit-content;
    padding: 7px 11px;
    color: #0b6b66;
    background: rgba(103, 240, 192, 0.23);
    border: 1px solid rgba(16, 184, 177, 0.22);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    margin: 0 0 18px;
    max-width: 920px;
    font-family: Nunito, Inter, Arial, sans-serif;
    font-size: clamp(44px, 7vw, 88px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
}

.hero h1 {
    color: transparent;
    background: linear-gradient(110deg, #171020 0%, #6d37ff 28%, #ff3dbd 54%, #ff8a4c 76%, #171020 100%);
    background-size: 180% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: headlineShift 8s ease-in-out infinite;
}

h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
    max-width: 680px;
    color: var(--muted);
    font-size: 19px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button,
.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    color: white;
    overflow: hidden;
    background: linear-gradient(135deg, var(--teal), var(--blue), var(--plum));
    border: 0;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(80, 91, 255, 0.27);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button::after,
.added_to_cart::after,
.woocommerce a.button::after,
.woocommerce button.button::after,
.woocommerce input.button::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.42) 48%, transparent 60% 100%);
    transform: translateX(-120%);
    transition: transform 520ms ease;
}

.button:hover,
.added_to_cart:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(128, 87, 255, 0.32);
    filter: saturate(1.08);
}

.button:hover::after,
.added_to_cart:hover::after,
.woocommerce a.button:hover::after,
.woocommerce button.button:hover::after,
.woocommerce input.button:hover::after {
    transform: translateX(120%);
}

.button-secondary {
    color: var(--ink);
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px rgba(35, 19, 54, 0.08);
}

.button-light {
    color: var(--ink);
    background: white;
}

.hero-showcase {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    animation: heroFloat 7s ease-in-out infinite;
}

.hero-showcase img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.hero-showcase::before {
    position: absolute;
    inset: -16px;
    z-index: -1;
    content: "";
    background: conic-gradient(from 180deg, var(--coral), var(--gold), var(--mint), var(--blue), var(--plum), var(--coral));
    border-radius: 14px;
    filter: blur(18px);
    opacity: 0.52;
    animation: spinGlow 11s linear infinite;
}

.hero-glow-dot {
    position: absolute;
    width: 84px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(4px);
    opacity: 0.78;
    pointer-events: none;
}

.dot-one {
    top: -20px;
    right: 14%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 200, 87, 0.18) 52%, transparent 72%);
    animation: bobOne 5s ease-in-out infinite;
}

.dot-two {
    bottom: 48px;
    left: -22px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 61, 189, 0.2) 52%, transparent 72%);
    animation: bobTwo 6s ease-in-out infinite;
}

.hero-badges {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-badges span {
    padding: 9px 11px;
    color: white;
    background: rgba(22, 18, 31, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
}

.trust-strip div {
    padding: 24px clamp(16px, 4vw, 40px);
    border-right: 1px solid var(--line);
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip strong {
    font-family: Nunito, Inter, Arial, sans-serif;
    font-size: 29px;
    font-weight: 900;
    color: transparent;
    background: linear-gradient(120deg, var(--plum), var(--hot), var(--teal));
    background-clip: text;
    -webkit-background-clip: text;
}

.trust-strip span {
    color: var(--muted);
}

.category-band,
.product-section,
.reviews-band,
.process-band,
.page-shell,
.shop-shell {
    padding: clamp(48px, 7vw, 90px) clamp(18px, 5vw, 72px);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.category-grid a {
    position: relative;
    min-height: 190px;
    padding: 24px;
    overflow: hidden;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(135deg, rgba(255, 94, 126, 0.9), rgba(103, 240, 192, 0.9), rgba(128, 87, 255, 0.9)) border-box;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(32, 33, 36, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-grid a::after {
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 96px;
    aspect-ratio: 1;
    content: "";
    background: radial-gradient(circle, rgba(255, 61, 189, 0.18), transparent 66%);
    border-radius: 50%;
    transition: transform 220ms ease;
}

.category-grid a:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(128, 87, 255, 0.16);
}

.category-grid a:hover::after {
    transform: scale(1.5);
}

.category-grid strong,
.category-grid span {
    display: block;
}

.category-grid strong {
    margin-bottom: 12px;
    font-size: 22px;
}

.category-grid span {
    color: var(--muted);
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    position: relative;
    width: auto !important;
    margin: 0 !important;
    padding: 14px 14px 18px !important;
    overflow: hidden;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(150deg, rgba(255, 94, 126, 0.72), rgba(103, 240, 192, 0.72), rgba(128, 87, 255, 0.72)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(35, 19, 54, 0.1);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.woocommerce ul.products li.product::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    content: "";
    background: radial-gradient(circle at 30% 10%, rgba(255, 200, 87, 0.35), transparent 34%);
    opacity: 0;
    transition: opacity 200ms ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 56px rgba(80, 91, 255, 0.18), var(--glow);
}

.woocommerce ul.products li.product:hover::before {
    opacity: 1;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 200, 87, 0.24), rgba(103, 240, 192, 0.24));
    transition: transform 360ms ease, filter 360ms ease;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.045);
    filter: saturate(1.12) contrast(1.03);
}

.woocommerce-loop-product__title {
    min-height: 52px;
    color: var(--ink);
    font-size: 15px !important;
    font-weight: 900;
    line-height: 1.25;
}

.woocommerce ul.products li.product .price {
    color: #0a8f89;
    font-weight: 800;
}

.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: clamp(28px, 5vw, 62px);
    align-items: start;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
    width: auto !important;
    float: none !important;
}

.single-product div.product .woocommerce-product-gallery {
    padding: 14px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(140deg, rgba(255, 94, 126, 0.8), rgba(103, 240, 192, 0.8), rgba(128, 87, 255, 0.8)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.single-product div.product .woocommerce-product-gallery img {
    border-radius: 8px;
}

.single-product div.product .summary {
    padding: clamp(24px, 4vw, 42px);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.single-product .product_title {
    margin-bottom: 14px;
    font-size: clamp(32px, 4vw, 54px);
}

.single-product .price {
    color: #0a8f89 !important;
    font-size: 26px !important;
    font-weight: 900;
}

.cc-options-panel {
    display: grid;
    gap: 14px;
    margin: 24px 0;
    padding: 20px;
    background:
        radial-gradient(circle at 16% 8%, rgba(255, 200, 87, 0.2), transparent 36%),
        linear-gradient(135deg, rgba(255, 248, 240, 0.92), rgba(246, 244, 255, 0.92));
    border: 1px solid rgba(128, 87, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(35, 19, 54, 0.1);
}

.cc-options-panel h3 {
    margin: 0;
    font-family: Nunito, Inter, Arial, sans-serif;
    font-size: 22px;
}

.cc-options-panel .form-row {
    margin: 0;
}

.cc-options-panel label {
    display: block;
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.cc-options-panel select,
.cc-options-panel input,
.cc-options-panel textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px 13px;
    color: var(--ink);
    background: white;
    border: 1px solid rgba(38, 22, 53, 0.16);
    border-radius: 8px;
    font: inherit;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cc-options-panel textarea {
    min-height: 88px;
    resize: vertical;
}

.cc-options-panel select:focus,
.cc-options-panel input:focus,
.cc-options-panel textarea:focus {
    border-color: var(--plum);
    box-shadow: 0 0 0 4px rgba(128, 87, 255, 0.12);
}

.single_add_to_cart_button {
    min-width: 180px;
}

.reviews-band {
    background:
        radial-gradient(circle at 14% 20%, rgba(255, 94, 126, 0.13), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(16, 184, 177, 0.14), transparent 30%);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.reviews-grid article {
    position: relative;
    min-height: 230px;
    padding: 22px;
    overflow: hidden;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(145deg, rgba(255, 94, 126, 0.72), rgba(255, 200, 87, 0.72), rgba(128, 87, 255, 0.72)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(35, 19, 54, 0.1);
}

.reviews-grid article::after {
    position: absolute;
    right: -36px;
    bottom: -42px;
    width: 120px;
    aspect-ratio: 1;
    content: "";
    background: radial-gradient(circle, rgba(255, 61, 189, 0.17), transparent 68%);
    border-radius: 50%;
}

.reviews-grid p {
    margin: 14px 0 18px;
    font-size: 18px;
    font-weight: 700;
}

.reviews-grid span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.stars {
    color: #f8a900;
    font-size: 18px;
    letter-spacing: 0;
}

.woocommerce span.onsale {
    top: 22px !important;
    left: 22px !important;
    right: auto !important;
    min-height: 0;
    min-width: 0;
    padding: 7px 10px;
    background: linear-gradient(135deg, var(--hot), var(--coral));
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(255, 61, 189, 0.24);
    font-size: 12px;
    line-height: 1;
}

.shop-intro {
    margin-bottom: 30px;
    padding: clamp(30px, 5vw, 54px);
    color: white;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.24), transparent 28%),
        linear-gradient(135deg, #16121f, #4d2dd8 48%, #ff3dbd);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.shop-intro h1 {
    color: white;
}

.shop-intro .eyebrow {
    color: white;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
}

.shop-intro p:not(.eyebrow) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}

.process-band {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 32px;
    color: white;
    background:
        radial-gradient(circle at 16% 22%, rgba(255, 94, 126, 0.2), transparent 30%),
        radial-gradient(circle at 90% 88%, rgba(103, 240, 192, 0.14), transparent 30%),
        linear-gradient(135deg, #151020, #241837 56%, #0c4c4a);
}

.process-band p {
    color: rgba(255, 255, 255, 0.76);
}

.process-band ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-band li {
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
}

.process-band strong,
.process-band span {
    display: block;
}

.process-band span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
}

.page-shell,
.shop-shell {
    max-width: 1200px;
    margin: 0 auto;
}

.content-page {
    padding: clamp(28px, 5vw, 56px);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.entry-content {
    color: var(--muted);
    font-size: 18px;
}

.site-footer {
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 94, 126, 0.18), transparent 28%),
        linear-gradient(135deg, #11101c, #123c3a);
    color: white;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes floatAurora {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        transform: translate3d(38px, -24px, 0) scale(1.08);
    }
}

@keyframes glowPulse {
    0%,
    100% {
        filter: saturate(1) brightness(1);
    }
    50% {
        filter: saturate(1.25) brightness(1.12);
    }
}

@keyframes headlineShift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes sparkleDrift {
    from {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    to {
        transform: translate3d(-18px, 18px, 0) rotate(8deg);
    }
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translateY(0) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: translateY(-10px) rotateX(1deg) rotateY(-1deg);
    }
}

@keyframes spinGlow {
    to {
        transform: rotate(360deg);
    }
}

@keyframes bobOne {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(16px);
    }
}

@keyframes bobTwo {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(18px, -8px);
    }
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(36px, 5vw, 60px) clamp(18px, 5vw, 72px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-cta p {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.78);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px clamp(18px, 5vw, 72px);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-bottom .menu {
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
}

@media (max-width: 920px) {
    .top-ribbon span:nth-child(2) {
        display: none;
    }

    .site-header {
        align-items: flex-start;
    }

    .nav-toggle {
        display: block;
    }

    .primary-nav {
        position: absolute;
        top: 78px;
        right: 18px;
        left: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        background: white;
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .primary-nav.is-open,
    .primary-nav .menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .hero,
    .process-band {
        grid-template-columns: 1fr;
    }

    .trust-strip,
    .category-grid,
    .reviews-grid,
    .process-band ol,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-product div.product {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .top-ribbon {
        gap: 12px;
        overflow: hidden;
        white-space: nowrap;
    }

    .top-ribbon span:nth-child(3) {
        display: none;
    }

    .brand small {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .trust-strip,
    .category-grid,
    .reviews-grid,
    .process-band ol,
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .section-heading,
    .footer-cta,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}
