body {
  font-family: Outfit, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.hero {
  position: relative;
  min-height: min(88vh, 860px);
  display: flex;
  align-items: flex-end;
  padding: 80px 0 72px;
  overflow: hidden;
  background: #050505;
  color: #f3f3f3;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.55) 42%, rgba(5, 5, 5, 0.94) 100%),
    url("../generated/hero.webp") center / cover no-repeat;
}
.hero .wrap {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
}
.hero .kicker {
  color: #d4d4d4;
  font-size: 0.72em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero h1 {
  font-size: clamp(3.4rem, 9vw, 8.4rem);
  max-width: none;
  margin-bottom: 22px;
  line-height: 0.9;
}
.hero-lead {
  max-width: 38em;
  font-size: 1.08rem;
  color: #f3f3f3;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #f3f3f3;
  font-size: 0.68em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero .btn:hover {
  border-color: #d4d4d4;
  color: #d4d4d4;
  background: transparent;
}
.hero .btn-solid {
  background: #f3f3f3;
  color: #050505;
  border-color: #f3f3f3;
}
.hero .btn-solid:hover {
  background: #fff;
  color: #050505;
  border-color: #fff;
}
.hero-aside { font-size: 0.95rem; }
.hero .text-link {
  color: #f3f3f3;
  border-bottom-color: rgba(243, 243, 243, 0.45);
}
.hero .text-link:hover { opacity: 0.7; }

.inventory { padding: 72px 0; }
.inventory-head {
  margin-bottom: 28px;
}
.inventory h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  max-width: none;
  margin-bottom: 14px;
  line-height: 0.92;
}
.inventory-aside {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px;
  align-items: end;
}
.inventory-aside > p { color: var(--muted); max-width: 40em; }
.inventory .stat {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.stat strong {
  display: block;
  font-family: var(--display);
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.stat span { color: var(--muted); }

.entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.entry-media {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--paper-deep);
}
.entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.entry h3 { font-size: 1.55rem; margin-bottom: 6px; line-height: 0.95; }
.entry p:last-child { color: var(--muted); max-width: 28em; }
.entry:hover h3 { text-decoration: underline; text-underline-offset: 4px; }

.exotics {
  overflow: hidden;
  background: var(--black);
  color: var(--paper);
}
.exotics-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  min-height: min(78vh, 760px);
}
.exotics-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px 56px 0;
  max-width: none;
}
.exotics .eyebrow { color: #b7b0a6; }
.exotics-copy h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  margin-bottom: 14px;
}
.exotics-copy > p {
  color: #d4cdc3;
  max-width: 30em;
  margin-bottom: 14px;
}
.exotics-copy > p:last-of-type {
  margin-bottom: 0;
}
.exotics-actions {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}

.exotics-stage {
  position: relative;
  min-width: 0;
  background: transparent;
  display: flex;
  align-items: stretch;
}
.exotics-rail-viewport {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}
.exotics-rail-viewport.is-dragging {
  cursor: grabbing;
}
.exotics-rail-track {
  display: flex;
  align-items: stretch;
  height: 100%;
  will-change: transform;
}
.exotics-slab {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  height: 100%;
  color: inherit;
}
.exotics-slab-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  height: 100%;
  padding: 40px 36px;
  box-sizing: border-box;
  color: inherit;
}
.exotics-slab-stage {
  --box-h: min(52vh, 420px);
  height: var(--box-h);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exotics-slab-fit {
  position: relative;
  aspect-ratio: var(--piece-ar, 1.4);
  width: min(100%, calc(var(--piece-ar, 1.4) * var(--box-h)));
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
}
.exotics-slab-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: transparent;
}
.exotics-slab-img {
  position: absolute;
  max-width: none;
  max-height: none;
  object-fit: fill;
  object-position: top left;
  display: block;
  pointer-events: none;
}
.exotics-slab-img.is-bbox {
  inset: 0;
  width: 100%;
  height: 100%;
}
.exotics-slab-meta {
  text-align: center;
}
.exotics-slab-meta strong {
  display: block;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #e8e2d6;
}
.exotics-slab-meta span {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: #9a9389;
}

