:root {
  --bg: #0b0b0b;
  --surface: #1a1a1a;
  --surface-2: #23201c;
  --surface-3: #2d241d;

  --text: #fff3d6;
  --muted: #d8c7a3;

  --primary: #ff7a18;
  --primary-light: #ffb347;
  --primary-dark: #d95d00;

  --wood: #7b4a2d;
  --wood-light: #b7723b;
  --wood-dark: #4a2a1b;

  --green: #2f8f3a;
  --green-light: #8fda63;
  --green-dark: #14552a;

  --gold: #ffd54a;
  --gold-light: #ffef9a;
  --cream: #fff3d6;

  --border: rgba(0, 0, 0, 0.45);
  --shadow: 0 8px 0 rgba(0,0,0,0.22), 0 14px 30px rgba(0,0,0,0.35);
  --shadow-soft: 0 8px 24px rgba(0,0,0,0.24);

  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 8%, rgba(255,122,24,0.16), transparent 20%),
    radial-gradient(circle at 14% 20%, rgba(143,218,99,0.14), transparent 16%),
    radial-gradient(circle at 84% 18%, rgba(255,179,71,0.10), transparent 18%),
    linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.logo,
h1,
h2,
h3 {
  font-family: "Lilita One", cursive;
  letter-spacing: 0.02em;
}

.page-title {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.94;
  margin: 10px 0 16px;
  background: linear-gradient(180deg, #fff7d7 0%, #ffcf8b 48%, #ff7a18 72%, #d95d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.section-title {
  display: inline-block;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin: 0 0 18px;
  color: var(--gold);
  text-shadow: 2px 2px 0 rgba(0,0,0,0.18);
}

.page-intro,
.hero-text {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 760px;
}

.eyebrow,
.badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #2b2100;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 0 rgba(0,0,0,0.18);
  border: 2px solid rgba(0,0,0,0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(10, 10, 10, 0.9);
  border-bottom: 3px solid rgba(255, 213, 74, 0.35);
  box-shadow: 0 6px 0 rgba(0,0,0,0.18);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  font-size: 1.9rem;
  color: var(--gold);
  text-shadow: 2px 2px 0 rgba(0,0,0,0.28);
  white-space: nowrap;
}

nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

nav a {
  color: var(--text);
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

nav a:hover,
nav a.active {
  background: rgba(255, 213, 74, 0.14);
  color: var(--gold);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.hero-brand {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 60px 0 40px;
}

.hero-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 45% 30%, rgba(255,122,24,0.35), transparent 25%),
    radial-gradient(circle at 60% 20%, rgba(255,180,80,0.18), transparent 30%),
    linear-gradient(180deg, #0e0e0e 0%, #050505 100%);
  z-index: -1;
}

.hero-brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg,
      transparent 0%,
      rgba(255,255,255,0.05) 20%,
      transparent 40%);
  pointer-events: none;
  z-index: -1;
}

.hero-brand-grid {
  display: grid;
  grid-template-columns: minmax(300px, 420px) 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px 26px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
    rgba(0,0,0,0.35);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.03);
}

.hero-brand-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-crest {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}

.hero-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-brand-title {
  margin: 0 0 4px;
  font-family: "Lilita One", cursive;
  font-size: clamp(3.2rem, 8vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #fff7d7 0%, #ffcf8b 50%, #ff7a18 72%, #d95d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.hero-sign-wrap {
  position: relative;
  display: inline-block;
  width: min(100%, 520px);
  margin: 8px 0 14px;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.4));
  animation: floatSign 6s ease-in-out infinite;
}

.hero-sign-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-sign-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
  text-align: center;
  font-family: "Lilita One", cursive;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff3d4;
  text-shadow:
    0 2px 0 rgba(0,0,0,0.55),
    0 4px 6px rgba(0,0,0,0.35);
  pointer-events: none;
}

.hero-brand-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 10px 0 0;
  font-family: "Lilita One", cursive;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  color: #f6f0df;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 0.9;
}

