﻿:root {
  --kolbeh-cream: #f8f3ea;
  --kolbeh-cream-dark: #efe6da;
  --kolbeh-royal: #4b1979;
  --kolbeh-royal-light: #6b2fa0;
  --kolbeh-deep: #2b0a3d;
  --kolbeh-gold: #c89b3c;
  --kolbeh-gold-light: #e8c878;
  --kolbeh-dark: #1a1225;
  --kolbeh-card: #fffdf8;
  --kolbeh-muted: #efe6da;
  --kolbeh-danger: #c23b3b;
  --kolbeh-success: #1f8a5b;
  --kolbeh-outer: #181028;
  --kolbeh-shell-max: 430px;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html { direction: rtl; }

body.kolbeh-app,
body.kolbeh-app * {
  font-family: "Vazirmatn", system-ui, sans-serif !important;
}

body.kolbeh-app {
  margin: 0;
  background: var(--kolbeh-outer) !important;
  color: var(--kolbeh-dark) !important;
  -webkit-font-smoothing: antialiased;
}

/* Hide bulky WoodMart header/footer chrome — Kolbeh shell owns chrome */
body.kolbeh-app .whb-header,
body.kolbeh-app .whb-main-header,
body.kolbeh-app header.whb-header,
body.kolbeh-app .wd-header-nav,
body.kolbeh-app .wd-page-title,
body.kolbeh-app .wd-breadcrumbs,
body.kolbeh-app .footer-container,
body.kolbeh-app .wd-footer,
body.kolbeh-app .wd-prefooter,
body.kolbeh-app .wd-toolbar,
body.kolbeh-app .wd-scroll-top,
body.kolbeh-app .woodmart-sticky-btn,
body.kolbeh-app .wd-sticky-btn,
body.kolbeh-app .demo-content,
body.kolbeh-app #wpadminbar,
body.kolbeh-app .wd-page-wrapper,
body.kolbeh-app .website-wrapper,
body.kolbeh-app .wd-content-area,
body.kolbeh-app .site-content,
body.kolbeh-app .title-blog,
body.kolbeh-app .wd-page-title,
body.kolbeh-app .blog-posts,
body.kolbeh-app .mobile-nav,
body.kolbeh-app .wd-search-full-screen,
body.kolbeh-app .cart-widget-side,
body.kolbeh-app .wd-close-side,
body.kolbeh-app .wd-copyrights,
body.kolbeh-app .copyrights-wrapper { /* keep admin bar for logged-in */ }

body.kolbeh-app .whb-header,
body.kolbeh-app .footer-container,
body.kolbeh-app .wd-footer,
body.kolbeh-app .wd-prefooter,
body.kolbeh-app .wd-toolbar,
body.kolbeh-app .wd-scroll-top,
body.kolbeh-app .wd-page-wrapper,
body.kolbeh-app .website-wrapper,
body.kolbeh-app .wd-content-area,
body.kolbeh-app .site-content,
body.kolbeh-app .title-blog,
body.kolbeh-app .mobile-nav,
body.kolbeh-app .wd-search-full-screen,
body.kolbeh-app .cart-widget-side,
body.kolbeh-app .wd-close-side,
body.kolbeh-app .wd-copyrights,
body.kolbeh-app .copyrights-wrapper {
  display: none !important;
}

body.kolbeh-app .website-wrapper,
body.kolbeh-app .main-page-wrapper,
body.kolbeh-app .wd-page-content,
body.kolbeh-app .wd-content-layout {
  background: transparent !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Phone shell */
.kolbeh-shell {
  position: relative;
  min-height: 100dvh;
  width: 100%;
  max-width: var(--kolbeh-shell-max);
  margin-inline: auto;
  overflow-x: hidden;
  background: var(--kolbeh-cream);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.45);
}

@media (min-width: 640px) {
  .kolbeh-shell {
    min-height: calc(100dvh - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.kolbeh-shell__main {
  padding: 0 0 calc(7.75rem + env(safe-area-inset-bottom, 0px));
}

.kolbeh-home-page {
  padding: 0.25rem 1rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.kolbeh-home-page > .kolbeh-search {
  margin-top: 0.15rem;
}
.kolbeh-home-header {
  padding: 0.875rem 1rem 0.625rem;
}

/* Hide WP skip links / WoodMart chrome leftovers */
body.kolbeh-app .skip-link,
body.kolbeh-app .wd-skip-links,
body.kolbeh-app .screen-reader-text:not(:focus),
body.kolbeh-app .wd-header-banner,
body.kolbeh-app .whb-top-bar,
body.kolbeh-app .whb-header {
  display: none !important;
}

/* Donation */
.kolbeh-donation {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  overflow: hidden;
  padding: 0.875rem 1rem;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(184, 146, 58, 0.12) 0%, transparent 42%),
    linear-gradient(120deg, #2a0c3a 0%, #3a1458 48%, #2a0c3a 100%);
}
.kolbeh-donation::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(184, 146, 58, 0.55), transparent);
}
.kolbeh-donation span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.kolbeh-donation__heart { color: var(--kolbeh-gold); font-size: 14px; }

/* Home header */
.kolbeh-home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 1rem 0.625rem;
}
.kolbeh-home-header__brand {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kolbeh-logo {
  font-size: 18px;
  font-weight: 900;
  color: var(--kolbeh-deep);
  letter-spacing: -0.01em;
}
.kolbeh-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: inherit;
}
.kolbeh-logo__mark {
  width: 34px;
  height: 34px;
  display: block;
  flex-shrink: 0;
}
.kolbeh-logo__text {
  font-size: 18px;
  font-weight: 900;
  color: var(--kolbeh-deep);
}
.kolbeh-home-header__city {
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 11px;
  font-weight: 500;
  color: rgba(28, 20, 34, 0.55);
}
.kolbeh-home-header__city svg { color: var(--kolbeh-gold); }
.kolbeh-icon-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--kolbeh-card);
  color: var(--kolbeh-royal);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(43, 10, 61, 0.07);
  box-shadow: 0 4px 16px rgba(43, 10, 61, 0.07);
  outline: 1px solid rgba(0, 0, 0, 0.05);
}

/* Search */
.kolbeh-search {
  position: relative;
}
.kolbeh-search__icon {
  position: absolute;
  inset-inline-end: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(28, 20, 34, 0.45);
  pointer-events: none;
}
.kolbeh-search input {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: var(--kolbeh-card);
  padding-block: 1rem;
  padding-inline: 1rem 2.75rem;
  font-size: 13px;
  font-weight: 500;
  color: var(--kolbeh-dark);
  box-shadow: 0 6px 20px rgba(43, 10, 61, 0.06);
  outline: 1px solid rgba(0, 0, 0, 0.05);
}
.kolbeh-search input:focus {
  outline-color: rgba(74, 29, 112, 0.25);
}

/* Hero */
.kolbeh-hero__frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.45rem;
  min-height: 168px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 14px 36px rgba(43, 10, 61, 0.11);
}
.kolbeh-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.kolbeh-hero__slide.is-active { opacity: 1; z-index: 1; }
.kolbeh-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kolbeh-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.65), rgba(0,0,0,0.35), rgba(0,0,0,0.1));
}
.kolbeh-hero__copy {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 2;
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem 0 1.25rem;
}
.kolbeh-hero__title {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}
.kolbeh-hero__sub {
  margin: 0.35rem 0 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}