.fabrication { padding: 72px 0; }
.fab-title {
  grid-area: title;
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  max-width: none;
  margin: 0;
}
.fab {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-areas:
    "media title"
    "media copy";
  grid-template-rows: auto minmax(0, 1fr);
  column-gap: 48px;
  row-gap: 14px;
  align-items: start;
}
.fab-copy { grid-area: copy; align-self: start; }
.fab-media {
  grid-area: media;
  align-self: start;
  position: relative;
  margin: 0;
  overflow: hidden;
  max-width: 480px;
}
.fab-media img {
  width: 100%;
  aspect-ratio: 5 / 5.15;
  object-fit: cover;
  object-position: 18% center;
  filter: saturate(0.82) contrast(0.96);
}
.fab-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper);
  opacity: 0.22;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.fab .lede { color: var(--muted); margin-bottom: 28px; }
.spec { list-style: none; margin: 0; padding: 0; }
.spec li {
  display: grid;
  grid-template-columns: 11em 1fr;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 0.98rem;
}
.spec strong { font-weight: 500; }
.spec span { color: var(--muted); }

.statement {
  position: relative;
  overflow: hidden;
  background: var(--black);
  color: var(--paper);
  padding: 100px 0;
}
.statement .wrap {
  position: relative;
  z-index: 1;
}
.statement-mark {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(128px, 11vw, 200px);
  width: clamp(384px, 62.4vw, 912px);
  pointer-events: none;
  opacity: 0.06;
  transform: translateY(-50%) rotate(20deg);
  transform-origin: center center;
}
.statement-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.statement p {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
  max-width: 12em;
}

.process { padding: 72px 0; }
.process-intro {
  margin-bottom: 32px;
}
.process-intro h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  max-width: none;
  margin-bottom: 0.35em;
}
.process-intro > p {
  color: var(--muted);
  max-width: 44em;
  margin-bottom: 14px;
}
.process-cta {
  margin-top: 24px;
  margin-bottom: 0 !important;
}
.flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line);
}
.flow article { padding-top: 18px; }
.flow span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.flow h3 { font-size: 1.4rem; margin-bottom: 6px; line-height: 0.95; }
.flow p { color: var(--muted); font-size: 0.92rem; }

.pros {
  background: var(--black);
  color: var(--paper);
  padding: 88px 0;
}
.pros h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  max-width: 11em;
  line-height: 0.92;
  margin-bottom: 16px;
}
.pros .lede {
  color: #cfc8be;
  max-width: 36em;
  margin-bottom: 0;
  font-size: 1.02rem;
}
.pros-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.95fr);
  gap: 48px 56px;
  align-items: stretch;
}
.pros-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid rgba(243, 240, 232, 0.16);
}
.pros-benefits article {
  min-width: 0;
  padding: 18px 16px 0 0;
}
.pros-benefits article + article {
  padding-left: 16px;
  border-left: 1px solid rgba(243, 240, 232, 0.16);
}
.pros-benefits h3 {
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.95;
  margin-bottom: 8px;
}
.pros-benefits p {
  color: #cfc8be;
  font-size: 0.9rem;
  line-height: 1.45;
}
.pros-quote {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  border: 1px solid rgba(243, 240, 232, 0.22);
  background: #121110;
  padding: 28px 26px 24px;
}
.pros-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 16, 0.08) 0%, rgba(18, 17, 16, 0.18) 34%, rgba(18, 17, 16, 0.82) 68%, rgba(18, 17, 16, 0.94) 100%),
    url("../generated/quoting-laptop.jpg") 72% center / cover no-repeat;
}
.pros-quote > * { position: relative; z-index: 1; }
.pros-quote .eyebrow {
  color: #e4ddd2;
  margin-bottom: 12px;
}
.pros-quote .eyebrow::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin-top: 10px;
  background: rgba(243, 240, 232, 0.55);
}
.pros-quote h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 2.5vw, 2.65rem);
  font-weight: 400;
  line-height: 0.92;
  margin-bottom: 10px;
}
.pros-quote > p {
  color: #e7e0d6;
  font-size: 0.92rem;
  max-width: 36em;
}
.pros-actions {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8px;
  margin-top: 18px;
}
.pros-actions .btn {
  width: 100%;
  min-height: 46px;
  padding: 0 10px;
}
.pros .btn-line { color: var(--paper); border-color: rgba(243, 240, 232, 0.45); }
.pros .btn-line:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.pros-note {
  margin-top: 16px;
  color: #b7b0a6;
  font-size: 0.92rem;
  max-width: none;
}
.pros-for {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  gap: 0.3em 1.05em;
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid rgba(243, 240, 232, 0.16);
  font-size: 1.65rem;
}
.pros-for p {
  flex: 0 0 auto;
  margin: 0;
  font-family: var(--display);
  font-size: 1em;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #b7b0a6;
  white-space: nowrap;
}
.pros-for ul {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: none;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--display);
  font-size: 1em;
  letter-spacing: 0.04em;
  line-height: 1;
}
.pros-for li { display: flex; align-items: center; white-space: nowrap; }
.pros-for li + li::before {
  content: "";
  width: 1px;
  height: 0.8em;
  margin: 0 0.7em;
  background: rgba(243, 240, 232, 0.28);
}

