/**
 * RÜM Showroom — shell compartido (catálogo + portafolio).
 * Usa rum_design_tokens.css; activar con body.rum-showroom-page
 */
body.rum-showroom-page {
  margin: 0;
  min-height: 100vh;
  background: var(--rum-bg);
  color: var(--rum-hero);
  font-family: var(--rum-font-ui);
  line-height: 1.5;
}

body.rum-showroom-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 0;
}

body.rum-showroom-page .wrap a {
  color: inherit;
}

body.rum-showroom-page .wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 20px 80px;
}

body.rum-showroom-page .top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

body.rum-showroom-page .crumb {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--rum-font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.92);
}

body.rum-showroom-page .crumb-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rum-accent), var(--rum-accent-2));
  box-shadow: 0 0 0 4px rgba(233, 188, 148, 0.14);
}

body.rum-showroom-page .top .spacer,
body.rum-showroom-page .pf-head .spacer,
body.rum-showroom-page .pf-toolbar .spacer {
  flex: 1;
}

body.rum-showroom-page .pill {
  font-size: 0.74rem;
  letter-spacing: 0.01em;
  color: rgba(226, 232, 240, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--rum-radius-pill);
  padding: 6px 13px;
  backdrop-filter: blur(6px);
}

body.rum-showroom-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: var(--rum-font-display);
  border-radius: 10px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.9);
  cursor: pointer;
  text-decoration: none;
  transition: 0.15s;
}

body.rum-showroom-page .btn:hover {
  border-color: rgba(233, 188, 148, 0.45);
  color: var(--rum-accent);
  transform: translateY(-1px);
}

body.rum-showroom-page .btn.gold,
body.rum-showroom-page .btn.primary {
  background: var(--rum-accent);
  color: var(--rum-accent-ink);
  border-color: var(--rum-accent-border);
  box-shadow: 0 8px 24px rgba(92, 58, 33, 0.22);
}

body.rum-showroom-page .btn.gold:hover,
body.rum-showroom-page .btn.primary:hover {
  background: var(--rum-accent-2);
  color: var(--rum-accent-ink-hover);
  border-color: var(--rum-accent-border-hover);
}

body.rum-showroom-page .btn.sm {
  padding: 6px 11px;
  font-size: 0.75rem;
}

body.rum-showroom-page .btn.danger {
  color: #fca5a5;
  border-color: rgba(239, 68, 68, 0.35);
}

body.rum-showroom-page .btn.danger:hover {
  border-color: rgba(239, 68, 68, 0.55);
  color: #fecaca;
}

body.rum-showroom-page .btn:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

body.rum-showroom-page .hero {
  margin-bottom: 22px;
}

body.rum-showroom-page .hero h1,
body.rum-showroom-page .pf-head h1 {
  font-family: var(--rum-font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  background: linear-gradient(110deg, #f8fafc 28%, var(--rum-accent) 72%, #e2c9a8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.rum-showroom-page .hero p,
body.rum-showroom-page .pf-head p {
  margin: 0;
  color: rgba(226, 232, 240, 0.68);
  max-width: 62ch;
}

body.rum-showroom-page .share-banner {
  margin: 14px 0 0;
  background: rgba(233, 188, 148, 0.1);
  border: 1px solid rgba(233, 188, 148, 0.28);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.88rem;
  color: rgba(248, 250, 252, 0.88);
}

body.rum-showroom-page .flash {
  margin: 0 0 18px;
  padding: 11px 15px;
  border-radius: 11px;
  font-size: 0.86rem;
  background: rgba(22, 163, 74, 0.12);
  border: 1px solid rgba(22, 163, 74, 0.32);
  color: #86efac;
}

body.rum-showroom-page .aud {
  margin: 34px 0 0;
}

body.rum-showroom-page .aud-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.rum-showroom-page .aud-head h2 {
  font-family: var(--rum-font-display);
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
  color: #f8fafc;
}

body.rum-showroom-page .aud-head .count {
  color: rgba(226, 232, 240, 0.5);
  font-size: 0.78rem;
}

body.rum-showroom-page .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 18px;
}

body.rum-showroom-page .card {
  position: relative;
  background: rgba(12, 17, 33, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--rum-radius-lg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.18s;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

body.rum-showroom-page .card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rum-accent), var(--rum-accent-2));
  opacity: 0;
  transition: 0.18s;
}

body.rum-showroom-page .card:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 188, 148, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

body.rum-showroom-page .card:hover::before {
  opacity: 1;
}

body.rum-showroom-page .card.disabled {
  opacity: 0.55;
}

body.rum-showroom-page .card h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  font-family: var(--rum-font-display);
  color: #f8fafc;
}

