/* Host Cafe — Winter Garden visual system
   Palette: #89b5a8 · #d3dee2 · #d0c9ac only */

.hc-body {
    --hc-sage: #89b5a8;
    --hc-mist: #d3dee2;
    --hc-sand: #d0c9ac;
    --hc-ink: color-mix(in srgb, var(--hc-sage) 42%, #000);
    --hc-ink-soft: color-mix(in srgb, var(--hc-sage) 58%, #000);
    --hc-glass: color-mix(in srgb, var(--hc-mist) 78%, transparent);
    --hc-glass-border: color-mix(in srgb, var(--hc-mist) 55%, var(--hc-sand));
    --hc-niche-frame: url('../../images/cafe/stone-wall.jpg');
    --hc-banner: url('../../images/cafe/cafe-facade.jpg');
    --hc-tree: url('../../images/cafe/olive-tree.png');
    --hc-arch: 50% 50% 12px 12px / 30% 30% 12px 12px;
    --hc-arch-tall: 50% 50% 10px 10px / 38% 38% 10px 10px;
    --hc-niche-radius: 24px;
}

/* -------------------------------------------------------------------------- */
/* Typography & controls                                                       */
/* -------------------------------------------------------------------------- */

.hc-body .np-kicker {
    text-transform: none;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: var(--hc-sage);
    background: color-mix(in srgb, var(--hc-mist) 72%, transparent);
    border: 1px solid color-mix(in srgb, var(--hc-sage) 18%, var(--hc-mist));
}

.hc-body .np-btn {
    border-radius: 14px;
}

.hc-body .np-btn--fill {
    background: var(--hc-sage);
    color: var(--hc-mist);
    box-shadow: 0 10px 22px color-mix(in srgb, var(--hc-sage) 28%, transparent);
}

.hc-body .np-btn--line {
    background: color-mix(in srgb, var(--hc-mist) 65%, transparent);
    border-color: color-mix(in srgb, var(--hc-sage) 25%, var(--hc-mist));
}

.hc-body .np-display {
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* -------------------------------------------------------------------------- */
/* Environment — tree + soft gradients                                         */
/* -------------------------------------------------------------------------- */

.hc-env {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hc-env__stone {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 78% 88%, color-mix(in srgb, var(--hc-sage) 8%, transparent), transparent 65%),
        radial-gradient(ellipse 50% 40% at 12% 75%, color-mix(in srgb, var(--hc-sand) 18%, transparent), transparent 60%),
        linear-gradient(175deg, var(--host-bg), color-mix(in srgb, var(--host-bg) 80%, var(--hc-mist)));
    opacity: 1;
}

.hc-env__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(16px);
    opacity: 0.65;
    animation: hc-breathe 12s ease-in-out infinite;
}

.hc-env__glow--a {
    width: min(68vw, 480px);
    height: min(42vh, 320px);
    top: -6%;
    left: 10%;
    background: radial-gradient(circle, color-mix(in srgb, var(--hc-sage) 28%, transparent), transparent 72%);
}

.hc-env__glow--b {
    width: min(52vw, 380px);
    height: min(36vh, 260px);
    bottom: 12%;
    right: -4%;
    background: radial-gradient(circle, color-mix(in srgb, var(--hc-sand) 45%, transparent), transparent 70%);
    animation-delay: -4s;
}

.hc-env__tree {
    position: absolute;
    object-fit: contain;
    opacity: 0.14;
    filter: saturate(0.85);
    will-change: transform;
}

.hc-env__tree--left {
    left: -2%;
    bottom: calc(var(--np-nav-h) + 2rem);
    width: min(38vw, 260px);
    height: auto;
    animation: hc-sway 14s ease-in-out infinite;
    transform-origin: 50% 100%;
}

.hc-env__tree--right {
    right: -4%;
    top: calc(var(--np-header-h) + 4rem);
    width: min(34vw, 240px);
    height: auto;
    opacity: 0.16;
    animation: hc-sway-flip 16s ease-in-out infinite;
    animation-delay: -6s;
    transform-origin: 50% 100%;
}

/* Quieter background on menu — keeps text readable */
.hc-page-menu .hc-env__tree {
    opacity: 0.06;
    animation: none;
}

.hc-page-menu .hc-env__glow {
    opacity: 0.5;
}

.hc-main {
    position: relative;
    z-index: 1;
}

/* -------------------------------------------------------------------------- */
/* Loader                                                                      */
/* -------------------------------------------------------------------------- */

.hc-loader {
    background:
        radial-gradient(circle at 50% 38%, color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist)), var(--hc-sand));
}

.hc-loader__stage {
    display: grid;
    justify-items: center;
}

.hc-loader__mark {
    width: min(120px, 34vw);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 28px color-mix(in srgb, var(--hc-sage) 22%, transparent));
    animation: hc-breathe 2.8s ease-in-out infinite;
    border-radius: 50%;
}

/* -------------------------------------------------------------------------- */
/* Masthead — frosted glass over banner                                        */
/* -------------------------------------------------------------------------- */

.hc-body .np-masthead {
    background: color-mix(in srgb, var(--hc-mist) 82%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--hc-sage) 16%, var(--hc-mist));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.hc-masthead__mark {
    width: 44px;
    height: 44px;
    object-fit: cover;
    object-position: center 35%;
    border-radius: var(--hc-arch);
    background: var(--hc-sand);
    padding: 0;
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist)),
        0 4px 12px color-mix(in srgb, var(--hc-sage) 12%, transparent);
}

.hc-body .np-masthead__edition {
    color: var(--hc-sage);
    letter-spacing: 0.16em;
}

.hc-body .np-masthead__links a:hover,
.hc-body .np-masthead__logout button:hover {
    background: color-mix(in srgb, var(--hc-sage) 14%, var(--hc-mist));
}

.hc-body .np-masthead__links a.is-active {
    background: color-mix(in srgb, var(--hc-sage) 16%, var(--hc-mist));
    color: color-mix(in srgb, var(--hc-sage) 72%, #000);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--hc-sage) 28%, var(--hc-mist));
}

.hc-body .np-masthead__tel {
    background: var(--hc-sage) !important;
    color: var(--hc-mist) !important;
}

/* -------------------------------------------------------------------------- */
/* Floor nav                                                                   */
/* -------------------------------------------------------------------------- */

.hc-body .np-garden-nav {
    background: color-mix(in srgb, var(--hc-mist) 90%, transparent);
    border-top: 1px solid color-mix(in srgb, var(--hc-sage) 18%, var(--hc-mist));
    box-shadow: 0 -12px 28px color-mix(in srgb, var(--hc-sage) 8%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.hc-body .np-garden-nav__icon {
    background: color-mix(in srgb, var(--hc-sand) 55%, var(--hc-mist));
    border-radius: 14px 14px 8px 8px;
}

.hc-body .np-garden-nav__link.is-active .np-garden-nav__icon {
    background: var(--hc-sage);
    color: var(--hc-mist);
    transform: none;
}

.hc-body .np-garden-nav__emblem,
.hc-floor-nav__emblem {
    border-radius: var(--hc-arch-tall);
    background: var(--hc-mist);
    border: 2px solid var(--hc-sage);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--hc-sage) 14%, transparent);
}

.hc-floor-nav__emblem img {
    border-radius: var(--hc-arch);
    object-fit: cover;
    object-position: center 35%;
    width: 46px;
    height: 46px;
}

/* -------------------------------------------------------------------------- */
/* Banner hero — snowy facade                                                  */
/* -------------------------------------------------------------------------- */

.hc-banner-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 0;
}

