/*
 * Inner pages adapter for index.tall-2814 design system (styles-new.advanced_4c7c)
 * Purpose: keep legacy inner-page HTML (row/col/utilities) working while matching modern palette.
 */

/* Hide legacy header blocks once we inject the modern header into inner pages */
body > header:not(.first_da58) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.pink_438d.border-pink-4bdb {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.banner_b724 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.banner_b724 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.slow_650d {
  flex: 0 0 100%;
  max-width: 100%;
}

.fluid_193c {
  flex: 0 0 100%;
  max-width: 100%;
}

.hovered_5188 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hovered_5188 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .fluid_193c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.gallery-hovered-3287 { display: flex; }
.row-south-656c { justify-content: space-between; }
.item_1621 { align-items: center; }
.border-pink-4bdb { text-align: center; }

.detail_iron_fd81 { margin-right: 0.5rem; }
.logo_right_ce79 { margin-right: 1rem; }
.top_2796 { margin-top: 1rem; }
.heading_east_4641 { margin-top: 1.5rem; }
.texture-fresh-5bd4 { margin-bottom: 1rem; }
.active-3227 { margin-bottom: 1.5rem; }
.detail_0746 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.tabs-new-085f { margin-top: 1rem; margin-bottom: 1rem; }
.stone-47b1 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.frame-a2da { max-width: 100%; height: auto; }

/* Links used in old footer */
.gold-399c { color: var(--text-primary); }
.nav-middle-2de3 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.item_gold_ca00 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

/* Map legacy variants to modern system */
.chip-outer-14bc { /* treat as primary */
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: var(--bg-primary);
  border: 1px solid transparent;
  box-shadow: var(--shadow-sm);
}

.chip-outer-14bc:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.item_a2b2 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.item_a2b2:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hovered_91a3 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.preview-8408 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.preview-8408::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(0, 212, 170, 0.18) 0%, transparent 70%);
  filter: blur(1px);
  pointer-events: none;
}

.secondary_upper_3b2f {
  background: rgba(26, 36, 66, 0.65);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
}

.secondary_upper_3b2f h1 {
  margin-bottom: var(--spacing-sm);
}

.secondary_upper_3b2f p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.breadcrumb-fresh-b9ef {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.menu_cool_cab3 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.thumbnail_c88c {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm);
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.small-0a75 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.block-gold-a251 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.block-gold-a251 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.element-196c img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.rough-7c69 {
  padding-bottom: var(--spacing-2xl);
}

.text_clean_6b09 {
  background: rgba(10, 14, 39, 0.55);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: var(--spacing-sm) 0;
}

.filter-a11d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.column-5bc2 a {
  color: var(--primary-color);
}

.column-5bc2.fn-active-cb68 {
  color: var(--text-secondary);
}

.column-5bc2:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.silver-ada9 {
  padding: var(--spacing-xl) 0;
}

.grid-314d {
  background: rgba(26, 36, 66, 0.65);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
}

.grid-314d h2 {
  margin-bottom: var(--spacing-sm);
}

.grid-314d p {
  color: var(--text-secondary);
}

.hero-9e80 {
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  margin: var(--spacing-md) 0;
}

.hero-9e80 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hero-9e80 h4 {
  margin-top: var(--spacing-sm);
}

.hero-9e80 p {
  color: var(--text-secondary);
}

.shadow_dynamic_2e1a {
  padding: var(--spacing-xl) 0;
}

.cool_361a {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.nav-middle-c81d {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-middle-c81d a {
  color: var(--text-secondary);
}

.nav-middle-c81d a:hover {
  color: var(--primary-color);
}

.menu-e7c7 {
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid rgba(0, 212, 170, 0.25);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
}

.description_tall_28d4 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.caption-852a {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.caption-852a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.solid-5aa4 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.modal_9b4b { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: cb2d */
.phantom-card-b3 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
