/* Amboji / Happikery — from Figma node 37:642 (file nOEroCU2SJICWYWWOaojOE)
   Image URLs are Figma MCP assets (~7 day expiry); re-export via get_design_context to refresh. */

:root {
    --brown: #451c1f;
    --purple: #75185c;
    --nav-plum: #601a4a;
    --font-nav: var(--font-quicksand);
    --purple-border: #75195e;
    --purple-heading: #75195c;
    --yellow-accent: #ffcb05;
    --text-muted: #666;
    --faq-border: #e8e8e8;
    --pink-section: #fff1ff;
    --footer-text: #fff1ff;
    /* Liquid shell: full viewport width; content aligns like happikery.com / Shopify page-width */
    --max-w: 100%;
    --container-max: 1400px;
    --font-quicksand: "Quicksand", system-ui, sans-serif;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    /* happikery.com theme.css: --font-base-size 16, --base-line-height 28, h2 35→39px @768px */
    --hk-h2-mobile: 35px;
    --hk-h2-desktop: 39px;
    --hk-h3-mobile: 26px;
    --hk-h3-desktop: 29px;
    --hk-h4-mobile: 23px;
    --hk-h4-desktop: 25px;
    /* Horizontal inset aligned with happikery.com–style theme gutters */
    --layout-gutter: clamp(16px, 3.65vw, 40px);
    /* Scroll-to-top: sits centered on bottom of maroon footer strip */
    --scroll-top-size: 48px;
    /* .site-footer__bar height (sync with padding + one line of copy) */
    --footer-white-bar-height: 44px;
    --cookie-bar-clearance: 88px;
    /* Nudges scroll-to-top slightly above the maroon/white seam */
    --scroll-top-lift: 14px;
    /* Primary / outline CTAs (home .section-one-gravy__btn) — reuse on collection & forms */
    --btn-radius: 5px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    width: 100%;
}

body {
    margin: 0;
    width: 100%;
    min-width: 0;
    font-family: var(--font-quicksand);
    font-size: 1rem;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* —— Section typography (happikery.com theme: centered headers, h2 35px→39px, purple headings) —— */
.section__header {
    text-align: center;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
}

.section__heading,
.heading-xl,
.section-products__title,
.section-stories__title,
.section-marquee__heading,
.section-faq__title {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h2-mobile);
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .section__heading,
    .heading-xl,
    .section-products__title,
    .section-stories__title,
    .section-marquee__heading,
    .section-faq__title {
        font-size: var(--hk-h2-desktop);
    }
}

.section-products__title {
    margin: 0 0 16px;
}

.section-stories__title {
    margin: 0 0 10px;
}

.section__description,
.subtitle-22,
.subtitle-19 {
    text-align: center;
}

.subtitle-22,
.subtitle-19,
.section-products__description,
.section-stories__sub {
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--text-muted);
}

.page {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

/* —— About page: Minimog layout from happikery.com/pages/about-us (Figma 50:1706) —— */
.page-about {
    padding: 0;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.about-container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding-left: var(--layout-gutter);
    padding-right: var(--layout-gutter);
    box-sizing: border-box;
}

.about-section_pad {
    padding-top: 45px;
    padding-bottom: 45px;
}

/* Split sections (Products & Services, Brand Achievements): title matches home-style section headings on mobile */
.about-split-section__title {
    margin: 0 0 20px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h2-mobile);
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--purple-heading);
    text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
    .about-split-section__title {
        font-size: var(--hk-h2-desktop);
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .about-split-section__title {
        text-align: left;
    }
}

.about-split-section__subhead {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 1024px) {
    .about-split-section__subhead {
        text-align: left;
        margin-bottom: 24px;
    }
}

.about-split-section__h3 {
    margin: 0 0 8px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h4-mobile);
    line-height: 1.25;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .about-split-section__h3 {
        font-size: var(--hk-h4-desktop);
    }
}

.about-split-section__lede {
    margin: 0;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45;
    color: #2e2e2e;
    text-rendering: optimizeLegibility;
}

@media (min-width: 1024px) {
    .about-split-section__lede {
        margin-left: 0;
        margin-right: 0;
    }
}

.about-prose__compact li {
    margin-bottom: 0.4em;
}

.about-hero {
    width: 100%;
    line-height: 0;
    background: #1a0f12;
}

.about-hero picture,
.about-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.about-hero__viewport {
    width: 100%;
    aspect-ratio: 1900 / 800;
    overflow: hidden;
}

.about-hero__viewport img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .about-hero__viewport {
        aspect-ratio: 1900 / 2100;
    }
}

/* Image + text rows (7/5 and 6/6, 100px × 50px gaps @ lg) */
.about-iwt__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}

.about-iwt__grid--top {
    align-items: start;
}

.about-iwt__grid--top > .about-iwt__media,
.about-iwt__grid--top > .about-iwt__text {
    align-self: start;
}

/* Stack: copy before image on small screens (Brand Achievements) */
@media (max-width: 1023px) {
    .about-iwt__grid--mobile-text-first > .about-iwt__text {
        order: -1;
    }
}

/* Top-align image with first line of body copy (no extra gap above first block) */
.about-split-section__main .about-prose > :first-child,
.about-split-section .about-container > .about-prose > :first-child {
    margin-top: 0;
}

@media (min-width: 1024px) {
    .about-iwt__grid {
        grid-template-columns: 7fr 5fr;
        gap: 50px 100px;
    }

    .about-iwt__grid--half {
        grid-template-columns: 1fr 1fr;
    }

    .about-iwt__grid--reverse {
        direction: rtl;
    }

    .about-iwt__grid--reverse > * {
        direction: ltr;
    }
}

.about-iwt__media {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    line-height: 0;
}

.about-iwt__media--rounded {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(69, 28, 31, 0.12);
}

@media (min-width: 1024px) {
    .about-iwt__media--rounded {
        border-radius: 24px;
    }
}

.about-iwt__media img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}

.about-content__title {
    margin: 0 0 16px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--purple-heading);
    text-align: left;
    text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
    .about-content__title {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 24px;
    }
}

.about-content__mission {
    margin: 0 0 20px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h3-mobile);
    line-height: normal;
    color: var(--purple-heading);
}

.about-iwt__text .about-prose .about-content__mission {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .about-content__mission {
        font-size: var(--hk-h3-desktop);
    }
}

.about-content__vision-title {
    margin: 24px 0 12px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h2-mobile);
    line-height: normal;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .about-content__vision-title {
        font-size: var(--hk-h2-desktop);
    }
}

.about-prose {
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    color: #2e2e2e;
    text-rendering: optimizeLegibility;
}

.about-prose p {
    margin: 0 0 1em;
    text-align: left;
}

.about-prose p:last-child {
    margin-bottom: 0;
}

.about-prose strong {
    font-weight: 700;
    color: #000;
}

.about-prose ul {
    margin: 0 0 1em;
    padding-left: 1.35em;
    text-align: left;
}

.about-prose li {
    margin-bottom: 0.5em;
}

.about-prose li:last-child {
    margin-bottom: 0;
}

.about-prose h3 {
    margin: 1.35em 0 0.65em;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h4-mobile);
    line-height: 1.25;
    color: var(--purple-heading);
    text-align: left;
}

@media (min-width: 768px) {
    .about-prose h3 {
        font-size: var(--hk-h4-desktop);
    }
}

.about-bridge .about-prose {
    margin-top: 16px;
}

/* Values strip (#fff1ff, 3 × 1/3) */
.about-values {
    background: var(--pink-section);
    padding: 48px 0;
}

.about-values__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 24px;
}

@media (min-width: 1024px) {
    .about-values__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.about-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.about-value__icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-bottom: 12px;
    filter: invert(16%) sepia(36%) saturate(950%) hue-rotate(290deg) brightness(95%) contrast(90%);
}

.about-value__title {
    margin: 0 0 12px;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--purple-heading);
}

.about-value__text {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    color: #2e2e2e;
}

/* Who is Happikery */
.about-audience .section__header {
    max-width: 920px;
    margin: 0 auto;
}

.about-audience .section__heading {
    margin-bottom: 12px;
}

.about-audience .section__description {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    color: #2e2e2e;
    text-align: center;
}

/* Scrolling icon strip (~100px assets, 14px py, 30s loop) */
.about-marquee {
    overflow: hidden;
    padding: 14px 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.about-marquee__viewport {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-size: 100% 100%;
}

.about-marquee__track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 50px;
    width: max-content;
    animation: about-marquee-scroll 30s linear infinite;
}

@media (max-width: 767px) {
    .about-marquee__track {
        gap: 30px;
    }
}

