:root {
  /* Light / Minimal theme (Option C) */
  --bg: #f8fafc; /* page background */
  --text: #0f172a; /* strong text */
  --muted: #6b7280; /* subdued text */
  --line: #e6e9ee; /* subtle borders */
  --brand: #60a5fa; /* pastel accent */
  --brand-dark: #3b82f6;
  --danger: #ef4444;
  --card: #ffffff; /* card backgrounds */
  --font-family: Jost, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --heading-color: #0b1320;
  --title-color: #0b1320;
  --nav-bg: #ffffff;
  --nav-text: #334155;
  --product-card: #ffffff;
  --product-name: #0b1320;
  --product-price: #2563eb;
  --product-button: #60a5fa;
  --product-min-width: 320px;
  --product-image-ratio: 4 / 3;
  --mobile-grid-columns: 1;
  --shadow-sm: 0 6px 18px rgba(15, 23, 42, .06);
  --shadow-md: 0 14px 36px rgba(15, 23, 42, .09);
  --surface-warm: #ffffff;
  font-family: var(--font-family);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fffaf3 0, #f7f4ef 360px, #f7f4ef 100%);
  color: var(--text);
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  min-height: 100vh;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button,
a,
input,
select {
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(15, 118, 110, .18);
  outline-offset: 2px;
}

.promo-bar {
  align-items: center;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  color: #ffffff;
  display: grid;
  font-size: 14px;
  font-weight: 500;
  gap: 24px;
  grid-template-columns: minmax(430px, 1fr) auto minmax(120px, 1fr);
  letter-spacing: .01em;
  min-height: 36px;
  padding: 5px clamp(28px, 5vw, 92px);
}

.promo-bar div:first-child {
  color: #f8fafc;
}

.social-strip {
  align-items: center;
  display: flex;
  gap: 12px;
  white-space: nowrap;
}

.social-strip a {
  align-items: center;
  border: 0;
  color: #ffffff;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  text-decoration: none;
  width: 18px;
}

.social-strip svg {
  display: block;
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 18px;
}

#facebookLink svg {
  fill: currentColor;
  stroke: none;
}

.social-strip span {
  line-height: 1;
  margin-right: 24px;
}

#promoCenter {
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.promo-phone {
  display: none;
  justify-self: end;
}

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: var(--nav-bg);
  border-bottom: 1px solid rgba(120, 91, 58, .14);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  min-height: 58px;
  padding: 6px clamp(18px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand-lockup {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 14px;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.brand-lockup:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(15, 118, 110, .18);
  outline-offset: 4px;
}

.brand-text {
  display: grid;
}

.brand-logo {
  aspect-ratio: 1;
  border: 0;
  border-radius: 7px;
  max-height: 64px;
  object-fit: contain;
  padding: 2px;
  width: 58px;
}

.eyebrow {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--heading-color);
}

h1 {
  color: var(--title-color);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
  margin-bottom: 0;
  max-width: 280px;
}

h2 {
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 12px;
}

.desktop-nav,
.inline-form,
.gallery-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.desktop-nav {
  flex: 1;
  justify-content: center;
}

.desktop-nav button {
  background: transparent;
  border: 0;
  color: var(--nav-text);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 13px;
}

.desktop-nav button:hover {
  background: rgba(15, 118, 110, .08);
  color: var(--brand);
}

.menu-wrap {
  display: none;
  position: relative;
}

.desktop-auth {
  align-items: center;
  display: flex;
  gap: 10px;
}

.desktop-auth .primary,
.desktop-auth .ghost {
  font-size: 16px;
  font-weight: 500;
}

.hamburger {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  height: 44px;
  justify-content: center;
  padding: 8px;
  width: 44px;
}

.hamburger:hover {
  border-color: var(--line);
}

.hamburger span {
  background: #111827;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 24px;
}

.menu-dropdown {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
  display: grid;
  min-width: 210px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 10;
}

.menu-dropdown button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #111827;
  font-weight: 900;
  padding: 12px;
  text-align: left;
}

.menu-dropdown button:hover {
  background: #f1f5f9;
}

.primary,
.ghost,
.danger,
.whatsapp {
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  text-decoration: none;
}

.primary {
  background: #000000;
  box-shadow: 0 10px 22px rgba(15, 118, 110, .18);
  color: white;
}

.primary:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.ghost {
  background: #f3ebe0;
  color: #3d342b;
}

.ghost:hover {
  background: #eadcc9;
  transform: translateY(-1px);
}

.danger {
  background: #fee2e2;
  color: var(--danger);
}

.whatsapp {
  align-items: center;
  background: #16a34a;
  bottom: 24px;
  color: white;
  gap: 9px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
}

.whatsapp-icon {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  width: 30px;
}

.whatsapp-icon path:first-child {
  fill: #4caf50;
}

.whatsapp-icon path:last-child {
  fill: #ffffff;
}

.product-whatsapp .whatsapp-icon {
  height: 24px;
  width: 24px;
}

main,
.gallery-view {
  flex: 1 0 auto;
  padding: 0 0 56px;
}

.gallery-view {
  padding-left: 30px;
  padding-right: 30px;
}

.home-slider {
  background: #211b16;
  overflow: hidden;
  position: relative;
}