.hc-banner-hero__media {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 9;
    min-height: 220px;
    max-height: min(52vh, 480px);
    overflow: hidden;
}

.hc-banner-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.hc-banner-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            color-mix(in srgb, var(--hc-mist) 35%, transparent) 0%,
            transparent 38%,
            color-mix(in srgb, var(--hc-mist) 75%, transparent) 88%,
            var(--hc-mist) 100%);
    pointer-events: none;
}

.hc-banner-hero__content {
    position: relative;
    z-index: 2;
    margin-top: -4.5rem;
    padding-bottom: 2.5rem;
}

.hc-banner-hero__panel {
    padding: 1.75rem 1.85rem;
    border-radius: var(--hc-niche-radius);
    background: color-mix(in srgb, var(--hc-mist) 88%, transparent);
    border: 1px solid color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 20px 48px color-mix(in srgb, var(--hc-sage) 12%, transparent),
        inset 0 1px 0 color-mix(in srgb, var(--hc-mist) 60%, #fff);
}

.hc-banner-hero .np-lead {
    max-width: 38ch;
    color: var(--hc-ink-soft);
}

.hc-banner-hero .np-hero__stats div {
    background: color-mix(in srgb, var(--hc-sand) 45%, var(--hc-mist));
    border-color: color-mix(in srgb, var(--hc-sage) 18%, var(--hc-mist));
    border-radius: 14px;
}

.hc-banner-hero .np-hero__stats dd {
    color: var(--hc-sage);
}

/* Legacy door hero — kept for compat, restyled */
.hc-door {
    position: relative;
    isolation: isolate;
    min-height: min(86dvh, 720px);
    padding: 0 0 2rem;
    display: grid;
    align-items: end;
    overflow: hidden;
}

.hc-door__frame {
    position: absolute;
    inset: 0 4% auto;
    height: min(78%, 560px);
    border-radius: var(--hc-arch-tall);
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 24px 48px color-mix(in srgb, var(--hc-sage) 16%, transparent);
}

.hc-door__stone {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.hc-door__light {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 50% 18%, color-mix(in srgb, var(--hc-sand) 32%, transparent), transparent 70%),
        linear-gradient(180deg, transparent 28%, color-mix(in srgb, var(--hc-mist) 55%, transparent) 72%, var(--hc-mist));
    pointer-events: none;
}

.hc-door__copy {
    position: relative;
    z-index: 4;
    padding: 3.2rem 0 1.25rem;
}

/* -------------------------------------------------------------------------- */
/* Threshold banner strip                                                      */
/* -------------------------------------------------------------------------- */

.hc-threshold {
    position: relative;
    z-index: 1;
    padding: 0 0 2.25rem;
}

.hc-threshold__banner {
    width: min(920px, calc(100% - 2rem));
    margin: 0 auto 1.5rem;
    border-radius: var(--hc-niche-radius);
    overflow: hidden;
    box-shadow: 0 16px 40px color-mix(in srgb, var(--hc-sage) 14%, transparent);
}

.hc-threshold__banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 21 / 8;
}

/* -------------------------------------------------------------------------- */
/* Niche cards — stone wall stage                                              */
/* -------------------------------------------------------------------------- */

.hc-niche-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1.5px solid color-mix(in srgb, var(--hc-sage) 28%, var(--hc-mist));
    background: var(--hc-mist);
    border-radius: var(--hc-niche-radius);
    box-shadow:
        0 4px 6px color-mix(in srgb, var(--hc-sage) 6%, transparent),
        0 14px 32px color-mix(in srgb, var(--hc-sage) 12%, transparent);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform var(--np-transition), box-shadow var(--np-transition);
}

.hc-niche-card:hover,
.hc-niche-card:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px color-mix(in srgb, var(--hc-sage) 16%, transparent);
}

.hc-niche-card__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100%;
}

.hc-niche-card__stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 210px;
    padding: 0.85rem 1rem 0.35rem;
}

.hc-niche-card__stage-bg {
    position: absolute;
    inset: 0;
    border-radius: 50% 50% 0px 0px / 24% 24% 0px 0px;
    background: var(--hc-niche-frame) center top / cover no-repeat;
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--hc-mist) 40%, transparent),
        inset 0 -24px 32px color-mix(in srgb, var(--hc-sage) 12%, transparent);
}

.hc-niche-card__haze {
    position: absolute;
    z-index: 1;
    width: min(72%, 168px);
    height: min(58%, 140px);
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    background: color-mix(in srgb, var(--hc-mist) 82%, var(--hc-sand));
    box-shadow: 0 4px 14px color-mix(in srgb, var(--hc-sage) 10%, transparent);
}

.hc-niche-card__window {
    position: relative;
    z-index: 2;
    width: min(64%);
    aspect-ratio: 1;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    background: #d3dee2a3;
    box-shadow: none;
    display: grid;
    place-items: center;
    padding: 10px;
    border-radius: 10px;
}

.hc-niche-card__window img:first-child {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px color-mix(in srgb, var(--hc-sage) 14%, transparent));
}

.hc-niche-card__cream {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0;
    padding: 1rem 1.05rem 1.1rem;
    background: var(--hc-mist);
    border-top: 2px solid color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist));
}

.hc-niche-card--feature {
    box-shadow:
        0 14px 32px color-mix(in srgb, var(--hc-sage) 10%, transparent),
        inset 0 0 0 2px color-mix(in srgb, var(--hc-sage) 45%, transparent);
}

.hc-niche-card--compact .hc-niche-card__stage {
    min-height: 170px;
    padding: 0.7rem 0.85rem 0.25rem;
}

.hc-niche-card--compact .hc-niche-card__stage-bg {
    inset: 0.55rem 0.7rem 0;
}

.hc-niche-card--compact .hc-niche-card__window {
    width: min(60%, 130px);
}

.hc-niche-card--compact .hc-niche-card__cream {
    padding: 0.75rem 0.85rem 0.85rem;
}

/* -------------------------------------------------------------------------- */
/* Category alcoves                                                            */
/* -------------------------------------------------------------------------- */

.hc-alcoves {
    position: relative;
    padding: 1.25rem 0 2.75rem;
}

.hc-alcoves::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hc-niche-frame) center / 480px repeat;
    opacity: 0.04;
    pointer-events: none;
}

.hc-alcove-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.15rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hc-alcove-list > li {
    list-style: none;
}

.hc-body .np-path-card.hc-alcove {
    min-height: 100%;
    border: none;
}

.hc-body .np-path-card.hc-alcove:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 22px 44px color-mix(in srgb, var(--hc-sage) 16%, transparent);
}

.hc-body .np-path-card.hc-alcove:focus-visible {
    outline: 2px solid var(--hc-sage);
    outline-offset: 4px;
    border-radius: var(--hc-niche-radius);
}

.hc-alcove__window {
    width: min(62%, 148px);
}

.hc-alcove__cream {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
    position: relative;
    padding-inline: 1rem;
}