.kolbeh-hero__cta {
  margin-top: 0.85rem;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.25rem;
  border-radius: 999px;
  background: var(--kolbeh-royal);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  padding: 0.55rem 1.15rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.kolbeh-hero__dots {
  position: absolute;
  inset-inline: 0;
  bottom: 0.85rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  pointer-events: none;
}
.kolbeh-hero__dot {
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  outline: none !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25) !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 0.4rem !important;
  width: 0.4rem !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.45) !important;
  cursor: pointer;
  transition: width 0.35s ease, background 0.35s ease;
  line-height: 0 !important;
  font-size: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
}
.kolbeh-hero__dot.is-active {
  width: 1.35rem !important;
  background: #fff !important;
}

/* Sections */
.kolbeh-section__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.kolbeh-section__title {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  color: var(--kolbeh-deep);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.kolbeh-gold-flourish {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-inline-end: 0.15rem;
  background: linear-gradient(145deg, var(--kolbeh-gold-light), var(--kolbeh-gold));
  transform: rotate(45deg);
  border-radius: 1px;
  flex-shrink: 0;
  font-size: 0;
  color: transparent;
  vertical-align: middle;
}
.kolbeh-section__sub {
  margin: 0.35rem 0 0;
  font-size: 12px;
  color: rgba(28, 20, 34, 0.55);
  line-height: 1.5;
}
.kolbeh-link {
  color: var(--kolbeh-royal);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.kolbeh-section__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.kolbeh-section__title-wrap.is-center { align-items: center; }
.lux-gold-line.kolbeh-section__hairline {
  display: block;
  height: 1px;
  width: 3.5rem;
  background: linear-gradient(to left, transparent, var(--kolbeh-gold), transparent);
}
.kolbeh-section__title-wrap.is-center .lux-gold-line { margin-inline: auto; }

/* Maze interactive — gates → categories → products */
.kolbeh-maze-wrap .kolbeh-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}
.kolbeh-maze-wrap .kolbeh-maze__back {
  border: 0;
  background: var(--kolbeh-card, #fffdf8);
  color: var(--kolbeh-royal);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(43, 10, 61, 0.06);
  outline: 1px solid rgba(75, 25, 121, 0.12);
  display: none;
  align-items: center;
  gap: 0.15rem;
  flex-shrink: 0;
}
.kolbeh-maze-wrap .kolbeh-maze__back.is-visible {
  display: inline-flex;
}
/* WoodMart/button resets can un-hide [hidden] — force it */
.kolbeh-shell [hidden],
.kolbeh-maze__panel[hidden],
.kolbeh-maze__back[hidden],
.kolbeh-maze__empty[hidden] {
  display: none !important;
}
.kolbeh-maze__panel {
  animation: kolbeh-maze-in 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes kolbeh-maze-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .kolbeh-maze__panel { animation: none; }
}
.kolbeh-maze-gates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.kolbeh-maze-gate {
  position: relative;
  border: 0;
  padding: 0;
  border-radius: 1.4rem;
  overflow: hidden;
  aspect-ratio: 3 / 3.8;
  text-align: start;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 30px rgba(43, 10, 61, 0.1);
  outline: 1px solid rgba(200, 155, 60, 0.14);
  transition: transform 0.2s ease;
}
.kolbeh-maze-gate:active {
  transform: scale(0.98);
}
.kolbeh-maze-gate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.kolbeh-maze-gate:active img {
  transform: scale(1.05);
}
.kolbeh-maze-gate__shade,
.kolbeh-maze-gate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42, 12, 58, 0.92), rgba(42, 12, 58, 0.35) 45%, transparent);
  pointer-events: none;
}
.kolbeh-maze-gate__badge {
  position: absolute;
  inset-inline-start: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1rem;
  background: rgba(200, 155, 60, 0.95);
  color: var(--kolbeh-deep, #2b0a3d);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  outline: 1px solid rgba(255, 255, 255, 0.3);
}
.kolbeh-maze-gate__copy {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  padding: 1rem;
  color: #fff;
}
.kolbeh-maze-gate__copy strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}
.kolbeh-maze-gate__copy span {
  display: block;
  margin-top: 0.35rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.85;
}
.kolbeh-maze-gate__copy em {
  display: inline-flex;
  margin-top: 0.45rem;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  color: var(--kolbeh-gold-light, #e8c878);
}

/* Path banner under categories */
.kolbeh-maze-path {
  position: relative;
  height: 4rem;
  border-radius: 1.15rem;
  overflow: hidden;
  margin-bottom: 0.85rem;
}
.kolbeh-maze-path img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kolbeh-maze-path::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 10, 61, 0.6);
}
.kolbeh-maze-path span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-inline: 1rem;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

/* Category grid — 2 cols like app */
.kolbeh-maze-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.kolbeh-maze-cat {
  position: relative;
  border: 0;
  padding: 0;
  aspect-ratio: 4 / 3.2;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
  text-align: start;
  box-shadow: 0 10px 24px rgba(43, 10, 61, 0.09);
  transition: transform 0.2s ease;
}
.kolbeh-maze-cat:active {
  transform: scale(0.98);
}
.kolbeh-maze-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.kolbeh-maze-cat:active img {
  transform: scale(1.05);
}
.kolbeh-maze-cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 55%);
  pointer-events: none;
}
.kolbeh-maze-cat__label {
  position: absolute;
  inset-inline: 0.55rem;
  bottom: 0.55rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.75rem;
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(6px);
  color: var(--kolbeh-deep, #2b0a3d);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 2px 8px rgba(43, 10, 61, 0.08);
}
.kolbeh-maze-cat__label svg {
  flex-shrink: 0;
  color: rgba(75, 25, 121, 0.7);
}

.kolbeh-maze-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.kolbeh-maze-products-head p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--kolbeh-deep, #2b0a3d);
}
.kolbeh-maze-products-head__meta {
  font-size: 11px;
  font-weight: 700;
  color: rgba(28, 20, 34, 0.55);
}
.kolbeh-maze__view-all {
  display: inline-flex;
  align-items: center;
  color: var(--kolbeh-royal);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  flex-shrink: 0;
}
.kolbeh-maze__empty {
  margin: 0;
  padding: 1.25rem 1rem;
  text-align: center;
}
.kolbeh-maze__empty strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--kolbeh-deep, #2b0a3d);
}
.kolbeh-maze__empty p {
  margin: 0.4rem 0 0.9rem;
  font-size: 12px;
  color: rgba(28, 20, 34, 0.55);
}

.kolbeh-hscroll {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  margin-inline: -1rem;
  padding-inline: 1rem;
  padding-bottom: 0.25rem;
}
.kolbeh-hscroll .kolbeh-product-card {
  flex: 0 0 10.75rem;
}

/* service cards — full styles later in Pro Max block (avoid span catch-all) */