.hero-brand-categories span {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.hero-dot {
  color: var(--primary-light);
}

.section {
  padding: 42px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
}

.section-vine {
  position: relative;
  padding-top: 68px;
}

.section-vine::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(420px, 75%);
  height: 22px;
  background:
    radial-gradient(circle at 12px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 52px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 92px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 132px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 172px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 212px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 252px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 292px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 332px 11px, var(--gold) 0 4px, transparent 5px),
    radial-gradient(circle at 372px 11px, var(--gold) 0 4px, transparent 5px),
    linear-gradient(90deg, transparent 0%, var(--green) 10%, var(--green-dark) 50%, var(--green) 90%, transparent 100%);
  border-radius: 999px;
  opacity: 0.9;
  box-shadow: 0 4px 0 rgba(0,0,0,0.14);
}

.text-link {
  color: var(--gold);
  font-weight: 800;
}

.text-link:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 18px;
  font-weight: 900;
  border: 3px solid rgba(0,0,0,0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  box-shadow: 0 6px 0 rgba(0,0,0,0.18);
  cursor: pointer;
  font: inherit;
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.03);
}

.btn-primary {
  background: linear-gradient(180deg, #ffcf8b 0%, #ff9a32 45%, #ff7a18 68%, #d95d00 100%);
  color: white;
  border-color: #5a3825;
}

.btn-secondary {
  background: linear-gradient(180deg, #3da851 0%, #2f8f3a 60%, #1d6528 100%);
  color: white;
  border-color: #183e1f;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.two {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
    linear-gradient(180deg, #6b422c, #3b2418);
  border: 3px solid #2a1a12;
  border-radius: 24px;
  padding: 20px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(255, 213, 74, 0.16);
  border-radius: 16px;
  pointer-events: none;
}

.card::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 52px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.24), rgba(255,255,255,0.02));
  opacity: 0.65;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-6px) rotate(-0.3deg) scale(1.01);
  box-shadow: 0 10px 0 rgba(0,0,0,0.2), 0 20px 34px rgba(0,0,0,0.34);
}

.card h3 {
  margin-top: 0;
  color: var(--gold);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.image-card {
  overflow: hidden;
  padding: 0;
}

.image-card::before {
  inset: 10px;
  border-radius: 20px;
}

.image-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-bottom: 3px solid rgba(0,0,0,0.18);
}

.image-card .pad {
  padding: 16px 18px 18px;
}

.image-card:hover img {
  filter: saturate(1.08) contrast(1.03);
  transition: filter 180ms ease;
}

.cta-panel {
  background:
    linear-gradient(135deg, rgba(255,122,24,0.16), rgba(143,218,99,0.10)),
    linear-gradient(180deg, #5a3825, #3b2418);
  border: 3px solid rgba(0,0,0,0.22);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.ticker-wrap {
  overflow: hidden;
  border-top: 3px solid rgba(0,0,0,0.24);
  border-bottom: 3px solid rgba(0,0,0,0.24);
  background: linear-gradient(90deg, #2f8f3a, #8fda63, #ffcf8b, #ff7a18, #2f8f3a);
  background-size: 300% 300%;
  animation: tickerGlow 8s ease infinite;
}

.ticker {
  display: inline-flex;
  gap: 36px;
  white-space: nowrap;
  padding: 14px 0;
  animation: scrollTicker 28s linear infinite;
  will-change: transform;
}

.ticker-item {
  font-weight: 900;
  color: #1c1400;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}

.table-wrap {
  overflow-x: auto;
  border: 3px solid rgba(0,0,0,0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #5a3825, #3b2418);
  box-shadow: var(--shadow-soft);
}

.table-wrap table {
  min-width: 900px;
}

.vendor-mode table {
  min-width: 1300px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.vendor-column {
  display: none;
}

.vendor-mode .vendor-column {
  display: table-cell;
}

.toggle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--gold);
}

.toggle-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 6px;
  border: none;
  background: none;
  box-shadow: none;
  accent-color: var(--green);
  cursor: pointer;
}

.helper-text {
  color: var(--muted);
  font-size: 0.95rem;
}

th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--gold);
  font-size: 0.95rem;
  white-space: nowrap;
}

td a {
  color: var(--gold-light);
  font-weight: 700;
}

.form-grid {
  display: grid;
  gap: 18px;
}

.form-grid > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  display: block;
  font-weight: 800;
  color: var(--gold);
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 18px;
  border: 3px solid rgba(0,0,0,0.22);
  background: linear-gradient(180deg, #5a3825, #3b2418);
  color: var(--text);
  font: inherit;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.04);
}