.hc-alcove__num {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 3;
    display: grid;
    place-items: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    font-family: var(--np-font-ui);
    font-style: normal;
    font-weight: 800;
    font-size: 0.72rem;
    color: var(--hc-mist);
    background: color-mix(in srgb, var(--hc-sage) 82%, transparent);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--hc-sage) 18%, transparent);
}

.hc-alcove__cream strong {
    display: block;
    font-family: var(--np-font-display);
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--hc-ink);
    line-height: 1.35;
}

.hc-alcove__cream small {
    color: var(--hc-ink-soft);
    font-size: 0.82rem;
    font-weight: 700;
}

.hc-alcove__arrow {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--hc-sage);
    font-size: 1.05rem;
    opacity: 0.85;
    transition: transform var(--np-transition), opacity var(--np-transition);
}

.hc-body .np-path-card.hc-alcove:hover .hc-alcove__arrow,
.hc-body .np-path-card.hc-alcove:focus-visible .hc-alcove__arrow {
    transform: translateY(-50%) translateX(-3px);
    opacity: 1;
}

/* -------------------------------------------------------------------------- */
/* Category TOC                                                                */
/* -------------------------------------------------------------------------- */

.hc-body .np-toc--desktop-sidebar {
    background: color-mix(in srgb, var(--hc-mist) 82%, var(--hc-sand));
    border: 1px solid color-mix(in srgb, var(--hc-sage) 18%, var(--hc-mist));
    border-radius: 18px;
    box-shadow: none;
}

.hc-body .np-toc__item {
    position: relative;
    border-radius: 16px;
    background: color-mix(in srgb, var(--hc-mist) 70%, transparent);
    border: 1px solid transparent;
    overflow: hidden;
}

.hc-body .np-toc__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--hc-niche-frame) center / cover no-repeat;
    opacity: 0;
    transition: opacity var(--np-transition);
}

.hc-body .np-toc__item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--hc-glass);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity var(--np-transition);
}

.hc-body .np-toc__item > * {
    position: relative;
    z-index: 1;
}

.hc-body .np-toc__item:hover {
    background: color-mix(in srgb, var(--hc-sand) 35%, var(--hc-mist));
    border-color: color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist));
    color: var(--hc-ink);
    transform: none;
    box-shadow: none;
}

.hc-body .np-toc__item:hover::before,
.hc-body .np-toc__item:hover::after {
    opacity: 0;
}

.hc-body .np-toc__item:hover .np-toc__num {
    color: var(--hc-ink-soft);
}

.hc-body .np-toc__item.is-active {
    background: color-mix(in srgb, var(--hc-sage) 28%, var(--hc-mist));
    border-color: color-mix(in srgb, var(--hc-sage) 55%, var(--hc-mist));
    color: var(--hc-ink);
    transform: none;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--hc-sage) 14%, transparent);
}

/* No texture/glass wash — kills contrast on active pills */
.hc-body .np-toc__item.is-active::before,
.hc-body .np-toc__item.is-active::after {
    opacity: 0;
}

.hc-body .np-toc__item.is-active .np-toc__num {
    color: color-mix(in srgb, var(--hc-sage) 68%, #000);
    font-weight: 800;
}

.hc-body .np-toc__item.is-active .np-toc__text {
    font-weight: 800;
    color: var(--hc-ink);
}

.hc-body .np-toc__num {
    color: var(--hc-ink-soft);
}

.hc-body .np-toc__count {
    margin-inline-start: auto;
    font-family: var(--np-font-ui);
    font-size: 0.68rem;
    font-weight: 700;
    color: color-mix(in srgb, var(--hc-sage) 58%, #000);
    background: color-mix(in srgb, var(--hc-sand) 45%, var(--hc-mist));
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    opacity: 0.85;
}

.hc-body .np-toc--mobile-bar .np-toc__count {
    display: none;
}

.hc-body .np-toc__item.is-active .np-toc__count {
    background: color-mix(in srgb, var(--hc-sage) 35%, var(--hc-mist));
    color: color-mix(in srgb, var(--hc-sage) 72%, #000);
}

.hc-body .np-toc--mobile-bar .np-toc__item.is-active .np-toc__count {
    background: color-mix(in srgb, #fff 22%, transparent);
    color: #fff;
}

.hc-body .np-toc--mobile-bar {
    background: color-mix(in srgb, var(--hc-mist) 92%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--hc-sage) 16%, var(--hc-mist));
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
}

.hc-body .np-toc--mobile-bar .np-toc__item.is-active {
    background: color-mix(in srgb, var(--hc-sage) 78%, #000);
    border-color: color-mix(in srgb, var(--hc-sage) 65%, #000);
    color: #fff;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--hc-sage) 28%, transparent);
}

.hc-body .np-toc--mobile-bar .np-toc__item.is-active::before,
.hc-body .np-toc--mobile-bar .np-toc__item.is-active::after {
    opacity: 0;
}

.hc-body .np-toc--mobile-bar .np-toc__item.is-active .np-toc__num,
.hc-body .np-toc--mobile-bar .np-toc__item.is-active .np-toc__text {
    color: #fff;
    font-weight: 800;
}

.hc-body .np-toc--mobile-bar .np-toc__item {
    scroll-snap-align: center;
    min-height: 44px;
    background: transparent;
    border-color: transparent;
    color: var(--hc-ink);
}

.hc-body .np-toc--mobile-bar .np-toc__item .np-toc__num {
    color: color-mix(in srgb, var(--hc-sage) 55%, #000);
}

.hc-body .np-toc--mobile-bar .np-toc__item .np-toc__text {
    color: var(--hc-ink);
    font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* Menu catalogue                                                              */
/* -------------------------------------------------------------------------- */

.hc-page-menu .np-menu-head {
    position: relative;
    overflow: hidden;
}

.hc-page-menu .np-menu-head::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            color-mix(in srgb, var(--hc-mist) 55%, transparent) 0%,
            color-mix(in srgb, var(--hc-mist) 88%, transparent) 100%),
        var(--hc-banner) center top / cover no-repeat;
    opacity: 0.32;
    pointer-events: none;
}

.hc-page-menu .np-menu-head__inner {
    position: relative;
    z-index: 1;
}

.hc-body .np-search input {
    border-radius: 14px;
    background: var(--hc-mist);
    border-color: color-mix(in srgb, var(--hc-sage) 25%, var(--hc-mist));
    color: var(--hc-ink);
    font-weight: 600;
}

.hc-body .np-search__label {
    color: var(--hc-ink-soft);
    font-weight: 800;
}

.hc-body .np-qty__val,
.hc-body .flr-qty__value {
    color: var(--hc-ink);
    font-weight: 800;
}

.hc-body .np-bed:nth-child(even) {
    background: color-mix(in srgb, var(--hc-sand) 35%, var(--hc-mist));
}

.hc-body .np-bed__marker,
.hc-body .hc-bed-marker {
    position: relative;
    width: 56px;
    height: 78px;
    flex-shrink: 0;
    display: block;
    overflow: visible;
}

.hc-bed-marker__niche {
    position: absolute;
    inset: 0;
    border-radius: var(--hc-niche-radius);
    /* background: var(--hc-niche-frame) center / cover no-repeat; */
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--hc-mist) 35%, transparent),
        inset 0 -18px 24px color-mix(in srgb, var(--hc-sage) 10%, transparent),
        0 8px 20px color-mix(in srgb, var(--hc-sage) 12%, transparent);
    overflow: hidden;
}

.hc-bed-marker__niche::before {
    content: "";
    position: absolute;
    inset: 0.3rem 0.35rem auto;
    height: 58%;
    border-radius: 50% 50% 10px 10px / 38% 38% 10px 10px;
    background:
        radial-gradient(ellipse 85% 70% at 50% 100%,
            color-mix(in srgb, var(--hc-mist) 28%, transparent) 0%,
            transparent 72%),
        linear-gradient(180deg,
            color-mix(in srgb, var(--hc-sage) 8%, transparent) 0%,
            transparent 100%);
    pointer-events: none;
}

.hc-bed-marker__niche::after {
    content: "";
    position: absolute;
    inset: auto 0.45rem 0.55rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg,
        transparent,
        color-mix(in srgb, var(--hc-sand) 55%, var(--hc-mist)),
        transparent);
    opacity: 0.75;
}

.hc-bed-marker__glow {
    position: absolute;
    top: 0.55rem;
    left: 50%;
    width: 78%;
    height: 42%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle,
        color-mix(in srgb, var(--hc-sage) 32%, transparent) 0%,
        transparent 72%);
    filter: blur(5px);
    z-index: 0;
    pointer-events: none;
    animation: hc-bed-tree-glow 4.5s ease-in-out infinite;
}

@keyframes hc-bed-tree-glow {
    0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(0.92); }
    50% { opacity: 0.95; transform: translateX(-50%) scale(1.05); }
}