.about-marquee__item {
    flex: 0 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-marquee__item img {
    display: block;
    height: 100px;
    width: auto;
    max-width: none;
    object-fit: contain;
}

@keyframes about-marquee-scroll {
    0% {
        transform: translateX(0);
    }

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

@media (prefers-reduced-motion: reduce) {
    .about-marquee__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 24px;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* —— One Gravy → products (Figma 50:2402 / happikery.com image_with_text_R8fRAM) —— */
.section-one-gravy__wrap {
    padding-top: 45px;
    padding-bottom: 45px;
}

.section-one-gravy__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}

@media (min-width: 1024px) {
    .section-one-gravy__grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px 100px;
    }
}

.section-one-gravy__visual {
    position: relative;
    border-radius: 0;
    overflow: visible;
    line-height: 0;
}

.section-one-gravy__bg {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.section-one-gravy__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.section-one-gravy__round {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.section-one-gravy__float {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    line-height: 0;
}

.section-one-gravy__float img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.section-one-gravy__float--1 {
    top: 10%;
    left: 10%;
    animation: one-gravy-float1 6s ease-in-out infinite;
}

.section-one-gravy__float--2 {
    top: 5%;
    right: 5%;
    animation: one-gravy-float2 7s ease-in-out infinite;
}

.section-one-gravy__float--3 {
    bottom: 10%;
    left: 10%;
    animation: one-gravy-float3 5s ease-in-out infinite;
}

.section-one-gravy__float--4 {
    bottom: 10%;
    right: 10%;
    animation: one-gravy-float4 8s ease-in-out infinite;
}

@keyframes one-gravy-float1 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(12px, 12px);
    }
}

@keyframes one-gravy-float2 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-12px, 12px);
    }
}

@keyframes one-gravy-float3 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(12px, -12px);
    }
}

@keyframes one-gravy-float4 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-12px, -12px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-one-gravy__float--1,
    .section-one-gravy__float--2,
    .section-one-gravy__float--3,
    .section-one-gravy__float--4 {
        animation: none;
    }
}

.section-one-gravy__title {
    margin: 0 0 16px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 47px;
    line-height: 1.1;
    color: var(--purple-heading);
    text-align: left;
}

@media (min-width: 768px) {
    .section-one-gravy__title {
        font-size: 51px;
    }
}

.section-one-gravy__prose {
    margin-bottom: 20px;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--text-muted);
}

.section-one-gravy__prose p {
    margin: 0;
    text-align: left;
}

.section-one-gravy__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    background: var(--purple-heading);
    border-radius: var(--btn-radius);
    border: 1px solid var(--purple-heading);
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.section-one-gravy__btn:hover {
    opacity: 0.92;
    color: #fff;
    text-decoration: none;
}

#section-main-products {
    scroll-margin-top: calc(38px + 84px + 12px);
}

@media (max-width: 1024px) {
    #section-main-products {
        scroll-margin-top: calc(38px + 62px + 12px);
    }
}

/* —— Product detail pages (local HTML under products/) —— */
.page-product {
    padding: 0 0 56px;
    box-sizing: border-box;
}

.page-product__breadcrumb {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 16px var(--layout-gutter) 8px;
    font-family: var(--font-quicksand);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-muted);
}

.page-product__breadcrumb a {
    color: var(--purple-heading);
    text-decoration: none;
}

.page-product__breadcrumb a:hover {
    text-decoration: underline;
}

.page-product__sep {
    margin: 0 0.2em;
    color: #999;
}

.page-product__current {
    color: #333;
}

.page-product__wrap {
    padding-top: 8px;
}

.page-product__grid {
    display: grid;
    gap: 32px;
    align-items: start;
}

@media (min-width: 900px) {
    .page-product__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 48px 56px;
    }
}

.page-product__gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-product__figure {
    margin: 0;
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f6f4f5;
}

.page-product__figure img {
    width: 100%;
    height: auto;
}

.page-product__title {
    margin: 0 0 16px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h2-mobile);
    line-height: 1.2;
    text-align: left;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .page-product__title {
        font-size: var(--hk-h2-desktop);
    }
}

.page-product__lede {
    margin: 0 0 28px;
    font-family: var(--font-quicksand);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    color: var(--text-muted);
    max-width: 42em;
}

.page-product__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

/* —— Shopify-style PDP (happikery.com/products/* e.g. /products/indo) —— */
.page-product--hk-pdp .page-product__wrap {
    padding-top: 4px;
}

.hk-pdp {
    padding-bottom: 48px;
    box-sizing: border-box;
}

.hk-pdp__layout {
    display: grid;
    gap: 28px 40px;
    align-items: start;
}

.hk-pdp__media {
    min-width: 0;
}

@media (min-width: 900px) {
    .hk-pdp__layout {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
        gap: 48px 56px;
    }
}

@media (max-width: 899px) {
    .hk-pdp__layout {
        gap: 20px;
    }

    /* Keep gallery inset like breadcrumb / buy column (same as about-container gutters). */
    .page-product--hk-pdp .hk-pdp__thumbs-mask {
        margin-right: 0;
        padding-right: 0;
    }

    .page-product--hk-pdp .hk-pdp__buy {
        margin-top: 2px;
    }
}

@media (max-width: 480px) {
    .page-product--hk-pdp .hk-pdp__thumb {
        width: 68px;
        height: 68px;
    }

    .page-product--hk-pdp .hk-pdp__dots {
        gap: 6px 8px;
        margin-top: 12px;
    }

    .page-product--hk-pdp .hk-pdp__dot {
        width: 7px;
        height: 7px;
    }
}

.hk-pdp__buy {
    min-width: 0;
}

.hk-pdp__howto-infographic {
    margin: 18px 0 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f9d132;
    line-height: 0;
}

.hk-pdp__buy .hk-pdp__howto-infographic {
    max-width: none;
}

.hk-pdp__howto-infographic img {
    width: 100%;
    height: auto;
    display: block;
}

.hk-pdp__buy .hk-pdp__accordion-wrap {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #eee;
    max-width: none;
}

.hk-pdp__main-carousel-wrap {
    position: relative;
}

.hk-pdp__zoom {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #222;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.hk-pdp__zoom:hover {
    background: #fff;
    color: var(--purple-heading);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
}

.hk-pdp__zoom:focus-visible {
    outline: 2px solid var(--purple-heading);
    outline-offset: 2px;
}

.hk-pdp__zoom-icon {
    display: block;
}

.hk-pdp__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px 10px;
    margin: 14px 0 0;
    padding: 4px 0 0;
    box-sizing: border-box;
}

.hk-pdp__dot {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #c4c4c4;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.hk-pdp__dot.is-current {
    background: transparent;
    box-shadow: inset 0 0 0 2px #333;
    transform: scale(1.12);
}

.hk-pdp__dot:focus-visible {
    outline: 2px solid var(--purple-heading);
    outline-offset: 3px;
}

.hk-pdp__main-swiper {
    border-radius: 12px;
    overflow: hidden;
    background: #f6f4f5;
}

.hk-pdp__main-swiper .swiper-slide .hk-pdp__main-fig {
    margin: 0;
    line-height: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f6f4f5;
}

.hk-pdp__main-fig img {
    width: 100%;
    height: auto;
    display: block;
}

.hk-pdp__main-swiper .swiper-button-prev,
.hk-pdp__main-swiper .swiper-button-next {
    --swiper-navigation-size: 44px;
    width: 44px;
    height: 44px;
    margin-top: calc(0px - (44px / 2));
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: opacity 0.22s ease, background 0.15s ease, box-shadow 0.15s ease;
    opacity: 0;
    pointer-events: none;
}

.hk-pdp__main-swiper .swiper-button-prev {
    left: 10px;
}

.hk-pdp__main-swiper .swiper-button-next {
    right: 10px;
}

.hk-pdp__main-swiper .swiper-button-prev::after,
.hk-pdp__main-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.hk-pdp__main-swiper .swiper-button-prev:hover:not(:disabled),
.hk-pdp__main-swiper .swiper-button-next:hover:not(:disabled) {
    background: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.18);
}

.hk-pdp__main-swiper .swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (hover: hover) {
    .hk-pdp__main-carousel-wrap:hover .hk-pdp__main-swiper .swiper-button-prev:not(:disabled),
    .hk-pdp__main-carousel-wrap:hover .hk-pdp__main-swiper .swiper-button-next:not(:disabled),
    .hk-pdp__main-carousel-wrap:focus-within .hk-pdp__main-swiper .swiper-button-prev:not(:disabled),
    .hk-pdp__main-carousel-wrap:focus-within .hk-pdp__main-swiper .swiper-button-next:not(:disabled) {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (hover: none) {
    .hk-pdp__main-swiper .swiper-button-prev:not(:disabled),
    .hk-pdp__main-swiper .swiper-button-next:not(:disabled) {
        opacity: 0.9;
        pointer-events: auto;
    }
}

.hk-pdp__main-swiper .swiper-button-prev:focus-visible,
.hk-pdp__main-swiper .swiper-button-next:focus-visible {
    opacity: 1;
    pointer-events: auto;
    outline: 2px solid var(--purple-heading);
    outline-offset: 2px;
}

.hk-pdp__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.hk-pdp__thumbs--scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    margin-right: 0;
    padding-right: 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hk-pdp__thumbs--scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.hk-pdp__thumbs--scroll .hk-pdp__thumb {
    scroll-snap-align: start;
}

.hk-pdp__thumbs-carousel {
    position: relative;
    margin-top: 12px;
    z-index: 0;
}

.hk-pdp__thumbs-mask {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-right: calc(-1 * var(--layout-gutter));
    padding-right: var(--layout-gutter);
}

.hk-pdp__thumbs-mask::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
        to right,
        #fff 0%,
        rgba(255, 255, 255, 0) 18px,
        rgba(255, 255, 255, 0) calc(100% - 18px),
        #fff 100%
    );
}

.hk-pdp__thumbs-carousel .hk-pdp__thumbs {
    margin-top: 0;
}

.hk-pdp__thumbs-carousel:not(.hk-pdp__thumbs-carousel--scrollable) .hk-pdp__thumbs-nav {
    display: none;
}