body.rum-showroom-page .card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.62);
  font-size: 0.86rem;
  flex: 1;
}

body.rum-showroom-page .card .foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}

body.rum-showroom-page .tag {
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--rum-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(226, 232, 240, 0.65);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
}

body.rum-showroom-page .tag.client {
  color: #86efac;
  border-color: rgba(22, 163, 74, 0.35);
  background: rgba(22, 163, 74, 0.1);
}

body.rum-showroom-page .tag.internal {
  color: var(--neon-a);
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.08);
}

body.rum-showroom-page .tag.draft,
body.rum-showroom-page .tag.star {
  color: var(--rum-accent);
  border-color: rgba(233, 188, 148, 0.38);
  background: rgba(233, 188, 148, 0.1);
}

body.rum-showroom-page .tag.off {
  color: #fca5a5;
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.08);
}

body.rum-showroom-page .card .open {
  margin-left: auto;
  font-weight: 700;
  color: var(--rum-accent);
  font-size: 0.84rem;
  text-decoration: none;
  font-family: var(--rum-font-display);
}

body.rum-showroom-page .card .open:hover {
  color: var(--rum-accent-2);
  text-decoration: underline;
}

body.rum-showroom-page .manage {
  margin-top: 34px;
}

body.rum-showroom-page .manage h2,
body.rum-showroom-page .card-panel h3 {
  font-family: var(--rum-font-display);
  font-size: 1.25rem;
  color: #f8fafc;
}

body.rum-showroom-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
  margin-top: 10px;
  background: rgba(12, 17, 33, 0.78);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.rum-showroom-page th,
body.rum-showroom-page td {
  text-align: left;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: middle;
  color: rgba(226, 232, 240, 0.82);
}

body.rum-showroom-page thead th {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 232, 240, 0.55);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.rum-showroom-page tbody tr:last-child td {
  border-bottom: 0;
}

body.rum-showroom-page select,
body.rum-showroom-page input[type="text"],
body.rum-showroom-page input[type="datetime-local"] {
  background: rgba(15, 23, 42, 0.65);
  color: #f1f5f9;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  padding: 7px 10px;
  font-size: 0.82rem;
  font-family: inherit;
}

body.rum-showroom-page select:focus,
body.rum-showroom-page input:focus {
  outline: 2px solid rgba(233, 188, 148, 0.35);
  border-color: rgba(233, 188, 148, 0.55);
}

body.rum-showroom-page select option {
  background: #0f172a;
  color: #f1f5f9;
}