.hc-bed-marker__tree {
    position: absolute;
    bottom: 1.45rem;
    left: 50%;
    width: 46px;
    height: auto;
    max-height: 54px;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 5px 10px color-mix(in srgb, var(--hc-sage) 18%, transparent));
    z-index: 1;
    pointer-events: none;
}

.np-bed:nth-child(even) .hc-bed-marker__tree {
    transform: translateX(-50%) scaleX(-1);
}

.hc-body .np-bed__marker em,
.hc-bed-marker__index {
    position: absolute;
    bottom: 0.38rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: grid;
    place-items: center;
    min-width: 1.75rem;
    min-height: 1.75rem;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    font-style: normal;
    font-family: var(--np-font-ui);
    font-weight: 800;
    font-size: 0.72rem;
    color: var(--hc-mist);
    background: color-mix(in srgb, var(--hc-sage) 82%, transparent);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow:
        0 2px 8px color-mix(in srgb, var(--hc-sage) 14%, transparent),
        inset 0 1px 0 color-mix(in srgb, var(--hc-mist) 25%, transparent);
    letter-spacing: 0.04em;
}

.hc-body .np-bed__marker img:not(.hc-bed-marker__tree) {
    display: none;
}

.hc-body .np-seed {
    border: none;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.hc-body .np-seed:hover {
    transform: translateY(-5px);
}

.hc-body .np-seed:hover .hc-niche-card {
    box-shadow:
        0 6px 10px color-mix(in srgb, var(--hc-sage) 8%, transparent),
        0 22px 44px color-mix(in srgb, var(--hc-sage) 16%, transparent);
}

.hc-body .np-seed__visual {
    margin: 0;
    aspect-ratio: auto;
    border-radius: 0;
    overflow: visible;
    border-bottom: 0;
    background: #d3dee2a3;
    border-radius: 10px;
}

.hc-body .np-seed__copy {
    padding: 0;
    gap: 0.35rem;
}

.hc-body .np-seed__veil {
    border-radius: 14px;
    background: color-mix(in srgb, var(--hc-mist) 88%, var(--hc-sand));
}

.hc-body .np-label {
    background: color-mix(in srgb, var(--hc-sage) 88%, #000);
    color: var(--hc-mist);
    font-weight: 800;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 4;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--hc-sage) 20%, transparent);
}

.hc-body .np-bed__grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.hc-body .np-featured,
.hc-body .hc-signature {
    position: relative;
    padding: 2.25rem 0 2.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    isolation: isolate;
}

.hc-body .np-featured::before,
.hc-body .hc-signature::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, color-mix(in srgb, var(--hc-sand) 22%, transparent), transparent 58%),
        linear-gradient(175deg,
            color-mix(in srgb, var(--hc-sage) 32%, #000) 0%,
            color-mix(in srgb, var(--hc-sage) 20%, #000) 48%,
            color-mix(in srgb, var(--hc-sage) 28%, #000) 100%);
    border-block: 1px solid color-mix(in srgb, var(--hc-sand) 28%, var(--hc-sage));
    pointer-events: none;
    z-index: 0;
}

/* Ambience — god-rays & spotlight */
.hc-signature__ambience {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.hc-signature__spot {
    position: absolute;
    top: -18%;
    left: 50%;
    width: min(85vw, 480px);
    height: min(85vw, 480px);
    transform: translateX(-50%);
    background: radial-gradient(circle,
        color-mix(in srgb, var(--hc-sand) 55%, #fff) 0%,
        color-mix(in srgb, var(--hc-sand) 22%, transparent) 38%,
        transparent 68%);
    filter: blur(22px);
    opacity: 0.55;
    animation: hc-spot-breathe 10s ease-in-out infinite;
}

.hc-signature__rayfield {
    position: absolute;
    top: -22%;
    left: 50%;
    width: min(240vw, 920px);
    height: 135%;
    transform: translateX(-50%);
    animation: hc-rayfield-spin 180s linear infinite;
    opacity: 0.45;
}

.hc-signature__rayfield--slow {
    animation-duration: 240s;
    animation-direction: reverse;
    opacity: 0.35;
}

.hc-signature__ray {
    --ray-angle: calc(var(--ray-i, 0) * 12deg - 36deg);
    position: absolute;
    top: 0;
    left: 50%;
    width: clamp(18px, 3.2vw, 42px);
    height: 100%;
    transform-origin: top center;
    transform: translateX(-50%) rotate(var(--ray-angle));
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--hc-sand) 62%, transparent) 0%,
        color-mix(in srgb, var(--hc-sand) 28%, transparent) 32%,
        color-mix(in srgb, var(--hc-mist) 12%, transparent) 52%,
        transparent 78%);
    mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
    opacity: 0.22;
    animation: hc-ray-pulse 8s ease-in-out infinite;
    animation-delay: calc(var(--ray-i, 0) * -0.62s);
}

.hc-signature__ray--soft {
    width: clamp(36px, 6.5vw, 72px);
    filter: blur(10px);
    opacity: 0.28;
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--hc-mist) 45%, var(--hc-sand)) 0%,
        transparent 75%);
}

.hc-signature__shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(108deg,
        transparent 36%,
        color-mix(in srgb, var(--hc-mist) 6%, transparent) 47%,
        color-mix(in srgb, var(--hc-sand) 14%, transparent) 50%,
        color-mix(in srgb, var(--hc-mist) 6%, transparent) 53%,
        transparent 64%);
    animation: hc-shimmer-pass 18s ease-in-out infinite;
    opacity: 0.6;
}

@keyframes hc-spot-breathe {
    0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(0.94); }
    50% { opacity: 0.92; transform: translateX(-50%) scale(1.06); }
}