.kolbeh-brand-card {
  flex: 0 0 11.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.kolbeh-brand-card__cover {
  height: 5rem;
  background-size: cover;
  background-position: center;
  background-color: var(--kolbeh-cream-dark);
  position: relative;
}
.kolbeh-brand-card__logo {
  position: absolute;
  inset-inline-start: 0.65rem;
  bottom: -0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  object-fit: cover;
  background: #fff;
  outline: 2px solid var(--kolbeh-card);
  box-shadow: 0 4px 12px rgba(43, 10, 61, 0.12);
}
.kolbeh-brand-card__body { padding: 1.15rem 0.75rem 0.75rem; }
.kolbeh-brand-card__name {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: var(--kolbeh-deep);
  line-height: 1.4;
}
.kolbeh-verified { color: var(--kolbeh-gold); font-weight: 900; }
.kolbeh-brand-card__meta {
  margin: 0.2rem 0 0;
  font-size: 10px;
  color: rgba(28, 20, 34, 0.55);
}

.kolbeh-product-card {
  flex: 0 0 172px;
  border-radius: 1.45rem;
  overflow: hidden;
  background: var(--kolbeh-card);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(43, 10, 61, 0.08);
  outline: 1px solid rgba(184, 146, 58, 0.14);
}
.kolbeh-product-card__media {
  height: 10.5rem;
  background: var(--kolbeh-cream-dark);
}
.kolbeh-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kolbeh-product-card__body { padding: 0.85rem; }
.kolbeh-product-card__brand {
  margin: 0 0 0.2rem;
  font-size: 10px;
  font-weight: 700;
  color: rgba(26, 18, 37, 0.45);
}
.kolbeh-product-card__name {
  margin: 0;
  min-height: 2.5rem;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--kolbeh-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kolbeh-product-card__price {
  margin: 0.45rem 0 0;
  font-size: 14px;
  font-weight: 900;
  color: var(--kolbeh-royal);
}
.kolbeh-product-card__price.is-locked {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 12px;
  font-weight: 800;
}
.kolbeh-product-card__meta {
  margin: 0.35rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 11px;
  color: rgba(26, 18, 37, 0.55);
}
.kolbeh-product-card__rating { color: var(--kolbeh-gold); font-weight: 700; }
.kolbeh-product-card__media { position: relative; }
.kolbeh-product-card__gate {
  position: absolute;
  inset-inline: 0.5rem;
  bottom: 0.55rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: rgba(43, 10, 61, 0.82);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.kolbeh-product-card__fav {
  position: absolute;
  top: 0.55rem;
  inset-inline-end: 0.55rem;
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--kolbeh-royal);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(43, 10, 61, 0.12);
  pointer-events: none;
  z-index: 2;
}
.kolbeh-brand-card__score {
  margin: 0.25rem 0 0;
  font-size: 10px;
  font-weight: 700;
  color: var(--kolbeh-deep);
}
.kolbeh-brand-card__count {
  margin: 0.15rem 0 0;
  font-size: 10px;
  font-weight: 600;
  color: var(--kolbeh-royal);
}
.kolbeh-brand-card__logo--fallback {
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
  color: var(--kolbeh-royal);
  background: var(--kolbeh-card);
}
.kolbeh-product-card__trust {
  margin: 0.35rem 0 0;
  font-size: 10px;
  font-weight: 600;
  color: rgba(26, 18, 37, 0.45);
}
.kolbeh-skeleton {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 10.5rem;
  background: linear-gradient(90deg, var(--kolbeh-cream-dark), #f5efe6, var(--kolbeh-cream-dark));
  background-size: 200% 100%;
  animation: kolbeh-shimmer 1.2s ease infinite;
}
@keyframes kolbeh-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
.kolbeh-empty {
  padding: 1.25rem;
  text-align: center;
  border-radius: 1.25rem;
  background: var(--kolbeh-card);
}
.kolbeh-empty p { margin: 0 0 0.75rem; font-size: 13px; color: rgba(26,18,37,.55); }
.kolbeh-icon-btn { position: relative; }
.kolbeh-icon-btn__badge {
  position: absolute;
  inset-inline-end: 0.15rem;
  top: 0.15rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--kolbeh-danger);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  display: grid;
  place-items: center;
  line-height: 1;
}
/* defer-paint was causing blank/jumpy first paint on home — keep off for above-fold */
.kolbeh-growth__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.kolbeh-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  padding: 0.95rem 0.7rem;
  border-radius: 1.35rem;
  background: var(--kolbeh-card);
  outline: 1px solid rgba(200, 155, 60, 0.12);
  box-shadow: 0 8px 22px rgba(43, 10, 61, 0.06);
}
.kolbeh-trust__item {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: rgba(26, 18, 37, 0.7);
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}
.kolbeh-trust__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: rgba(75, 25, 121, 0.1);
  color: var(--kolbeh-royal);
}

/* Growth section */
.kolbeh-growth__card {
  position: relative;
  border-radius: 1.45rem;
  overflow: hidden;
  min-height: 200px;
  box-shadow: 0 14px 36px rgba(43, 10, 61, 0.11);
}
.kolbeh-growth__card > img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}
.kolbeh-growth__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(42,12,58,0.92), rgba(42,12,58,0.45), transparent);
}
.kolbeh-growth__copy {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 2;
  width: 72%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  color: #fff;
}
.kolbeh-growth__badge {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  color: var(--kolbeh-gold-light);
}
.kolbeh-growth__copy h3 {
  margin: 0.45rem 0 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}
.kolbeh-growth__copy > p {
  margin: 0.35rem 0 0;
  font-size: 11px;
  opacity: 0.88;
  line-height: 1.6;
}
.kolbeh-growth__actions {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.kolbeh-growth__ghost {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* AI compact row */
.kolbeh-ai-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: var(--kolbeh-card);
  outline: 1px solid rgba(184, 146, 58, 0.14);
  box-shadow: 0 8px 24px rgba(43, 10, 61, 0.06);
}
.kolbeh-ai-row__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  color: var(--kolbeh-royal);
  background: rgba(74, 29, 112, 0.08);
  flex-shrink: 0;
}
.kolbeh-ai-row__copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.kolbeh-ai-row__copy strong {
  font-size: 13px;
  font-weight: 900;
  color: var(--kolbeh-deep);
}
.kolbeh-ai-row__copy span {
  font-size: 11px;
  color: rgba(28, 20, 34, 0.55);
}
.kolbeh-ai-row__chev {
  color: var(--kolbeh-gold);
  font-size: 18px;
  font-weight: 900;
}

.kolbeh-ai {
  padding: 1.15rem 1.15rem 1.25rem;
  border-radius: 1.35rem;
}
.kolbeh-ai__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  color: var(--kolbeh-gold);
  background: rgba(184, 146, 58, 0.12);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}
.kolbeh-ai__title {
  margin: 0.65rem 0 0;
  font-size: 15px;
  font-weight: 900;
  color: var(--kolbeh-deep);
}
.kolbeh-ai__sub {
  margin: 0.4rem 0 0;
  font-size: 12px;
  color: rgba(28, 20, 34, 0.55);
  line-height: 1.6;
}
.kolbeh-ai__cta {
  margin-top: 0.9rem;
  display: inline-flex;
  background: linear-gradient(145deg, var(--kolbeh-royal-light), var(--kolbeh-royal));
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
}