.home-slider::after {
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .22));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.slider-track {
  position: relative;
}

.slider-slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease;
}

.slider-slide.active {
  opacity: 1;
  position: relative;
}

.slider-slide img {
  display: block;
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.slider-arrow {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 250, 243, .86);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #111827;
  display: flex;
  font-size: 30px;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  z-index: 3;
}

.slider-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
}

.slider-prev {
  left: 18px;
}

.slider-next {
  right: 18px;
}

.slider-dots {
  bottom: 18px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.slider-dots button {
  background: rgba(255, 255, 255, .7);
  border: 0;
  border-radius: 999px;
  height: 10px;
  padding: 0;
  width: 10px;
}

.slider-dots button.active {
  background: var(--brand);
  width: 28px;
}

.intro {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 64px clamp(18px, 5vw, 72px) 24px;
}

.intro p {
  color: var(--muted);
  max-width: 760px;
}

.intro h2 {
  margin-top: 0;
}

.section-kicker {
  color: #9a3412 !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.account-login-button.is-customer {
  background: #e9f8f5;
  color: #0f5f59;
  cursor: default;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-logout-button {
  border-color: #fecaca;
  color: #b91c1c;
}

.account-logout-button:hover {
  background: #fee2e2;
}

.category-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 clamp(18px, 3.2vw, 54px);
}

.embed-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  padding: 0 clamp(18px, 5vw, 72px);
}

#youtubeGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.embed-card {
  background: #ffffff;
  border: 1px solid rgba(120, 91, 58, .15);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.video-card iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  width: 100%;
}

.instagram-card {
  color: var(--text);
  display: grid;
  gap: 8px;
  padding: 18px;
  text-decoration: none;
}

.instagram-card strong {
  color: var(--brand);
  font-size: 18px;
}

.instagram-card span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.category-card {
  background: #111827;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(15, 23, 42, .18);
  color: #fff;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease;
  width: 100%;
}

.category-card:hover {
  box-shadow: 0 20px 32px rgba(15, 23, 42, .26);
  transform: translateY(-4px);
}

.category-card.coming-soon {
  cursor: pointer;
}

.category-card.coming-soon:hover {
  box-shadow: 0 20px 32px rgba(15, 23, 42, .26);
  transform: translateY(-4px);
}

.category-card.coming-soon .category-photo {
  filter: saturate(.88) contrast(.96);
}

.category-photo {
  aspect-ratio: 3 / 4.08;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, .82), transparent 26%),
    linear-gradient(135deg, var(--accent), #111827);
  display: block;
  object-fit: cover;
  width: 100%;
}

.category-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, .42) 58%, rgba(0, 0, 0, .88) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.category-card-content {
  bottom: 0;
  display: grid;
  gap: 10px;
  left: 0;
  padding: 0 20px 22px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.category-card-title {
  color: #fff;
  display: block;
  font-size: clamp(23px, 1.6vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.06;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .54);
}

.category-card-cta {
  color: #f7c86d;
  display: inline-flex;
  font-size: clamp(14px, 1vw, 19px);
  font-weight: 600;
  gap: 8px;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .6);
}

.product-intro {
  margin-top: 44px;
}

.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(var(--product-min-width), 1fr));
  padding: 0 clamp(18px, 5vw, 72px);
}

.product-card {
  background: var(--product-card);
  border: 1px solid rgba(120, 91, 58, .15);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: grid;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  border-color: rgba(15, 118, 110, .22);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.product-card img {
  aspect-ratio: var(--product-image-ratio);
  background: #f8fafc;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-detail-body {
  display: grid;
  gap: 10px;
  padding: 17px;
}

.product-name-price {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.product-card h3 {
  color: var(--product-name);
  font-size: 19px;
  line-height: 1.22;
  margin: 0;
}

.product-card small {
  color: var(--muted);
  font-weight: 800;
}

.product-card strong {
  color: var(--product-price);
  font-size: 22px;
  line-height: 1.1;
  white-space: nowrap;
}

.product-whatsapp {
  align-items: center;
  background: var(--product-button);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(22, 163, 74, .24);
  color: #ffffff;
  display: inline-flex;
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  letter-spacing: .01em;
  line-height: 1;
  margin-top: 8px;
  padding: 22px 32px;
  text-decoration: none;
  width: fit-content;
}

.product-card .product-whatsapp {
  border-radius: 8px;
  font-size: 16px;
  padding: 13px 18px;
  width: 100%;
}

.product-card[data-product-id] {
  cursor: pointer;
}

.site-footer {
  background:
    radial-gradient(circle at 14% 18%, rgba(17, 24, 39, .035) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 32%, rgba(17, 24, 39, .03) 0 2px, transparent 3px),
    repeating-radial-gradient(ellipse at 8% 18%, transparent 0 34px, rgba(17, 24, 39, .025) 35px 37px),
    #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0 0 16px 16px;
  color: #242424;
  flex-shrink: 0;
  margin-top: auto;
  padding: 40px clamp(18px, 5vw, 72px) 8px;
  position: relative;
}

.footer-inner {
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 58px);
  grid-template-columns: minmax(260px, 1.15fr) minmax(160px, .7fr) minmax(280px, 1.1fr) minmax(240px, .95fr);
  margin: 0 auto;
  max-width: 1400px;
}

.footer-logo {
  display: block;
  margin-bottom: 12px;
  max-height: 58px;
  object-fit: contain;
  width: 128px;
}

.site-footer h2 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 14px;
}

