* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(106, 141, 34, 0.22), transparent 32%),
    radial-gradient(circle at bottom right, rgba(213, 198, 137, 0.15), transparent 30%),
    linear-gradient(180deg, #0c1009 0%, #11170d 45%, #0f130c 100%);
  color: #f5f3ea;
  font-family: "Space Grotesk", sans-serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

body.welcome-active {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

select {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
}

img {
  max-width: 100%;
  display: block;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.welcome-splash {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 620ms ease,
    visibility 620ms ease;
}

.welcome-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.welcome-splash-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(122, 163, 33, 0.28), transparent 32%),
    radial-gradient(circle at bottom, rgba(213, 198, 137, 0.16), transparent 30%),
    rgba(8, 11, 7, 0.94);
  backdrop-filter: blur(18px);
}

.welcome-splash-panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(100%, 560px);
  padding: 34px 30px;
  text-align: center;
  border-radius: 32px;
  border: 1px solid rgba(118, 146, 43, 0.22);
  background: rgba(14, 18, 10, 0.84);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.36);
  animation: welcomePanelIn 880ms cubic-bezier(0.22, 1, 0.36, 1);
}

.welcome-logo-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  border: 1px solid rgba(118, 146, 43, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 236, 0.94));
  box-shadow:
    0 0 0 12px rgba(106, 141, 34, 0.08),
    0 24px 42px rgba(0, 0, 0, 0.22);
}

.welcome-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.welcome-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: #d5c689;
  background: rgba(106, 141, 34, 0.12);
  border: 1px solid rgba(118, 146, 43, 0.18);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.welcome-splash-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.welcome-splash-panel p {
  margin: 0;
  max-width: 34ch;
  color: #d9decc;
  font-size: 1rem;
  line-height: 1.7;
}

@keyframes welcomePanelIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ambientDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(22px, -18px, 0) scale(1.08);
  }
}

@keyframes heroAura {
  0% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.62;
  }
  100% {
    transform: translate3d(34px, 18px, 0) scale(1.08);
    opacity: 0.96;
  }
}