.lux-card {
  background: linear-gradient(145deg, #fffcf7 0%, #f7f1e8 100%);
  border: 1px solid rgba(184, 146, 58, 0.14);
  box-shadow:
    0 8px 28px rgba(43, 10, 61, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.88) inset;
}

.cta-press:active { transform: scale(0.97); }
@keyframes fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.stagger-1 { animation-delay: 0.05s; }
.stagger-2 { animation-delay: 0.1s; }
.stagger-3 { animation-delay: 0.15s; }

/* Bottom dock */
.kolbeh-dock {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding: 0 0.75rem max(0.65rem, env(safe-area-inset-bottom));
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.kolbeh-dock.is-hidden {
  transform: translateY(120%);
  opacity: 0;
}
.kolbeh-dock__inner {
  pointer-events: auto;
  width: 100%;
  max-width: var(--kolbeh-shell-max);
  border-radius: 1.75rem;
  background: rgba(255, 252, 246, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(43, 10, 61, 0.12);
  outline: 1px solid rgba(184, 146, 58, 0.15);
  position: relative;
}
.kolbeh-dock__inner::before {
  content: "";
  position: absolute;
  inset-inline: 2.5rem;
  top: 0;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(184, 146, 58, 0.55), transparent);
}
.kolbeh-dock__list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.35rem 0.65rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
}
.kolbeh-dock__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 3.4rem;
  text-decoration: none;
  color: rgba(28, 20, 34, 0.45);
  font-size: 10px;
  font-weight: 800;
}
.kolbeh-dock__list li.is-active a { color: var(--kolbeh-royal); }
.kolbeh-dock__list li.is-active .kolbeh-dock__label {
  position: relative;
}
.kolbeh-dock__list li.is-active .kolbeh-dock__label::after {
  content: "";
  position: absolute;
  inset-inline: 15%;
  bottom: -0.28rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to left, transparent, var(--kolbeh-gold), transparent);
}
.kolbeh-dock__icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
}
.kolbeh-dock__list li.is-active .kolbeh-dock__icon {
  background: rgba(74, 29, 112, 0.1);
}
.kolbeh-dock__list li.is-center a { margin-top: -1.65rem; }
.kolbeh-dock__fab {
  width: 3.55rem;
  height: 3.55rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--kolbeh-royal-light), var(--kolbeh-royal), var(--kolbeh-deep));
  box-shadow: 0 12px 28px rgba(74, 29, 112, 0.38);
  outline: 3px solid var(--kolbeh-card);
}

/* Woo pages inside shell */
body.kolbeh-app .woocommerce,
body.kolbeh-app .wd-shop-product,
body.kolbeh-app .product-grid-item {
  font-size: 13px;
}
body.kolbeh-app ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
  margin: 0 !important;
  padding: 1rem !important;
}
body.kolbeh-app ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 1.25rem;
  overflow: hidden;
  background: var(--kolbeh-card);
  box-shadow: 0 10px 24px rgba(43, 10, 61, 0.08);
}
body.kolbeh-app .woocommerce-Price-amount {
  color: var(--kolbeh-royal) !important;
  font-weight: 900 !important;
}
body.kolbeh-app .single-product .product {
  padding: 1rem;
}
body.kolbeh-app .single_add_to_cart_button,
body.kolbeh-app .checkout-button,
body.kolbeh-app .button.alt {
  background: var(--kolbeh-royal) !important;
  border-color: var(--kolbeh-royal) !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

/* Inner page header */
.kolbeh-page-header {
  display: grid;
  grid-template-columns: 2.75rem 1fr 2.75rem;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 239, 228, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184, 146, 58, 0.12);
}
.kolbeh-page-header__back {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--kolbeh-card);
  color: var(--kolbeh-royal);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(43, 10, 61, 0.07);
}
.kolbeh-page-header__copy { text-align: center; min-width: 0; }
.kolbeh-page-header__title {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  color: var(--kolbeh-deep);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kolbeh-page-header__sub {
  margin: 0.15rem 0 0;
  font-size: 11px;
  color: rgba(28, 20, 34, 0.55);
}
.kolbeh-page-header__slot { width: 2.75rem; }

/* PDP extras */
.kolbeh-charity-micro {
  margin: 0.35rem 0 0.75rem;
  font-size: 11px;
  font-weight: 600;
  color: var(--kolbeh-gold);
  line-height: 1.5;
}
body.kolbeh-commerce .kolbeh-trust {
  margin: 1rem;
}
.kolbeh-sticky-cta {
  position: fixed;
  inset-inline: 0;
  left: 0;
  right: 0;
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  z-index: 900;
  max-width: var(--kolbeh-shell-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 252, 246, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(43, 10, 61, 0.15);
  outline: 1px solid rgba(184, 146, 58, 0.18);
  pointer-events: auto;
}
.kolbeh-sticky-cta__price {
  font-size: 14px;
  font-weight: 900;
  color: var(--kolbeh-royal);
}
.kolbeh-sticky-cta__btn {
  border: 0;
  border-radius: 999px;
  background: var(--kolbeh-royal);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 0.7rem 1.1rem;
  cursor: pointer;
}

/* Woo product card internals */
body.kolbeh-app ul.products li.product .kolbeh-wc-card__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--kolbeh-cream-dark);
}
body.kolbeh-app ul.products li.product .kolbeh-wc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.kolbeh-app ul.products li.product .kolbeh-wc-card__body {
  padding: 0.75rem;
}
body.kolbeh-app ul.products li.product .woocommerce-loop-product__title {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: var(--kolbeh-dark) !important;
  margin: 0 !important;
  min-height: 2.5rem;
  line-height: 1.4 !important;
}
body.kolbeh-app ul.products li.product .button,
body.kolbeh-app ul.products li.product .added_to_cart {
  display: none !important;
}

/* Stub pages */
.kolbeh-stub-page {
  padding: 1.5rem 1rem 2rem;
}
.kolbeh-stub-page h1 {
  margin: 0 0 0.5rem;
  font-size: 18px;
  font-weight: 900;
  color: var(--kolbeh-deep);
}
.kolbeh-stub-page p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(28, 20, 34, 0.65);
}
.kolbeh-stub-article__body {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(28, 20, 34, 0.72);
}
.kolbeh-stub-article__body p { margin: 0 0 0.85rem; }
.kolbeh-stub-article__body ul {
  margin: 0.5rem 0 1rem;
  padding-inline-start: 1.2rem;
}
.kolbeh-stub-article__body li { margin-bottom: 0.35rem; }
.kolbeh-stub-page__foot { margin-top: 1.25rem; }

.kolbeh-pdp-meta {
  margin: 0.85rem 0 1rem;
  padding: 0.85rem;
  border-radius: 1rem;
  background: var(--kolbeh-card);
  outline: 1px solid rgba(184, 146, 58, 0.14);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.kolbeh-pdp-meta__row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 12px;
}
.kolbeh-pdp-meta__row span { color: rgba(28, 20, 34, 0.5); font-weight: 600; }
.kolbeh-pdp-meta__row strong { color: var(--kolbeh-deep); font-weight: 800; text-align: end; }