.site-footer p {
  color: #737373;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-column {
  display: grid;
  gap: 12px;
}

.footer-column h3 {
  color: #242424;
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-links button,
.footer-whatsapp-link {
  background: transparent;
  border: 0;
  color: #737373;
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: fit-content;
}

.footer-links button:hover,
.footer-whatsapp-link:hover {
  color: #111827;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.footer-social-icons a {
  align-items: center;
  background: #f0f0f0;
  border-radius: 5px;
  color: #242424;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  width: 44px;
}

.footer-social-icons svg {
  display: block;
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.footer-social-icons a:nth-child(2) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-contact p {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 36px 1fr;
}

.footer-contact-icon {
  align-items: center;
  background: #f0f0f0;
  border-radius: 10px;
  color: #242424;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.footer-contact-icon svg {
  display: block;
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.footer-contact-icon svg path:first-child {
  fill: none;
}

.footer-whatsapp-link {
  background: #111827;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 4px;
  padding: 10px 16px;
}

.footer-whatsapp-link:hover {
  background: #16a34a;
  color: #ffffff;
}

.footer-top {
  align-items: center;
  background: #000000;
  border: 0;
  border-radius: 999px;
  bottom: 84px;
  color: #ffffff;
  display: inline-flex;
  font-size: 30px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 32px;
  width: 52px;
}

.footer-copy {
  border-top: 1px solid #f1f5f9;
  color: #8a8a8a !important;
  margin: 18px auto 0;
  max-width: 1400px;
  min-height: 0;
  padding-top: 15px;
}

.product-dialog {
  max-width: 920px;
  width: min(94vw, 920px);
}

.product-open-view {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, .95fr) 1fr;
  padding: 22px;
}

.product-open-view img {
  aspect-ratio: 1;
  background: #f8fafc;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.product-open-view > div {
  align-content: center;
  display: grid;
  gap: 12px;
}

.product-open-view h2 {
  font-size: clamp(26px, 4vw, 42px);
  margin: 0;
}

.product-open-view small {
  color: var(--muted);
  font-weight: 900;
}

.product-open-view strong {
  color: var(--product-price);
  font-size: clamp(28px, 4vw, 42px);
}

.single-product-page {
  padding: clamp(18px, 4vw, 56px);
}

.single-product {
  background: var(--product-card);
  border: 1px solid rgba(120, 91, 58, .16);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, .9fr) 1fr;
  margin: 0 auto;
  max-width: 1100px;
  padding: clamp(16px, 3vw, 32px);
}

.single-product-image img {
  aspect-ratio: 1;
  background: #f8fafc;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.single-product-details {
  align-content: center;
  display: grid;
  gap: 14px;
}

.single-product-details small {
  color: var(--muted);
  font-weight: 900;
}

.single-product-details h1 {
  font-size: clamp(30px, 5vw, 56px);
}

.single-product-details strong {
  color: var(--product-price);
  font-size: clamp(30px, 5vw, 48px);
}

dialog {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(42, 30, 18, .28);
  color: var(--text);
}

dialog::backdrop {
  backdrop-filter: blur(3px);
  background: rgba(23, 20, 18, .58);
}

.panel {
  max-width: 480px;
  width: min(92vw, 480px);
}

.panel form,
.panel > div {
  display: grid;
  gap: 12px;
  padding: 8px;
  position: relative;
}

.panel input,
.panel select {
  background: #fffdf9;
  border: 1px solid #ddd2c4;
  border-radius: 8px;
  min-width: 0;
  padding: 12px;
  width: 100%;
}

.panel input:focus,
.panel select:focus {
  background: #ffffff;
  border-color: rgba(15, 118, 110, .5);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, .1);
  outline: 0;
}

.file-label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
}

.additional-fields {
  display: grid;
  gap: 10px;
}

#loginForm,
#registerForm {
  gap: 10px;
  padding-bottom: 4px;
}

#loginForm .message:empty,
#registerForm .message:empty {
  min-height: 0;
}

#loginForm .message:empty + .auth-switch,
#registerForm .message:empty + .auth-switch {
  margin-top: 0;
}

.auth-switch {
  align-items: center;
  border-top: 1px solid rgba(120, 91, 58, .16);
  color: var(--muted);
  display: flex;
  font-size: 15px;
  gap: 8px;
  justify-content: center;
  margin-top: 4px;
  padding-top: 10px;
}

.auth-switch button {
  background: transparent;
  border: 0;
  color: var(--brand);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
}

.auth-switch button:hover {
  color: #0b4f4a;
  text-decoration: underline;
}

.auth-prompt {
  background:
    linear-gradient(145deg, rgba(255, 250, 243, .98), rgba(255, 255, 255, .98)),
    radial-gradient(circle at 18% 12%, rgba(15, 118, 110, .16), transparent 34%);
  border: 1px solid rgba(120, 91, 58, .16);
  max-width: 460px;
  overflow: hidden;
  padding: 0;
}