body.rum-showroom-page .inline {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

body.rum-showroom-page .switch {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  color: rgba(226, 232, 240, 0.55);
}

body.rum-showroom-page .switch:hover {
  color: var(--rum-accent);
}

body.rum-showroom-page .card-panel {
  background: rgba(12, 17, 33, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px 22px;
  margin-top: 20px;
  backdrop-filter: blur(8px);
}

body.rum-showroom-page .card-panel h3 {
  margin: 0 0 12px;
  font-size: 1.05rem;
}

body.rum-showroom-page .share-url {
  font-family: ui-monospace, monospace;
  font-size: 0.76rem;
  color: var(--neon-a);
  word-break: break-all;
}

body.rum-showroom-page .form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 6px;
}

body.rum-showroom-page .form-row label {
  display: block;
  font-size: 0.7rem;
  color: rgba(226, 232, 240, 0.5);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

body.rum-showroom-page .muted {
  color: rgba(226, 232, 240, 0.55);
}

body.rum-showroom-page .badge-count {
  display: inline-flex;
  min-width: 20px;
  justify-content: center;
  background: var(--rum-accent);
  color: var(--rum-accent-ink);
  border-radius: var(--rum-radius-pill);
  padding: 1px 8px;
  font-size: 0.72rem;
  font-weight: 700;
}

body.rum-showroom-page footer {
  margin-top: 60px;
  color: rgba(226, 232, 240, 0.42);
  font-size: 0.78rem;
  text-align: center;
}

/* ── Portafolio ── */
body.rum-showroom-page .wrap.pf-wide {
  max-width: 1320px;
  padding-bottom: 40px;
}

body.rum-showroom-page .pf-head {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

body.rum-showroom-page .pf-head h1 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

body.rum-showroom-page .pf-head p {
  font-size: 0.9rem;
}

body.rum-showroom-page .pf-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: start;
}

body.rum-showroom-page .pf-rail {
  background: rgba(12, 17, 33, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--rum-radius-lg);
  padding: 14px;
  position: sticky;
  top: 16px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  backdrop-filter: blur(8px);
}

body.rum-showroom-page .pf-rail h2 {
  font-family: var(--rum-font-display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.48);
  margin: 14px 6px 8px;
}

body.rum-showroom-page .pf-rail h2:first-child {
  margin-top: 4px;
}

body.rum-showroom-page .pf-item {
  display: flex;
  gap: 11px;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 12px;
  padding: 10px 11px;
  cursor: pointer;
  transition: 0.14s;
  font-family: inherit;
  color: inherit;
  margin-bottom: 2px;
}

body.rum-showroom-page .pf-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.rum-showroom-page .pf-item .tx {
  min-width: 0;
}

body.rum-showroom-page .pf-item .tt {
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--rum-font-display);
  color: #f8fafc;
}

body.rum-showroom-page .pf-item .sb {
  font-size: 0.74rem;
  color: rgba(226, 232, 240, 0.52);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.rum-showroom-page .pf-item.active {
  background: rgba(233, 188, 148, 0.12);
  border-color: rgba(233, 188, 148, 0.32);
}

body.rum-showroom-page .pf-item.active .tt {
  color: var(--rum-accent);
}

body.rum-showroom-page .pf-stage {
  background: rgba(12, 17, 33, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--rum-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  backdrop-filter: blur(8px);
}

body.rum-showroom-page .pf-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}

body.rum-showroom-page .pf-toolbar .title {
  font-family: var(--rum-font-display);
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #f8fafc;
}

body.rum-showroom-page .pf-toolbar .title span.t {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.rum-showroom-page .pf-frame-wrap {
  position: relative;
  flex: 1;
  background: #050508;
}

body.rum-showroom-page .pf-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

body.rum-showroom-page .pf-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
}

body.rum-showroom-page .pf-empty .in {
  max-width: 520px;
}

body.rum-showroom-page .pf-empty .mark {
  font-family: var(--rum-font-display);
  font-weight: 800;
  font-size: 2.4rem;
  background: linear-gradient(110deg, #f8fafc 28%, var(--rum-accent) 72%, #e2c9a8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

body.rum-showroom-page .pf-empty h3 {
  font-family: var(--rum-font-display);
  font-size: 1.3rem;
  margin: 0 0 8px;
  color: #f8fafc;
}

body.rum-showroom-page .pf-empty p {
  color: rgba(226, 232, 240, 0.62);
  margin: 0 0 20px;
}

body.rum-showroom-page .pf-empty .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
}

body.rum-showroom-page .pf-empty .mini {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  transition: 0.14s;
}

body.rum-showroom-page .pf-empty .mini:hover {
  border-color: rgba(233, 188, 148, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

body.rum-showroom-page .pf-empty .mini .tt {
  font-family: var(--rum-font-display);
  font-weight: 700;
  font-size: 0.92rem;
  margin-top: 4px;
  color: #f8fafc;
}

body.rum-showroom-page .pf-empty .mini .sb {
  font-size: 0.76rem;
  color: rgba(226, 232, 240, 0.52);
}

body.rum-showroom-page .hide {
  display: none !important;
}

@media (max-width: 900px) {
  body.rum-showroom-page .pf-layout {
    grid-template-columns: 1fr;
  }

  body.rum-showroom-page .pf-rail {
    position: static;
    max-height: none;
  }

  body.rum-showroom-page .pf-stage {
    min-height: 70vh;
  }

  body.rum-showroom-page .pf-empty .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.rum-showroom-page .grid {
    grid-template-columns: 1fr;
  }
}

/* ───────────────────────── Scroll-story del catálogo ───────────────────────── */
body.rum-showroom-page.sr-story-page {
  overflow-x: clip;
  background: #000 !important;
  color: #fff;
  --sr-tan: #d6b08c;
  --sr-tan-deep: #c5a07d;
  --sr-muted: #888888;
}

/* Fondo negro plano — sin estrellas ni túnel en el catálogo */
body.rum-showroom-page.sr-story-page::before {
  display: none;
}

/* El catálogo usa fondo negro plano. Ocultamos TODO el world background para
 * evitar el destello inicial: la capa .daywash tiene un gradiente azul claro y
 * su opacity depende de --dayOp, que está indefinida hasta que corre el JS
 * diferido → durante ese instante la opacidad vale 1 (brillo total). Ocultar el
 * contenedor elimina ese flash por completo (canvases, .bg, .daywash y .sea). */
body.rum-showroom-page.sr-story-page .world {
  display: none !important;
}

/* Catálogo scroll-story: sin barra superior ni márgenes del wrap. */
body.rum-showroom-page.sr-story-page .wrap {
  max-width: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

body.rum-showroom-page.sr-story-page .top {
  display: none;
}

body.rum-showroom-page.sr-story-page .sr-contact,
body.rum-showroom-page.sr-story-page footer {
  margin-left: clamp(20px, 4vw, 40px);
  margin-right: clamp(20px, 4vw, 40px);
}

body.rum-showroom-page.sr-story-page footer {
  color: var(--sr-muted, #888);
}

/* Bloque alto (N × 100svh) que da recorrido de scroll; full-bleed. */
body.rum-showroom-page .sr-story {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: calc(var(--sr-n, 4) * 100svh);
  margin-bottom: 20px;
}

/* Panel fijo a pantalla completa. */
body.rum-showroom-page .sr-story-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  color: #fff;
  background: #000;
  z-index: 2;
}

/* Astronauta oculto en catálogo — layout limpio split-screen */
body.rum-showroom-page.sr-story-page .sr-story-stage .rum-astro-float {
  display: none;
}

/* Logo RÜM en negro (Baloo 2) sobre navbar blanco — R y M legibles. */
body.rum-showroom-page .rum-navbar .rum-logo-link,
body.rum-showroom-page .rum-navbar .rum-logo-letter {
  color: #000 !important;
  -webkit-text-fill-color: #000;
  font-family: 'Baloo 2', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  text-shadow: none;
}
body.rum-showroom-page .rum-navbar .nav-portal-u {
  color: #111827 !important;
  -webkit-text-fill-color: #111827;
}
body.rum-showroom-page .rum-navbar .rum-logo-link.nav-glow::before,
body.rum-showroom-page .rum-navbar .rum-logo-link.nav-glow::after {
  opacity: 0 !important;
}
body.rum-showroom-page .rum-navbar .rum-logo-link.nav-glow:hover {
  color: #000 !important;
  text-shadow: none;
}

body.rum-showroom-page .sr-story-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
}

/* ── Columna izquierda: texto, paginación y CTA ── */
body.rum-showroom-page .sr-story-left {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(28px, 4vw, 64px) clamp(28px, 5vw, 72px);
  background: #000;
  border-right: 0;
}

body.rum-showroom-page .sr-story-eyebrow {
  align-self: flex-start;
  padding: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sr-muted, #888);
  border: 0;
  border-radius: 0;
  background: none;
}

body.rum-showroom-page .sr-story-intro {
  align-self: flex-start;
  margin: -4px 0 2px;
  max-width: 40ch;
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(226, 232, 240, 0.82);
}
body.rum-showroom-page .sr-story-intro strong {
  color: #fff;
  font-weight: 600;
}

body.rum-showroom-page .sr-lanes {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 12px;
}
body.rum-showroom-page .sr-lane {
  padding: 0 0 10px;
  border: 0;
  background: none;
  color: var(--sr-muted, #888);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}
body.rum-showroom-page .sr-lane:hover { color: rgba(255, 255, 255, 0.88); }
body.rum-showroom-page .sr-lane.is-active {
  color: #fff;
  font-weight: 600;
}
body.rum-showroom-page .sr-lane.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 2px;
  border-radius: 999px;
  background: var(--sr-tan, #d6b08c);
}

body.rum-showroom-page .sr-progress {
  display: flex;
  align-items: center;
  gap: 14px;
}
body.rum-showroom-page .sr-progress-track {
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
body.rum-showroom-page .sr-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: var(--sr-tan, #d6b08c);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
body.rum-showroom-page .sr-progress-num {
  flex: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: var(--sr-muted, #888);
}

/* Contenedor de slides (crossfade sin salto de altura). */
body.rum-showroom-page .sr-story-slides {
  position: relative;
  min-height: clamp(320px, 40vh, 400px);
}

body.rum-showroom-page a.sr-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  -webkit-text-fill-color: currentColor;
  cursor: pointer;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
body.rum-showroom-page a.sr-slide.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
body.rum-showroom-page a.sr-slide:hover,
body.rum-showroom-page a.sr-slide:focus-visible {
  border-color: rgba(214, 176, 140, 0.45);
  background: rgba(214, 176, 140, 0.08);
  box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.7);
  outline: none;
}
body.rum-showroom-page a.sr-slide:focus-visible {
  outline: 2px solid var(--sr-tan, #d6b08c);
  outline-offset: 3px;
}

body.rum-showroom-page .sr-slide-cat {
  display: block;
  margin-bottom: 12px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sr-muted, #888);
}

body.rum-showroom-page .sr-slide-title {
  display: block;
  margin: 0;
  font-family: var(--rum-font-ui);
  font-weight: 700;
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}

body.rum-showroom-page .sr-slide-desc {
  display: -webkit-box;
  margin: 18px 0 0;
  max-width: 44ch;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

body.rum-showroom-page .sr-slide-desc:empty {
  display: none;
  margin: 0;
}

body.rum-showroom-page .sr-slide-go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--sr-tan, #d6b08c);
  transition: color 0.2s ease, transform 0.2s ease;
}
body.rum-showroom-page a.sr-slide:hover .sr-slide-go,
body.rum-showroom-page a.sr-slide:focus-visible .sr-slide-go {
  color: #e8c9a8;
  transform: translateX(3px);
}

body.rum-showroom-page a.sr-story-cta,
body.rum-showroom-page button.sr-story-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 0;
  font-family: var(--rum-font-ui);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--rum-accent-ink, #5c3a21);
  -webkit-text-fill-color: currentColor;
  background: linear-gradient(180deg, #dbb896 0%, var(--sr-tan, #d6b08c) 48%, var(--sr-tan-deep, #c5a07d) 100%);
  box-shadow:
    0 10px 28px -6px rgba(214, 176, 140, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, color 0.22s ease;
}
body.rum-showroom-page a.sr-story-cta:hover,
body.rum-showroom-page button.sr-story-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  color: var(--rum-accent-ink-hover, #452818);
  box-shadow:
    0 14px 36px -4px rgba(214, 176, 140, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.rum-showroom-page .sr-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 4px;
}

body.rum-showroom-page a.sr-story-cta--ghost,
body.rum-showroom-page button.sr-story-cta--ghost {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: none;
}
body.rum-showroom-page a.sr-story-cta--ghost:hover,
body.rum-showroom-page button.sr-story-cta--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #fff;
  box-shadow: none;
  filter: none;
}

body.rum-showroom-page button.sr-story-cta {
  cursor: pointer;
  appearance: none;
  font: inherit;
}
body.rum-showroom-page button.sr-story-cta--ghost {
  border: 1px solid rgba(255, 255, 255, 0.85);
}

/* ── Drawer: catálogo de capacidades RÜM ── */
body.rum-showroom-page.sr-cap-lock {
  overflow: hidden;
}

body.rum-showroom-page .sr-cap-drawer[hidden] {
  display: none !important;
}

body.rum-showroom-page .sr-cap-drawer {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  pointer-events: none;
}

body.rum-showroom-page .sr-cap-drawer.is-open {
  pointer-events: auto;
}

body.rum-showroom-page .sr-cap-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 16, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.32s ease;
}

body.rum-showroom-page .sr-cap-drawer.is-open .sr-cap-backdrop {
  opacity: 1;
}

body.rum-showroom-page .sr-cap-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(640px, 96vw);
  display: flex;
  flex-direction: column;
  padding: 0;
  background: linear-gradient(168deg, #121820 0%, #0a0d12 52%, #080b10 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: -28px 0 80px -16px rgba(0, 0, 0, 0.72);
  transform: translateX(104%);
  transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

body.rum-showroom-page .sr-cap-drawer.is-open .sr-cap-panel {
  transform: translateX(0);
}

body.rum-showroom-page .sr-cap-close {
  position: absolute;
  top: calc(18px + var(--rum-navbar-h, 64px));
  right: 18px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #f4f1ea;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

body.rum-showroom-page .sr-cap-close:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(233, 188, 148, 0.45);
}

body.rum-showroom-page .sr-cap-head {
  flex: none;
  padding: 24px 24px 16px;
  padding-top: calc(24px + var(--rum-navbar-h, 64px));
  padding-right: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(8, 11, 16, 0.92);
  backdrop-filter: blur(8px);
}

body.rum-showroom-page .sr-cap-kicker {
  margin: 0 0 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rum-accent);
}

body.rum-showroom-page .sr-cap-head h2 {
  margin: 0 0 8px;
  font-family: var(--rum-font-display);
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #fbfaf7;
}

body.rum-showroom-page .sr-cap-lead {
  margin: 0 0 12px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.78);
}

body.rum-showroom-page .sr-cap-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

body.rum-showroom-page .sr-cap-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(233, 188, 148, 0.55);
}

body.rum-showroom-page .sr-cap-search-wrap {
  display: block;
  margin-bottom: 10px;
}

body.rum-showroom-page .sr-cap-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.rum-showroom-page .sr-cap-search {
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f4f1ea;
  font-family: var(--rum-font-body);
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

body.rum-showroom-page .sr-cap-search::placeholder {
  color: rgba(148, 163, 184, 0.75);
}

body.rum-showroom-page .sr-cap-search:focus {
  border-color: rgba(233, 188, 148, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

body.rum-showroom-page .sr-cap-toolbar {
  display: flex;
  gap: 8px;
}

body.rum-showroom-page .sr-cap-toolbtn {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: rgba(203, 213, 225, 0.88);
  font-family: var(--rum-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.rum-showroom-page .sr-cap-toolbtn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(233, 188, 148, 0.35);
  color: #fbfaf7;
}

body.rum-showroom-page .sr-cap-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(233, 188, 148, 0.35) transparent;
}

body.rum-showroom-page .sr-cap-empty {
  margin: 24px 8px;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(148, 163, 184, 0.9);
}

body.rum-showroom-page .sr-cap-groups {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.rum-showroom-page .sr-cap-group {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

body.rum-showroom-page .sr-cap-group[hidden] {
  display: none !important;
}

body.rum-showroom-page .sr-cap-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s ease;
}

body.rum-showroom-page .sr-cap-group-head::-webkit-details-marker {
  display: none;
}

body.rum-showroom-page .sr-cap-group-head::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(233, 188, 148, 0.8);
  border-bottom: 1.5px solid rgba(233, 188, 148, 0.8);
  transform: rotate(-45deg);
  transition: transform 0.22s ease;
  flex: none;
  margin-right: 4px;
}

body.rum-showroom-page .sr-cap-group[open] .sr-cap-group-head::before {
  transform: rotate(45deg);
}

body.rum-showroom-page .sr-cap-group-head:hover {
  background: rgba(255, 255, 255, 0.04);
}

body.rum-showroom-page .sr-cap-group-title {
  flex: 1;
  font-family: var(--rum-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f4f1ea;
  line-height: 1.3;
}

body.rum-showroom-page .sr-cap-group-count {
  flex: none;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--rum-accent);
  background: rgba(233, 188, 148, 0.12);
  border: 1px solid rgba(233, 188, 148, 0.22);
}

body.rum-showroom-page .sr-cap-list {
  list-style: none;
  margin: 0;
  padding: 0 8px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.rum-showroom-page .sr-cap-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.rum-showroom-page .sr-cap-item:last-child {
  border-bottom: 0;
}

body.rum-showroom-page .sr-cap-item[hidden] {
  display: none !important;
}

body.rum-showroom-page .sr-cap-item-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 10px;
  border: 0;
  background: transparent;
  color: rgba(226, 232, 240, 0.92);
  font-family: var(--rum-font-body);
  font-size: 0.86rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  border-radius: 8px;
}

body.rum-showroom-page .sr-cap-item-btn:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

body.rum-showroom-page .sr-cap-item-btn[aria-expanded="true"] {
  color: var(--rum-accent);
}

body.rum-showroom-page .sr-cap-item-chevron {
  flex: none;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
  transition: transform 0.22s ease, opacity 0.2s ease;
}

body.rum-showroom-page .sr-cap-item-btn[aria-expanded="true"] .sr-cap-item-chevron {
  transform: rotate(-135deg);
  opacity: 1;
}

body.rum-showroom-page .sr-cap-item-panel {
  padding: 0 10px 12px 10px;
}

body.rum-showroom-page .sr-cap-item-panel[hidden] {
  display: none !important;
}

body.rum-showroom-page .sr-cap-item-panel p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.85);
  background: rgba(233, 188, 148, 0.06);
  border: 1px solid rgba(233, 188, 148, 0.14);
}

body.rum-showroom-page .sr-cap-foot {
  flex: none;
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 11, 16, 0.96);
}

body.rum-showroom-page .sr-cap-foot p {
  margin: 0 0 12px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.92);
}

body.rum-showroom-page .sr-cap-foot a.sr-story-cta {
  width: 100%;
  justify-content: center;
  color: var(--rum-accent-ink, #5c3a21);
  -webkit-text-fill-color: currentColor;
}

@media (max-width: 640px) {
  body.rum-showroom-page .sr-cap-panel {
    width: 100%;
  }
  body.rum-showroom-page .sr-cap-head {
    padding: 20px 18px 14px;
    padding-top: calc(20px + var(--rum-navbar-h, 56px));
    padding-right: 52px;
  }
  body.rum-showroom-page .sr-cap-body {
    padding: 10px 12px 14px;
  }
}

/* Nota de venta: le habla al cliente y remarca que es trabajo de RÜM. */
body.rum-showroom-page .sr-story-note {
  margin: 4px 0 0;
  max-width: 46ch;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.7);
}
body.rum-showroom-page .sr-story-note::before {
  content: "✦";
  margin-right: 8px;
  color: var(--rum-accent);
}
body.rum-showroom-page .sr-story-note strong { color: #fbfaf7; font-weight: 700; }

/* ── Columna derecha: pila de fotos con rejilla ── */
body.rum-showroom-page .sr-story-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3vw, 48px);
  background-color: #000;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
}

body.rum-showroom-page .sr-story-frame {
  position: relative;
  width: min(92%, 720px);
  height: min(82vh, 720px);
  border-radius: 30px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 32px 64px -20px rgba(0, 0, 0, 0.65);
}

body.rum-showroom-page .sr-story-stack {
  position: absolute;
  inset: 0;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.rum-showroom-page .sr-photo {
  margin: 0;
  width: 100%;
  height: 100%;
}
body.rum-showroom-page .sr-photo img,
body.rum-showroom-page .sr-photo video,
body.rum-showroom-page .sr-photo .sr-photo-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.rum-showroom-page .sr-story-hint {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
}
body.rum-showroom-page .sr-scroll-mouse {
  width: 24px;
  height: 38px;
  border: 2px solid rgba(226, 232, 240, 0.7);
  border-radius: 13px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
  box-sizing: border-box;
}
body.rum-showroom-page .sr-scroll-wheel {
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: rgba(226, 232, 240, 0.9);
  animation: srWheel 1.8s ease-in-out infinite;
}
body.rum-showroom-page .sr-scroll-txt {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.72);
}
@keyframes srWheel {
  0% { opacity: 0; transform: translateY(-3px); }
  35% { opacity: 1; }
  70% { opacity: 1; transform: translateY(7px); }
  100% { opacity: 0; transform: translateY(9px); }
}

@media (prefers-reduced-motion: reduce) {
  body.rum-showroom-page .sr-slide,
  body.rum-showroom-page .sr-story-stack,
  body.rum-showroom-page .sr-progress-fill { transition: none; }
  body.rum-showroom-page .sr-scroll-wheel { animation: none; }
}

@media (max-width: 820px) {
  /* En móvil todo el panel (foto + texto + CTA) debe caber en 100svh con el
   * navbar visible: nada de centrar-desbordar (cortaba la foto arriba y
   * dejaba los CTA inalcanzables bajo el fold con el stage pineado). */
  body.rum-showroom-page .sr-story-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-content: start;
    gap: 0;
    padding-top: calc(var(--rum-navbar-h, 46px) + 6px);
  }
  body.rum-showroom-page .sr-story-left {
    order: 2;
    justify-content: flex-start;
    padding: 12px clamp(20px, 6vw, 32px) calc(14px + env(safe-area-inset-bottom, 0px));
    gap: 12px;
    min-height: 0;
  }
  /* La intro es la pieza más prescindible (94px); el slide ya describe cada demo. */
  body.rum-showroom-page .sr-story-intro { display: none; }
  body.rum-showroom-page .sr-lanes { padding-bottom: 10px; }
  body.rum-showroom-page .sr-story-slides {
    flex: 1;
    min-height: 168px;
  }
  body.rum-showroom-page a.sr-slide {
    padding: 14px 16px;
    border-radius: 14px;
  }
  body.rum-showroom-page .sr-slide-title {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }
  body.rum-showroom-page .sr-slide-desc {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  body.rum-showroom-page .sr-slide-go {
    padding-top: 12px;
    font-size: 0.78rem;
  }
  body.rum-showroom-page .sr-story-actions {
    margin-top: 0;
    gap: 10px;
  }
  body.rum-showroom-page a.sr-story-cta,
  body.rum-showroom-page button.sr-story-cta {
    padding: 12px 22px;
    font-size: 0.88rem;
  }
  body.rum-showroom-page .sr-story-right {
    order: 1;
    padding: 8px clamp(20px, 6vw, 32px) 10px;
    background-size: 2.4rem 2.4rem;
  }
  body.rum-showroom-page .sr-story-frame {
    width: 100%;
    height: clamp(150px, 26svh, 250px);
    border-radius: 18px;
  }
  body.rum-showroom-page .sr-story-hint { display: none; }
}

/* ───────────────────────── Cuadro de contacto (pie del catálogo) ───────────────────────── */
body.rum-showroom-page .sr-contact {
  margin-top: 46px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 64px -40px rgba(0, 0, 0, 0.85);
}

body.rum-showroom-page .sr-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  align-items: stretch;
}

body.rum-showroom-page .sr-contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(28px, 4.5vw, 48px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

body.rum-showroom-page .sr-contact h2 {
  font-family: var(--rum-font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0;
  color: #fbfaf7;
}

body.rum-showroom-page .sr-contact p {
  margin: 0;
  max-width: 38ch;
  color: rgba(226, 232, 240, 0.72);
  font-size: clamp(0.94rem, 1.35vw, 1.05rem);
  line-height: 1.62;
}

body.rum-showroom-page .sr-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

body.rum-showroom-page .sr-contact-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(24px, 4vw, 40px) clamp(24px, 3.5vw, 36px);
  background: rgba(255, 255, 255, 0.02);
}

body.rum-showroom-page .sr-contact-detail {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.rum-showroom-page .sr-contact-detail:first-child {
  border-top: 0;
  padding-top: 0;
}

body.rum-showroom-page .sr-contact-detail:last-child {
  padding-bottom: 0;
}

body.rum-showroom-page .sr-contact-detail-label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.45);
}

body.rum-showroom-page .sr-contact-detail span,
body.rum-showroom-page .sr-contact-detail a {
  font-family: var(--rum-font-display);
  font-size: 0.98rem;
  font-weight: 600;
  color: #f4f1ea;
  text-decoration: none;
  word-break: break-word;
}

body.rum-showroom-page .sr-contact-detail a {
  color: var(--rum-accent);
  transition: color 0.2s ease;
}

body.rum-showroom-page .sr-contact-detail a:hover {
  color: var(--rum-accent-2);
}

@media (max-width: 768px) {
  body.rum-showroom-page .sr-contact-grid {
    grid-template-columns: 1fr;
  }

  body.rum-showroom-page .sr-contact-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.rum-showroom-page .sr-contact-aside {
    background: transparent;
  }
}