@keyframes hc-rayfield-spin {
    from { transform: translateX(-50%) rotate(0deg); }
    to { transform: translateX(-50%) rotate(360deg); }
}

@keyframes hc-ray-pulse {
    0%, 100% { opacity: 0.18; }
    45% { opacity: 0.52; }
    70% { opacity: 0.34; }
}

@keyframes hc-shimmer-pass {
    0%, 100% { opacity: 0; transform: translateX(-35%); }
    42% { opacity: 0; }
    54% { opacity: 1; transform: translateX(35%); }
}

.hc-signature__monogram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    margin: 0 auto 0.7rem;
    border: 1px solid color-mix(in srgb, var(--hc-sand) 50%, transparent);
    border-radius: 50%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 400;
    font-style: italic;
    color: var(--hc-sand);
    letter-spacing: 0.02em;
    box-shadow:
        0 0 28px color-mix(in srgb, var(--hc-sand) 28%, transparent),
        inset 0 0 12px color-mix(in srgb, var(--hc-sand) 12%, transparent);
    animation: hc-monogram-glow 5s ease-in-out infinite;
}

@keyframes hc-monogram-glow {
    0%, 100% { box-shadow: 0 0 20px color-mix(in srgb, var(--hc-sand) 20%, transparent), inset 0 0 10px color-mix(in srgb, var(--hc-sand) 8%, transparent); }
    50% { box-shadow: 0 0 36px color-mix(in srgb, var(--hc-sand) 38%, transparent), inset 0 0 16px color-mix(in srgb, var(--hc-sand) 16%, transparent); }
}

.hc-signature-dot {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    z-index: 4;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hc-sand);
    box-shadow: 0 0 10px color-mix(in srgb, var(--hc-sand) 80%, #fff);
    animation: hc-dot-pulse 3s ease-in-out infinite;
}

@keyframes hc-dot-pulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.25); opacity: 1; }
}

/* Rail scroll fade */
.hc-signature__rail-wrap {
    position: relative;
    margin-inline: -0.35rem;
}

.hc-signature__rail-wrap::before,
.hc-signature__rail-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0.85rem;
    width: clamp(1.5rem, 6vw, 2.75rem);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.hc-signature__rail-wrap::before {
    left: 0;
    background: linear-gradient(90deg,
        color-mix(in srgb, var(--hc-sage) 42%, #000) 0%,
        transparent 100%);
}

.hc-signature__rail-wrap::after {
    right: 0;
    background: linear-gradient(270deg,
        color-mix(in srgb, var(--hc-sage) 42%, #000) 0%,
        transparent 100%);
}

.hc-signature__rail-wrap.at-start::before { opacity: 0; }
.hc-signature__rail-wrap.at-end::after { opacity: 0; }

.hc-body .np-featured .np-container,
.hc-body .hc-signature__inner {
    position: relative;
    z-index: 1;
}

.hc-signature__head {
    text-align: center;
    margin-bottom: 1.65rem;
}

.hc-body .hc-signature .np-section-head__label {
    display: block;
    color: var(--hc-sand);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.68rem;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 0.35rem;
    opacity: 0.92;
}

.hc-body .hc-signature .np-section-head h2 {
    margin: 0;
    color: color-mix(in srgb, var(--hc-mist) 94%, var(--hc-sand));
    font-size: clamp(1.45rem, 4vw, 1.95rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 28px color-mix(in srgb, var(--hc-sand) 32%, transparent);
}

.hc-body .np-featured__rail,
.hc-body .hc-signature__rail {
    grid-auto-columns: minmax(168px, 192px);
    gap: 0.75rem;
    padding: 0.35rem 0.5rem 0.85rem;
    scroll-padding-inline: 0.5rem;
    scrollbar-width: none;
}

.hc-body .hc-signature__rail::-webkit-scrollbar {
    display: none;
}

.hc-signature__rail .hc-niche-card--rail-mini {
    background: color-mix(in srgb, var(--hc-mist) 90%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid color-mix(in srgb, var(--hc-sand) 42%, transparent);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--hc-sand) 18%, transparent),
        0 14px 36px color-mix(in srgb, #000 30%, transparent),
        0 0 32px color-mix(in srgb, var(--hc-sand) 14%, transparent);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.hc-signature__rail .hc-niche-card--rail-mini:hover,
.hc-signature__rail .hc-niche-card--rail-mini:focus-within {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--hc-sand) 62%, transparent);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--hc-sand) 35%, transparent),
        0 22px 48px color-mix(in srgb, #000 36%, transparent),
        0 0 44px color-mix(in srgb, var(--hc-sand) 22%, transparent);
}

.hc-signature__rail .hc-niche-card__stage {
    position: relative;
    cursor: default;
}

.hc-signature__rail .hc-niche-card--rail-mini .hc-niche-card__stage {
    cursor: pointer;
    min-height: 118px;
    padding: 0.5rem 0.55rem 0.1rem;
}

.hc-signature__rail .hc-niche-card--rail-mini .hc-niche-card__stage-bg {
    inset: 0;
    /* opacity: 0.42; */
}

.hc-signature__rail .hc-niche-card__stage::after {
    content: "";
    position: absolute;
    inset: 0.45rem 0.65rem 0;
    border-radius: 50% 50% 12px 12px / 22% 22% 12px 12px;
    background: radial-gradient(ellipse 75% 50% at 50% 6%,
        color-mix(in srgb, var(--hc-sand) 48%, transparent),
        transparent 70%);
    pointer-events: none;
    z-index: 1;
    animation: hc-card-spotlight 5s ease-in-out infinite;
}

@keyframes hc-card-spotlight {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 0.88; }
}

.hc-signature__rail .hc-niche-card--rail-mini .hc-niche-card__window {
    width: min(62%, 102px);
}

.hc-signature__rail .hc-niche-card--rail-mini .hc-niche-card__haze {
    width: min(70%, 112px);
    height: min(50%, 88px);
    opacity: 0.75;
}

.hc-signature__rail .hc-niche-card__cream {
    background: color-mix(in srgb, var(--hc-mist) 82%, transparent);
    border-top: 1px solid color-mix(in srgb, var(--hc-sand) 28%, transparent);
}

.hc-signature__rail .hc-niche-card--rail-mini .hc-niche-card__cream {
    padding: 0.55rem 0.65rem 0.65rem;
    gap: 0.3rem;
}