.auth-prompt > div {
  gap: 12px;
  justify-items: center;
  padding: 34px 30px 28px;
  text-align: center;
}

.auth-prompt-mark {
  align-items: center;
  background: var(--brand);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(15, 118, 110, .24);
  color: #ffffff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 800;
  height: 62px;
  justify-content: center;
  letter-spacing: .08em;
  margin-bottom: 2px;
  width: 62px;
}

.auth-prompt-logo {
  display: block;
  height: 86px;
  margin: -4px auto 2px;
  max-width: 150px;
  object-fit: contain;
  width: auto;
}

.auth-prompt h2 {
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.05;
  margin-bottom: 2px;
}

.auth-prompt p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 10px;
  max-width: 360px;
}

.auth-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: 4px;
  width: 100%;
}

.auth-actions .primary,
.auth-actions .ghost {
  min-height: 50px;
}

.close {
  align-items: center;
  background: #f3ebe0;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
}

.message {
  color: var(--muted);
  margin: 0;
  min-height: 22px;
}

.admin-panel {
  border-radius: 0;
  font-family: Poppins, Jost, ui-sans-serif, system-ui, sans-serif;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  padding: 0;
  width: 100vw;
}

.hidden {
  display: none !important;
}

.admin-shell {
  background: #f3f4f6;
  min-height: 100vh;
  overflow: auto;
  padding: 0;
}

.admin-shell.admin-logged-out {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, .10), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(17, 24, 39, .08), transparent 30%),
    #f7f4ef;
  display: grid;
  justify-items: center;
  padding: 28px;
}

.admin-shell.admin-logged-out > .close {
  right: 28px;
  top: 28px;
}

.admin-shell.admin-logged-out .admin-heading {
  display: none;
}

.admin-heading {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #d8dee4;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  min-height: 72px;
  margin-left: 264px;
  padding: 14px 28px;
  position: sticky;
  top: 0;
  z-index: 4;
}

.admin-heading h2 {
  font-size: 28px;
  margin: 0;
}

.admin-heading .eyebrow {
  color: #6b7280;
  letter-spacing: .08em;
}

.admin-heading-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-stats {
  background: #f6f7f7;
  border-radius: 999px;
  border: 1px solid #dcdcde;
  color: #50575e;
  font-weight: 600;
  padding: 9px 12px;
}

.admin-login {
  background:
    linear-gradient(145deg, rgba(255, 250, 243, .98), rgba(255, 255, 255, .98)),
    radial-gradient(circle at 15% 15%, rgba(15, 118, 110, .14), transparent 34%);
  border: 1px solid rgba(120, 91, 58, .16);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(17, 24, 39, .16);
  max-width: 460px;
  padding: 30px !important;
  width: min(92vw, 460px);
}

.admin-login-brand {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-bottom: 4px;
  text-align: center;
}

.admin-login-logo {
  display: block;
  height: 74px;
  max-width: 190px;
  object-fit: contain;
}

.admin-login-mark {
  align-items: center;
  background: var(--brand);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(15, 118, 110, .22);
  color: #ffffff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  letter-spacing: .08em;
  width: 58px;
}

.admin-login-brand .eyebrow {
  color: var(--brand);
  margin: 0;
}

.admin-login h2 {
  color: #111827;
  font-size: clamp(32px, 5vw, 42px);
  line-height: 1.05;
  margin: 0;
}

.admin-login-brand p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 4px;
  max-width: 340px;
}

.admin-login input {
  min-height: 54px;
}

.admin-login .primary {
  min-height: 54px;
}

.admin-layout {
  display: block;
  gap: 0;
  margin-left: 264px;
  min-height: calc(100vh - 72px);
}

.admin-tabs {
  align-self: stretch;
  background: #ffffff;
  border: 0;
  border-right: 1px solid #e5e7eb;
  border-radius: 0;
  bottom: 0;
  box-shadow: 8px 0 24px rgba(15, 23, 42, .04);
  color: #111827;
  display: grid;
  gap: 3px;
  grid-auto-rows: max-content;
  left: 0;
  padding: 16px 12px;
  position: fixed;
  top: 0;
  width: 264px;
  z-index: 5;
}

.admin-sidebar-brand {
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  gap: 3px;
  margin-bottom: 10px;
  padding: 10px 10px 16px;
}

.admin-sidebar-brand strong {
  color: #111827;
  font-size: 22px;
  line-height: 1;
}

.admin-sidebar-brand span {
  color: #6b7280;
  font-size: 13px;
}

.admin-tab {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #374151;
  display: grid;
  font-weight: 500;
  gap: 2px;
  padding: 12px 14px;
  text-align: left;
}

.admin-tab span {
  color: inherit;
  font-size: 15px;
}

.admin-tab small {
  color: #6b7280;
  font-size: 12px;
}

.admin-tab:hover {
  background: #f3f4f6;
  color: #111827;
}

.admin-tab.active {
  background: #0f766e;
  box-shadow: 0 10px 22px rgba(15, 118, 110, .18);
  color: #ffffff;
}

.admin-tab.active small {
  color: rgba(255, 255, 255, .78);
}