.kolbeh-brand-page__cover {
  height: 9rem;
  background-size: cover;
  background-position: center;
  background-color: var(--kolbeh-cream-dark);
}
.kolbeh-brand-page__body { padding: 1rem 1rem 1.5rem; }
.kolbeh-brand-page__logo {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  object-fit: cover;
  margin-top: -2rem;
  outline: 3px solid var(--kolbeh-cream);
  background: #fff;
}
.kolbeh-brand-page h1 {
  margin: 0.65rem 0 0;
  font-size: 18px;
  font-weight: 900;
  color: var(--kolbeh-deep);
}
.kolbeh-brand-page__meta {
  margin: 0.35rem 0 0.85rem;
  font-size: 12px;
  color: rgba(28, 20, 34, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .animate-fade-up,
  .kolbeh-hero__slide { animation: none !important; transition: none !important; }
}

/* === Pro Max v2.2 — detail + photo richness === */
.kolbeh-service-card {
  position: relative;
  display: block;
  width: 148px;
  height: 148px;
  flex: 0 0 148px;
  border-radius: 1.25rem;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(43, 10, 61, 0.09);
  outline: 1px solid rgba(200, 155, 60, 0.1);
}
.kolbeh-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kolbeh-service-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(43, 10, 61, 0.9), rgba(43, 10, 61, 0.2) 52%, transparent);
}
.kolbeh-service-card__copy {
  position: absolute;
  inset-inline: 0.6rem;
  bottom: 0.7rem;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  pointer-events: none;
}
.kolbeh-service-card__copy strong {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.kolbeh-service-card__copy small {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.85;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kolbeh-product-card__shade {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 3.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.28), transparent);
  pointer-events: none;
}
.kolbeh-offers__hint {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 11px;
  color: rgba(26, 18, 37, 0.55);
}
.kolbeh-offers__hint a {
  color: var(--kolbeh-royal);
  font-weight: 800;
  text-decoration: none;
  margin-inline-end: 0.25rem;
}
.kolbeh-growth__packages { margin-top: 0.85rem; gap: 0.75rem; }
.kolbeh-growth-pack {
  flex: 0 0 160px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 1.15rem;
  overflow: hidden;
  background: var(--kolbeh-card);
  box-shadow: 0 8px 20px rgba(43, 10, 61, 0.07);
}
.kolbeh-growth-pack img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  display: block;
}
.kolbeh-growth-pack span {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem 0.7rem 0.75rem;
}
.kolbeh-growth-pack strong {
  font-size: 12px;
  font-weight: 800;
  color: var(--kolbeh-deep);
}
.kolbeh-growth-pack small {
  font-size: 10px;
  color: rgba(26, 18, 37, 0.55);
  line-height: 1.4;
}
.kolbeh-empty {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
}
.kolbeh-empty__title {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--kolbeh-deep);
}
.kolbeh-empty__body {
  margin: 0.4rem 0 0.85rem;
  font-size: 12px;
  color: rgba(26, 18, 37, 0.55);
}
@media (prefers-reduced-motion: reduce) {
  .animate-fade-up, .kolbeh-hero__slide { animation: none !important; transition: none !important; }
}