.hc-signature__rail .hc-niche-card--rail-mini .np-seed__title {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.38;
    color: color-mix(in srgb, var(--hc-sage) 78%, #000);
    -webkit-line-clamp: 2;
}

/* Lux footer — signature rail */
.hc-seed-foot--lux {
    display: flex;
    align-items: stretch;
    gap: 0.38rem;
    margin-top: 0.25rem;
    padding-top: 0;
    border-top: none;
}

.hc-seed-foot__lux-tap {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.42rem 0.55rem;
    border: none;
    border-radius: 999px;
    background: color-mix(in srgb, var(--hc-sand) 28%, var(--hc-mist));
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    -webkit-tap-highlight-color: transparent;
}

.hc-seed-foot__lux-tap:hover,
.hc-seed-foot__lux-tap:focus-visible {
    background: color-mix(in srgb, var(--hc-sage) 14%, var(--hc-mist));
    transform: translateY(-1px);
}

.hc-seed-foot__lux-price {
    font-family: var(--np-font-ui);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: color-mix(in srgb, var(--hc-sage) 72%, #000);
    white-space: nowrap;
}

.hc-seed-foot__lux-price small {
    font-size: 0.62rem;
    font-weight: 700;
    opacity: 0.82;
}

.hc-seed-foot__lux-more {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: color-mix(in srgb, var(--hc-sage) 55%, #000);
    opacity: 0.65;
}

.hc-seed-foot__lux-add {
    flex-shrink: 0;
}

.hc-signature__rail .hc-niche-card--rail-mini .np-qty,
.hc-signature__rail .hc-niche-card--rail-mini .flr-qty {
    min-width: 88px;
    padding: 0.12rem 0.18rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--hc-sage) 10%, var(--hc-mist));
    border: 1px solid color-mix(in srgb, var(--hc-sage) 18%, var(--hc-mist));
}

.hc-signature__rail .hc-niche-card--rail-mini .np-qty__btn,
.hc-signature__rail .hc-niche-card--rail-mini .flr-qty__btn {
    width: 30px;
    height: 30px;
    font-size: 0.95rem;
    border-radius: 50%;
}

.hc-signature__rail .hc-niche-card--rail-mini .np-qty__val,
.hc-signature__rail .hc-niche-card--rail-mini .flr-qty__value {
    font-size: 0.85rem;
    min-width: 1.1rem;
}

@media (prefers-reduced-motion: reduce) {
    .hc-signature__spot,
    .hc-signature__rayfield,
    .hc-signature__ray,
    .hc-signature__shimmer,
    .hc-signature__monogram,
    .hc-signature-dot,
    .hc-signature__rail .hc-niche-card__stage::after,
    .hc-bed-marker__glow {
        animation: none !important;
    }
}

@media (max-width: 720px) {
    .hc-body .hc-signature {
        padding: 1.65rem 0 1.85rem;
    }

    .hc-body .np-featured__rail,
    .hc-body .hc-signature__rail {
        grid-auto-columns: minmax(156px, 176px);
        gap: 0.65rem;
    }

    .hc-signature__rail .hc-niche-card--rail-mini .hc-niche-card__stage {
        min-height: 108px;
    }
}
.np-petal-modal__variants {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin: 0.85rem 0;
}

.np-petal-modal__variants-label {
    font-size: 0.78rem;
    font-weight: 800;
    color: color-mix(in srgb, var(--hc-sage) 58%, #000);
}

.np-petal-modal__variant {
    width: 100%;
}

.hc-body .np-petal-modal__category {
    margin: 0 0 0.25rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: color-mix(in srgb, var(--hc-sage) 58%, #000);
}

.hc-body .np-petal-modal__desc {
    font-size: 0.92rem;
    line-height: 1.65;
    color: color-mix(in srgb, var(--hc-sage) 55%, #000);
}

.hc-body .np-seed__bed {
    color: color-mix(in srgb, var(--hc-sage) 72%, #000);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.hc-body .np-seed__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--hc-ink);
    font-weight: 800;
    font-size: 1.08rem;
    line-height: 1.4;
}

.hc-body .np-seed__desc {
    color: var(--hc-ink-soft);
    font-size: 0.88rem;
    line-height: 1.55;
}

.hc-body .np-seed__price {
    color: var(--hc-ink);
    font-weight: 800;
    font-size: 1.05rem;
}

.hc-body .np-seed__price s {
    color: var(--hc-ink-soft);
    opacity: 0.75;
}

.hc-body .np-seed__price small {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--hc-ink-soft);
}

.hc-body .np-seed__badge {
    color: var(--hc-ink);
    font-weight: 800;
    background: var(--hc-sand);
    border: 1px solid color-mix(in srgb, var(--hc-sage) 20%, var(--hc-sand));
}


.hc-body .np-seed__foot,
.hc-body .hc-seed-foot {
    padding-top: 0.75rem;
    border-top: 1px solid color-mix(in srgb, var(--hc-sage) 16%, var(--hc-mist));
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hc-body .np-seed .hc-niche-card__cream {
    padding: 1.05rem 1.15rem 1.15rem;
    gap: 0.4rem;
}

/* Price strip — clear, scannable */
.hc-seed-foot__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem 0.75rem;
    padding: 0.7rem 0.9rem;
    border-radius: 14px;
    background: color-mix(in srgb, var(--hc-sand) 62%, var(--hc-mist));
    border: 1px solid color-mix(in srgb, var(--hc-sage) 18%, var(--hc-sand));
}

.hc-seed-foot__price .np-seed__price {
    font-size: 1.12rem;
    letter-spacing: -0.01em;
}

.hc-seed-foot__price .np-seed__badge {
    margin: 0;
}

.hc-seed-foot__price--variants {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
}

.hc-seed-foot__price--variants > .np-seed__price {
    width: 100%;
    text-align: center;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid color-mix(in srgb, var(--hc-sage) 14%, var(--hc-sand));
}

/* Variant picker chips */
.hc-variant-picks {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
}

.hc-variant-pick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1.5px solid color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist));
    border-radius: 12px;
    background: color-mix(in srgb, var(--hc-mist) 88%, #fff);
    color: var(--hc-ink);
    font-family: var(--np-font-ui);
    text-align: right;
    cursor: pointer;
    transition:
        background var(--np-transition),
        border-color var(--np-transition),
        box-shadow var(--np-transition),
        transform var(--np-transition);
    -webkit-tap-highlight-color: transparent;
}

.hc-variant-pick__name {
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
}

.hc-variant-pick__price {
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 800;
    color: color-mix(in srgb, var(--hc-sage) 58%, #000);
    white-space: nowrap;
}

.hc-variant-pick__price small {
    font-size: 0.72rem;
    font-weight: 700;
}

.hc-variant-pick:hover,
.hc-variant-pick:focus-visible {
    border-color: color-mix(in srgb, var(--hc-sage) 38%, var(--hc-mist));
    background: color-mix(in srgb, var(--hc-sand) 40%, var(--hc-mist));
}

.hc-variant-pick.is-active {
    border-color: var(--hc-sage);
    background: color-mix(in srgb, var(--hc-sage) 16%, var(--hc-mist));
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--hc-sage) 25%, transparent),
        inset 0 1px 0 color-mix(in srgb, var(--hc-mist) 50%, #fff);
}

.hc-variant-pick.is-active .hc-variant-pick__name {
    font-weight: 800;
}

.hc-variant-pick.is-active .hc-variant-pick__price {
    color: var(--hc-ink);
}

.hc-signature__rail .hc-variant-pick {
    background: color-mix(in srgb, var(--hc-mist) 92%, #fff);
}

.hc-signature__rail .hc-variant-pick.is-active {
    background: color-mix(in srgb, var(--hc-sage) 14%, var(--hc-mist));
}

/* Action bar — qty primary (right in RTL), details secondary */
.hc-seed-foot__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.hc-seed-foot__bar:has(.hc-seed-foot__order:only-child) {
    justify-content: stretch;
}

.hc-seed-foot__detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex: 1;
    min-width: 0;
    max-width: 9.5rem;
    min-height: 44px;
    padding: 0.55rem 0.85rem;
    border: 1.5px solid color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist));
    border-radius: 12px;
    background: var(--hc-mist);
    color: var(--hc-ink);
    font-family: var(--np-font-ui);
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    transition: background var(--np-transition), border-color var(--np-transition), transform var(--np-transition);
    -webkit-tap-highlight-color: transparent;
}