.admin-content {
  min-width: 0;
  padding: 26px 28px 40px;
  width: 100%;
}

.admin-section,
.admin-tab-panel {
  display: none;
}

.admin-tab-panel.active {
  display: block;
}

.section-title {
  align-items: start;
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 18px;
}

.section-title h3 {
  font-size: 26px;
  margin-bottom: 4px;
}

.section-title p {
  color: var(--muted);
  margin-bottom: 0;
}

.admin-search {
  background: #ffffff;
  border: 1px solid #8c8f94;
  border-radius: 8px;
  min-width: 220px;
  padding: 11px 12px;
}

.category-create-form,
.product-assign-toolbar {
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 18px;
  padding: 16px;
}

.category-create-form .message {
  flex-basis: 100%;
}

.product-assign-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-assign-toolbar select {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-width: 220px;
  padding: 11px 12px;
}

.product-assign-toolbar button,
.product-assign-toolbar select {
  min-height: 42px;
}

.admin-panel input,
.admin-panel select {
  background: #ffffff;
  border: 1px solid #8c8f94;
  border-radius: 6px;
}

.admin-panel input:focus,
.admin-panel select:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, .16);
  outline: 0;
}

.admin-overview {
  display: grid;
  gap: 16px;
}

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

.metric-card {
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  box-shadow: none;
  color: var(--text);
  display: grid;
  gap: 5px;
  padding: 16px;
  text-align: left;
}

.metric-card:hover {
  border-color: rgba(15, 118, 110, .45);
}