.hk-pdp__thumbs-nav {
    position: absolute;
    top: 0;
    bottom: 8px;
    z-index: 4;
    width: 38px;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.98) 35%, rgba(255, 255, 255, 0));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.hk-pdp__thumbs-nav--next {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.98) 35%, rgba(255, 255, 255, 0));
}

.hk-pdp__thumbs-nav--prev {
    left: 0;
}

.hk-pdp__thumbs-nav:hover:not(:disabled) {
    color: var(--purple-heading);
}

.hk-pdp__thumbs-nav:focus-visible {
    outline: 2px solid var(--purple-heading);
    outline-offset: 2px;
    opacity: 1;
    pointer-events: auto;
}

.hk-pdp__thumbs-nav:disabled {
    opacity: 0 !important;
    pointer-events: none !important;
    cursor: default;
}

.hk-pdp__thumbs-carousel--scrollable .hk-pdp__thumbs-nav:not(:disabled) {
    opacity: 0;
    pointer-events: none;
}

@media (hover: hover) {
    .hk-pdp__thumbs-carousel--scrollable:hover .hk-pdp__thumbs-nav:not(:disabled),
    .hk-pdp__thumbs-carousel--scrollable:focus-within .hk-pdp__thumbs-nav:not(:disabled) {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (hover: none) {
    .hk-pdp__thumbs-carousel--scrollable .hk-pdp__thumbs-nav:not(:disabled) {
        opacity: 0.9;
        pointer-events: auto;
    }
}

.hk-pdp__thumb {
    margin: 0;
    padding: 0;
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease;
}

.hk-pdp__thumb:hover {
    border-color: #ccc;
}

.hk-pdp__thumb.is-selected {
    border-color: var(--purple-heading);
}

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

.hk-pdp__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.hk-pdp__title {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h2-mobile);
    line-height: 1.2;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .hk-pdp__title {
        font-size: var(--hk-h2-desktop);
    }
}

@media (max-width: 899px) {
    .page-product--hk-pdp .hk-pdp__title {
        color: #111;
        font-size: clamp(1.35rem, 4.5vw, var(--hk-h2-mobile));
        line-height: 1.22;
    }
}

@media (min-width: 900px) {
    .page-product--hk-pdp .hk-pdp__title {
        color: var(--purple-heading);
        font-size: var(--hk-h2-desktop);
    }
}

.hk-pdp__wishlist {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: var(--btn-radius);
    background: #fff;
    color: var(--brown);
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.hk-pdp__wishlist:hover {
    border-color: var(--purple-heading);
    background: #faf8fa;
}

.hk-pdp__wishlist:focus-visible {
    outline: 2px solid var(--purple-heading);
    outline-offset: 2px;
}

.hk-pdp__wishlist svg {
    display: block;
    width: 20px;
    height: 20px;
}

.hk-pdp__price-block {
    margin: 20px 0 0;
}

.hk-pdp__price-row {
    margin: 0 0 6px;
    font-family: var(--font-quicksand);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    color: #333;
}

.hk-pdp__price-label {
    color: var(--text-muted);
    margin-right: 8px;
}

.hk-pdp__price-value {
    font-weight: 600;
    color: #111;
}

.hk-pdp__price-value--strike {
    text-decoration: line-through;
    font-weight: 500;
    color: #888;
}

.hk-pdp__qty-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    margin-bottom: 16px;
}

.hk-pdp__qty-row label {
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

.hk-pdp__qty {
    width: 76px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: var(--btn-radius);
    font-family: var(--font-quicksand);
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

.hk-pdp__qty:focus {
    outline: none;
    border-color: var(--purple-heading);
    box-shadow: 0 0 0 2px rgba(117, 25, 92, 0.12);
}

.hk-pdp__add-cart {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 22px;
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: var(--btn-radius);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.hk-pdp__add-cart:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    text-decoration: none;
}

.hk-pdp__subscription-note {
    margin: 14px 0 22px;
    font-family: var(--font-quicksand);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 500;
    color: var(--text-muted);
}

.hk-pdp__accordion-wrap {
    margin-top: 16px;
    padding-top: 0;
    border-top: none;
    max-width: 920px;
}

.hk-pdp__section-title {
    margin: 0 0 16px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h3-mobile);
    line-height: 1.25;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .hk-pdp__section-title {
        font-size: var(--hk-h3-desktop);
    }
}

.page-product--hk-pdp .hk-pdp__howto {
    width: calc(100% + 2 * var(--layout-gutter));
    max-width: none;
    margin-top: 48px;
    margin-left: calc(-1 * var(--layout-gutter));
    margin-right: calc(-1 * var(--layout-gutter));
    box-sizing: border-box;
}

.hk-pdp__howto-container {
    width: 100%;
    max-width: var(--container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-gutter);
    padding-right: var(--layout-gutter);
    box-sizing: border-box;
}

.hk-pdp__howto .hk-pdp__section-title {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
}

.hk-pdp__howto-banner {
    margin: 0 0 20px;
    width: 100%;
    max-width: none;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    background: #1f1410;
    box-sizing: border-box;
}

.hk-pdp__howto-banner img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

.hk-pdp__howto-video-wrap {
    margin: 0 0 18px;
    width: 100%;
    max-width: none;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    box-sizing: border-box;
}

.hk-pdp__howto-video {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}

.hk-pdp__howto p,
.hk-pdp__howto-note {
    margin: 0;
    width: 100%;
    max-width: none;
    font-family: var(--font-quicksand);
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .page-product--hk-pdp .hk-pdp__howto {
        margin-top: 40px;
    }

    .hk-pdp__howto-banner {
        margin-bottom: 16px;
        aspect-ratio: 16 / 10;
        max-height: min(70vw, 340px);
    }

    .hk-pdp__howto-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 24% center;
    }

    .hk-pdp__howto-video-wrap {
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .hk-pdp__howto .hk-pdp__section-title {
        font-size: calc(var(--hk-h3-mobile) * 0.92);
        margin-bottom: 12px;
    }

    .hk-pdp__howto-banner {
        max-height: min(78vw, 300px);
    }

    .hk-pdp__howto-banner img {
        object-position: 20% center;
    }

    .hk-pdp__howto p,
    .hk-pdp__howto-note {
        font-size: 15px;
        line-height: 1.5;
    }
}

.hk-pdp__howto a {
    font-weight: 600;
    color: var(--purple-heading);
    text-decoration: none;
}

.hk-pdp__howto a:hover {
    text-decoration: underline;
}

.hk-pdp__related {
    margin-top: 48px;
}

.hk-pdp-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
}

@media (min-width: 700px) {
    .hk-pdp-related__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1000px) {
    .hk-pdp-related__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.hk-pdp-related__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.hk-pdp-related__media {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f6f4f5;
    line-height: 0;
}

.hk-pdp-related__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hk-pdp-related__media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(145deg, #fff1ff 0%, #f0e8f2 50%, #e8e0ec 100%);
}

.hk-pdp-related__placeholder-text {
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: var(--purple-heading);
    text-align: center;
    padding: 12px;
}

.hk-pdp-related__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
    padding: 14px 14px 16px;
    min-height: 0;
}

.hk-pdp-related__title {
    margin: 0;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #111;
}

.hk-pdp-related__title a {
    color: inherit;
    text-decoration: none;
}

.hk-pdp-related__title a:hover {
    text-decoration: underline;
}

.hk-pdp-related__price {
    margin: 0;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 600;
    color: var(--purple-heading);
}

.hk-pdp-related__excerpt {
    margin: 0;
    font-family: var(--font-quicksand);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.hk-pdp-related__btn {
    display: block;
    margin-top: 4px;
    padding: 10px 12px;
    font-family: var(--font-quicksand);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #111;
    background: #fff;
    border: 1px solid #111;
    border-radius: var(--btn-radius);
    box-sizing: border-box;
    transition: background 0.15s ease;
}

.hk-pdp-related__btn:hover {
    background: #f5f5f5;
    color: #111;
    text-decoration: none;
}

.hk-pdp__secondary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    justify-content: center;
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.section-one-gravy__btn--outline {
    background: transparent;
    color: var(--purple-heading);
}

.section-one-gravy__btn--outline:hover {
    background: var(--purple-heading);
    color: #fff;
    opacity: 1;
}

/* —— Product details (Figma node 50-3313 — extended PDP content, happikery.com parity) —— */
.pdp-details {
    padding: 0 0 56px;
    box-sizing: border-box;
    background: #fff;
}

.pdp-details__inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 var(--layout-gutter) 40px;
    box-sizing: border-box;
}

.pdp-details__intro {
    text-align: center;
    padding: 8px 0 28px;
}

.pdp-details__kicker {
    margin: 0 0 10px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--purple-heading);
}

.pdp-details__title {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1.2;
    color: var(--purple-heading);
}

.pdp-details__lead {
    margin: 16px auto 0;
    max-width: 38em;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 17px;
    line-height: 1.55;
    color: var(--text-muted);
}

.pdp-details__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .pdp-details__features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px 24px;
    }
}

.pdp-details__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin: 0;
    padding: 20px 14px;
    background: #faf8fa;
    border: 1px solid var(--faq-border);
    border-radius: 12px;
    box-sizing: border-box;
}

.pdp-details__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--btn-radius);
    background: #fff;
    color: var(--purple-heading);
    border: 1px solid #e8e0ea;
    flex-shrink: 0;
}

.pdp-details__feature-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.pdp-details__feature-title {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #111;
}