.hc-seed-foot__detail i {
    font-size: 0.95rem;
    color: color-mix(in srgb, var(--hc-sage) 75%, #000);
}

.hc-seed-foot__detail:hover,
.hc-seed-foot__detail:focus-visible {
    background: color-mix(in srgb, var(--hc-sand) 45%, var(--hc-mist));
    border-color: color-mix(in srgb, var(--hc-sage) 35%, var(--hc-mist));
    transform: translateY(-1px);
}

.hc-seed-foot__order {
    flex-shrink: 0;
}

/* Larger, easier qty control */
.hc-body .np-seed .np-qty,
.hc-body .np-seed .flr-qty {
    min-width: 132px;
    padding: 0.28rem 0.35rem;
    gap: 0.15rem;
    background: var(--hc-mist);
    border: 1.5px solid color-mix(in srgb, var(--hc-sage) 28%, var(--hc-mist));
    border-radius: 14px;
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--hc-mist) 50%, #fff);
}

.hc-seed-foot__bar:has(.hc-seed-foot__order:only-child) .np-qty,
.hc-seed-foot__bar:has(.hc-seed-foot__order:only-child) .flr-qty {
    width: 100%;
    max-width: none;
    justify-content: space-between;
}

.hc-body .np-seed .np-qty__btn,
.hc-body .np-seed .flr-qty__btn {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
    line-height: 1;
    flex-shrink: 0;
}

.hc-body .np-seed .np-qty__val,
.hc-body .np-seed .flr-qty__value {
    min-width: 1.75rem;
    font-size: 1.05rem;
}

.hc-body .np-seed__blocked {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.55rem 1rem;
    border-radius: 12px;
    background: color-mix(in srgb, var(--hc-mist) 80%, var(--hc-sand));
    border: 1.5px dashed color-mix(in srgb, var(--hc-sage) 25%, var(--hc-mist));
    color: var(--hc-ink-soft);
    font-weight: 800;
    width: 100%;
}

.hc-body .np-bed__head h2 {
    color: var(--hc-ink);
}

.hc-body .np-bed__head p {
    color: var(--hc-ink-soft);
}

.hc-body .np-menu-head h1 {
    color: var(--hc-ink);
}

.hc-body .np-menu-head p,
.hc-body .hc-menu-tagline {
    color: var(--hc-ink-soft);
    font-size: 1rem;
    font-weight: 600;
    margin: 0.15rem 0 0;
}

.hc-body .np-menu-head {
    padding-bottom: 1.35rem;
}

.hc-body .np-section-head h2 {
    color: var(--hc-ink);
}

.hc-body .np-section-head__label {
    color: color-mix(in srgb, var(--hc-sage) 70%, #000);
    font-weight: 800;
}

.hc-body .np-petal-modal__sheet {
    border-radius: 18px;
    background: color-mix(in srgb, var(--hc-mist) 92%, var(--hc-sand));
}

.hc-body .np-petal-modal__close {
    background: var(--hc-sand);
}

/* -------------------------------------------------------------------------- */
/* Memory wall                                                                 */
/* -------------------------------------------------------------------------- */

.hc-body .np-wall {
    background:
        var(--hc-niche-frame) center / 420px repeat,
        linear-gradient(180deg, color-mix(in srgb, var(--hc-mist) 60%, transparent), var(--hc-sand));
    background-blend-mode: multiply, normal;
}

.hc-body .np-wall__frame {
    border-radius: var(--hc-arch);
    box-shadow: 0 12px 24px color-mix(in srgb, var(--hc-sage) 12%, transparent);
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                      */
/* -------------------------------------------------------------------------- */

.hc-body .np-colophon {
    background:
        linear-gradient(180deg, transparent, color-mix(in srgb, var(--hc-sand) 45%, transparent) 28%, var(--hc-sand));
    border-top: 1px solid color-mix(in srgb, var(--hc-sage) 16%, var(--hc-mist));
}

.hc-colophon__mark {
    background: var(--hc-mist);
    border-radius: var(--hc-arch);
}

.hc-colophon__photo {
    width: min(100px, 28vw);
    height: auto;
    max-height: 200px;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 12px 24px color-mix(in srgb, var(--hc-sage) 16%, transparent));
}

.hc-body .np-colophon__social a:hover {
    background: var(--hc-sage);
    color: var(--hc-mist);
}

.hc-body .flr-mo {
    --mo-bg: var(--hc-mist);
    --mo-surface: var(--hc-sand);
    --mo-amber: var(--hc-sage);
    --mo-border: color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist));
}

/* -------------------------------------------------------------------------- */
/* Cart / orders                                                               */
/* -------------------------------------------------------------------------- */

.hc-body .flr-cart-fab.np-cart-fab:hover {
    background: color-mix(in srgb, var(--hc-sage) 75%, #000);
    color: var(--hc-mist);
}

.hc-body .flr-order-drawer__panel.np-basket__panel {
    background: var(--hc-mist);
    border-color: color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist));
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -16px 48px color-mix(in srgb, var(--hc-sage) 14%, transparent);
}

/* Order drawer — readability */
.hc-body .np-basket__head {
    border-bottom: 1px solid color-mix(in srgb, var(--hc-sage) 18%, var(--hc-mist));
}

.hc-body .np-basket__head h2 {
    color: var(--hc-ink);
    font-weight: 800;
}

.hc-body .np-basket__close {
    border-color: color-mix(in srgb, var(--hc-sage) 28%, var(--hc-mist));
    color: var(--hc-ink);
    background: color-mix(in srgb, var(--hc-sand) 40%, var(--hc-mist));
}

.hc-body .flr-order-item {
    border-bottom-color: color-mix(in srgb, var(--hc-sage) 14%, var(--hc-mist));
}

.hc-body .flr-order-item__title {
    color: var(--hc-ink);
    font-weight: 800;
}

.hc-body .flr-order-item__price {
    color: var(--hc-ink-soft);
    font-weight: 700;
}

.hc-body .np-basket__total {
    padding: 1rem 0.9rem;
    margin: 0.75rem 0;
    border-top: 2px solid color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist));
    border-bottom: 2px solid color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist));
    border-radius: 14px;
    background: color-mix(in srgb, var(--hc-sand) 48%, var(--hc-mist));
    color: var(--hc-ink);
    text-shadow: none;
    gap: 0.55rem;
}

.hc-body .np-basket__row {
    font-size: 0.9rem;
}

.hc-body .np-basket__row span {
    color: var(--hc-ink-soft);
    font-weight: 700;
}

.hc-body .np-basket__row strong {
    color: var(--hc-ink);
    font-weight: 800;
    font-family: var(--np-font-ui);
}

.hc-body .np-basket__row--payable {
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1.5px solid color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist));
}

.hc-body .np-basket__row--payable span {
    color: var(--hc-ink);
    font-weight: 800;
    font-size: 0.95rem;
}

.hc-body .np-basket__row--payable strong {
    color: var(--hc-ink);
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}