@keyframes heroFrameFloat {
  0% {
    transform: rotate(10deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(16deg) translate3d(0, -18px, 0);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes buttonSweep {
  0%,
  12% {
    transform: translateX(-130%);
  }
  28%,
  100% {
    transform: translateX(130%);
  }
}

.ambient {
  position: absolute;
  filter: blur(100px);
  pointer-events: none;
  animation: ambientDrift 18s ease-in-out infinite alternate;
}

.ambient-one {
  top: 120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: rgba(106, 141, 34, 0.24);
}

.ambient-two {
  right: -120px;
  top: 540px;
  width: 340px;
  height: 340px;
  background: rgba(213, 198, 137, 0.14);
  animation-duration: 24s;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(118, 146, 43, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(118, 146, 43, 0.08) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.18;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
}

.topbar,
.hero,
.section,
.footer {
  width: min(calc(100% - 32px), 1180px);
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  margin-top: 20px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(12, 16, 9, 0.78);
  backdrop-filter: blur(18px);
  border-radius: 999px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.theme-picker {
  position: relative;
}

.theme-switcher {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: grid;
  gap: 6px;
  min-width: 190px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(65, 70, 39, 0.14);
}

.theme-picker-trigger {
  min-width: 84px;
}

.theme-switcher[hidden] {
  display: none;
}

.theme-option-button {
  width: 100%;
  padding: 11px 14px;
  text-align: left;
  color: #b8c0a6;
  border-radius: 14px;
  background: transparent;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.theme-option-button:hover {
  transform: translateY(-1px);
}

.theme-option-button.active {
  color: #f5f3ea;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(65, 70, 39, 0.12);
}

html[data-theme="dark"] .theme-switcher {
  background: rgba(20, 26, 14, 0.96);
}

html[data-theme="dark"] .theme-option-button.active {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  padding: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.brand strong,
.hero h1,
.section-title h2,
.glass-panel h2,
.glass-panel h3,
.contact-card h2 {
  font-family: "Sora", sans-serif;
}

.brand div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand span,
.nav-links a,
.section-title .eyebrow,
.eyebrow,
.toolbar-copy p,
.metric-card span,
.company-facts dt,
.value-list span,
.contact-grid span,
.managed-list-header span,
.status-message,
small {
  color: #b8c0a6;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-size: 0.95rem;
}

.ghost-button,
.primary-button,
.secondary-button,
.whatsapp-button,
.chip-button,
.tab-button,
.inline-link-button,
.compact-button {
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ghost-button,
.secondary-button,
.whatsapp-button,
.chip-button,
.tab-button,
.compact-button {
  color: #f5f3ea;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(26, 34, 18, 0.55);
}

.ghost-button,
.secondary-button,
.whatsapp-button {
  padding: 12px 18px;
}

.primary-button {
  padding: 13px 22px;
  color: #12170d;
  background: linear-gradient(135deg, #6a8d22, #cadf92);
  box-shadow: 0 20px 40px rgba(106, 141, 34, 0.28);
}

.primary-button:disabled,
.secondary-button:disabled,
.ghost-button:disabled,
.chip-button:disabled,
.compact-button:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
  box-shadow: none;
}

.form-status-message {
  min-height: 1.45em;
  margin: 12px 0 0;
  color: #b8c0a6;
  font-size: 0.95rem;
  line-height: 1.45;
}

.secondary-button {
  box-shadow: inset 0 0 0 1px rgba(118, 146, 43, 0.14);
}

.whatsapp-button {
  color: #eef6df;
  background: linear-gradient(135deg, #1e7a3f, #35b56a);
  box-shadow: 0 20px 40px rgba(33, 122, 63, 0.24);
}

.ghost-button:hover,
.primary-button:hover,
.secondary-button:hover,
.whatsapp-button:hover,
.chip-button:hover,
.tab-button:hover,
.inline-link-button:hover,
.floating-admin:hover {
  transform: translateY(-2px);
}

.inline-link-button {
  align-self: flex-start;
  padding: 0;
  margin-top: 4px;
  color: #d5c689;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.compact-button {
  padding: 10px 14px;
}

.hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  padding: 88px 0 42px;
  isolation: isolate;
}

.hero-copy {
  flex: 1 1 540px;
}

.hero-panel {
  flex: 1 1 320px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  top: 32px;
  left: -54px;
  width: min(48vw, 520px);
  height: min(48vw, 520px);
  border-radius: 50%;
  background:
    radial-gradient(circle, color-mix(in srgb, #6a8d22 24%, transparent) 0%, transparent 68%);
  filter: blur(12px);
  opacity: 0.9;
  animation: heroAura 14s ease-in-out infinite alternate;
}

.hero::after {
  right: 8%;
  bottom: 18px;
  width: 260px;
  height: 260px;
  border-radius: 32px;
  border: 1px solid color-mix(in srgb, #d5c689 18%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, #d5c689 10%, transparent), transparent 62%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transform: rotate(12deg);
  opacity: 0.55;
  animation: heroFrameFloat 16s ease-in-out infinite alternate;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 1.03;
  max-width: 10ch;
}

.hero-copy p {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #e4e6d8;
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 14px;
  border-radius: 22px;
  border: 1px solid rgba(118, 146, 43, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
  animation: badgeFloat 6.8s ease-in-out infinite;
}

.hero-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-selling-points,
.contact-sales-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero-selling-points span,
.contact-sales-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, #d5c689 14%, transparent);
  background: color-mix(in srgb, rgba(18, 25, 14, 0.74) 82%, transparent);
  color: #f5f3ea;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.hero-selling-points span::before,
.contact-sales-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6a8d22;
  box-shadow: 0 0 0 6px color-mix(in srgb, #6a8d22 18%, transparent);
}

.hero-actions .primary-button {
  position: relative;
  overflow: hidden;
}

.hero-actions .primary-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.26) 50%, transparent 78%);
  transform: translateX(-130%);
  animation: buttonSweep 4.8s ease-in-out infinite;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-metrics .metric-card {
  flex: 1 1 160px;
}

.metric-card,
.card-panel,
.glass-panel,
.product-card,
.feature-banner {
  border: 1px solid rgba(118, 146, 43, 0.24);
  background: rgba(18, 25, 14, 0.74);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.metric-card {
  padding: 18px;
  border-radius: 18px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.metric-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, #d5c689 28%, transparent);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.16);
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.9rem;
}

.glass-panel,
.card-panel {
  border-radius: 28px;
}

.hero-panel {
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, #d5c689 10%, transparent), transparent 34%);
  pointer-events: none;
  opacity: 0.9;
}

.panel-heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(22, 29, 15, 0.82);
  color: #b8c0a6;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7dffb0;
  box-shadow: 0 0 16px rgba(125, 255, 176, 0.8);
}

.hero-panel h2 {
  margin: 26px 0 8px;
  font-size: 2.2rem;
}

.hero-panel p {
  margin: 0 0 24px;
  color: #dde3d0;
}

.company-facts {
  margin: 0;
  display: grid;
  gap: 18px;
}

.company-facts div {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(118, 146, 43, 0.12);
}

.company-facts div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-facts dd {
  margin: 0;
  font-size: 1.05rem;
}

.section {
  padding: 42px 0;
}

.promo-banner-section {
  padding-top: 8px;
}

.promo-banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.promo-banner {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, #6a8d22 10%, transparent), transparent 54%),
    radial-gradient(circle at top right, color-mix(in srgb, #d5c689 14%, transparent), transparent 38%);
  pointer-events: none;
}

.promo-banner > * {
  position: relative;
  z-index: 1;
}

.promo-banner-copy {
  display: grid;
  gap: 12px;
}

.promo-banner-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.promo-banner-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.06;
}

.promo-banner-copy p {
  margin: 0;
  max-width: 62ch;
}

.promo-banner-button {
  white-space: nowrap;
}

.profile-section,
.portfolio-section {
  position: relative;
}

.profile-section::before,
.portfolio-section::before {
  content: "";
  position: absolute;
  inset: 30px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, #6a8d22 12%, transparent) 0%, transparent 72%);
  filter: blur(18px);
  opacity: 0.7;
  pointer-events: none;
}

.portfolio-section::before {
  right: -40px;
  left: auto;
  background: radial-gradient(circle, color-mix(in srgb, #d5c689 12%, transparent) 0%, transparent 72%);
}

.profile-section::before {
  left: -50px;
}

.section-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-title h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.12;
}

.profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.profile-grid > * {
  flex: 1 1 320px;
}

.profile-wide {
  flex-basis: 100%;
}

.narrative-card,
.values-card,
.contact-card,
.catalog-toolbar,
.featured-product,
.managed-list,
.admin-form {
  padding: 28px;
}

.narrative-card p,
.value-list p,
.contact-card p,
.product-card p,
.featured-product p {
  line-height: 1.75;
  color: #e3e6da;
}

.value-list p {
  margin: 0;
  flex: 1;
  padding-top: 5px;
  line-height: 1.6;
}

.profile-image-card {
  padding: 16px;
  overflow: hidden;
}

.profile-showcase-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(118, 146, 43, 0.14);
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.portfolio-card {
  flex: 1 1 260px;
}

.portfolio-card {
  overflow: hidden;
  padding: 0;
}

.portfolio-card-media {
  min-height: 240px;
  background:
    linear-gradient(180deg, rgba(16, 19, 13, 0.04) 0%, rgba(16, 19, 13, 0.16) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(118, 146, 43, 0.12);
}

.portfolio-card-body {
  padding: 22px;
}

.portfolio-card-body h3 {
  font-family: "Sora", sans-serif;
}

.portfolio-card-body h3 {
  margin: 12px 0 10px;
  font-size: 1.45rem;
}

.portfolio-card-body p {
  margin: 0;
  line-height: 1.7;
  color: #dbe2cf;
}

.value-list {
  display: grid;
  gap: 18px;
}

.value-list div {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.value-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  margin-top: 6px;
  padding-top: 1px;
  border-radius: 16px;
  background: rgba(106, 141, 34, 0.14);
  line-height: 1;
  font-size: 1.35rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.catalog-shell {
  display: flex;
  gap: 22px;
  align-items: start;
}

.catalog-sidebar {
  flex: 0 0 280px;
}

.catalog-content {
  flex: 1 1 560px;
}

.catalog-sidebar,
.catalog-content {
  display: grid;
  gap: 18px;
}

.catalog-sidebar {
  position: sticky;
  top: 106px;
  padding: 24px;
  overflow: hidden;
}

.catalog-sidebar::before,
.catalog-toolbar::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.catalog-sidebar::before {
  background:
    radial-gradient(circle at top right, color-mix(in srgb, #d5c689 12%, transparent), transparent 42%);
}

.catalog-sidebar > *,
.catalog-toolbar > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}

.sidebar-header h3 {
  margin: 10px 0 8px;
  font-size: 1.8rem;
}

.sidebar-header p {
  margin: 0;
  color: #b8c0a6;
  line-height: 1.6;
}

.sidebar-category-list {
  display: grid;
  gap: 10px;
}

.category-list-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  color: #f5f3ea;
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(118, 146, 43, 0.14);
  background: rgba(18, 24, 13, 0.64);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.category-list-button:hover {
  transform: translateX(4px);
}

.category-list-button.active {
  color: #12170d;
  border-color: rgba(137, 173, 59, 0.4);
  background: linear-gradient(135deg, #cadf92, #d7e8a8);
}

.featured-product {
  position: relative;
  overflow: hidden;
  padding: 28px;
  min-height: 430px;
  border-width: 1px;
}

.featured-product::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(106, 141, 34, 0.12), rgba(213, 198, 137, 0.08));
}

.featured-product > * {
  position: relative;
  z-index: 1;
}

.feature-banner {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 21, 12, 0.7);
  margin-bottom: 20px;
}

.featured-product h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.featured-meta,
.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.meta-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 19, 13, 0.7);
  border: 1px solid rgba(118, 146, 43, 0.16);
  color: #f2f0e2;
  font-size: 0.92rem;
}

.promo-pill {
  background: rgba(106, 141, 34, 0.2);
  border-color: rgba(137, 173, 59, 0.3);
}

.stock-pill,
.availability-badge {
  color: #ffe1e1;
  background: rgba(255, 107, 107, 0.18);
  border: 1px solid rgba(255, 107, 107, 0.34);
}

.catalog-content {
  display: grid;
  gap: 18px;
}

.product-order {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  margin: 18px 0 8px;
}

.product-order .order-field {
  flex: 1 1 150px;
}

.order-field {
  display: grid;
  gap: 8px;
}

.order-field span {
  color: #b8c0a6;
  font-size: 0.92rem;
}

.order-qty-input {
  width: 100%;
  padding: 12px 14px;
  color: #f5f3ea;
  border-radius: 12px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(15, 20, 11, 0.86);
}

.order-qty-input:focus {
  outline: 2px solid rgba(106, 141, 34, 0.18);
  border-color: rgba(106, 141, 34, 0.42);
}

.order-qty-input:disabled {
  color: #b8c0a6;
  cursor: not-allowed;
  opacity: 0.58;
}

.order-button {
  align-self: end;
}

.whatsapp-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  color: #eff8e2;
  border-radius: 18px;
  border: 1px solid rgba(53, 181, 106, 0.28);
  background: linear-gradient(135deg, #1e7a3f, #35b56a);
  box-shadow: 0 18px 30px rgba(33, 122, 63, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-icon-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.whatsapp-icon-button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.55);
  opacity: 0.58;
  box-shadow: none;
}

.whatsapp-icon-button:disabled:hover {
  transform: none;
  filter: grayscale(0.55);
}

.whatsapp-icon-button svg {
  width: 28px;
  height: 28px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catalog-toolbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  overflow: hidden;
}

.catalog-toolbar::before {
  background:
    linear-gradient(135deg, color-mix(in srgb, #6a8d22 8%, transparent), transparent 48%),
    radial-gradient(circle at top right, color-mix(in srgb, #d5c689 12%, transparent), transparent 36%);
}

.toolbar-copy h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.toolbar-copy p {
  margin: 0;
}

.search-field {
  display: grid;
  gap: 8px;
  min-width: min(100%, 320px);
}

.search-field input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  padding: 14px 16px;
  color: #f5f3ea;
  border-radius: 12px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(15, 20, 11, 0.86);
}

.custom-file-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(15, 20, 11, 0.86);
  overflow: hidden;
}

.custom-file-field input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file-trigger {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: #12170d;
  border-radius: 14px;
  background: linear-gradient(135deg, #6a8d22, #d6e7a5);
  box-shadow: 0 12px 24px rgba(106, 141, 34, 0.18);
  white-space: nowrap;
}

.custom-file-name {
  flex: 1 1 auto;
  min-width: 0;
  color: #b8c0a6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-file-field:hover {
  border-color: rgba(137, 173, 59, 0.34);
}

.custom-file-field:focus-within {
  outline: 2px solid rgba(106, 141, 34, 0.18);
  border-color: rgba(106, 141, 34, 0.42);
}

.admin-form label small {
  display: block;
  margin-top: 8px;
  color: #b8c0a6;
}

.image-preview-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(15, 20, 11, 0.86);
}

.image-preview-card span {
  color: #b8c0a6;
}

.image-preview-card small {
  margin-top: -6px;
  color: #b8c0a6;
}

.image-adjust-stage {
  position: relative;
  width: min(100%, 360px);
  height: 220px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(118, 146, 43, 0.18);
  background: rgba(9, 13, 7, 0.88);
  touch-action: none;
  cursor: grab;
}

.image-adjust-stage.is-dragging {
  cursor: grabbing;
}

.image-adjust-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  user-select: none;
  -webkit-user-drag: none;
}

.image-adjust-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #eef6df;
  font-size: 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 43, 0.18);
  background: rgba(12, 17, 9, 0.78);
  pointer-events: none;
}

.gallery-preview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-preview-item {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  border: 1px solid rgba(118, 146, 43, 0.18);
  background:
    linear-gradient(180deg, rgba(16, 19, 13, 0.04) 0%, rgba(16, 19, 13, 0.16) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
  background-position: center;
  background-size: cover;
}

.gallery-preview-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #f5f3ea;
  font-size: 0.9rem;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 107, 0.26);
  background: rgba(120, 22, 22, 0.9);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.gallery-preview-remove:hover {
  background: rgba(160, 28, 28, 0.96);
}

.search-field input:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  outline: 2px solid rgba(106, 141, 34, 0.18);
  border-color: rgba(106, 141, 34, 0.42);
}

.chip-button,
.tab-button {
  padding: 11px 16px;
}

.chip-button.active,
.tab-button.active {
  color: #12170d;
  background: linear-gradient(135deg, #6a8d22, #d7e8a8);
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.product-grid .product-card {
  flex: 1 1 220px;
}

.catalog-pagination {
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-top: 24px;
}

.catalog-pagination:empty {
  display: none;
}

.pagination-summary {
  color: #b8c0a6;
  text-align: center;
}

.pagination-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  color: #b8c0a6;
}

.pagination-controls button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, #d5c689 26%, rgba(118, 146, 43, 0.24));
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.2);
}

.product-card:hover::before {
  opacity: 1;
}

.catalog-card {
  display: grid;
  grid-template-rows: 200px auto;
  background: rgba(18, 24, 13, 0.72);
}

.catalog-card-media {
  position: relative;
  background:
    linear-gradient(180deg, rgba(16, 19, 13, 0.02) 0%, rgba(16, 19, 13, 0.12) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid rgba(118, 146, 43, 0.12);
  transition: transform 260ms ease, filter 260ms ease;
}

.catalog-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 34%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.product-card:hover .catalog-card-media {
  transform: scale(1.035);
  filter: saturate(1.06);
}

.catalog-card-body {
  padding: 22px;
  position: relative;
}

.product-gallery-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 6px;
}

.product-gallery-thumb,
.product-gallery-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(118, 146, 43, 0.18);
}

.product-gallery-thumb {
  padding: 0;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(16, 19, 13, 0.04) 0%, rgba(16, 19, 13, 0.16) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
  background-position: center;
  background-size: cover;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-gallery-thumb:hover {
  transform: translateY(-1px);
}

.product-gallery-thumb.active {
  border-color: rgba(213, 198, 137, 0.56);
  box-shadow: 0 0 0 2px rgba(213, 198, 137, 0.18);
}

.product-gallery-count {
  padding: 0 8px;
  width: auto;
  min-width: 44px;
  color: #eef6df;
  font-size: 0.88rem;
  background: rgba(18, 24, 13, 0.78);
}

.product-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.availability-badge {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  white-space: nowrap;
}

.catalog-card.is-out-of-stock .catalog-card-media,
.featured-product.is-out-of-stock .catalog-featured-visual,
.product-popup-layout.is-out-of-stock .product-popup-visual {
  filter: grayscale(1) contrast(0.9) brightness(0.92);
}

.product-card h3 {
  margin: 10px 0 8px;
  font-size: 1.45rem;
}

.product-card h3,
.catalog-featured-copy h3,
.contact-card h2 {
  letter-spacing: -0.03em;
}

.product-card .highlight {
  display: inline-flex;
  margin-top: 12px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(106, 141, 34, 0.16);
  color: #f1eedb;
}

.product-card .highlight,
.feature-banner {
  font-weight: 600;
}

.product-grid {
  gap: 16px;
}

.product-card {
  border-radius: 18px;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.catalog-card {
  grid-template-rows: 218px auto;
}

.catalog-card-body {
  display: grid;
  align-content: start;
  padding: 16px;
}

.product-card-topline {
  margin-bottom: 8px;
}

.availability-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.market-status {
  flex: 0 0 auto;
  color: #b8c0a6;
  font-size: 0.9rem;
}

.product-card h3 {
  display: -webkit-box;
  min-height: 2.5em;
  margin: 0 0 8px;
  overflow: hidden;
  font-size: 1.18rem;
  letter-spacing: 0;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card p {
  display: -webkit-box;
  min-height: 3.35em;
  margin: 0 0 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-price {
  display: block;
  margin: 4px 0 8px;
  color: #c6532d;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

html[data-theme="dark"] .product-price {
  color: #f0c98d;
}

.product-meta {
  margin: 0 0 6px;
}

.product-meta:empty {
  display: none;
}

.product-order {
  gap: 8px;
  margin: 14px 0 8px;
}

.order-qty-input {
  min-height: 46px;
  padding: 11px 13px;
}

.whatsapp-icon-button {
  gap: 8px;
  width: auto;
  min-width: 96px;
  height: 46px;
  padding: 0 14px;
  border-radius: 14px;
}

.whatsapp-icon-button svg {
  width: 22px;
  height: 22px;
}

.order-button-text {
  font-weight: 700;
  line-height: 1;
}

.product-gallery-strip {
  gap: 7px;
  margin: 12px 0 4px;
}

.product-gallery-thumb,
.product-gallery-count {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.product-card .highlight {
  width: fit-content;
  margin-top: 10px;
  padding: 7px 10px;
  font-size: 0.9rem;
}

.product-video {
  position: relative;
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(12, 16, 9, 0.72);
  aspect-ratio: 16 / 9;
}

.product-video iframe,
.product-video video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

body.modal-open {
  overflow: hidden;
}

.catalog-featured {
  min-height: 0;
  border-width: 1px;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.18);
}

.featured-stage {
  position: relative;
  display: grid;
  overflow: hidden;
  isolation: isolate;
}

.featured-slide {
  grid-area: 1 / 1;
  width: 100%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition:
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 480ms ease;
}

.featured-slide-enter {
  z-index: 2;
  opacity: 0;
  transform: translate3d(10%, 0, 0);
  pointer-events: none;
}

.featured-slide-enter.featured-slide-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.featured-slide-exit {
  z-index: 1;
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
  pointer-events: none;
}

.catalog-featured-body {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
}

.catalog-featured-copy {
  flex: 1 1 360px;
}

.catalog-featured-visual {
  flex: 0 1 300px;
}

.catalog-featured-copy h3 {
  margin: 12px 0 10px;
  font-size: 2rem;
}

.catalog-featured-visual {
  min-height: 260px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(16, 19, 13, 0.06) 0%, rgba(16, 19, 13, 0.18) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(118, 146, 43, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.featured-indicators {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.featured-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(118, 146, 43, 0.22);
  background: rgba(118, 146, 43, 0.18);
}

.featured-dot.active {
  background: #d5c689;
  border-color: rgba(213, 198, 137, 0.6);
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at top left, rgba(106, 141, 34, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(213, 198, 137, 0.2), transparent 30%),
    linear-gradient(180deg, #f8f4e7 0%, #f2f0e6 45%, #ecefdf 100%);
}

html[data-theme="light"] body::before {
  background: linear-gradient(rgba(84, 98, 49, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 98, 49, 0.04) 1px, transparent 1px);
}

html[data-theme="light"] .welcome-splash-backdrop {
  background:
    radial-gradient(circle at top, rgba(122, 163, 33, 0.16), transparent 32%),
    radial-gradient(circle at bottom, rgba(213, 198, 137, 0.18), transparent 30%),
    rgba(243, 239, 225, 0.94);
}

html[data-theme="light"] .welcome-splash-panel {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(118, 146, 43, 0.18);
  box-shadow: 0 24px 50px rgba(65, 70, 39, 0.16);
}

html[data-theme="light"] .welcome-splash-panel p,
html[data-theme="light"] .hero-copy p,
html[data-theme="light"] .hero-panel p,
html[data-theme="light"] .portfolio-card-body p,
html[data-theme="light"] .narrative-card p,
html[data-theme="light"] .value-list p,
html[data-theme="light"] .contact-card p,
html[data-theme="light"] .product-card p,
html[data-theme="light"] .featured-product p,
html[data-theme="light"] .managed-item p {
  color: #33402a;
}

html[data-theme="light"] .ambient-one {
  background: rgba(106, 141, 34, 0.12);
}

html[data-theme="light"] .ambient-two {
  background: rgba(213, 198, 137, 0.18);
}

html[data-theme="light"] .grid-overlay {
  background:
    linear-gradient(to right, rgba(118, 146, 43, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(118, 146, 43, 0.06) 1px, transparent 1px);
  opacity: 0.14;
}

html[data-theme="light"] .topbar {
  border-color: rgba(118, 146, 43, 0.14);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 38px rgba(65, 70, 39, 0.08);
}

html[data-theme="light"] .ghost-button,
html[data-theme="light"] .secondary-button,
html[data-theme="light"] .chip-button,
html[data-theme="light"] .tab-button,
html[data-theme="light"] .compact-button {
  border-color: rgba(118, 146, 43, 0.16);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(65, 70, 39, 0.06);
}

html[data-theme="light"] .secondary-button {
  box-shadow: inset 0 0 0 1px rgba(118, 146, 43, 0.14);
}

html[data-theme="light"] .brand-logo,
html[data-theme="light"] .hero-brand-lockup,
html[data-theme="light"] .footer-logo {
  box-shadow: 0 10px 24px rgba(65, 70, 39, 0.12);
}

html[data-theme="light"] .panel-heading,
html[data-theme="light"] .feature-banner,
html[data-theme="light"] .meta-pill,
html[data-theme="light"] .product-gallery-count,
html[data-theme="light"] .admin-auth-state,
html[data-theme="light"] .close-button,
html[data-theme="light"] .maps-icon-action,
html[data-theme="light"] .social-icon-link,
html[data-theme="light"] .contact-grid div,
html[data-theme="light"] .managed-item,
html[data-theme="light"] .category-list-button,
html[data-theme="light"] .catalog-card,
html[data-theme="light"] .search-field input,
html[data-theme="light"] .admin-form input,
html[data-theme="light"] .admin-form select,
html[data-theme="light"] .admin-form textarea,
html[data-theme="light"] .custom-file-field,
html[data-theme="light"] .image-preview-card,
html[data-theme="light"] .checkbox-field,
html[data-theme="light"] .order-qty-input {
  color: #182110;
  border-color: rgba(118, 146, 43, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .panel-heading,
html[data-theme="light"] .feature-banner,
html[data-theme="light"] .meta-pill,
html[data-theme="light"] .product-gallery-count,
html[data-theme="light"] .social-icon-link,
html[data-theme="light"] .maps-icon-action {
  box-shadow: 0 10px 22px rgba(65, 70, 39, 0.06);
}

html[data-theme="light"] .category-list-button.active,
html[data-theme="light"] .chip-button.active,
html[data-theme="light"] .tab-button.active {
  color: #12170d;
}

html[data-theme="light"] .catalog-card,
html[data-theme="light"] .catalog-sidebar,
html[data-theme="light"] .catalog-toolbar,
html[data-theme="light"] .featured-product,
html[data-theme="light"] .contact-card {
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .category-list-button {
  color: #182110;
  background: rgba(255, 255, 255, 0.86);
}

html[data-theme="light"] .category-list-button:not(.active):hover {
  background: rgba(244, 248, 235, 0.96);
}

html[data-theme="light"] .meta-pill,
html[data-theme="light"] .market-status {
  color: #617050;
}

html[data-theme="light"] .promo-pill {
  color: #4d641d;
  background: rgba(106, 141, 34, 0.14);
  border-color: rgba(106, 141, 34, 0.22);
}

html[data-theme="light"] .catalog-card-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(84, 98, 49, 0.1) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
}

html[data-theme="light"] .gallery-preview-item,
html[data-theme="light"] .product-gallery-thumb {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(84, 98, 49, 0.12) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
}

html[data-theme="light"] .gallery-preview-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(84, 98, 49, 0.12) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
}

html[data-theme="light"] .catalog-featured-visual {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(84, 98, 49, 0.12) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
}

html[data-theme="light"] .product-card .highlight {
  color: #243015;
  background: rgba(106, 141, 34, 0.14);
}

html[data-theme="light"] .contact-link,
html[data-theme="light"] .social-icon-link,
html[data-theme="light"] .maps-icon-action,
html[data-theme="light"] .product-gallery-count {
  color: #2f421f;
}

html[data-theme="light"] .contact-link:hover,
html[data-theme="light"] .inline-link-button {
  color: #5c7a1d;
}

html[data-theme="light"] .image-adjust-stage {
  border-color: rgba(118, 146, 43, 0.16);
  background: rgba(243, 239, 225, 0.9);
}

html[data-theme="light"] .image-adjust-badge {
  color: #243015;
  background: rgba(255, 255, 255, 0.82);
}

html[data-theme="light"] .custom-file-name,
html[data-theme="light"] .image-preview-card span,
html[data-theme="light"] .image-preview-card small,
html[data-theme="light"] .toolbar-copy p,
html[data-theme="light"] .sidebar-header p,
html[data-theme="light"] .admin-form p {
  color: #b8c0a6;
}

html[data-theme="light"] .featured-product::before {
  background: linear-gradient(135deg, rgba(106, 141, 34, 0.08), rgba(213, 198, 137, 0.12));
}

html[data-theme="light"] .featured-dot {
  background: rgba(118, 146, 43, 0.14);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at top left, rgba(199, 142, 74, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(104, 132, 173, 0.12), transparent 32%),
    linear-gradient(180deg, #0c0f14 0%, #11151c 46%, #0f1218 100%);
}

html[data-theme="dark"] body::before {
  background: linear-gradient(rgba(255, 244, 226, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 244, 226, 0.02) 1px, transparent 1px);
}

html[data-theme="dark"] .welcome-splash-backdrop {
  background:
    radial-gradient(circle at top, rgba(199, 142, 74, 0.18), transparent 32%),
    radial-gradient(circle at bottom, rgba(104, 132, 173, 0.16), transparent 30%),
    rgba(10, 12, 17, 0.94);
}

html[data-theme="dark"] .welcome-splash-panel {
  background: rgba(16, 20, 27, 0.9);
  border-color: rgba(201, 164, 111, 0.18);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .welcome-splash-panel p,
html[data-theme="dark"] .hero-copy p,
html[data-theme="dark"] .hero-panel p,
html[data-theme="dark"] .portfolio-card-body p,
html[data-theme="dark"] .narrative-card p,
html[data-theme="dark"] .value-list p,
html[data-theme="dark"] .contact-card p,
html[data-theme="dark"] .product-card p,
html[data-theme="dark"] .featured-product p,
html[data-theme="dark"] .managed-item p {
  color: #d6cec3;
}

html[data-theme="dark"] .ambient-one {
  background: rgba(199, 142, 74, 0.1);
}

html[data-theme="dark"] .ambient-two {
  background: rgba(104, 132, 173, 0.12);
}

html[data-theme="dark"] .grid-overlay {
  background:
    linear-gradient(to right, rgba(192, 170, 137, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(192, 170, 137, 0.05) 1px, transparent 1px);
  opacity: 0.14;
}

html[data-theme="dark"] .topbar {
  border-color: rgba(201, 164, 111, 0.16);
  background: rgba(12, 15, 21, 0.82);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

html[data-theme="dark"] .ghost-button,
html[data-theme="dark"] .secondary-button,
html[data-theme="dark"] .chip-button,
html[data-theme="dark"] .tab-button,
html[data-theme="dark"] .compact-button {
  border-color: rgba(201, 164, 111, 0.16);
  background: rgba(24, 29, 38, 0.74);
}

html[data-theme="dark"] .theme-switcher {
  border-color: rgba(201, 164, 111, 0.16);
  background: rgba(17, 21, 29, 0.96);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .theme-option-button.active {
  color: #f5f3ea;
  background: rgba(201, 164, 111, 0.18);
  box-shadow: none;
}

html[data-theme="dark"] .panel-heading,
html[data-theme="dark"] .feature-banner,
html[data-theme="dark"] .meta-pill,
html[data-theme="dark"] .product-gallery-count,
html[data-theme="dark"] .admin-auth-state,
html[data-theme="dark"] .close-button,
html[data-theme="dark"] .maps-icon-action,
html[data-theme="dark"] .social-icon-link,
html[data-theme="dark"] .contact-grid div,
html[data-theme="dark"] .managed-item,
html[data-theme="dark"] .category-list-button,
html[data-theme="dark"] .catalog-card,
html[data-theme="dark"] .search-field input,
html[data-theme="dark"] .admin-form input,
html[data-theme="dark"] .admin-form select,
html[data-theme="dark"] .admin-form textarea,
html[data-theme="dark"] .custom-file-field,
html[data-theme="dark"] .image-preview-card,
html[data-theme="dark"] .checkbox-field,
html[data-theme="dark"] .order-qty-input {
  color: #f5f3ea;
  border-color: rgba(201, 164, 111, 0.16);
  background: rgba(22, 27, 35, 0.84);
}

html[data-theme="dark"] .panel-heading,
html[data-theme="dark"] .feature-banner,
html[data-theme="dark"] .meta-pill,
html[data-theme="dark"] .product-gallery-count,
html[data-theme="dark"] .social-icon-link,
html[data-theme="dark"] .maps-icon-action {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] .category-list-button.active,
html[data-theme="dark"] .chip-button.active,
html[data-theme="dark"] .tab-button.active {
  color: #121417;
  border-color: rgba(240, 201, 141, 0.36);
  background: linear-gradient(135deg, #d4a262, #f0c98d);
}

html[data-theme="dark"] .catalog-card-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(73, 88, 112, 0.14) 100%),
    linear-gradient(135deg, rgba(199, 142, 74, 0.24), rgba(104, 132, 173, 0.16));
}

html[data-theme="dark"] .gallery-preview-item,
html[data-theme="dark"] .product-gallery-thumb {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(73, 88, 112, 0.14) 100%),
    linear-gradient(135deg, rgba(199, 142, 74, 0.24), rgba(104, 132, 173, 0.16));
}

html[data-theme="dark"] .gallery-preview-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(73, 88, 112, 0.14) 100%),
    linear-gradient(135deg, rgba(199, 142, 74, 0.24), rgba(104, 132, 173, 0.16));
}

html[data-theme="dark"] .catalog-featured-visual {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(73, 88, 112, 0.16) 100%),
    linear-gradient(135deg, rgba(199, 142, 74, 0.24), rgba(104, 132, 173, 0.16));
}

html[data-theme="dark"] .product-card .highlight {
  color: #f4e5d0;
  background: rgba(199, 142, 74, 0.16);
}

html[data-theme="dark"] .contact-link,
html[data-theme="dark"] .social-icon-link,
html[data-theme="dark"] .maps-icon-action,
html[data-theme="dark"] .product-gallery-count {
  color: #e9d8bf;
}

html[data-theme="dark"] .contact-link:hover,
html[data-theme="dark"] .inline-link-button {
  color: #f0c98d;
}

html[data-theme="dark"] .image-adjust-stage {
  border-color: rgba(201, 164, 111, 0.16);
  background: rgba(15, 18, 25, 0.92);
}

html[data-theme="dark"] .image-adjust-badge {
  color: #f4eee6;
  background: rgba(18, 22, 30, 0.86);
}

html[data-theme="dark"] .custom-file-name,
html[data-theme="dark"] .image-preview-card span,
html[data-theme="dark"] .image-preview-card small,
html[data-theme="dark"] .toolbar-copy p,
html[data-theme="dark"] .sidebar-header p,
html[data-theme="dark"] .admin-form p {
  color: #b8c0a6;
}

html[data-theme="dark"] .featured-product::before {
  background: linear-gradient(135deg, rgba(199, 142, 74, 0.08), rgba(104, 132, 173, 0.1));
}

html[data-theme="dark"] .featured-dot {
  border-color: rgba(201, 164, 111, 0.22);
  background: rgba(201, 164, 111, 0.14);
}

html[data-site-background="custom"][data-site-background-tone="balanced"] body {
  background:
    radial-gradient(circle at top left, rgba(106, 141, 34, 0.2), transparent 34%),
    radial-gradient(circle at bottom right, rgba(213, 198, 137, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(14, 18, 14, 0.5), rgba(244, 239, 222, 0.7)),
    none;
}

html[data-site-background="custom"][data-site-background-tone="warm"] body {
  background:
    radial-gradient(circle at top left, rgba(226, 160, 62, 0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 213, 145, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(72, 42, 18, 0.48), rgba(252, 238, 202, 0.72)),
    none;
}

html[data-site-background="custom"][data-site-background-tone="festive"] body {
  background:
    radial-gradient(circle at top left, rgba(45, 168, 101, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(232, 196, 83, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(20, 78, 52, 0.48), rgba(249, 239, 204, 0.72)),
    none;
}

html[data-site-background="custom"][data-site-background-tone="dark"] body {
  background:
    radial-gradient(circle at top left, rgba(104, 132, 173, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201, 164, 111, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(7, 10, 14, 0.76), rgba(8, 10, 14, 0.72)),
    none;
}

html[data-site-background="custom"] body {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html[data-site-background="custom"] .ambient {
  opacity: 0.34;
}

html[data-site-background="custom"] .grid-overlay {
  opacity: 0.08;
}

@media (prefers-reduced-motion: reduce) {
  .ambient,
  .hero::before,
  .hero::after,
  .hero-brand-lockup,
  .hero-actions .primary-button::after {
    animation: none;
  }

  .featured-slide {
    transition: none;
  }

  .welcome-splash,
  .welcome-splash-panel {
    transition: none;
    animation: none;
  }
}

.empty-state {
  padding: 28px;
  border-radius: 18px;
  border: 1px dashed rgba(118, 146, 43, 0.28);
  color: #b8c0a6;
  text-align: center;
}

.contact-card {
  position: relative;
  display: grid;
  gap: 22px;
  overflow: hidden;
}

.contact-card::before {
  background:
    linear-gradient(135deg, color-mix(in srgb, #d5c689 10%, transparent), transparent 42%),
    radial-gradient(circle at top right, color-mix(in srgb, #6a8d22 12%, transparent), transparent 38%);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.contact-grid div {
  flex: 1 1 220px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(18, 24, 13, 0.6);
  border: 1px solid rgba(118, 146, 43, 0.12);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-grid div:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, #d5c689 24%, rgba(118, 146, 43, 0.24));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.contact-grid strong {
  display: block;
  margin-top: 8px;
}

.contact-link {
  color: #eef6df;
  text-decoration: none;
}

.order-unit-hint {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  color: #b8c0a6;
  font-size: 0.92rem;
  white-space: nowrap;
}

.contact-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-icon-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 10, 14, 0.68);
  backdrop-filter: blur(12px);
}

.promo-popup {
  position: relative;
  width: min(560px, 100%);
  padding: 28px;
  display: grid;
  gap: 16px;
  overflow: hidden;
}

.promo-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, #6a8d22 12%, transparent), transparent 50%),
    radial-gradient(circle at top right, color-mix(in srgb, #d5c689 16%, transparent), transparent 36%);
  pointer-events: none;
}

.promo-popup > * {
  position: relative;
  z-index: 1;
}

.promo-popup h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.06;
}

.promo-popup p {
  margin: 0;
}

.promo-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 46;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 10, 14, 0.74);
  backdrop-filter: blur(12px);
}

.product-popup {
  position: relative;
  width: min(1100px, 100%);
  max-height: min(90vh, 920px);
  padding: 28px;
  overflow: auto;
}

.product-popup-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: start;
}

.product-popup-visual-column,
.product-popup-copy {
  display: grid;
  flex: 1 1 320px;
  gap: 16px;
}

.product-popup-visual {
  min-height: 340px;
  border-radius: 24px;
  border: 1px solid rgba(118, 146, 43, 0.12);
  background:
    linear-gradient(180deg, rgba(16, 19, 13, 0.02) 0%, rgba(16, 19, 13, 0.12) 100%),
    linear-gradient(135deg, rgba(106, 141, 34, 0.24), rgba(213, 198, 137, 0.16));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-popup-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.product-popup-summary,
.product-popup-description {
  margin: 0;
  line-height: 1.8;
}

.product-popup-description {
  color: #b8c0a6;
}

.contact-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(118, 146, 43, 0.2);
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease, background 180ms ease;
}

.contact-icon-button:hover {
  transform: translateY(-2px);
}

.contact-icon-button svg {
  width: 22px;
  height: 22px;
}

.whatsapp-icon-action {
  color: #eff8e2;
  background: linear-gradient(135deg, #1e7a3f, #35b56a);
  box-shadow: 0 20px 40px rgba(33, 122, 63, 0.22);
}

.maps-icon-action {
  color: #f2efdf;
  background: rgba(18, 24, 13, 0.76);
}

.maps-icon-action:hover,
.whatsapp-icon-action:hover {
  filter: brightness(1.04);
}

.social-icon-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-social-row {
  justify-content: center;
}

.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #eef6df;
  border-radius: 16px;
  border: 1px solid rgba(118, 146, 43, 0.18);
  background: rgba(18, 24, 13, 0.72);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-icon-link:hover {
  transform: translateY(-2px);
  border-color: rgba(137, 173, 59, 0.4);
  background: rgba(32, 43, 20, 0.88);
}

.social-icon-link svg {
  width: 22px;
  height: 22px;
}

.footer {
  padding: 0 0 36px;
  color: #b8c0a6;
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  padding: 6px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.floating-admin {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  padding: 14px 18px;
  color: #12170d;
  border-radius: 999px;
  background: linear-gradient(135deg, #d5c689, #ffd0b7);
  box-shadow: 0 18px 30px rgba(106, 141, 34, 0.26);
}

.admin-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 9, 6, 0.78);
  backdrop-filter: blur(14px);
}

.admin-modal {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(90vh, 960px);
  padding: 28px;
  overflow: auto;
}

.close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #f5f3ea;
  background: rgba(20, 26, 14, 0.82);
  border: 1px solid rgba(118, 146, 43, 0.18);
}

.admin-header,
.managed-list-header,
.admin-tabs,
.form-actions,
.managed-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-auth-state {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(16, 20, 12, 0.6);
}

.admin-login,
.tab-content {
  margin-top: 20px;
}

.password-reset-panel {
  margin-top: 16px;
}

.password-reset-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.password-reset-header h3 {
  margin: 0 0 8px;
}

.compact-form {
  margin-top: 18px;
}

.account-form {
  margin-top: 18px;
}

.admin-dashboard.hidden,
.tab-content,
.admin-overlay.hidden,
.hidden {
  display: none;
}

.tab-content.active {
  display: block;
}

.admin-form h3,
.managed-list h3 {
  margin-top: 0;
}

.admin-form p {
  margin-top: -8px;
  color: #b8c0a6;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 20px;
}

.form-grid > label,
.form-grid > div {
  flex: 1 1 calc(50% - 8px);
  min-width: 260px;
}

.full-span {
  flex-basis: 100%;
}

.checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(15, 20, 11, 0.86);
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.admin-inline-note {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(118, 146, 43, 0.16);
  background: rgba(15, 20, 11, 0.82);
  color: #b8c0a6;
  line-height: 1.7;
}

.full-width {
  width: 100%;
}

.admin-products-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.admin-products-layout > * {
  flex: 1 1 420px;
}

.managed-items {
  display: grid;
  gap: 12px;
}

.managed-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(118, 146, 43, 0.12);
  background: rgba(18, 24, 13, 0.64);
}

.managed-item h4 {
  margin: 0 0 6px;
}

.managed-item p {
  margin: 0 0 12px;
  color: #b8c0a6;
}

.managed-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.managed-item-actions button {
  padding: 10px 14px;
  border-radius: 999px;
}

.edit-button {
  color: #12170d;
  background: linear-gradient(135deg, #6a8d22, #d7e8a8);
}

.delete-button {
  color: #f5f3ea;
  background: rgba(255, 107, 107, 0.15);
  border: 1px solid rgba(255, 107, 107, 0.24);
}

.status-message {
  min-height: 24px;
  margin: 18px 0 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero,
  .profile-grid,
  .catalog-shell,
  .admin-products-layout {
    display: flex;
    flex-direction: column;
  }

  .catalog-sidebar {
    position: relative;
    top: auto;
    flex: 1 1 auto;
    width: 100%;
    overflow: visible;
  }

  .contact-grid {
    display: flex;
    flex-direction: column;
  }

  .catalog-featured-body {
    display: flex;
    flex-direction: column;
  }

  .product-popup-layout {
    display: flex;
    flex-direction: column;
  }

  .promo-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 820px) {
  .topbar {
    border-radius: 28px;
    flex-wrap: wrap;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .theme-picker {
    margin-left: auto;
  }

  .hero-metrics,
  .contact-grid {
    display: flex;
    flex-direction: column;
  }

  .search-field {
    min-width: 0;
    width: 100%;
  }

  .promo-popup-actions {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .topbar,
  .hero,
  .section,
  .footer {
    width: min(calc(100% - 24px), 1180px);
  }

  .hero {
    padding-top: 54px;
  }

  .topbar-actions {
    justify-content: stretch;
  }

  .topbar-actions .ghost-button,
  .theme-picker-trigger {
    flex: 1;
  }

  .theme-switcher {
    left: 0;
    right: 0;
    min-width: 0;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .welcome-splash-panel {
    padding: 28px 20px;
  }

  .welcome-logo-ring {
    width: 92px;
    height: 92px;
  }

  .welcome-logo {
    width: 68px;
    height: 68px;
  }

  .admin-modal {
    padding: 22px 16px;
  }

  .product-popup {
    padding: 22px 16px;
  }

  .product-popup-visual {
    min-height: 260px;
  }

  .product-order {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .admin-header,
  .admin-tabs,
  .managed-list-header,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .floating-admin {
    right: 14px;
    left: 14px;
    bottom: 14px;
    text-align: center;
  }

  body::before,
  .ambient,
  .grid-overlay,
  .hero::before,
  .hero::after,
  .profile-section::before,
  .portfolio-section::before {
    display: none;
  }

  .glass-panel,
  .card-panel,
  .metric-card,
  .product-card,
  .feature-banner,
  .topbar,
  .welcome-splash-backdrop,
  .promo-popup-overlay,
  .product-popup-overlay,
  .admin-overlay {
    backdrop-filter: none;
  }

  .metric-card,
  .card-panel,
  .glass-panel,
  .product-card,
  .feature-banner,
  .floating-admin {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  }

  html[data-site-background="custom"] body {
    background-attachment: scroll;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-brand-lockup,
  .hero-actions .primary-button::after {
    animation: none;
  }
}