.pdp-details__feature-text {
    margin: 4px 0 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 13px;
    line-height: 1.45;
    color: var(--text-muted);
}

.pdp-details__block {
    margin-bottom: 32px;
}

.pdp-details__block:last-child {
    margin-bottom: 0;
}

.pdp-details__h2 {
    margin: 0 0 14px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h3-mobile);
    line-height: 1.25;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .pdp-details__h2 {
        font-size: var(--hk-h3-desktop);
    }
}

.pdp-details__prose {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
}

.pdp-details__prose p {
    margin: 0 0 14px;
}

.pdp-details__prose p:last-child {
    margin-bottom: 0;
}

.pdp-details__specs {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-quicksand);
    font-size: 15px;
    border: 1px solid var(--faq-border);
    border-radius: 12px;
    overflow: hidden;
}

.pdp-details__specs th,
.pdp-details__specs td {
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--faq-border);
}

.pdp-details__specs tr:last-child th,
.pdp-details__specs tr:last-child td {
    border-bottom: 0;
}

.pdp-details__specs th {
    width: 38%;
    font-weight: 600;
    color: #111;
    background: #faf8fa;
}

.pdp-details__specs td {
    font-weight: 500;
    color: var(--text-muted);
}

.pdp-details__accordion-wrap {
    margin-top: 8px;
    border-top: 1px solid var(--faq-border);
}

.pdp-details .collapsible__button {
    font-size: 17px;
}

@media (max-width: 768px) {
    .pdp-details .collapsible__button {
        font-size: 15px;
    }
}

.pdp-details__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    justify-content: center;
    margin-top: 28px;
}

/* —— Collection / shop-all page (parity with happikery.com/collections/all) —— */
.page-collection {
    padding: 0 0 56px;
    box-sizing: border-box;
    background: #fff;
}

.page-collection__breadcrumb {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 16px var(--layout-gutter) 12px;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
}

.page-collection__breadcrumb a {
    color: var(--purple-heading);
    text-decoration: none;
}

.page-collection__breadcrumb a:hover {
    text-decoration: underline;
}

.page-collection__breadcrumb-sep {
    margin: 0 0.35em;
    color: #aaa;
}

.page-collection__title-row {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 8px var(--layout-gutter) 24px;
    border-bottom: 1px solid var(--faq-border);
}

.page-collection__h1 {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.15;
    color: var(--purple-heading);
    text-transform: lowercase;
}

/* —— Contact page (happikery.com/pages/contact) —— */
.page-contact {
    padding: 0 0 56px;
    box-sizing: border-box;
    background: #fff;
}

.page-contact__breadcrumb {
    padding-bottom: 8px;
}

.page-contact__title-row {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--layout-gutter) 20px;
    border-bottom: 1px solid var(--faq-border);
}

.page-contact__h1 {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.15;
    color: var(--purple-heading);
}

.page-contact__inner {
    max-width: min(640px, 100%);
    margin: 0 auto;
    padding: 28px var(--layout-gutter) 0;
    box-sizing: border-box;
}

.page-contact__intro {
    margin-bottom: 28px;
}

.page-contact__subhead {
    margin: 0 0 12px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    line-height: 1.3;
    color: #1a1a1a;
}

.page-contact__lede {
    margin: 0;
    font-family: var(--font-quicksand);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
    color: var(--text-muted);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-form__row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form__row--check {
    gap: 0;
}

.contact-form__label {
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: var(--font-quicksand);
    font-size: 15px;
    font-weight: 500;
    color: #111;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-form__textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form__input:hover,
.contact-form__textarea:hover {
    border-color: #c8c8c8;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    outline: none;
    border-color: var(--purple-heading);
    box-shadow: 0 0 0 2px rgba(117, 25, 92, 0.12);
}

.contact-form__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #555;
}

.contact-form__check input {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--purple-heading);
    cursor: pointer;
}

.contact-form__actions {
    margin-top: 8px;
}

.contact-form__submit {
    border: 0;
    cursor: pointer;
    font-family: var(--font-quicksand);
}

.site-footer__contact a {
    color: inherit;
    text-decoration: none;
}

.site-footer__contact a:hover {
    text-decoration: underline;
    color: var(--purple-heading);
}

.site-footer__contact--meta {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
}

.page-policy__inner {
    max-width: min(800px, 100%);
    margin: 0 auto;
    padding: 8px var(--layout-gutter) 48px;
    box-sizing: border-box;
}

.page-policy__prose h2 {
    margin: 2rem 0 0.75rem;
    font-family: var(--font-quicksand);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a1a;
}

.page-policy__prose h2:first-child {
    margin-top: 0;
}

.page-policy__prose p {
    margin: 0 0 1rem;
    font-family: var(--font-quicksand);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    color: #444;
}

.page-policy__prose ul {
    margin: 0 0 1.25rem;
    padding-left: 1.25rem;
    font-family: var(--font-quicksand);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
    color: #444;
}

.page-policy__prose li {
    margin-bottom: 0.45rem;
}

.page-policy__prose a {
    color: var(--purple-heading);
    text-decoration: none;
}

.page-policy__prose a:hover {
    text-decoration: underline;
}

.page-faq-main .section-faq--page.section-faq--happikery {
    padding-top: 0;
    padding-bottom: 48px;
}

.collapsible__content-inner a {
    color: var(--purple-heading);
    text-decoration: underline;
}

.collapsible__content-inner a:hover {
    opacity: 0.88;
}

.page-collection__layout.collection-page-layout--image,
.collection-page-layout.collection-page-layout--image {
    display: block;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 20px var(--layout-gutter) 0;
}

.collection-main--wide {
    width: 100%;
}

.collection-top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 20px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
    overflow: visible;
}

.collection-top-bar__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 28px;
    overflow: visible;
}

/* Collection filter dropdown (same shell as sort menu — happikery-style) */
.collection-filter {
    position: relative;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.collection-filter__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: #1a1a1a;
    text-align: left;
}

.collection-filter__toggle:hover {
    color: #451c1f;
}

.collection-filter__toggle:focus-visible {
    outline: 2px solid #451c1f;
    outline-offset: 3px;
}

.collection-filter__chev {
    flex-shrink: 0;
    color: #555;
    transform: translateY(1px);
    transition: transform 0.28s cubic-bezier(0.33, 1, 0.68, 1);
}

.collection-filter.is-open .collection-filter__chev {
    transform: translateY(1px) rotate(180deg);
}