.hc-body .np-basket__row--discount strong {
    color: color-mix(in srgb, var(--hc-sage) 55%, #000);
}

.hc-body .np-basket__empty {
    color: var(--hc-ink-soft);
    font-style: normal;
    font-weight: 600;
}

.hc-body .np-field label,
.hc-body .flr-field__label {
    color: var(--hc-ink);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: none;
}

.hc-body .np-basket__form .np-input,
.hc-body .np-basket__form textarea.np-input {
    background: color-mix(in srgb, var(--hc-mist) 88%, #fff);
    border-color: color-mix(in srgb, var(--hc-sage) 25%, var(--hc-mist));
    color: var(--hc-ink);
    font-weight: 600;
}

.hc-body .np-basket__form .np-input::placeholder {
    color: color-mix(in srgb, var(--hc-sage) 45%, var(--hc-mist));
}

.hc-body .flr-order-types.np-modes,
.hc-body .np-modes {
    padding: 0.55rem;
    border-color: color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist));
    background: color-mix(in srgb, var(--hc-sand) 35%, var(--hc-mist));
    grid-template-columns: repeat(2, 1fr);
}

.hc-body .flr-order-type__face,
.hc-body .np-mode__face {
    border-color: color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist)) !important;
    background: var(--hc-mist) !important;
    color: var(--hc-ink) !important;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    border-radius: 12px !important;
}

.hc-body .flr-order-type:hover .np-mode__face {
    border-color: color-mix(in srgb, var(--hc-sage) 40%, var(--hc-mist)) !important;
    background: color-mix(in srgb, var(--hc-sand) 45%, var(--hc-mist)) !important;
}

.hc-body .flr-order-type__input:checked + .np-mode__face {
    background: var(--hc-sage) !important;
    color: var(--hc-mist) !important;
    border-color: color-mix(in srgb, var(--hc-sage) 80%, #000) !important;
    box-shadow: 0 4px 12px color-mix(in srgb, var(--hc-sage) 25%, transparent);
}

.hc-body .np-tables__group {
    border-color: color-mix(in srgb, var(--hc-sage) 20%, var(--hc-mist));
    background: color-mix(in srgb, var(--hc-sand) 30%, var(--hc-mist));
}

.hc-body .np-tables__label {
    color: var(--hc-ink);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.hc-body .np-tables__label i {
    color: color-mix(in srgb, var(--hc-sage) 75%, #000);
}

.hc-body .np-tables__hint {
    color: var(--hc-ink-soft);
    font-size: 0.78rem;
}

.hc-body .np-table-chip {
    border-color: color-mix(in srgb, var(--hc-sage) 28%, var(--hc-mist));
    background: var(--hc-mist);
    color: var(--hc-ink);
}

.hc-body .np-table-chip strong {
    font-size: 1rem;
    font-weight: 800;
}

.hc-body .np-table-chip small {
    opacity: 1;
    color: var(--hc-ink-soft);
    font-weight: 600;
    font-size: 0.68rem;
}

.hc-body .np-table-chip.is-selected {
    background: var(--hc-sage) !important;
    color: var(--hc-mist) !important;
    border-color: color-mix(in srgb, var(--hc-sage) 80%, #000) !important;
    box-shadow: 0 4px 12px color-mix(in srgb, var(--hc-sage) 22%, transparent);
}

.hc-body .np-table-chip.is-selected small {
    color: color-mix(in srgb, var(--hc-mist) 85%, var(--hc-sand));
}

.hc-body .np-basket .flr-qty {
    background: color-mix(in srgb, var(--hc-sand) 40%, var(--hc-mist));
    border-color: color-mix(in srgb, var(--hc-sage) 25%, var(--hc-mist));
}

.hc-body .np-basket .flr-qty__btn {
    background: var(--hc-sage);
    color: var(--hc-mist);
    border-radius: 50%;
}

.hc-body .np-basket .flr-qty__value {
    color: var(--hc-ink);
    font-weight: 800;
}

.hc-body .np-basket__note {
    color: var(--hc-ink-soft);
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
}

.hc-body .np-basket__form .flr-order-submit {
    font-size: 1rem;
    min-height: 50px;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--hc-sage) 28%, transparent);
}

.hc-body .np-captcha .np-btn {
    border-color: color-mix(in srgb, var(--hc-sage) 28%, var(--hc-mist));
    color: var(--hc-ink);
    background: var(--hc-sand);
}

/* -------------------------------------------------------------------------- */
/* Empty states                                                                */
/* -------------------------------------------------------------------------- */

.hc-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 2.25rem 1.25rem;
    text-align: center;
    border-radius: var(--host-r-lg);
    background: color-mix(in srgb, var(--hc-mist) 75%, var(--host-bg));
    border: 1px dashed color-mix(in srgb, var(--hc-sage) 22%, var(--hc-mist));
}

.hc-empty--inline {
    grid-column: 1 / -1;
    padding: 1.75rem 1rem;
}

.hc-empty__mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--hc-sand) 42%, var(--hc-mist));
    opacity: 0.9;
}

.hc-empty__mark img {
    width: 28px;
    height: auto;
    opacity: 0.75;
}

.hc-empty__text {
    margin: 0;
    font-family: var(--np-font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--host-text);
}

.hc-empty__hint {
    margin: 0;
    font-size: 0.84rem;
    color: var(--host-text-muted);
    max-width: 28ch;
    line-height: 1.55;
}

/* -------------------------------------------------------------------------- */
/* Motion                                                                      */
/* -------------------------------------------------------------------------- */

@keyframes hc-sway {
    0%, 100% { transform: rotate(-1.5deg); }
    50% { transform: rotate(1.8deg); }
}

@keyframes hc-breathe {
    0%, 100% { opacity: 0.85; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.04); }
}

@keyframes hc-sway-flip {
    0%, 100% { transform: scaleX(-1) rotate(-1.5deg); }
    50% { transform: scaleX(-1) rotate(1.8deg); }
}

@media (prefers-reduced-motion: reduce) {
    .hc-env__tree,
    .hc-env__glow,
    .hc-loader__mark {
        animation: none !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                  */
/* -------------------------------------------------------------------------- */

@media (max-width: 720px) {
    .hc-env__tree--right {
        display: none;
    }

    .hc-env__tree--left {
        width: 48vw;
        opacity: 0.14;
        bottom: calc(var(--np-nav-h) + 0.5rem);
    }

    .hc-banner-hero__media {
        aspect-ratio: 16 / 10;
        max-height: 320px;
    }

    .hc-banner-hero__content {
        margin-top: -3rem;
    }

    .hc-banner-hero__panel {
        padding: 1.35rem 1.25rem;
    }

    .hc-alcove-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 0.85rem;
    }
}

@media (max-width: 360px) {
    .hc-banner-hero__media {
        min-height: 180px;
    }

    .hc-body .np-seed__visual,
    .hc-body .hc-niche-card__window {
        aspect-ratio: 1;
    }
}

@media (min-width: 961px) {
    .hc-banner-hero__media {
        max-height: 520px;
    }

    .hc-banner-hero__content {
        margin-top: -5.5rem;
    }

    .hc-env__tree--left {
        width: 280px;
    }

    .hc-env__tree--right {
        width: 260px;
    }
}
