:root {
  --ink: #101411;
  --muted: #66706a;
  --line: #dce4dc;
  --paper: #f5f7f3;
  --green: #14a15f;
  --green-bright: #59ee9d;
  --night: #07110b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; }
button, input, select { font: inherit; }

.showroom-topbar {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(20px, 5vw, 82px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  background: #07110b;
}

.showroom-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 900; text-decoration: none; }
.showroom-brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 7px; }
.showroom-topbar nav { display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 800; }
.showroom-topbar nav a { text-decoration: none; }
.topbar-cta { padding: 10px 14px; border: 1px solid rgba(99,237,160,.52); border-radius: 6px; color: #fff; background: rgba(34,156,88,.25); }

.showroom-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(270px, .65fr);
  gap: clamp(28px, 7vw, 110px);
  min-height: 440px;
  align-items: center;
  padding: clamp(58px, 9vw, 124px) clamp(20px, 8vw, 132px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(55, 244, 143, .16), transparent 27%),
    radial-gradient(circle at 4% 86%, rgba(24, 174, 94, .14), transparent 30%),
    linear-gradient(132deg, #08180e 0%, #06110b 52%, #030604 100%);
}

.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.showroom-hero h1 { max-width: 660px; margin: 0; font-size: clamp(39px, 5.2vw, 70px); line-height: .98; letter-spacing: 0; }
.showroom-hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.55; }
.hero-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; padding: 13px 16px; border-radius: 6px; color: #fff; background: var(--green); font-size: 14px; font-weight: 900; text-decoration: none; }

.showroom-hero-panel { position: relative; display: grid; min-height: 268px; align-content: center; gap: 8px; padding: 30px; overflow: hidden; border: 1px solid rgba(106,240,166,.5); border-radius: 8px; background: linear-gradient(145deg, rgba(22,122,66,.38), rgba(4,11,7,.75)); box-shadow: inset 0 0 45px rgba(73,233,142,.08), 0 22px 48px rgba(0,0,0,.33); }
.showroom-hero-panel::after { position: absolute; inset: 13px; border: 1px solid rgba(179,255,210,.14); border-radius: 5px; content: ""; pointer-events: none; }
.panel-label, .showroom-hero-panel strong, .showroom-hero-panel p, .panel-lines, .panel-status { position: relative; z-index: 1; }
.panel-label { color: var(--green-bright); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.showroom-hero-panel strong { font-size: 58px; line-height: 1; }
.showroom-hero-panel strong span { color: var(--green-bright); }
.showroom-hero-panel p { max-width: 160px; margin: 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.4; }
.panel-lines { display: grid; gap: 6px; margin: 15px 0 5px; }
.panel-lines span { height: 2px; background: linear-gradient(90deg, rgba(92,242,156,.92), transparent); }
.panel-lines span:nth-child(2) { width: 72%; }.panel-lines span:nth-child(3) { width: 48%; }
.panel-status { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 800; }
.panel-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(89,238,157,.13); }

.collection { padding: clamp(52px, 7vw, 96px) clamp(20px, 8vw, 132px) 110px; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.collection-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 40px); line-height: 1.06; }
.catalog-count { margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; }

.filter-bar { display: grid; grid-template-columns: repeat(3, minmax(130px, .65fr)) minmax(200px, 1.3fr); gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.filter-bar label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 900; }
.filter-bar input, .filter-bar select { min-height: 42px; padding: 0 11px; border: 1px solid #dce3dd; border-radius: 5px; color: var(--ink); background: #fbfcfa; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.showroom-product { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(13, 22, 15, .05); }
.product-image-button { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #e8eee8; cursor: pointer; }
.product-image-button img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 220ms ease; }
.showroom-product:hover .product-image-button img { transform: scale(1.03); }
.product-copy { display: grid; gap: 8px; padding: 16px; }
.product-meta { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.product-copy h3 { margin: 0; font-size: 17px; line-height: 1.2; }
.product-copy p { min-height: 34px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.product-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.product-actions button { padding: 0; border: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 900; cursor: pointer; }
.video-ready { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }.video-ready i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.catalog-empty { grid-column: 1 / -1; padding: 48px; border: 1px dashed #bfcabf; border-radius: 8px; color: var(--muted); text-align: center; }

.showroom-footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px clamp(20px, 8vw, 132px); color: rgba(255,255,255,.7); background: #07110b; font-size: 13px; font-weight: 800; }.showroom-footer a { color: #82eeaf; text-decoration: none; }

.product-dialog { width: min(940px, calc(100vw - 30px)); max-height: min(760px, calc(100vh - 30px)); padding: 0; overflow: auto; border: 0; border-radius: 10px; color: var(--ink); background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.44); }.product-dialog::backdrop { background: rgba(3,8,5,.72); backdrop-filter: blur(4px); }.dialog-close { position: sticky; z-index: 2; float: right; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: rgba(4,12,7,.76); font-size: 27px; cursor: pointer; }.dialog-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); }.dialog-media { min-height: 360px; background: #0a110c; }.dialog-media img, .stream-frame { display: block; width: 100%; aspect-ratio: 4 / 3; border: 0; object-fit: cover; }.dialog-copy { display: grid; align-content: center; gap: 14px; padding: 42px 30px; }.dialog-copy h2 { margin: 0; font-size: 30px; line-height: 1.02; }.dialog-copy p { margin: 0; color: var(--muted); line-height: 1.55; }.dialog-tags { display: flex; flex-wrap: wrap; gap: 7px; }.dialog-tags span { padding: 6px 8px; border-radius: 4px; color: #187e4b; background: #e9f8ed; font-size: 11px; font-weight: 900; }.dialog-contact { display: inline-flex; width: fit-content; padding: 11px 14px; border-radius: 5px; color: #fff; background: var(--green); font-size: 13px; font-weight: 900; text-decoration: none; }

@media (max-width: 860px) { .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.filter-bar { grid-template-columns: repeat(2, 1fr); }.filter-search { grid-column: 1 / -1; }.showroom-hero { grid-template-columns: 1fr; }.showroom-hero-panel { max-width: 360px; }.dialog-layout { grid-template-columns: 1fr; } }
@media (max-width: 580px) { .showroom-topbar { min-height: 64px; padding: 10px 16px; }.showroom-topbar nav a:not(.topbar-cta) { display: none; }.showroom-topbar nav { gap: 0; }.showroom-hero { min-height: 0; padding: 56px 20px; }.showroom-hero h1 { font-size: 39px; }.showroom-hero-copy > p:not(.eyebrow) { font-size: 15px; }.showroom-hero-panel { min-height: 220px; padding: 24px; }.collection { padding: 46px 16px 72px; }.collection-heading { display: grid; gap: 10px; }.filter-bar { grid-template-columns: 1fr; }.filter-search { grid-column: auto; }.catalog-grid { grid-template-columns: 1fr; gap: 12px; }.showroom-footer { display: grid; padding: 22px 16px; }.dialog-copy { padding: 28px 20px; }.dialog-media { min-height: auto; } }