.metric-card span {
  color: var(--brand);
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.metric-card strong {
  font-size: 15px;
}

.metric-card small {
  color: var(--muted);
}

.metric-card.warning span {
  color: #ca8a04;
}

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

.overview-card {
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  box-shadow: none;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.overview-card-head,
.overview-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.overview-card h4 {
  font-size: 18px;
  margin: 0;
}

.overview-row {
  border-top: 1px solid #f1f5f9;
  padding-top: 10px;
}

.overview-row span {
  display: grid;
  font-weight: 800;
}

.overview-row small {
  color: var(--muted);
  font-weight: 700;
  margin-top: 3px;
}

.status-pill {
  border-radius: 999px;
  font-size: 12px;
  padding: 6px 9px;
  text-transform: capitalize;
}

.status-pill.approved {
  background: #dcfce7;
  color: #166534;
}

.status-pill.pending {
  background: #fef3c7;
  color: #92400e;
}

.status-pill.rejected {
  background: #fee2e2;
  color: #991b1b;
}

.customer-list,
.admin-categories {
  display: grid;
  gap: 12px;
}

.user-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.user-filters .active {
  background: var(--brand);
  color: #ffffff;
}

.customer-row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.customer-select {
  align-items: center;
  display: grid;
  height: 24px;
  justify-items: center;
  width: 24px;
}

.customer-details {
  display: grid;
  gap: 4px;
}

.customer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.customer-image-link {
  color: var(--brand);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-top: 6px;
}

.customer-group-link {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  max-width: 520px;
}

.customer-group-link span {
  color: #475569;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.customer-group-link input {
  min-height: 38px;
  padding: 9px 10px;
  width: 100%;
}

.customer-additional-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.customer-additional-links a {
  background: #f1f5f9;
  border-radius: 999px;
  color: #155e75;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
  text-decoration: none;
}

.customer-import {
  margin-bottom: 18px;
}

.customer-import > p {
  color: var(--muted);
  margin: 0;
}

.csv-mapper {
  display: grid;
  gap: 12px;
}

.csv-map-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.csv-preview {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  font-size: 13px;
  gap: 6px;
  padding: 12px;
}

.csv-preview strong {
  color: #111827;
}

.customer-row,
.admin-category {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  padding: 22px;
}

.admin-category {
  align-items: stretch;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr);
}

.customer-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.customer-row small,
.admin-category small {
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

.category-info {
  display: grid;
  gap: 14px;
  min-width: 240px;
}

.category-step {
  background: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
  display: grid;
  gap: 14px;
  padding: 16px;
}

.category-step:first-child {
  border-top: 1px solid #edf0f4;
  padding-top: 16px;
}

.category-step-title {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-bottom: 2px;
}

.category-step-title span {
  align-items: center;
  background: #111827;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(17, 24, 39, .16);
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.category-step-title strong {
  color: var(--text);
  font-size: 17px;
  letter-spacing: 0;
}

.category-title-group {
  align-items: flex-end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(260px, 420px) auto;
  justify-content: start;
}

.category-title-group label {
  display: grid;
  gap: 6px;
  min-width: 0;
  width: 100%;
}

.category-title-group span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.category-title-group input {
  background: #fbfcfd;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.category-title-group input:focus {
  border-color: rgba(15, 118, 110, .45);
  outline: 3px solid rgba(15, 118, 110, .12);
}

.save-category-button {
  align-self: flex-start;
}

.category-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.category-meta-row small {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  margin-top: 0;
  padding: 7px 10px;
}

.category-drive-row {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(260px, 440px) auto auto;
  justify-content: start;
}

.category-drive-id {
  display: grid;
  gap: 6px;
  width: min(420px, 100%);
}

.category-drive-id span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.category-drive-id input {
  background: #fbfcfd;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  color: var(--text);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.category-seo-box {
  display: grid;
  gap: 12px;
}

.category-seo-box strong {
  color: var(--text);
  font-size: 14px;
}

.category-seo-box label {
  display: grid;
  gap: 6px;
}

.category-seo-box span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.category-seo-box input,
.category-seo-box textarea {
  background: #fbfcfd;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  color: var(--text);
  font-family: inherit;
  font-size: 14px;
  min-height: 48px;
  padding: 12px 14px;
  resize: vertical;
  width: 100%;
}

.category-seo-box textarea {
  min-height: 84px;
}

.category-seo-box input:focus,
.category-seo-box textarea:focus {
  border-color: rgba(15, 118, 110, .45);
  outline: 3px solid rgba(15, 118, 110, .12);
}

.category-seo-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 2px;
}

.category-actions {
  display: grid;
  gap: 14px;
}

.category-upload-form {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(260px, 440px) auto;
  justify-content: start;
}

.category-cover-form label {
  display: grid;
  gap: 6px;
}

.category-cover-form span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-upload-message {
  grid-column: 1 / -1;
  margin: 0;
}

.category-upload-form input[type="file"] {
  background: #fbfcfd;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  color: #111827;
  min-height: 48px;
  max-width: 100%;
  padding: 9px 10px;
}

.category-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drive-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  min-height: 34px;
  padding: 6px 12px;
}

.drive-connected {
  background: #ecfdf5;
  border: 1px solid #10b981;
  color: #065f46;
}

.drive-disconnected {
  background: #fef2f2;
  border: 1px solid #f87171;
  color: #991b1b;
}

.drive-missing {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #475569;
}

.drive-error {
  color: #b91c1c;
  font-size: 13px;
  margin-top: 4px;
}

.compact {
  padding: 8px 11px;
}

.admin-category form {
  gap: 8px;
}

.drive-missing {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #475569;
}

.drive-error {
  color: #b91c1c;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.compact {
  padding: 8px 11px;
}

.admin-category form {
  gap: 8px;
}

.admin-category form input[type="file"] {
  max-width: 100%;
}

.settings-grid {
  display: grid;
  align-items: start;
  gap: 18px;
  grid-template-columns: minmax(420px, 1.25fr) minmax(300px, .75fr);
}

.settings-card {
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  box-shadow: none;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.settings-card h3 {
  border-bottom: 1px solid #f0f0f1;
  font-size: 19px;
  margin: 0 -18px 4px;
  padding: 0 18px 14px;
}

.seo-layout,
.visitor-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.seo-layout {
  grid-template-columns: minmax(320px, 1fr) minmax(280px, .8fr);
}

.visitor-grid {
  grid-template-columns: 1fr;
}

.seo-score-card {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
}

.seo-score-ring {
  align-items: center;
  background: #fee2e2;
  border-radius: 999px;
  color: #991b1b;
  display: grid;
  font-size: 32px;
  font-weight: 950;
  height: 96px;
  justify-items: center;
  width: 96px;
}

.seo-score-ring.ok {
  background: #fef3c7;
  color: #92400e;
}

.seo-score-ring.good {
  background: #dcfce7;
  color: #166534;
}

.seo-checks,
.visitor-list {
  display: grid;
  gap: 10px;
}

.seo-check,
.visitor-row {
  align-items: center;
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
}

.seo-check strong {
  border-radius: 999px;
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 12px;
  padding: 5px 8px;
}

.seo-check.pass strong {
  background: #16a34a;
}

.seo-check.fail strong {
  background: #dc2626;
}

.seo-check span,
.visitor-row small {
  color: #646970;
  display: block;
}

.visitor-stats {
  margin-bottom: 10px;
}

.live-view-title {
  align-items: center;
  display: flex;
  gap: 10px;
}

.live-view-title span {
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

.live-view-title small {
  align-items: center;
  color: #64748b;
  display: inline-flex;
  font-size: 14px;
  gap: 6px;
}

.live-view-title small::before {
  background: #22b7f2;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(34, 183, 242, .14);
  content: "";
  height: 10px;
  width: 10px;
}

.visitor-map {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  min-height: 0;
  margin-top: 14px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.live-view-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.live-metric-card,
.live-location-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  color: #111827;
  padding: 16px;
}

.live-metric-card strong,
.live-location-card strong {
  border-bottom: 2px dotted #cbd5e1;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.live-metric-card span {
  display: block;
  font-size: 30px;
  font-weight: 900;
}

.live-location-card {
  grid-column: 1 / -1;
}

.live-location-row span,
.live-location-card small {
  color: #64748b;
  font-size: 13px;
}

.live-location-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(120px, 1fr) minmax(120px, 2fr) auto;
  margin-top: 10px;
}

.live-location-row div {
  background: #e2e8f0;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.live-location-row i {
  background: #22b7f2;
  border-radius: inherit;
  display: block;
  height: 100%;
}

.live-location-row b {
  color: #64748b;
  font-size: 13px;
}

.visitor-row.active {
  border-color: #86efac;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .08);
}

.whatsapp-connect-panel {
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  max-width: 560px;
  padding: 18px;
}

.whatsapp-status-box {
  align-items: center;
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.whatsapp-status-box strong {
  color: #1d2327;
  display: block;
  font-size: 18px;
}

.whatsapp-status-box p {
  color: #646970;
  margin: 4px 0 0;
}

.status-dot {
  background: #d63638;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(214, 54, 56, .12);
  flex: 0 0 auto;
  height: 14px;
  width: 14px;
}

.status-dot.pending {
  background: #dba617;
  box-shadow: 0 0 0 4px rgba(219, 166, 23, .16);
}

.status-dot.connected {
  background: #00a32a;
  box-shadow: 0 0 0 4px rgba(0, 163, 42, .16);
}

.whatsapp-qr-box {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.whatsapp-qr-box img {
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  height: 280px;
  padding: 10px;
  width: 280px;
}

.whatsapp-qr-box p {
  color: #646970;
  margin: 0;
}

.whatsapp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-builder-form {
  display: grid;
  gap: 18px;
}

.builder-card {
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.builder-card h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.builder-label {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.builder-card label {
  color: #50575e;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
}

.builder-card textarea {
  background: #ffffff;
  border: 1px solid #8c8f94;
  border-radius: 6px;
  font: inherit;
  min-height: 92px;
  padding: 11px 12px;
  resize: vertical;
  width: 100%;
}

.builder-card textarea:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, .16);
  outline: 0;
}

.builder-two-col {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.builder-toggle-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.builder-toggle-grid .check-row {
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  padding: 12px;
}

.builder-save-bar {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.settings-card label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
}

.theme-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-grid input[type="color"] {
  height: 42px;
  padding: 4px;
}

.check-row {
  align-items: center;
  color: var(--text) !important;
  display: flex !important;
  gap: 10px !important;
}

.check-row input {
  width: auto !important;
}

.logo-preview {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #f8fafc;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-weight: 800;
  justify-content: center;
  overflow: hidden;
}

.logo-preview img {
  height: 100%;
  object-fit: contain;
  padding: 16px;
  width: 100%;
}

.small-note {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}

.slider-preview {
  align-items: center;
  background: #f8fafc;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  gap: 10px;
  min-height: 120px;
  padding: 10px;
}

.slider-preview-item {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 120px 1fr;
}

.slider-preview-item img {
  aspect-ratio: 16 / 7;
  border-radius: 8px;
  object-fit: cover;
  width: 120px;
}

.admin-thumbs {
  background: #f8fafc;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  padding: 14px;
}

.admin-thumb {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .045);
  display: grid;
  gap: 8px;
  justify-items: stretch;
  padding: 8px;
  position: relative;
}

.admin-thumb.cover-selected {
  background: #ecfdf5;
  border-color: #10b981;
  box-shadow: 0 12px 24px rgba(16, 185, 129, .12);
}

.admin-thumb input[type="checkbox"] {
  accent-color: #111827;
  background: #ffffff;
  border-radius: 4px;
  left: 12px;
  position: absolute;
  top: 12px;
  transform: scale(1.05);
}

.admin-see-more {
  align-self: center;
  justify-self: start;
  min-height: 42px;
}

.admin-thumb img {
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.admin-thumb button {
  justify-content: center;
  width: 100%;
}

.product-import-form {
  margin-bottom: 14px;
}

.product-import-summary {
  align-items: center;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  border-radius: 8px;
  color: #155e75;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 12px;
}

.admin-product-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.admin-product-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 74px 1fr;
  padding: 10px;
}

.admin-product-card.missing {
  border-color: #fecaca;
}

.admin-product-card img {
  aspect-ratio: 1;
  background: #f8fafc;
  border-radius: 8px;
  object-fit: cover;
  width: 74px;
}

.admin-product-check {
  height: 18px;
  width: 18px;
}

.admin-product-card div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.admin-product-card strong,
.admin-product-card span,
.admin-product-card small {
  overflow-wrap: anywhere;
}

.admin-product-card span {
  color: var(--brand);
  font-weight: 900;
}

.admin-product-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.admin-product-card small {
  color: var(--muted);
}

.gallery-header {
  justify-content: space-between;
  margin: 28px 0 20px;
}

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

.photo-card {
  background: #ffffff;
  border: 1px solid rgba(120, 91, 58, .14);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 0 0 10px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.photo-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.photo-card img {
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.photo-image-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 100%;
}

.photo-whatsapp {
  align-items: center;
  background: #16a34a;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  margin: 0 10px;
  min-height: 40px;
  padding: 9px 12px;
  text-decoration: none;
}

.photo-whatsapp:hover {
  background: #15803d;
}

.photo-whatsapp .whatsapp-icon {
  height: 18px;
  width: 18px;
}

@media (max-width: 1380px) {
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.empty-state {
  background: #ffffff;
  border: 1px dashed #d4c4b1;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
  padding: 32px;
  text-align: center;
}

.lightbox {
  background: #020617;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  padding: 0;
  width: 100vw;
}

.lightbox img {
  height: 100vh;
  object-fit: contain;
  width: 100vw;
}

.lightbox-close {
  background: #fff7ed;
  border: 3px solid rgba(8, 13, 28, .9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .32);
  color: #ef4444;
  position: fixed;
  z-index: 2;
}

.lightbox-close:hover {
  background: #fee2e2;
  color: #991b1b;
  transform: scale(1.04);
}

.arrow {
  align-items: center;
  background: rgba(255, 255, 255, .88);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  color: #020617;
  display: flex;
  font-size: 48px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 5px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  z-index: 2;
}

.arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.05);
}

.arrow.left {
  left: 18px;
  padding-right: 4px;
}

.arrow.right {
  padding-left: 4px;
  right: 18px;
}

@media (max-width: 760px) {
  .promo-bar {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 0;
    padding: 6px 18px;
    text-align: center;
  }

  .social-strip {
    flex-wrap: wrap;
    justify-content: center;
  }

  .social-strip span {
    margin-right: 8px;
  }

  #promoCenter {
    font-size: 14px;
    white-space: normal;
  }

  .promo-phone {
    justify-self: center;
  }

  .intro {
    align-items: stretch;
    flex-direction: column;
    margin: 42px 18px 18px;
  }

  .topbar {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 64px;
    padding: 8px 18px;
  }

  .brand-logo {
    max-width: 132px;
  }

  .desktop-auth {
    display: none;
  }

  .menu-wrap {
    display: block;
    margin-left: auto;
    position: static;
  }

  .desktop-nav {
    display: none;
  }

  .menu-dropdown {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    min-width: 0;
    padding: 16px 18px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }

  .menu-dropdown button {
    color: #27272a;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 10px;
    text-align: center;
  }

  .menu-dropdown button:nth-child(4),
  .mobile-signup {
    color: var(--brand);
  }

  .mobile-login,
  .mobile-signup {
    border: 1px solid var(--line) !important;
    margin-top: 8px;
  }

  .slider-slide img {
    height: auto;
    object-position: center;
  }

  .slider-arrow {
    height: 42px;
    width: 42px;
  }

  .category-grid,
  .embed-grid,
  .product-grid {
    gap: 14px;
    padding: 0 18px;
  }

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

  #youtubeGrid {
    grid-template-columns: 1fr;
  }

  .category-card-content {
    gap: 6px;
    padding: 0 12px 14px;
  }

  .category-card-title {
    font-size: 18px;
  }

  .category-card-cta {
    font-size: 12px;
  }

  .product-grid {
    grid-template-columns: repeat(var(--mobile-grid-columns), minmax(0, 1fr));
  }

  .product-name-price {
    display: grid;
  }

  .product-card strong {
    white-space: normal;
  }

  .footer-inner {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 22px 18px 8px;
  }

  .footer-logo {
    width: 108px;
  }

  .footer-social-icons a {
    height: 42px;
    width: 42px;
  }

  .footer-top {
    bottom: 70px;
    height: 46px;
    right: 18px;
    width: 46px;
  }

  .auth-prompt > div {
    padding: 30px 20px 22px;
  }

  .auth-actions {
    grid-template-columns: 1fr;
  }

  .builder-two-col {
    grid-template-columns: 1fr;
  }

  .builder-toggle-grid {
    grid-template-columns: 1fr;
  }

  .builder-save-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .slider-preview-item {
    grid-template-columns: 1fr;
  }

  .slider-preview-item img {
    width: 100%;
  }

  .admin-heading,
  .section-title,
  .admin-layout,
  .metric-grid,
  .overview-grid,
  .settings-grid,
  .seo-layout,
  .visitor-grid,
  .customer-row,
  .admin-category {
    grid-template-columns: 1fr;
  }

  .admin-heading,
  .section-title {
    align-items: stretch;
    display: grid;
  }

  .admin-panel {
    padding: 0;
  }

  .admin-shell {
    min-height: 100vh;
  }

  .admin-heading {
    margin-left: 0;
    min-height: 0;
    padding: 16px;
    position: static;
  }

  .admin-heading h2 {
    font-size: 24px;
  }

  .admin-content {
    padding: 16px;
  }

  .admin-layout {
    margin-left: 0;
  }

  .admin-search {
    min-width: 0;
    width: 100%;
  }

  .admin-tabs {
    left: auto;
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
    position: static;
    width: auto;
  }

  .admin-sidebar-brand {
    grid-column: 1 / -1;
  }

  .admin-tab {
    text-align: center;
  }

  .admin-category form,
  .inline-form {
    align-items: stretch;
    flex-direction: column;
  }

  .category-title-group,
  .category-drive-row,
  .category-upload-form {
    grid-template-columns: 1fr;
  }

  .category-seo-actions {
    justify-content: stretch;
  }

  .category-seo-actions button,
  .category-title-group button,
  .category-drive-row button,
  .category-upload-form button {
    width: 100%;
  }

  .admin-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-view-summary {
    grid-template-columns: 1fr;
  }

  .live-location-row {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(var(--mobile-grid-columns), minmax(0, 1fr));
  }

  .product-card img {
    aspect-ratio: 4 / 3;
  }

  .product-open-view {
    grid-template-columns: 1fr;
    padding: 14px;
  }

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

  .arrow {
    height: 48px;
    width: 48px;
  }
}