select {
  color: var(--text);
  background: linear-gradient(180deg, #5a3825, #3b2418);
  appearance: auto;
}

option {
  color: #111827;
  background: #ffffff;
}

input::placeholder,
textarea::placeholder {
  color: #eadfc7;
  opacity: 0.8;
}

textarea {
  resize: vertical;
  min-height: 140px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(255, 213, 74, 0.25);
  outline-offset: 2px;
}

.table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.table-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.table-meta label {
  margin: 0;
}

.rows-select {
  width: auto;
  min-width: 110px;
}

.scroll-hint {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.pagination-info {
  color: var(--muted);
  font-weight: 700;
}

.pagination .btn {
  padding: 10px 14px;
}

.pagination .btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: none;
}

.social-grid {
  margin-top: 18px;
}

.social-card {
  text-decoration: none;
  color: inherit;
}

.social-card p {
  margin-bottom: 0;
}

.social-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(1.2) contrast(1.1);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.social-card:hover .icon-img {
  transform: scale(1.15) rotate(-3deg);
}

.site-footer {
  margin-top: 48px;
  padding: 28px 0 56px;
  border-top: 3px solid rgba(255, 213, 74, 0.18);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links a {
  color: var(--gold);
  font-weight: 800;
}

.footer-links a:hover {
  text-decoration: underline;
}

.bg-jungle {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.leaf {
  position: absolute;
  opacity: 0.22;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,0.18));
  animation: floatLeaf 8s ease-in-out infinite;
  border-radius: 60% 40% 60% 40%;
}

.leaf-1 {
  width: 220px;
  height: 320px;
  background: linear-gradient(180deg, #63e06a, #1f8f3a);
  top: 5%;
  left: -50px;
  transform: rotate(-18deg);
}

.leaf-2 {
  width: 200px;
  height: 280px;
  background: linear-gradient(180deg, #ffd54a, #ff7a18);
  right: -40px;
  top: 24%;
  transform: rotate(20deg);
  animation-delay: 1.5s;
}

.leaf-3 {
  width: 180px;
  height: 260px;
  background: linear-gradient(180deg, #39d353, #1f8f3a);
  left: 10%;
  bottom: 2%;
  transform: rotate(14deg);
  animation-delay: 3s;
}

.sparkle {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,213,74,0.85), rgba(255,213,74,0));
  animation: sparkleFloat 5s ease-in-out infinite;
  opacity: 0.6;
}

.sparkle-1 { top: 18%; left: 62%; }
.sparkle-2 { top: 58%; right: 16%; animation-delay: 1.4s; }
.sparkle-3 { bottom: 14%; left: 28%; animation-delay: 2.3s; }

@keyframes floatLeaf {
  0%, 100% { transform: translateY(0px) translateX(0px) rotate(0deg); }
  50% { transform: translateY(-18px) translateX(10px) rotate(2deg); }
}

@keyframes sparkleFloat {
  0%, 100% { transform: translateY(0px) scale(1); opacity: 0.35; }
  50% { transform: translateY(-12px) scale(1.2); opacity: 0.75; }
}

@keyframes scrollTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes tickerGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes floatSign {
  0%, 100% { transform: translateY(0px) rotate(-1deg); }
  50% { transform: translateY(-6px) rotate(0deg); }
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  nav {
    gap: 8px;
  }

  .hero-brand-grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 20px;
  }

  .hero-brand-art {
    order: 1;
  }

  .hero-brand-copy {
    order: 2;
    align-items: center;
  }

  .hero-brand-categories {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 66px;
  }

  .hero-actions,
  .section-head,
  .footer-grid,
  .table-controls,
  .table-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-card img {
    height: 200px;
  }
}