.brands { padding: 72px 0; }
.brands-head {
  margin-bottom: 28px;
}
.brands-head h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  max-width: none;
  margin: 0 0 12px;
}
.brands-head p {
  color: var(--muted);
  max-width: 44em;
  margin: 0;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 36px;
}
.brand-card {
  display: block;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  color: inherit;
}
.brand-card h3 {
  font-size: 1.55rem;
  line-height: 0.95;
  margin-bottom: 6px;
}
.brand-card p:not(.mark) {
  color: var(--muted);
  font-size: 0.98rem;
}
.brand-card:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.brands-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.phenix {
  background: var(--paper-deep);
  padding: 72px 0;
}
.phenix-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}
.phenix-photos { display: grid; gap: 18px; }
.phenix-photos img { width: 100%; height: auto; display: block; }
.phenix-photos figcaption,
.phenix figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.phenix-copy { padding-top: 12px; position: sticky; top: 96px; }
.phenix h2 { font-size: clamp(2.5rem, 3.8vw, 3.7rem); line-height: 0.92; margin-bottom: 14px; }
.phenix-copy p { color: var(--muted); margin-bottom: 14px; }
.phenix .btn { margin-top: 14px; }

.sustain {
  background: var(--charcoal);
  color: var(--paper);
  padding: 72px 0;
}
.sustain h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  max-width: none;
  margin-bottom: 28px;
}
.sustain .mark { color: #a39c92; }
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.facts article {
  border-top: 1px solid rgba(243, 240, 232, 0.2);
  padding-top: 20px;
}
.facts h3 {
  font-size: clamp(1.35rem, 1.6vw, 1.65rem);
  line-height: 0.95;
  margin-bottom: 8px;
}
.fact-line {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: var(--paper);
}
.facts p:last-child { color: #cfc8be; }

.topics, .areas { padding: 72px 0; }
.topics { background: var(--paper-deep); }
.topics h2, .areas h2, .showrooms h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  max-width: none;
  margin-bottom: 12px;
}
.topics .lede, .areas .lede { color: var(--muted); max-width: 44em; margin-bottom: 24px; font-size: 1.02rem; }
.topic-grid, .area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
}
.topic-grid article, .area-grid article {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.topic-grid h3, .area-grid h3 { font-size: 1.55rem; line-height: 0.95; margin-bottom: 8px; }
.topic-grid p, .area-grid p { color: var(--muted); margin-bottom: 14px; }

.reviews { padding: 8px 0 64px; }
.reviews .wrap { border-top: 1px solid var(--line); padding-top: 48px; }
.reviews h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  max-width: none;
  margin-bottom: 10px;
}
.reviews .lede { color: var(--muted); max-width: 36em; margin-bottom: 22px; font-size: 1.02rem; }
.reviews-widget { min-height: 180px; }