/* === Auth login (roles) === */
.kolbeh-auth { background: var(--kolbeh-cream); padding-bottom: 2rem; }
.kolbeh-auth__hero {
  position: relative;
  height: min(42vh, 280px);
  overflow: hidden;
  color: #fff;
}
.kolbeh-auth__hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.kolbeh-auth__hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, #2b0a3d, rgba(43,10,61,.75), rgba(43,10,61,.35));
}
.kolbeh-auth__hero-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  height: 100%;
  padding: max(1.25rem, env(safe-area-inset-top)) 1.25rem 1.5rem;
}
.kolbeh-auth__back {
  width: 2.5rem; height: 2.5rem; border-radius: 1rem;
  display: grid; place-items: center;
  background: rgba(255,255,255,.1); color: #fff;
  text-decoration: none;
}
.kolbeh-auth__brand {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: .65rem;
  font-size: 13px; font-weight: 700; color: var(--kolbeh-gold-light);
}
.kolbeh-auth__brand img { width: 44px; height: 44px; }
.kolbeh-auth__hero h1 {
  margin: .5rem 0 0; font-size: 26px; font-weight: 900; line-height: 1.35;
}
.kolbeh-auth__hero p {
  margin: .4rem 0 0; max-width: 18rem;
  font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.72);
}
.kolbeh-auth__sheet { position: relative; z-index: 2; margin-top: -1.25rem; padding: 0 1rem 1.5rem; }
.kolbeh-auth__card {
  padding: 1.25rem;
  border-radius: 1.75rem;
  background: var(--kolbeh-card);
  box-shadow: 0 24px 50px rgba(43,10,61,.14);
  outline: 1px solid rgba(200,155,60,.2);
}
.kolbeh-auth__card-head { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; }
.kolbeh-auth__spark {
  width: 2.25rem; height: 2.25rem; border-radius: .75rem;
  display: grid; place-items: center;
  background: rgba(75,25,121,.1); color: var(--kolbeh-royal); font-size: 14px;
}
.kolbeh-auth__card-title { margin: 0; font-size: 14px; font-weight: 900; color: var(--kolbeh-deep); }
.kolbeh-auth__card-sub { margin: .15rem 0 0; font-size: 10px; font-weight: 700; color: rgba(26,18,37,.4); }
.kolbeh-auth__roles { display: grid; gap: .55rem; margin-bottom: 1rem; }
.kolbeh-auth__role {
  display: flex; align-items: flex-start; gap: .7rem;
  width: 100%; text-align: start;
  padding: .85rem .9rem;
  border: 0; border-radius: 1.15rem;
  background: var(--kolbeh-cream-dark);
  color: inherit; cursor: pointer;
}
.kolbeh-auth__role.is-active {
  background: var(--kolbeh-deep);
  color: #fff;
  box-shadow: 0 10px 24px rgba(43,10,61,.2);
}
.kolbeh-auth__role-icon {
  width: 2.25rem; height: 2.25rem; border-radius: .75rem;
  display: grid; place-items: center; flex-shrink: 0;
  background: rgba(75,25,121,.1); color: var(--kolbeh-royal);
}
.kolbeh-auth__role.is-active .kolbeh-auth__role-icon {
  background: rgba(232,200,120,.18); color: var(--kolbeh-gold-light);
}
.kolbeh-auth__role-copy { display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.kolbeh-auth__role-copy strong { font-size: 13px; font-weight: 800; }
.kolbeh-auth__role-copy small {
  font-size: 10px; line-height: 1.45;
  color: rgba(26,18,37,.55);
}
.kolbeh-auth__role.is-active .kolbeh-auth__role-copy small { color: rgba(255,255,255,.7); }
.kolbeh-auth__tabs {
  display: flex; gap: .25rem; padding: .25rem;
  border-radius: 1rem; background: var(--kolbeh-cream-dark); margin-bottom: .85rem;
}
.kolbeh-auth__tab {
  flex: 1; border: 0; border-radius: .75rem;
  padding: .65rem; font-size: 11px; font-weight: 800;
  background: transparent; color: rgba(26,18,37,.45); cursor: pointer;
}
.kolbeh-auth__tab.is-active {
  background: var(--kolbeh-deep); color: var(--kolbeh-gold-light); box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.kolbeh-auth__field { display: block; margin-bottom: .75rem; }
.kolbeh-auth__field span {
  display: block; margin-bottom: .4rem;
  font-size: 11px; font-weight: 700; color: rgba(26,18,37,.55);
}
.kolbeh-auth__field input {
  width: 100%; box-sizing: border-box;
  border: 0; border-radius: 1rem;
  padding: .9rem 1rem;
  background: var(--kolbeh-cream-dark);
  font-size: 14px; font-weight: 500;
  outline: none;
}
.kolbeh-auth__field input:focus {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(200,155,60,.4);
}
.kolbeh-auth__error {
  margin: 0 0 .75rem;
  padding: .65rem .75rem;
  border-radius: .85rem;
  background: rgba(194,59,59,.1);
  color: var(--kolbeh-danger);
  font-size: 11px; font-weight: 700; text-align: center;
}
.kolbeh-auth__submit {
  width: 100%; border: 0; border-radius: 1rem;
  padding: .95rem 1rem;
  background: linear-gradient(to left, #2b0a3d, #4b1979);
  color: #fff; font-size: 14px; font-weight: 800;
  box-shadow: 0 12px 28px rgba(75,25,121,.28);
  cursor: pointer;
}
.kolbeh-auth__trust {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem;
  margin-top: .85rem;
}
.kolbeh-auth__trust span {
  text-align: center;
  padding: .55rem .25rem;
  border-radius: .75rem;
  background: rgba(239,230,218,.8);
  font-size: 8px; font-weight: 700; color: rgba(26,18,37,.5);
}
.kolbeh-auth__footer {
  margin: 1.15rem 0 0; text-align: center;
  font-size: 12px; color: rgba(26,18,37,.55);
}
.kolbeh-auth__footer a { color: var(--kolbeh-royal); font-weight: 800; text-decoration: none; }
.kolbeh-auth__footer.is-muted { margin-top: .45rem; font-size: 11px; color: rgba(26,18,37,.4); }
.kolbeh-auth__footer.is-muted a { color: var(--kolbeh-deep); font-weight: 700; }
.kolbeh-auth__demos {
  margin: .85rem 0 0; text-align: center;
  font-size: 10px; color: rgba(26,18,37,.4);
}
.kolbeh-auth__demos code {
  font-size: 10px; background: var(--kolbeh-cream-dark);
  padding: .1rem .35rem; border-radius: .35rem;
}

/* === Growth page === */
.kolbeh-growth-page { background: var(--kolbeh-cream); padding-bottom: 2rem; }
.kolbeh-growth-page__header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: .65rem;
  padding: 1rem 1rem .55rem;
  background: rgba(248,243,234,.92);
  backdrop-filter: blur(10px);
}
.kolbeh-growth-page__header h1 {
  margin: 0; font-size: 15px; font-weight: 900; color: var(--kolbeh-deep);
}
.kolbeh-growth-page__header p {
  margin: .1rem 0 0; font-size: 11px; color: rgba(26,18,37,.45);
}
.kolbeh-growth-page__body {
  padding: .35rem 1rem 1.5rem;
  display: flex; flex-direction: column; gap: 1.1rem;
}
.kolbeh-growth-page__hero {
  position: relative; overflow: hidden;
  border-radius: 1.5rem; color: #fff;
  min-height: 168px;
  box-shadow: 0 16px 36px rgba(43,10,61,.22);
}
.kolbeh-growth-page__hero img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35;
}
.kolbeh-growth-page__hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, #2b0a3d, rgba(43,10,61,.8), rgba(43,10,61,.45));
}
.kolbeh-growth-page__hero-copy { position: relative; z-index: 1; padding: 1.15rem 1rem 1.25rem; }
.kolbeh-growth-page__eyebrow {
  margin: 0; font-size: 10px; font-weight: 700; color: var(--kolbeh-gold-light);
}
.kolbeh-growth-page__hero-copy h2 {
  margin: .45rem 0 0; font-size: 19px; font-weight: 900; line-height: 1.45;
}
.kolbeh-growth-page__hero-copy p {
  margin: .45rem 0 0; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.75);
}
.kolbeh-growth-page__steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem;
}
.kolbeh-growth-page__steps > div {
  text-align: center;
  padding: .75rem .4rem;
  border-radius: 1.1rem;
  background: var(--kolbeh-card);
  outline: 1px solid rgba(200,155,60,.12);
}
.kolbeh-growth-page__steps strong {
  display: block; font-size: 15px; font-weight: 900; color: var(--kolbeh-royal);
}
.kolbeh-growth-page__steps span {
  display: block; margin-top: .2rem;
  font-size: 10px; font-weight: 700; line-height: 1.35; color: rgba(26,18,37,.55);
}
.kolbeh-growth-page__note {
  padding: .85rem .9rem;
  border-radius: 1.2rem;
  background: rgba(255,253,248,.9);
  outline: 1px solid rgba(200,155,60,.15);
}
.kolbeh-growth-page__note p {
  margin: 0; font-size: 11px; line-height: 1.55; color: rgba(26,18,37,.6);
}
.kolbeh-growth-page__note span { font-weight: 800; color: var(--kolbeh-deep); }
.kolbeh-growth-page__note strong { color: var(--kolbeh-royal); font-weight: 800; }
.kolbeh-growth-page__note a {
  display: inline-block; margin-top: .4rem;
  font-size: 10px; font-weight: 800; color: var(--kolbeh-royal); text-decoration: none;
}
.kolbeh-growth-page__list { display: flex; flex-direction: column; gap: .85rem; }
.kolbeh-growth-plan {
  overflow: hidden; border-radius: 1.35rem;
  background: var(--kolbeh-card);
  box-shadow: 0 10px 28px rgba(43,10,61,.07);
  outline: 1px solid rgba(0,0,0,.04);
}
.kolbeh-growth-plan.is-featured { outline-color: rgba(200,155,60,.35); }
.kolbeh-growth-plan__media {
  position: relative; display: block; aspect-ratio: 2 / 1;
  text-decoration: none; color: #fff; overflow: hidden;
}
.kolbeh-growth-plan__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.kolbeh-growth-plan__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(43,10,61,.88), rgba(43,10,61,.25), transparent);
}
.kolbeh-growth-plan__badge,
.kolbeh-growth-plan__tag,
.kolbeh-growth-plan__hot {
  position: absolute; z-index: 1; top: .75rem;
  border-radius: 999px; padding: .3rem .65rem;
  font-size: 9px; font-weight: 800;
}
.kolbeh-growth-plan__badge {
  inset-inline-start: .75rem;
  background: rgba(255,253,248,.95); color: var(--kolbeh-royal);
}
.kolbeh-growth-plan__tag {
  inset-inline-end: .75rem;
  background: rgba(43,10,61,.7); color: var(--kolbeh-gold-light);
}
.kolbeh-growth-plan__hot {
  inset-inline-end: .75rem;
  background: var(--kolbeh-gold); color: var(--kolbeh-deep);
}
.kolbeh-growth-plan__caption {
  position: absolute; z-index: 1; inset-inline: 0; bottom: 0;
  padding: .85rem;
  display: flex; flex-direction: column; gap: .2rem;
}
.kolbeh-growth-plan__caption strong { font-size: 15px; font-weight: 900; }
.kolbeh-growth-plan__caption small {
  font-size: 11px; line-height: 1.45; color: rgba(255,255,255,.82);
}
.kolbeh-growth-plan__foot {
  display: flex; align-items: center; justify-content: space-between; gap: .5rem;
  padding: .75rem .9rem;
}
.kolbeh-growth-plan__outcome {
  margin: 0; font-size: 11px; font-weight: 700; color: var(--kolbeh-royal);
}
.kolbeh-growth-plan__price {
  margin: .15rem 0 0; font-size: 10px; color: rgba(26,18,37,.45);
}
.kolbeh-growth-plan__more {
  flex-shrink: 0;
  border-radius: 999px;
  padding: .4rem .65rem;
  background: rgba(75,25,121,.1);
  color: var(--kolbeh-royal);
  font-size: 10px; font-weight: 800;
}
.kolbeh-growth-plan__actions {
  display: flex; gap: .5rem; padding: 0 .55rem .75rem;
}
.kolbeh-growth-plan__actions a {
  flex: 1; text-align: center; text-decoration: none;
  border-radius: 1rem; padding: .65rem .5rem;
  font-size: 11px; font-weight: 800;
  background: var(--kolbeh-card); color: var(--kolbeh-deep);
  outline: 1px solid rgba(200,155,60,.12);
}
.kolbeh-growth-plan__actions a.is-primary {
  background: var(--kolbeh-royal); color: #fff; outline: 0;
}
.kolbeh-growth-page__why {
  border-radius: 1.35rem; padding: 1rem;
  background: var(--kolbeh-deep); color: #fff;
}
.kolbeh-growth-page__why > p {
  margin: 0; font-size: 10px; font-weight: 700; color: var(--kolbeh-gold-light);
}
.kolbeh-growth-page__why ul {
  margin: .55rem 0 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: .45rem;
}
.kolbeh-growth-page__why li {
  font-size: 11px; line-height: 1.5; color: rgba(255,255,255,.8);
  padding-inline-start: 1.1rem; position: relative;
}
.kolbeh-growth-page__why li::before {
  content: "✓"; position: absolute; inset-inline-start: 0;
  color: var(--kolbeh-gold-light); font-weight: 800;
}