.collection-filter__panel {
    position: absolute;
    z-index: 9;
    top: calc(100% + 10px);
    left: 0;
    min-width: min(100vw - 32px, 300px);
    max-width: min(100vw - 24px, 340px);
    max-height: min(72vh, 520px);
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 12px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(69, 28, 31, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
        opacity 0.28s cubic-bezier(0.33, 1, 0.68, 1),
        transform 0.28s cubic-bezier(0.33, 1, 0.68, 1),
        visibility 0.28s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-overflow-scrolling: touch;
}

.collection-filter.is-open .collection-filter__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.collection-filter__section {
    padding: 0 18px 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.collection-filter__section--last {
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 0;
}

.collection-filter__section-title {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.02em;
}

.collection-filter__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.collection-filter__list li {
    margin: 0;
}

.collection-filter__row--check {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 10px 4px 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #9a9a9a;
    transition: color 0.15s ease, background-color 0.15s ease;
    border-radius: 6px;
}

.collection-filter__row--check:hover {
    color: #333;
    background-color: #f7f7f7;
}

.collection-filter__row--check:has(:checked) {
    color: #111;
    font-weight: 600;
}

.collection-filter__row--check input {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: #451c1f;
    cursor: pointer;
}

.collection-filter__price {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.collection-filter__price-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.collection-filter__price-label {
    flex: 0 0 4.5em;
    font-size: 13px;
    font-weight: 500;
    color: #9a9a9a;
}

.collection-filter__price-input {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 500;
    color: #111;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.collection-filter__price-input::placeholder {
    color: #bbb;
}

.collection-filter__price-input:hover {
    border-color: #c8c8c8;
}

.collection-filter__price-input:focus {
    outline: none;
    border-color: #451c1f;
    box-shadow: 0 0 0 2px rgba(69, 28, 31, 0.15);
}

@media (prefers-reduced-motion: reduce) {
    .collection-filter__chev,
    .collection-filter__panel {
        transition: none;
    }
}

/* Custom sort control (Shopify-style, happikery.com collections) */
.collection-sort-field.collection-sort {
    position: relative;
    display: inline-flex;
    align-items: stretch;
    font-family: var(--font-quicksand);
}

.collection-sort__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
    max-width: min(100vw - 48px, 320px);
}

.collection-sort__toggle:hover {
    color: #451c1f;
}

.collection-sort__toggle:focus-visible {
    outline: 2px solid #451c1f;
    outline-offset: 3px;
}

.collection-sort__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collection-sort__chev {
    flex-shrink: 0;
    color: #555;
    transform: translateY(1px);
    transition: transform 0.28s cubic-bezier(0.33, 1, 0.68, 1);
}

.collection-sort.is-open .collection-sort__chev {
    transform: translateY(1px) rotate(180deg);
}

.collection-sort__menu {
    position: absolute;
    z-index: 8;
    top: calc(100% + 10px);
    left: 0;
    min-width: min(100vw - 32px, 280px);
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(69, 28, 31, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
        opacity 0.28s cubic-bezier(0.33, 1, 0.68, 1),
        transform 0.28s cubic-bezier(0.33, 1, 0.68, 1),
        visibility 0.28s cubic-bezier(0.33, 1, 0.68, 1);
}

.collection-sort.is-open .collection-sort__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.collection-sort__menu li {
    margin: 0;
}

.collection-sort__option {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 22px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #9a9a9a;
    text-align: left;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.collection-sort__option:hover,
.collection-sort__option:focus-visible {
    color: #333;
    background-color: #f7f7f7;
    outline: none;
}

.collection-sort__option[aria-selected="true"] {
    color: #111;
    font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
    .collection-sort__chev,
    .collection-sort__menu {
        transition: none;
    }

    .collection-sort.is-open .collection-sort__chev {
        transform: translateY(1px) rotate(180deg);
    }
}

.collection-col-picker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.collection-col-btn {
    box-sizing: border-box;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8c8c8;
    border-radius: var(--btn-radius);
    background: #e8e8e8;
    cursor: pointer;
    color: #444;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.collection-col-btn:hover {
    border-color: #999;
}

.collection-col-btn--active {
    background: var(--purple-heading);
    border-color: var(--purple-heading);
    color: #fff;
}

.collection-col-btn__bars {
    display: flex;
    align-items: stretch;
    gap: 2px;
    width: 20px;
    height: 14px;
}

.collection-col-btn__bar {
    flex: 1;
    min-width: 2px;
    background: currentColor;
    border-radius: 0;
}

.page-collection__layout,
.collection-page-layout {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 28px var(--layout-gutter) 0;
    display: grid;
    gap: 32px;
    align-items: start;
}

@media (min-width: 900px) {
    .page-collection__layout,
    .collection-page-layout {
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
        gap: 40px 48px;
        align-items: start;
    }

    .collection-sidebar {
        padding-right: 8px;
        border-right: 1px solid var(--faq-border);
    }
}

.collection-sidebar {
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

.collection-sidebar__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.02em;
}

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

.collection-filters__block {
    margin-bottom: 28px;
}

.collection-filters__block--sort {
    margin-bottom: 24px;
}

.collection-filters__sort-heading {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.collection-sort-select {
    width: 100%;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
}

.collection-filters__subhead {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.collection-price-range {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.collection-price-range__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.collection-price-range__label {
    flex: 0 0 4.5em;
    font-size: 13px;
    color: var(--text-muted);
}

.collection-price-range__input {
    flex: 1;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--font-quicksand);
    font-size: 14px;
    background: #fafafa;
    color: #999;
}

.collection-filters {
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

.collection-filters__h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.collection-filters__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.collection-filters__list li {
    margin-bottom: 8px;
}

.collection-filters__list label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: default;
    color: var(--text-muted);
    font-size: 14px;
}

.collection-filters__list input {
    accent-color: var(--purple-heading);
}

.collection-toolbar--main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--faq-border);
}

.collection-toolbar__count {
    margin: 0;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.collection-toolbar__count-num {
    font-weight: 700;
    color: var(--purple-heading);
}

.collection-layout-picker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.collection-layout-picker__legend {
    font-family: var(--font-quicksand);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    margin-right: 6px;
}

.collection-layout-picker__btn {
    min-width: 36px;
    padding: 8px 10px;
    font-family: var(--font-quicksand);
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: var(--btn-radius);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.collection-layout-picker__btn:hover {
    border-color: var(--purple-border);
    color: var(--purple-heading);
}

.collection-layout-picker__btn--active {
    color: #fff;
    background: var(--purple-heading);
    border-color: var(--purple-heading);
}

.collection-product-grid {
    display: grid;
    gap: 28px 20px;
}

.collection-product-grid--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-product-grid--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 720px) {
    .collection-product-grid--cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.collection-product-grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 600px) {
    .collection-product-grid--cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .collection-product-grid--cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.collection-product-grid--cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 520px) {
    .collection-product-grid--cols-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .collection-product-grid--cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Collection / shop-all — mobile layout (happikery.com/collections/all) */
@media (max-width: 767px) {
    .page-collection {
        padding-bottom: 40px;
    }

    .page-contact {
        padding-bottom: 40px;
    }

    .page-contact__breadcrumb {
        padding: 12px var(--layout-gutter) 8px;
        font-size: 13px;
        line-height: 1.45;
    }

    .page-contact__title-row {
        padding: 4px var(--layout-gutter) 14px;
    }

    .page-contact__inner {
        padding-top: 20px;
    }

    .page-policy__inner {
        padding-bottom: 36px;
    }

    .page-collection__breadcrumb {
        padding: 12px var(--layout-gutter) 8px;
        font-size: 13px;
        line-height: 1.45;
    }

    .page-collection__title-row {
        padding: 4px var(--layout-gutter) 14px;
    }

    .page-collection__h1 {
        font-size: clamp(1.45rem, 5.5vw, 1.9rem);
        line-height: 1.2;
    }

    .page-collection__layout.collection-page-layout--image,
    .collection-page-layout.collection-page-layout--image {
        padding: 12px var(--layout-gutter) 0;
    }

    .collection-top-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    .collection-top-bar__left {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .collection-filter {
        flex: 1 1 0;
        min-width: 0;
    }

    .collection-sort-field.collection-sort {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        justify-content: flex-end;
    }

    .collection-filter__toggle {
        font-size: 13px;
        gap: 6px;
    }

    .collection-sort__toggle {
        font-size: 13px;
        max-width: none;
        justify-content: flex-end;
    }

    .collection-sort__value {
        max-width: min(42vw, 200px);
    }

    .collection-col-picker {
        display: none;
    }

    .collection-filter__panel {
        left: 0;
        right: auto;
        width: min(calc(100vw - 2 * var(--layout-gutter)), 340px);
        max-width: calc(100vw - 20px);
    }

    .collection-sort__menu {
        left: auto;
        right: 0;
        min-width: min(calc(100vw - 24px), 300px);
        max-width: calc(100vw - 20px);
    }

    .collection-product-grid {
        gap: 22px 12px;
    }

    .collection-card__media {
        margin-bottom: 10px;
    }

    .collection-card__title {
        font-size: 14px;
        line-height: 1.3;
    }

    .collection-card__price-simple {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    .collection-sort__value {
        max-width: min(38vw, 160px);
    }

    .collection-product-grid {
        gap: 18px 10px;
    }
}

.collection-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    text-align: center;
}

.collection-card__media-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.collection-card__media-link:hover .collection-card__title-link {
    text-decoration: underline;
}

.collection-card__media {
    position: relative;
    margin: 0 0 14px;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 1;
}

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

.collection-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(69, 28, 31, 0.88);
    border-radius: 3px;
}

.collection-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(145deg, #fff1ff 0%, #f0e8f2 50%, #e8e0ec 100%);
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: var(--purple-heading);
    text-align: center;
}

.collection-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2px 4px;
    width: 100%;
}

.collection-card__title {
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
    font-family: var(--font-quicksand);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    color: #000;
}

.collection-card__title-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

.collection-card__title-link:hover {
    color: var(--purple-heading);
}

@media (max-width: 767px) {
    .collection-card__title-link {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.collection-card__price-simple {
    margin: 0 0 14px;
    font-family: var(--font-quicksand);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

.collection-card__prices {
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
}

.collection-card__price-line {
    margin: 0 0 4px;
    font-family: var(--font-quicksand);
    font-size: 14px;
    line-height: 1.4;
    color: #222;
}

.collection-card__price-label {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    margin-right: 6px;
}

.collection-card__price-value {
    font-weight: 600;
    color: var(--purple-heading);
}

.collection-card__price-line--sale .collection-card__price-value {
    color: #c62828;
}

.collection-card__price-meta {
    display: inline-block;
    margin-left: 8px;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-muted);
}

.collection-card__price {
    margin: 0 0 10px;
    font-family: var(--font-quicksand);
    font-size: 15px;
    font-weight: 600;
    color: var(--purple-heading);
}

.collection-card__price-note {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 2px;
}

.collection-card__excerpt {
    margin: 0 0 14px;
    font-family: var(--font-quicksand);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    max-width: 28em;
}

.collection-card__details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    margin-top: auto;
    padding: 0 12px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: var(--btn-radius);
    border: 1px solid #000;
    transition: background 0.15s ease, color 0.15s ease;
}

.collection-card__details:hover {
    background: #f5f5f5;
    color: #000;
    text-decoration: none;
}

@media (max-width: 899px) {
    .collection-sidebar {
        padding-bottom: 16px;
        border-bottom: 1px solid var(--faq-border);
    }
}

/* —— Top bar (promo strip like happikery.com) —— */
.top-ban {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px var(--layout-gutter);
    background: var(--brown);
    border-bottom: 1px solid var(--brown);
    text-decoration: none;
    transition: background 0.25s var(--ease-out);
}

.top-ban:hover {
    background: #5a2529;
    text-decoration: none;
}

.top-ban__text {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

/* —— Header —— */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eee;
    transition: box-shadow 0.3s var(--ease-out), border-color 0.3s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 8px 24px rgba(69, 28, 31, 0.08);
    border-bottom-color: #f0e8ea;
}

/* Full-width strip + logo left / nav right (happikery.com header) */
.site-header__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(16px, 2.5vw, 36px);
    min-height: 84px;
    padding: 10px var(--layout-gutter) 10px;
    box-sizing: border-box;
}

.site-header__menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--nav-plum);
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
}

.site-header__menu-toggle:focus-visible {
    outline: 2px solid var(--nav-plum);
    outline-offset: 2px;
}

.site-header__menu-bars {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
}

.site-header__menu-bars::before,
.site-header__menu-bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
}

.site-header__menu-bars::before {
    top: -7px;
}

.site-header__menu-bars::after {
    top: 7px;
}

.mobile-nav-open {
    overflow: hidden;
}

.site-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.site-logo:hover {
    opacity: 0.92;
}

.site-logo__img {
    display: block;
    width: 76px;
    height: auto;
    max-height: 74px;
    object-fit: contain;
}

.site-logo--footer .site-logo__img {
    width: 100px;
    max-height: none;
}

.site-nav {
    flex: 1;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: clamp(22px, 2.8vw, 40px);
    padding-left: 0;
    min-height: 48px;
    min-width: 0;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown__toggle {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
    color: var(--nav-plum);
}

.nav-dropdown__chevron {
    flex-shrink: 0;
    display: block;
    margin-top: 1px;
}

.nav-dropdown.is-open .nav-dropdown__chevron,
.nav-dropdown.is-hover .nav-dropdown__chevron {
    transform: rotate(180deg);
}

.nav-dropdown__toggle .nav-dropdown__chevron {
    transition: transform 0.32s cubic-bezier(0.33, 1, 0.68, 1);
}

.nav-dropdown__menu {
    position: absolute;
    top: calc(100% + 4px);
    left: auto;
    right: 0;
    min-width: 240px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(69, 28, 31, 0.12);
    border: 1px solid #eee;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
        opacity 0.32s cubic-bezier(0.33, 1, 0.68, 1),
        transform 0.32s cubic-bezier(0.33, 1, 0.68, 1),
        visibility 0.32s cubic-bezier(0.33, 1, 0.68, 1);
}

.nav-dropdown__menu li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.nav-dropdown__menu li + li {
    border-top: 1px solid var(--faq-border);
}

.nav-dropdown.is-open .nav-dropdown__menu,
.nav-dropdown.is-hover .nav-dropdown__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.nav-dropdown__menu a {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 12px 18px;
    font-family: var(--font-quicksand);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    color: var(--nav-plum);
    border-bottom: none;
    text-decoration: none;
    background: transparent;
    transition:
        color 0.2s var(--ease-out),
        background-color 0.2s var(--ease-out);
}

.nav-dropdown__menu a.nav-dropdown__menu-link--nowrap {
    white-space: nowrap;
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a:focus-visible {
    text-decoration: none;
    color: #4a1540;
    background-color: rgba(117, 24, 92, 0.08);
}

.site-nav .nav-link {
    font-family: var(--font-nav);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.035em;
    color: var(--nav-plum);
    padding: 0.35rem 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

/* HappiKery header: .sf-menu-item > a:after { width 0 → full on hover } */
.site-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.2s ease-in-out;
}

.site-nav a.nav-link:hover,
.site-nav a.nav-link:focus-visible,
.site-nav .nav-dropdown__toggle.nav-link:hover,
.site-nav .nav-dropdown__toggle.nav-link:focus-visible {
    text-decoration: none;
    color: var(--nav-plum);
}

.site-nav a.nav-link:hover::after,
.site-nav a.nav-link:focus-visible::after,
.site-nav .nav-dropdown__toggle.nav-link:hover::after,
.site-nav .nav-dropdown__toggle.nav-link:focus-visible::after,
.site-nav a.nav-link[aria-current="page"]::after,
.nav-dropdown.is-open .nav-dropdown__toggle.nav-link::after,
.nav-dropdown.is-hover .nav-dropdown__toggle.nav-link::after {
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .site-nav .nav-link::after {
        transition: none;
    }

    .nav-dropdown__menu,
    .nav-dropdown__toggle .nav-dropdown__chevron {
        transition: none;
    }
}

.site-nav .nav-link--caps {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nav-dropdown__toggle.nav-link {
    gap: 8px;
}

@media (max-width: 1024px) {
    .site-header__inner {
        display: grid;
        grid-template-columns: 44px 1fr;
        align-items: center;
        gap: 2px 8px;
        min-height: 62px;
        padding: 8px var(--layout-gutter) 10px;
        width: 100%;
        max-width: none;
    }

    .site-header__menu-toggle {
        display: flex;
        grid-column: 1;
        justify-self: start;
    }

    .site-logo {
        grid-column: 2;
        justify-self: center;
    }

    .site-logo__img {
        width: 68px;
        max-height: 68px;
    }

    .site-nav {
        display: none;
        margin-left: 0;
        flex: none;
    }
}

/* —— Mobile nav drawer (happikery.com: slide sheet + Products drill-down) —— */
.mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 200;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear 0.35s;
}

.mobile-nav.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.mobile-nav__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.35s var(--ease-out);
}

.mobile-nav.is-open .mobile-nav__backdrop {
    opacity: 1;
}

.mobile-nav__sheet {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(100vw, 420px);
    max-width: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.35s var(--ease-out);
    box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.mobile-nav.is-open .mobile-nav__sheet {
    transform: translateX(0);
}

.mobile-nav__viewport {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.mobile-nav__track {
    display: flex;
    width: 200%;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.3s var(--ease-out);
}

.mobile-nav__track.is-sub {
    transform: translateX(-50%);
}

.mobile-nav__pane {
    width: 50%;
    flex-shrink: 0;
    overflow-y: auto;
    padding: 28px 22px 40px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav__list > li {
    border-bottom: 1px solid var(--faq-border);
}

.mobile-nav__list > li:last-child {
    border-bottom: none;
}

.mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 6px 1rem 0;
    margin: 0;
    font-family: var(--font-quicksand);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #000;
    text-align: left;
    text-decoration: none;
    background: none;
    border: none;
    border-bottom: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.22s var(--ease-out);
}

.mobile-nav__link:hover {
    color: var(--nav-plum);
    text-decoration: none;
}

.mobile-nav__link:focus-visible {
    outline: 2px solid var(--nav-plum);
    outline-offset: 4px;
}

.mobile-nav__link--branch {
    font-family: var(--font-quicksand);
}

.mobile-nav__chevron {
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 12px;
    margin-top: 2px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    opacity: 0.75;
    transition: transform 0.25s var(--ease-out), opacity 0.2s ease;
}

.mobile-nav__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 8px 8px 8px 0;
    font-family: var(--font-quicksand);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--nav-plum);
    background: none;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav__back:focus-visible {
    outline: 2px solid var(--nav-plum);
    outline-offset: 2px;
}

.mobile-nav__back-icon {
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.mobile-nav__list--sub .mobile-nav__link {
    padding: 1rem 6px 1rem 0;
}

.mobile-nav__list--sub .mobile-nav__link--nowrap {
    white-space: nowrap;
}

@media (max-width: 380px) {
    .mobile-nav__link {
        font-size: 17px;
        padding: 0.9rem 4px 0.9rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-nav {
        transition: none;
    }

    .mobile-nav__backdrop,
    .mobile-nav__sheet,
    .mobile-nav__track {
        transition: none;
    }
}

/* —— Hero carousel (happikery.com home-banner__slideshow + slideshow.css) —— */
.hero-carousel--happikery {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #1a0f12;
    overflow: hidden;
}

/* Wrapper so desktop dots can sit at right:2.5rem / top:50% of banner only (not below-dots area) */
.hero-carousel__media {
    position: relative;
    width: 100%;
}

.hero-carousel__viewport {
    position: relative;
    width: 100%;
    /* Mobile: portrait; desktop: wide — matches Shopify m-slideshow / sf__slider--adapt */
    aspect-ratio: 0.90476;
}

/* Mobile: no dark band under slides — dots sit on page background (e.g. white). Keep dark only behind image. */
@media (max-width: 767px) {
    .hero-carousel--happikery {
        background: transparent;
    }

    .hero-carousel__viewport {
        background-color: #1a0f12;
        border-bottom: 0;
        box-shadow: none;
        /* Kill 1px hairline between slide area and pagination on some DPRs */
        margin-bottom: -1px;
    }
}

@media (min-width: 768px) {
    .hero-carousel__viewport {
        aspect-ratio: 2.375 / 1;
    }
}

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

.hero-carousel__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    pointer-events: none;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hero-carousel__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.hero-carousel__slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.01) translateZ(0);
    transform-origin: center center;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.hero-carousel__slide.is-active img {
    transform: scale(1) translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
    .hero-carousel__slide {
        transition: opacity 0.35s ease;
    }

    .hero-carousel__slide img {
        transform: none;
        transition: none;
    }
}

/* Arrows off by default (happikery.com data-enable-arrows="false"); keep in DOM for a11y overrides */
.hero-carousel__arrow {
    display: none;
}

/*
 * Pagination: happikery.com slideshow.css
 * — Mobile (max 767): horizontal row under banner, position static, mt-5
 * — Desktop (768+): vertical column, absolute right 2.5rem, top 50%, sf-slider__pagination--right
 */
.hero-carousel--pagination-right .hero-carousel__dots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 1.25rem 0 0;
    padding: 0 16px 14px;
    position: static;
    z-index: 6;
    background: transparent;
    box-sizing: border-box;
    border-top: 0;
    box-shadow: none;
}

.hero-carousel--pagination-right .hero-carousel__dots button {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.hero-carousel--pagination-right .hero-carousel__dots button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transform: scale(0.3);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-carousel--pagination-right .hero-carousel__dots button.is-active {
    border-width: 2px;
    border-color: #fff;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    transform: none;
}

.hero-carousel--pagination-right .hero-carousel__dots button.is-active::after {
    opacity: 1;
    transform: scale(1);
    width: 5px;
    height: 5px;
    margin: -2.5px 0 0 -2.5px;
}

@media (min-width: 768px) {
    .hero-carousel--pagination-right .hero-carousel__dots {
        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: auto;
        right: max(2.5rem, env(safe-area-inset-right, 0px));
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: auto;
        margin: 0;
        padding: 0;
        pointer-events: none;
    }

    .hero-carousel--pagination-right .hero-carousel__dots button {
        margin: 10px 0;
        pointer-events: auto;
    }
}

/* Light background under dots on mobile — strokes visible (white rings were for on-dark bar only) */
@media (max-width: 767px) {
    .hero-carousel--pagination-right .hero-carousel__dots {
        position: relative;
        z-index: 7;
    }

    .hero-carousel--pagination-right .hero-carousel__dots button {
        border-color: rgba(0, 0, 0, 0.22);
    }

    .hero-carousel--pagination-right .hero-carousel__dots button.is-active {
        border-color: var(--purple-heading);
    }

    .hero-carousel--pagination-right .hero-carousel__dots button.is-active::after {
        background-color: var(--purple-heading);
    }
}

/* —— Category strip + 3 min heading —— */
.block-3min {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    padding: 56px 0;
    width: 100%;
}

.category-carousel {
    position: relative;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 48px);
}

.category-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 1px solid #e0d6d9;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    line-height: 1;
    color: var(--purple);
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(69, 28, 31, 0.08);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.category-carousel__btn:hover {
    background: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

.category-carousel__btn--prev {
    left: 4px;
}

.category-carousel__btn--next {
    right: 4px;
}

.category-scroller {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    overflow-x: auto;
    padding: 0 8px 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.category-scroller::-webkit-scrollbar {
    display: none;
}

.category-scroller__track {
    display: flex;
    gap: 10px;
    padding: 30px 0;
    min-height: 400px;
    align-items: flex-start;
}

.category-card {
    flex: 0 0 275.19px;
    width: 275.19px;
    text-align: center;
    scroll-snap-align: start;
    transition: transform 0.35s var(--ease-out);
}

.category-card:hover {
    transform: translateY(-4px);
}

.category-card__img-wrap {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    margin-bottom: 12px;
}

.category-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card__label {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #000;
}

.category-card__label--2 {
    line-height: 28px;
}

.subtitle-22 {
    margin: 0 auto;
    max-width: 520px;
    padding: 0 1.25rem;
}

.subtitle-19 {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 1.25rem;
}

/* —— CUT HEAT EAT (happikery.com: heading + responsive art, then product strip) —— */
.section-3min-banner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.section-3min-banner picture,
.section-3min-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* —— Flavourful Sauces (happikery.com custom-content grid + hover dish swap) —— */
.section-products--happikery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 20px 0 60px;
    background: #fff;
}

.section-products__header {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 36px;
    box-sizing: border-box;
}

.section-products__description {
    margin: 0;
}

.sauce-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: var(--container-max);
    padding: 0 24px 8px;
    box-sizing: border-box;
}

.sauce-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    outline-offset: 4px;
}

.sauce-card__inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.sauce-card__img {
    width: 100%;
    height: auto;
    display: block;
}

.sauce-card__img--main {
    position: relative;
    z-index: 1;
    transition: opacity 0.4s ease;
}

.sauce-card__img--hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sauce-card:hover .sauce-card__img--hover,
.sauce-card:focus-visible .sauce-card__img--hover {
    opacity: 1;
}

.sauce-card:hover .sauce-card__img--main,
.sauce-card:focus-visible .sauce-card__img--main {
    opacity: 0;
}

@media (max-width: 768px) {
    .sauce-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 16px 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sauce-card__img--main,
    .sauce-card__img--hover {
        transition: none;
    }

    .sauce-card:hover .sauce-card__img--main,
    .sauce-card:focus-visible .sauce-card__img--main {
        opacity: 1;
    }

    .sauce-card:hover .sauce-card__img--hover,
    .sauce-card:focus-visible .sauce-card__img--hover {
        opacity: 0;
    }
}

/* —— HappiStories (happikery.com sf-testimonials / testimonials-3 + Swiper-style row) —— */
.section-stories--happikery {
    background: var(--pink-section);
    padding: 30px 0 0;
}

.section-stories__header {
    text-align: center;
    padding: 26px 0 28px;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-stories__sub {
    margin: 0;
}

.sf-testimonials__wrap {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--layout-gutter) 48px;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .sf-testimonials__wrap {
        padding-bottom: 40px;
    }
}

.sf-testimonials__container {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .sf-testimonials__container {
        padding: 0 16px;
    }
}

.testimonials-swiper {
    overflow: hidden;
    padding: 4px 0 0;
}

.testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}

.testimonials-swiper .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

.testimonial {
    flex: 1;
    display: flex;
    min-width: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.testimonial__surface {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    padding: 24px 20px 28px;
    min-height: 260px;
    box-sizing: border-box;
    box-shadow: 0 4px 24px rgba(69, 28, 31, 0.06);
}

@media (min-width: 640px) {
    .testimonial__surface {
        padding: 36px 30px 32px;
        min-height: 280px;
    }
}

.testimonial__stars {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 16px;
    color: #000;
}

.testimonial__star {
    display: flex;
    margin-right: 3px;
}

.testimonial__star svg {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.testimonial__quote {
    margin: 0 0 12px;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--text-muted);
    text-align: left;
}

.testimonial__author {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    text-align: left;
}

.testimonials-swiper__pagination.swiper-pagination {
    position: static;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    border-top: 0;
    box-shadow: none;
}

@media (min-width: 768px) {
    .testimonials-swiper__pagination.swiper-pagination {
        margin-top: 3.5rem;
    }
}

.testimonials-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 !important;
    border-radius: 8px;
    border: 2px solid #000;
    padding: 0;
    background: transparent;
    opacity: 1;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    border-color: transparent;
    background: #000;
    box-shadow: inset 0 0 0 2px #fff;
}

/* —— Discover ready-to-eat (happikery.com: marquee-qr drag + infinite scroll + center focus) —— */
.section-marquee--happikery {
    --marquee-qr-gap: 20px;
    --marquee-qr-item-w: 240px;
    --marquee-qr-item-h: 320px;
    width: 100%;
    padding: 50px 0 0;
    box-sizing: border-box;
}

.section-marquee__inner {
    width: 100%;
}

.section-marquee__header {
    text-align: center;
    padding: 0 0 8px;
    box-sizing: border-box;
}

.marquee-qr {
    display: flex;
    gap: var(--marquee-qr-gap);
    overflow-x: auto;
    padding: 28px 20px 32px;
    cursor: grab;
    scrollbar-width: none;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    box-sizing: border-box;
}

.marquee-qr::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.marquee-qr:active {
    cursor: grabbing;
}

.marquee-qr .item-qr {
    display: block;
    flex: 0 0 auto;
    width: var(--marquee-qr-item-w);
    height: var(--marquee-qr-item-h);
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
    user-select: none;
    position: relative;
    z-index: 1;
}

.marquee-qr .item-qr.focus {
    transform: scale(1.15);
    z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
    .marquee-qr {
        scroll-behavior: auto;
    }

    .marquee-qr .item-qr {
        transition: none;
    }

    .marquee-qr .item-qr.focus {
        transform: none;
    }

    .hero-carousel__slide,
    .hero-carousel__slide img {
        transition: none !important;
    }
}

/* —— FAQ (happikery.com: sf-collapsible + prod__accordion) —— */
.section-faq--happikery {
    padding: 0 0 56px;
    box-sizing: border-box;
}

.section-faq__intro {
    width: 100%;
    padding: 40px 1.25rem 24px;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .section-faq__intro {
        padding-top: 48px;
        padding-bottom: 28px;
    }
}

.section-faq__header {
    max-width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-faq__accordion {
    width: 100%;
}

.faq__container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.25rem 24px;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .faq__container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .faq__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.prod__accordion {
    width: 100%;
}

.collapsible__item {
    border: 0;
}

.collapsible__button {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 1rem 1rem 1rem 0;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    color: #000;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid var(--faq-border);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.collapsible__button:focus-visible {
    outline: 2px solid var(--purple-heading);
    outline-offset: 2px;
}

.collapsible__button-text {
    flex: 1;
    min-width: 0;
}

.collapsible__icon {
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 0.35em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.4s var(--ease-out);
    opacity: 0.75;
}

.collapsible__item.is-open .collapsible__icon {
    transform: rotate(-135deg);
    margin-top: 0.35em;
}

@media (max-width: 768px) {
    .collapsible__button {
        font-size: 14px;
        line-height: 1.45;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.collapsible__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s var(--ease-out);
}

.collapsible__item.is-open .collapsible__content {
    grid-template-rows: 1fr;
}

.collapsible__content-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 1rem 0 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-muted);
    box-sizing: border-box;
}

.collapsible__content-inner > :first-child {
    padding-top: 1.25rem;
}

.collapsible__content-inner > :last-child {
    padding-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .collapsible__content-inner {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0.5rem;
    }
}

.collapsible__content-inner p {
    margin: 0;
}

.collapsible__content-inner p + p {
    margin-top: 0.75em;
}

@media (prefers-reduced-motion: reduce) {
    .collapsible__content,
    .collapsible__icon {
        transition: none;
    }
}

/* Hide HORECA / HappiBBQ (desktop nav, mobile menu, footer quick links) */
li:has(> a[href*="q=HORECA"]),
li:has(> a[href*="q=HappiBBQ"]) {
    display: none;
}

.site-header a[href*="q=HORECA"],
.site-header a[href*="q=HappiBBQ"] {
    display: none !important;
}

/* —— Footer —— */
.site-footer {
    background: var(--brown);
    color: var(--footer-text);
    /* Single horizontal inset for main + bar = happikery / Shopify page-width alignment */
    --footer-pad-start: max(var(--layout-gutter), env(safe-area-inset-left, 0px));
    --footer-pad-end: max(var(--layout-gutter), env(safe-area-inset-right, 0px));
}

.site-footer__main {
    border-bottom: 1px solid var(--purple-border);
    padding: clamp(26px, 3.5vw, 36px) var(--footer-pad-end) clamp(16px, 2.5vw, 26px)
        var(--footer-pad-start);
    box-sizing: border-box;
}

.site-footer__grid {
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
    gap: 0 clamp(20px, 3vw, 40px);
    min-height: 0;
    justify-items: start;
    align-items: start;
    padding-inline: 0;
    padding-block: 0;
    box-sizing: border-box;
}

.site-footer__col {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

.site-footer .site-logo--footer {
    display: inline-flex;
    margin-bottom: 8px;
    align-self: flex-start;
}

.site-footer .site-logo--footer .site-logo__img {
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.site-footer .site-logo--footer:hover .site-logo__img {
    opacity: 1;
}

.site-footer__addr-label {
    font-weight: 500;
}

.site-footer__tagline {
    margin: 0 0 6px;
    font-family: var(--font-quicksand);
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 1px;
    color: var(--yellow-accent);
}

.site-footer__about {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--footer-text);
    max-width: 480px;
}

.site-footer__h4 {
    margin: 0 0 8px;
    font-family: var(--font-quicksand);
    font-weight: 700;
    font-size: var(--hk-h4-mobile);
    line-height: 1.2;
    letter-spacing: normal;
    color: var(--yellow-accent);
}

@media (min-width: 768px) {
    .site-footer__h4 {
        font-size: var(--hk-h4-desktop);
    }
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links li {
    margin-bottom: 6px;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.site-footer__links a {
    color: var(--footer-text);
    text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
    color: #ffcb05;
    text-decoration: none;
}

.site-footer__col .site-footer__contact {
    margin: 0 0 8px;
}

.site-footer__col .site-footer__contact:last-child {
    margin-bottom: 0;
}

.site-footer__contact strong {
    display: block;
    font-family: var(--font-quicksand);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.15;
    margin: 0;
}

/* Footer link columns: happikery-style accordions below 768px */
.site-footer__col--panel {
    min-width: 0;
}

.site-footer__panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__panel .collapsible__button {
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    font-size: var(--hk-h4-mobile);
    line-height: 1.25;
}

.site-footer__panel .collapsible__content-inner {
    color: var(--footer-text);
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
}

.site-footer__panel .collapsible__content-inner > :first-child {
    padding-top: 0.35rem;
}

.site-footer__panel .collapsible__content-inner > :last-child {
    padding-bottom: 0.75rem;
}

.site-footer__panel .collapsible__content-inner a:hover {
    color: var(--yellow-accent);
}

@media (max-width: 767px) {
    .site-footer__panel .collapsible__button {
        color: var(--yellow-accent);
        border-bottom-color: rgba(255, 255, 255, 0.12);
        font-weight: 800;
    }

    .site-footer__panel.is-open .collapsible__button {
        font-weight: 700;
    }

    .site-footer__panel .collapsible__icon {
        border-color: rgba(255, 255, 255, 0.85);
        opacity: 0.9;
    }
}

@media (min-width: 768px) {
    .site-footer__panel {
        border-bottom: none;
    }

    .site-footer__panel .collapsible__icon {
        display: none !important;
    }

    .site-footer__panel .collapsible__button {
        pointer-events: none;
        padding: 0 0 8px;
        border-bottom: none;
        cursor: default;
        color: var(--yellow-accent);
        font-size: var(--hk-h4-desktop);
        line-height: 1.2;
    }

    .site-footer__panel .collapsible__content {
        grid-template-rows: 1fr;
    }

    .site-footer__panel .collapsible__content-inner {
        padding-top: 0;
    }

    .site-footer__panel .collapsible__content-inner > :first-child {
        padding-top: 0;
    }

    .site-footer__panel .collapsible__content-inner > :last-child {
        padding-bottom: 0;
    }
}

.site-footer__bar {
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
    background: transparent;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px var(--footer-pad-end) 8px var(--footer-pad-start);
    box-sizing: border-box;
}

.site-footer__copy {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--footer-text);
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-footer__social a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.site-footer__social a:hover img {
    opacity: 1;
}

/* 769px–1100px: keep four columns in one row like happikery.com (tighter gutters) */
@media (max-width: 1100px) and (min-width: 769px) {
    .site-footer__grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        column-gap: clamp(10px, 2.2vw, 24px);
        row-gap: 0;
    }

    .site-footer__col {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .site-footer__about {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .site-footer__grid {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
        row-gap: clamp(14px, 4vw, 22px);
    }

    .site-footer__col {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    /* Use full content width; avoids a short measure vs viewport on phones */
    .site-footer__about {
        max-width: none;
    }

    /* Taller copyright strip when copy + social stack — keeps scroll-top aligned */
    :root {
        --footer-white-bar-height: 68px;
    }
}

/* —— Scroll to top (happikery.com–style fixed control) —— */
.scroll-top {
    position: fixed;
    right: max(16px, env(safe-area-inset-right, 0px));
    /* Vertical center on top edge of white footer bar, nudged up */
    bottom: calc(
        var(--footer-white-bar-height) - var(--scroll-top-size) / 2 + var(--scroll-top-lift) +
            env(safe-area-inset-bottom, 0px)
    );
    z-index: 160;
    width: var(--scroll-top-size);
    height: var(--scroll-top-size);
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: #ffcb05;
    color: var(--brown);
    cursor: pointer;
    box-shadow: 0 4px 22px rgba(69, 28, 31, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.35s var(--ease-out), visibility 0.35s, transform 0.35s var(--ease-out), background 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.scroll-top:hover {
    background: #f5c400;
    box-shadow: 0 6px 28px rgba(69, 28, 31, 0.28);
}

.scroll-top:focus-visible {
    outline: 2px solid var(--yellow-accent);
    outline-offset: 3px;
}

.scroll-top__icon {
    display: block;
    margin-top: -2px;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-top {
        transition: none;
    }
}

body:has(.cookie-bar:not([hidden])) .scroll-top {
    bottom: calc(
        var(--cookie-bar-clearance) + var(--footer-white-bar-height) - var(--scroll-top-size) / 2 +
            var(--scroll-top-lift) + env(safe-area-inset-bottom, 0px)
    );
}

/* —— Scroll reveal —— */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.reveal--fade {
    transform: none;
}

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

.reveal--fade.is-visible {
    transform: none;
}

/* —— Search modal —— */
.search-modal[hidden] {
    display: none !important;
}

.search-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 16px 16px;
}

.search-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(45, 27, 30, 0.45);
    backdrop-filter: blur(4px);
}

.search-modal__panel {
    position: relative;
    width: min(560px, 100%);
    padding: 28px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
    animation: modal-in 0.35s var(--ease-out);
}

@keyframes modal-in {
    from {
        opacity: 0;
        transform: translateY(-12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.search-modal__title {
    margin: 0 0 16px;
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: var(--hk-h3-mobile);
    line-height: normal;
    color: var(--purple-heading);
}

@media (min-width: 768px) {
    .search-modal__title {
        font-size: var(--hk-h3-desktop);
    }
}

.search-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f0f1;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: var(--brown);
}

.search-modal__form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.search-modal__input {
    flex: 1;
    min-width: 200px;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-family: var(--font-quicksand);
}

.search-modal__submit {
    padding: 14px 22px;
    background: var(--purple);
    color: #fff;
    border: none;
    border-radius: var(--btn-radius);
    font-weight: 600;
    cursor: pointer;
    font-family: var(--font-quicksand);
}

.search-modal__hint {
    margin: 14px 0 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 14px;
    color: var(--text-muted);
}

/* —— Cookie bar —— */
.cookie-bar[hidden] {
    display: none !important;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 24px;
    background: #fff;
    border-top: 1px solid #e8e0e3;
    box-shadow: 0 -8px 32px rgba(69, 28, 31, 0.1);
}

.cookie-bar__text {
    margin: 0;
    font-family: var(--font-quicksand);
    font-weight: 500;
    font-size: 14px;
    color: var(--brown);
    max-width: 720px;
}

.cookie-bar__text a {
    color: var(--purple);
    text-decoration: underline;
}

.cookie-bar__actions {
    display: flex;
    gap: 10px;
}

.cookie-bar__btn {
    padding: 10px 18px;
    border-radius: var(--btn-radius);
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--font-quicksand);
    font-size: 14px;
    background: var(--purple);
    color: #fff;
}

.cookie-bar__btn--ghost {
    background: transparent;
    color: var(--brown);
    border: 1px solid #ccc;
}