.showrooms { padding: 48px 0 72px; }
.show-intro { color: var(--muted); max-width: 40em; margin-bottom: 32px; }
.show-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}
.show-map {
  min-height: 520px;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  overflow: hidden;
}
.show-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}
.show-places {
  display: grid;
  gap: 12px;
  align-content: start;
}
.show-place {
  border: 1px solid var(--line);
  background: transparent;
  padding: 0;
}
.show-place.is-active {
  border-color: var(--ink);
  background: var(--paper-deep);
}
.show-place-select {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 16px 16px 0;
  cursor: pointer;
  color: inherit;
}
.show-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1f7a4d;
  color: #f4faf6;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
}
.show-badge[hidden] {
  display: none;
}
.show-place .mark { margin-bottom: 8px; }
.show-place strong {
  display: block;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.show-address,
.show-distance {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}
.show-distance { margin-top: 8px; }
.show-distance[hidden] {
  display: none;
}
.show-place:hover { border-color: var(--ink); }
.show-links {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 14px 16px 16px;
}
.show-links a { border-bottom: 1px solid var(--ink); color: var(--ink); padding-bottom: 2px; }

.finale {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  background: #141210;
}
.finale img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.finale-panel {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 64px));
  margin: 40px;
  padding: 36px;
  background: var(--paper);
}
.finale h2 { font-size: clamp(2.5rem, 3.8vw, 3.7rem); line-height: 0.92; margin-bottom: 16px; }
.inventory h2,
.exotics h2,
.fab-title,
.process-intro h2,
.pros h2,
.brands-head h2,
.phenix h2,
.sustain h2,
.topics h2,
.areas h2,
.showrooms h2,
.finale h2,
.reviews h2 {
  max-width: none;
}
.reviews h2 {
  font-size: clamp(2.5rem, 3.8vw, 3.7rem);
  margin-bottom: 0.35em;
}
.statement p {
  letter-spacing: 0;
  line-height: 1.2;
  max-width: 16em;
}

@media (max-width: 980px) {
  .hero { min-height: 78vh; padding: 56px 0 48px; }
  .hero .wrap { width: min(100% - 40px, var(--max)); }
  .hero-panel, .finale-panel { width: auto; margin: 0; }
  .inventory, .fabrication, .process, .pros, .brands, .sustain, .reviews, .topics, .areas { padding: 64px 0; }
  .topic-grid, .area-grid, .facts { grid-template-columns: 1fr; }
  .inventory-aside,
  .fab, .pros-grid, .phenix-grid, .show-layout, .entries, .flow, .exotics-grid {
    grid-template-columns: 1fr;
  }
  .fab {
    grid-template-rows: auto;
    grid-template-areas:
      "title"
      "media"
      "copy";
    row-gap: 20px;
  }
  .show-map,
  .show-map iframe { min-height: 360px; }
  .brand-grid { grid-template-columns: 1fr; }
  .exotics-grid {
    min-height: 0;
  }
  .exotics-copy {
    padding: 48px 0 32px;
    justify-content: center;
  }
  .exotics-stage {
    min-height: 420px;
  }
  .exotics-slab-stage {
    --box-h: min(46vw, 280px);
  }
  .exotics-slab-link {
    padding: 32px 24px 40px;
  }
  .pros-quote { min-height: 520px; }
  .pros-benefits { grid-template-columns: 1fr; }
  .pros-benefits article,
  .pros-benefits article + article {
    padding: 18px 0 0;
    border-left: 0;
  }
  .pros-benefits article + article {
    margin-top: 8px;
    border-top: 1px solid rgba(243, 240, 232, 0.16);
  }
  .pros-for {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
    font-size: 1.45rem;
  }
  .pros-for ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 14px 24px;
    width: 100%;
    max-width: 100%;
  }
  .pros-for li { white-space: normal; }
  .pros-for li + li::before { display: none; }
  .spec li { grid-template-columns: 1fr; gap: 4px; }
  .phenix-copy { position: static; }
  .statement { padding: 64px 0; }
  .statement-mark {
    width: clamp(288px, 84vw, 504px);
    right: clamp(56px, 12vw, 96px);
    opacity: 0.05;
  }
  .finale { min-height: 0; display: block; }
  .finale img { position: relative; height: 64vw; min-height: 240px; }
}

@media (max-width: 680px) {
  .pros-quote .pros-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .entry:hover h3 { text-decoration: none; }
  .exotics-rail-track { transition: none !important; }
}