body.kolbeh-auth-page .kolbeh-donation,
body.kolbeh-growth-page-body .kolbeh-page-header { display: none !important; }

/* === Inner pages v2.5 === */
.kolbeh-page { padding: 0.35rem 1rem 1.75rem; display: flex; flex-direction: column; gap: 1.15rem; }
.kolbeh-page-hero h1 { margin: 0.25rem 0 0; font-size: 20px; font-weight: 900; color: var(--kolbeh-deep); }
.kolbeh-page-hero p { margin: 0.45rem 0 0; font-size: 13px; line-height: 1.65; color: rgba(28,20,34,.6); }
.kolbeh-page-hero__eyebrow { margin: 0; font-size: 11px; font-weight: 800; color: var(--kolbeh-gold); }
.kolbeh-page-cta { padding: 1.1rem; display: flex; flex-direction: column; gap: 0.45rem; border-radius: 1.25rem; }
.kolbeh-page-cta strong { font-size: 14px; color: var(--kolbeh-deep); }
.kolbeh-page-cta p { margin: 0; font-size: 12px; color: rgba(28,20,34,.55); line-height: 1.6; }

.kolbeh-services-grid { display: flex; flex-direction: column; gap: 0.75rem; }
.kolbeh-service-tile { display: grid; grid-template-columns: 112px 1fr; gap: 0.75rem; overflow: hidden; text-decoration: none; color: inherit; border-radius: 1.25rem; }
.kolbeh-service-tile img { width: 112px; height: 112px; object-fit: cover; display: block; }
.kolbeh-service-tile span { display: flex; flex-direction: column; justify-content: center; padding-inline-end: 0.85rem; gap: 0.25rem; }
.kolbeh-service-tile strong { font-size: 13px; font-weight: 900; color: var(--kolbeh-deep); }
.kolbeh-service-tile small { font-size: 11px; color: rgba(28,20,34,.55); line-height: 1.45; }

.kolbeh-ideas-grid { display: flex; flex-direction: column; gap: 0.85rem; }
.kolbeh-idea-card { overflow: hidden; border-radius: 1.25rem; }
.kolbeh-idea-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.kolbeh-idea-card__body { padding: 0.9rem 1rem 1rem; }
.kolbeh-idea-card__body strong { display: block; font-size: 14px; color: var(--kolbeh-deep); }
.kolbeh-idea-card__body p { margin: 0.3rem 0 0.65rem; font-size: 12px; color: rgba(28,20,34,.55); }
.kolbeh-idea-card__body a { color: var(--kolbeh-royal); font-size: 12px; font-weight: 800; text-decoration: none; }

.kolbeh-chat-list { display: flex; flex-direction: column; gap: 0.55rem; }
.kolbeh-chat-row { display: flex; align-items: center; gap: 0.75rem; padding: 0.85rem 1rem; text-decoration: none; color: inherit; border-radius: 1.15rem; }
.kolbeh-chat-row.is-unread { outline: 1px solid rgba(75,25,121,.25); }
.kolbeh-chat-row__avatar { width: 2.5rem; height: 2.5rem; border-radius: 999px; display: grid; place-items: center; background: rgba(75,25,121,.1); color: var(--kolbeh-royal); font-weight: 900; flex-shrink: 0; }
.kolbeh-chat-row__copy { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.15rem; }
.kolbeh-chat-row__copy strong { font-size: 13px; color: var(--kolbeh-deep); }
.kolbeh-chat-row__copy small { font-size: 11px; color: rgba(28,20,34,.55); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kolbeh-chat-row__time { font-size: 10px; color: rgba(28,20,34,.4); white-space: nowrap; }

.kolbeh-pricing-block h2 { margin: 0 0 0.65rem; font-size: 14px; font-weight: 900; color: var(--kolbeh-deep); }
.kolbeh-pricing-list { display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 0.35rem; }
.kolbeh-plan-card { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 1rem; border-radius: 1.15rem; }
.kolbeh-plan-card.is-current { outline: 1px solid rgba(75,25,121,.3); }
.kolbeh-plan-card strong { display: block; font-size: 14px; color: var(--kolbeh-deep); }
.kolbeh-plan-card p { margin: 0.25rem 0 0; font-size: 11px; color: rgba(28,20,34,.55); }
.kolbeh-plan-card > span { font-size: 11px; font-weight: 800; color: var(--kolbeh-royal); white-space: nowrap; }

.kolbeh-about-card { padding: 1.15rem; border-radius: 1.25rem; text-align: center; }
.kolbeh-about-card__heart { color: var(--kolbeh-gold); font-size: 22px; }
.kolbeh-about-card strong { display: block; margin-top: 0.35rem; font-size: 15px; color: var(--kolbeh-deep); }
.kolbeh-about-card p { margin: 0.45rem 0 0; font-size: 12px; line-height: 1.7; color: rgba(28,20,34,.6); }
.kolbeh-about-grid { display: grid; gap: 0.65rem; }
.kolbeh-about-grid .lux-card { padding: 1rem; border-radius: 1.15rem; }
.kolbeh-about-grid strong { display: block; font-size: 13px; color: var(--kolbeh-deep); margin-bottom: 0.35rem; }
.kolbeh-about-grid p { margin: 0; font-size: 12px; color: rgba(28,20,34,.55); line-height: 1.55; }
.kolbeh-about-actions { display: flex; gap: 0.55rem; flex-wrap: wrap; margin-top: 0.35rem; }

.kolbeh-ai-intro { padding: 1.1rem; border-radius: 1.25rem; }
.kolbeh-ai-intro__badge { font-size: 11px; font-weight: 800; color: var(--kolbeh-gold); }
.kolbeh-ai-intro h1 { margin: 0.4rem 0 0; font-size: 17px; font-weight: 900; color: var(--kolbeh-deep); }
.kolbeh-ai-intro p { margin: 0.4rem 0 0; font-size: 12px; color: rgba(28,20,34,.55); line-height: 1.6; }
.kolbeh-ai-actions { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.kolbeh-ai-chip { border: 0; background: var(--kolbeh-card); color: var(--kolbeh-royal); font-size: 11px; font-weight: 800; padding: 0.55rem 0.8rem; border-radius: 999px; outline: 1px solid rgba(75,25,121,.12); font-family: inherit; cursor: pointer; }
.kolbeh-ai-thread { display: flex; flex-direction: column; gap: 0.55rem; max-height: 42vh; overflow-y: auto; padding: 0.25rem 0; }
.kolbeh-ai-bubble { max-width: 88%; padding: 0.75rem 0.9rem; border-radius: 1.1rem; font-size: 12px; line-height: 1.65; }
.kolbeh-ai-bubble p { margin: 0; }
.kolbeh-ai-bubble.is-bot { align-self: flex-start; background: var(--kolbeh-card); color: var(--kolbeh-dark); outline: 1px solid rgba(0,0,0,.05); }
.kolbeh-ai-bubble.is-user { align-self: flex-end; background: var(--kolbeh-royal); color: #fff; }
.kolbeh-ai-composer { display: flex; gap: 0.45rem; position: sticky; bottom: 0; }
.kolbeh-ai-composer input { flex: 1; border: 0; border-radius: 999px; padding: 0.85rem 1rem; background: var(--kolbeh-card); font-family: inherit; font-size: 13px; outline: 1px solid rgba(0,0,0,.06); }
.kolbeh-ai-composer button { border: 0; border-radius: 999px; background: var(--kolbeh-royal); color: #fff; font-weight: 800; font-size: 12px; padding: 0 1.1rem; font-family: inherit; cursor: pointer; }
.kolbeh-ai-foot { text-align: center; font-size: 12px; }
.kolbeh-ai-foot a { color: var(--kolbeh-royal); font-weight: 800; text-decoration: none; }

body.kolbeh-inner-page .kolbeh-page-header,
body.kolbeh-ai-page-body .kolbeh-page-header { /* keep */ }
body.kolbeh-auth-page .kolbeh-donation { display: none !important; }

/* =========================================================
   Motion system v2.7 — fast, warm, showroom (not neon)
   ========================================================= */

/* Cross-document page morph (Chrome / Edge / Safari 18+) */
@view-transition {
  navigation: auto;
}

::view-transition-old(root) {
  animation: kolbeh-vt-out 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}
::view-transition-new(root) {
  animation: kolbeh-vt-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Keep chrome stable while content morphs */
.kolbeh-dock {
  view-transition-name: kolbeh-dock;
}
.kolbeh-donation {
  view-transition-name: kolbeh-donation;
}
.kolbeh-shell__main {
  view-transition-name: kolbeh-main;
}

@keyframes kolbeh-vt-out {
  from { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
  to { opacity: 0; transform: translateX(12px) scale(0.985); filter: blur(2px); }
}
@keyframes kolbeh-vt-in {
  from { opacity: 0; transform: translateX(-14px) scale(0.985); filter: blur(2px); }
  to { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}

/* Top gold progress — instant feedback on tap */
.kolbeh-nav-progress {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 9999;
  height: 2px;
  pointer-events: none;
  transform-origin: right center; /* RTL: grows from start */
  transform: scaleX(0);
  opacity: 0;
  background: linear-gradient(
    to left,
    transparent,
    var(--kolbeh-gold-light, #e8c878),
    var(--kolbeh-gold, #c89b3c),
    var(--kolbeh-royal, #4b1979)
  );
  box-shadow: 0 0 12px rgba(200, 155, 60, 0.45);
}
.kolbeh-nav-progress.is-active {
  opacity: 1;
  animation: kolbeh-nav-grow 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.kolbeh-nav-progress.is-done {
  animation: kolbeh-nav-finish 0.28s ease forwards;
}
@keyframes kolbeh-nav-grow {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(0.72); }
}
@keyframes kolbeh-nav-finish {
  to { transform: scaleX(1); opacity: 0; }
}

/* Soft leave veil */
html.kolbeh-nav-leaving .kolbeh-shell__main {
  opacity: 0.86;
  transform: translateY(4px) scale(0.992);
  filter: saturate(0.92);
  transition:
    opacity 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.22s ease;
}
html.kolbeh-page-enter .kolbeh-shell__main {
  animation: kolbeh-page-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes kolbeh-page-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Press: spring + bloom */
.cta-press,
.kolbeh-dock__list a,
.kolbeh-product-card,
.kolbeh-brand-card,
.kolbeh-maze-gate,
.kolbeh-maze-cat,
.kolbeh-service-card,
.kolbeh-growth-pack {
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    opacity 0.2s ease;
}
.cta-press:active,
.cta-press.is-pressing,
.kolbeh-dock__list a:active,
.kolbeh-product-card:active,
.kolbeh-maze-gate:active,
.kolbeh-maze-cat:active {
  transform: scale(0.965);
}
.kolbeh-press-bloom {
  position: fixed;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(232, 200, 120, 0.5) 0%,
    rgba(75, 25, 121, 0.1) 42%,
    transparent 70%
  );
  animation: kolbeh-bloom 0.48s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  z-index: 10000;
}
@keyframes kolbeh-bloom {
  from { transform: scale(0.4); opacity: 0.9; }
  to { transform: scale(18); opacity: 0; }
}

/* Scroll reveal — sections float in once */
.kolbeh-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.kolbeh-reveal.is-inview,
.kolbeh-reveal.animate-fade-up {
  opacity: 1;
  transform: none;
}
/* If both animate-fade-up keyframes and reveal exist, prefer reveal once ready */
.kolbeh-motion-ready .animate-fade-up:not(.kolbeh-reveal) {
  animation: fade-up 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.kolbeh-motion-ready .kolbeh-reveal.animate-fade-up {
  animation: none;
}

/* Dock active tab — soft lift */
.kolbeh-dock__list a.is-active,
.kolbeh-dock__list a[aria-current="page"] {
  transform: translateY(-1px);
}
.kolbeh-dock__list a:active {
  transform: scale(0.92);
}

/* Cards: gentle lift on hover (desktop) */
@media (hover: hover) and (pointer: fine) {
  .kolbeh-product-card:hover,
  .kolbeh-brand-card:hover,
  .kolbeh-maze-cat:hover,
  .kolbeh-maze-gate:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(43, 10, 61, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }
  .kolbeh-nav-progress,
  .kolbeh-press-bloom,
  html.kolbeh-nav-leaving .kolbeh-shell__main,
  html.kolbeh-page-enter .kolbeh-shell__main,
  .kolbeh-reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .cta-press:active,
  .cta-press.is-pressing {
    transform: none !important;
  }
}
