.vin-in-page {
  --black: #201e1e;
  --black-2: #151313;
  --paper: #f7f5f2;
  --paper-2: #efebe6;
  --white: #ffffff;
  --text: #201e1e;
  --muted: #706963;
  --line: #d8d0c6;
  --red: #e11114;
  --red-dark: #c70d10;
  --shell: min(1320px, calc(100% - 64px));
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 28px 85px rgba(10, 9, 9, 0.17);
}

.vin-in-page,
.vin-in-page *,
.vin-in-page *::before,
.vin-in-page *::after {
  box-sizing: border-box;
}

.vin-in-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

.vin-in-page,
.vin-in-page button,
.vin-in-page a {
  -webkit-font-smoothing: antialiased;
}

.vin-in-page img {
  display: block;
  max-width: 100%;
}

.vin-in-page a {
  color: inherit;
  text-decoration: none;
}

.vin-in-page button,
.vin-in-page a {
  -webkit-tap-highlight-color: transparent;
}

.vin-in-page button {
  font: inherit;
  text-transform: none;
}

.vin-in-page h1,
.vin-in-page h2,
.vin-in-page h3,
.vin-in-page p {
  margin-top: 0;
}

.vin-in-page h1,
.vin-in-page h2,
.vin-in-page h3 {
  letter-spacing: -0.045em;
  line-height: 0.99;
  text-transform: none;
}

.vin-in-page p {
  text-align: left;
}

.vin-in-page h1 {
  max-width: 770px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(3.7rem, 5.35vw, 5.4rem);
  font-weight: 790;
}

.vin-in-page h1 span {
  white-space: nowrap;
}

.vin-in-page h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 780;
}

.vin-in-page h3 {
  font-size: 1.55rem;
}

.vin-in-page .button {
  text-transform: none;
}

.vin-in-page .shell {
  width: var(--shell);
  margin-inline: auto;
}

.vin-in-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vin-in-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}

.vin-in-page .skip-link:focus {
  transform: translateY(0);
}

.vin-in-page .site-header {
  position: relative;
  z-index: 50;
  height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: var(--black);
  color: #fff;
}

.vin-in-page .site-header__inner {
  display: grid;
  height: 100%;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
}

.vin-in-page .zip-logo img {
  width: 250px;
  height: auto;
}

.vin-in-page .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.83rem;
  font-weight: 720;
}

.vin-in-page .main-nav a {
  position: relative;
  padding: 11px 0;
}

.vin-in-page .main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.vin-in-page .main-nav a:hover,
.vin-in-page .main-nav a:focus-visible {
  color: #fff;
}

.vin-in-page .main-nav a:hover::after,
.vin-in-page .main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.vin-in-page .header-contact {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.67rem;
  line-height: 1.35;
}

.vin-in-page .header-contact a {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 780;
}

.vin-in-page .menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.vin-in-page .menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
}

.vin-in-page .hero {
  position: relative;
  min-height: min(760px, calc(100svh - 82px));
  overflow: hidden;
  background: var(--black);
  color: #fff;
}

.vin-in-page .hero__image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 7, 0.93) 0%, rgba(5, 5, 7, 0.74) 36%, rgba(5, 5, 7, 0.28) 61%, rgba(5, 5, 7, 0.035) 100%),
    url("/img/podlogi/vin-in/vin-in-jangle-full.jpg");
  background-position: center 48%;
  background-size: cover;
  transform: scale(1.004);
}

.vin-in-page .hero__image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 36%, rgba(0, 0, 0, 0.2)),
    radial-gradient(circle at 76% 28%, rgba(225, 17, 20, 0.075), transparent 34%);
  content: "";
}

.vin-in-page .hero__inner {
  position: relative;
  min-height: min(760px, calc(100svh - 82px));
}

.vin-in-page .breadcrumbs {
  position: absolute;
  top: 24px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.69rem;
}

.vin-in-page .breadcrumbs a:hover,
.vin-in-page .breadcrumbs a:focus-visible {
  color: #fff;
}

.vin-in-page .hero__copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 63%;
  max-width: 850px;
  transform: translateY(-48%);
}

.vin-in-page .hero__copy h1 {
  max-width: 850px;
  text-shadow: 0 9px 30px rgba(0, 0, 0, 0.22);
}

.vin-in-page .vin-logo {
  width: 139px;
  height: auto;
  margin-bottom: 30px;
}

.vin-in-page .overline {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.69rem;
  font-weight: 790;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vin-in-page .overline i {
  width: 34px;
  height: 2px;
  background: var(--red);
}

.vin-in-page .overline--dark {
  color: #6b645e;
}

.vin-in-page .hero__lead {
  max-width: 610px;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
  line-height: 1.68;
}

.vin-in-page .hero__actions {
  display: flex;
  align-items: center;
  gap: 29px;
}

.vin-in-page .hero__primary-action {
  display: grid;
  justify-items: start;
}

.vin-in-page .hero__decor-link {
  display: inline-flex;
  padding: 11px 0 7px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 780;
  transition: border-color 180ms ease, color 180ms ease;
}

.vin-in-page .hero__decor-link span {
  color: var(--red);
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.vin-in-page .hero__decor-link:hover,
.vin-in-page .hero__decor-link:focus-visible {
  border-color: var(--red);
  color: #fff;
}

.vin-in-page .hero__decor-link:hover span,
.vin-in-page .hero__decor-link:focus-visible span {
  transform: translateY(3px);
}

.vin-in-page .button {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.vin-in-page .button:hover,
.vin-in-page .button:focus-visible {
  transform: translateY(-2px);
}

.vin-in-page .button--hot {
  padding: 0 70px 0 25px;
  justify-content: flex-start;
  border: 0;
  background:
    radial-gradient(ellipse 78% 112% at 56% 125%, rgba(11, 8, 8, 0.38) 0%, rgba(16, 9, 10, 0.19) 40%, transparent 73%),
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 26%, transparent 46%),
    linear-gradient(112deg, #ff2529 0%, #ec1014 60%, #be080b 100%);
  color: #fff;
  box-shadow:
    0 14px 27px rgba(18, 15, 15, 0.25),
    0 0 26px rgba(225, 17, 20, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.vin-in-page .button--hot::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 58px;
  place-items: center;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(145deg, #282525 0%, #151313 48%, #070707 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 8px 0 15px rgba(72, 4, 6, 0.1);
  color: #fff;
  content: "→";
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1;
}

.vin-in-page .button--hot > span {
  display: none;
}

.vin-in-page .button--hot:hover,
.vin-in-page .button--hot:focus-visible {
  background:
    radial-gradient(ellipse 82% 116% at 56% 125%, rgba(9, 7, 7, 0.45) 0%, rgba(14, 8, 9, 0.22) 40%, transparent 73%),
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 26%, transparent 46%),
    linear-gradient(112deg, #ff3034 0%, #ea0d11 60%, #b70609 100%);
  box-shadow:
    0 17px 31px rgba(18, 15, 15, 0.3),
    0 0 34px rgba(225, 17, 20, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.vin-in-page .button--hot:hover::after,
.vin-in-page .button--hot:focus-visible::after {
  background: linear-gradient(145deg, #2c2828 0%, #121111 48%, #030303 100%);
}

.vin-in-page .button--light {
  padding: 0 66px 0 24px;
  justify-content: flex-start;
  border: 0;
  background:
    radial-gradient(ellipse 80% 110% at 55% 125%, rgba(20, 17, 17, 0.13) 0%, rgba(20, 17, 17, 0.04) 44%, transparent 74%),
    linear-gradient(180deg, #fff 0%, #f8f6f3 100%);
  color: var(--black);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.vin-in-page .button--light::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 54px;
  place-items: center;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(145deg, #ff2529 0%, #df0d11 58%, #b9060a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    -8px 0 18px rgba(225, 17, 20, 0.1);
  color: #fff;
  content: "→";
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1;
}

.vin-in-page .button--light:hover,
.vin-in-page .button--light:focus-visible {
  background:
    radial-gradient(ellipse 84% 114% at 55% 125%, rgba(20, 17, 17, 0.16) 0%, rgba(20, 17, 17, 0.05) 44%, transparent 74%),
    linear-gradient(180deg, #fff 0%, #f5f2ee 100%);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(225, 17, 20, 0.12);
}

.vin-in-page .button--light:hover::after,
.vin-in-page .button--light:focus-visible::after {
  background: linear-gradient(145deg, #ff3034 0%, #df0b0f 58%, #aa0508 100%);
}

.vin-in-page .button--glass {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  backdrop-filter: blur(8px);
}

.vin-in-page .button--glass::after {
  margin-left: 11px;
  color: var(--red);
  content: "→";
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1;
}

.vin-in-page .button--glass:hover,
.vin-in-page .button--glass:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.2);
}

.vin-in-page .text-action {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(23, 21, 20, 0.36);
  font-size: 0.82rem;
  font-weight: 780;
  transition: border-color 180ms ease, color 180ms ease;
}

.vin-in-page .text-action span {
  transition: transform 180ms ease;
}

.vin-in-page .text-action:hover,
.vin-in-page .text-action:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.vin-in-page .text-action:hover span,
.vin-in-page .text-action:focus-visible span {
  transform: translate(2px, -2px);
}

.vin-in-page .text-action--light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.vin-in-page .text-action--light:hover,
.vin-in-page .text-action--light:focus-visible {
  border-color: #fff;
  color: #fff;
}

.vin-in-page .reason-strip {
  position: relative;
  z-index: 5;
  background: #fff;
}

.vin-in-page .reason-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vin-in-page .reason-strip__grid > div {
  display: grid;
  min-width: 0;
  min-height: 132px;
  padding: 28px 34px;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.vin-in-page .reason-strip__grid > div:not(:last-child) {
  border-right: 1px solid #e2ded9;
}

.vin-in-page .reason-strip__number {
  color: var(--red);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.vin-in-page .reason-strip p {
  margin: 0;
  min-width: 0;
}

.vin-in-page .reason-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.vin-in-page .reason-strip small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.48;
}

.vin-in-page .explorer {
  scroll-margin-top: 124px;
  padding: 126px 0 118px;
  background: var(--paper);
}

.vin-in-page .section-intro {
  display: grid;
  margin-bottom: 55px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  align-items: end;
  gap: 80px;
}

.vin-in-page .section-intro h2 {
  margin-bottom: 0;
}

.vin-in-page .section-intro > p {
  margin-bottom: 7px;
  color: var(--muted);
  line-height: 1.72;
}

.vin-in-page .floor-selector {
  display: grid;
  min-height: 580px;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.65fr);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--black);
  box-shadow: var(--shadow);
}

.vin-in-page .floor-selector__tabs {
  display: grid;
  padding: 30px;
  align-content: center;
}

.vin-in-page .floor-tab {
  position: relative;
  display: grid;
  min-height: 142px;
  padding: 27px 28px 27px 66px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease;
}

.vin-in-page .floor-tab:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.vin-in-page .floor-tab::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 4px;
  background: var(--red);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.vin-in-page .floor-tab.is-active {
  background: linear-gradient(90deg, rgba(241, 45, 73, 0.13), transparent);
}

.vin-in-page .floor-tab.is-active::after {
  opacity: 1;
}

.vin-in-page .floor-tab > span {
  position: absolute;
  top: 32px;
  left: 27px;
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 850;
}

.vin-in-page .floor-tab strong,
.vin-in-page .floor-tab small {
  display: block;
}

.vin-in-page .floor-tab strong {
  margin-bottom: 8px;
  font-size: 1.3rem;
  letter-spacing: -0.035em;
}

.vin-in-page .floor-tab small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.77rem;
}

@media (min-width: 1001px) {
  .vin-in-page .floor-selector__tabs--collections .floor-tab {
    min-height: 100px;
    padding: 18px 24px 18px 66px;
  }

  .vin-in-page .floor-selector__tabs--collections .floor-tab > span {
    top: 23px;
  }

  .vin-in-page .floor-selector__tabs--collections .floor-tab strong {
    margin-bottom: 4px;
    font-size: 1.08rem;
  }
}

.vin-in-page .floor-selector__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.vin-in-page .floor-selector__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 22%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.46), transparent 38%);
  content: "";
  pointer-events: none;
}

.vin-in-page .floor-selector__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 160ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.vin-in-page .floor-selector__visual img.is-changing {
  opacity: 0.2;
}

.vin-in-page .floor-selector:hover .floor-selector__visual img {
  transform: scale(1.012);
}

.vin-in-page .floor-selector__visual figcaption {
  position: absolute;
  bottom: 30px;
  left: 34px;
  z-index: 2;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 780;
  letter-spacing: -0.03em;
}

.vin-in-page .floor-selector__source {
  position: absolute;
  right: 25px;
  bottom: 27px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.64rem;
}

.vin-in-page .collection-panel {
  display: flex;
  min-width: 0;
  padding: 22px 30px;
  align-items: center;
  background: var(--black);
}

.vin-in-page .collection-panel__desktop {
  width: 100%;
}

.vin-in-page .collection-panel__group + .collection-panel__group {
  margin-top: 12px;
}

.vin-in-page .collection-panel__group > p {
  display: flex;
  margin: 0 0 5px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vin-in-page .collection-panel__group > p span {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 650;
  letter-spacing: 0.04em;
}

.vin-in-page .collection-tab {
  position: relative;
  display: grid;
  width: calc(100% + 60px);
  min-height: 45px;
  margin-left: -30px;
  padding: 7px 42px;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease;
}

.vin-in-page .collection-tab:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vin-in-page .collection-tab::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  z-index: 2;
  border-radius: 0 4px 4px 0;
  background: #ff272b;
  box-shadow:
    0 0 5px rgba(255, 94, 97, 0.98),
    7px 0 15px rgba(255, 31, 36, 0.8),
    22px 0 34px rgba(225, 17, 20, 0.42),
    48px 0 58px rgba(225, 17, 20, 0.18);
  content: "";
  opacity: 0;
}

.vin-in-page .collection-tab::after {
  position: absolute;
  top: 50%;
  left: -12px;
  z-index: 0;
  width: 142px;
  height: 76px;
  background: radial-gradient(ellipse at left center, rgba(255, 31, 36, 0.48) 0%, rgba(225, 17, 20, 0.25) 34%, rgba(225, 17, 20, 0.08) 55%, rgba(225, 17, 20, 0) 76%);
  content: "";
  filter: blur(7px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.vin-in-page .collection-tab:hover,
.vin-in-page .collection-tab:focus-visible {
  background: radial-gradient(ellipse 150% 82% at 0% 50%, rgba(225, 17, 20, 0.14) 0%, rgba(225, 17, 20, 0.07) 46%, rgba(225, 17, 20, 0) 78%);
}

.vin-in-page .collection-tab:hover::before,
.vin-in-page .collection-tab:focus-visible::before {
  opacity: 0.34;
}

.vin-in-page .collection-tab:hover::after,
.vin-in-page .collection-tab:focus-visible::after {
  opacity: 0.34;
}

.vin-in-page .collection-tab.is-active {
  border-bottom-color: transparent;
  background: radial-gradient(ellipse 150% 78% at 0% 50%, rgba(225, 17, 20, 0.22) 0%, rgba(225, 17, 20, 0.11) 44%, rgba(225, 17, 20, 0) 76%);
}

.vin-in-page .collection-tab:has(+ .collection-tab.is-active) {
  border-bottom-color: transparent;
}

.vin-in-page .collection-tab.is-active:first-of-type {
  border-top-color: transparent;
}

.vin-in-page .collection-tab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: -2px;
}

.vin-in-page .collection-tab.is-active::before {
  opacity: 1;
}

.vin-in-page .collection-tab.is-active::after {
  opacity: 1;
}

.vin-in-page .collection-tab > span {
  position: relative;
  z-index: 3;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(225, 17, 20, 0.78);
  transition: background 180ms ease, transform 180ms ease;
}

.vin-in-page .collection-tab.is-active > span {
  background: #f21a1d;
  box-shadow: 0 0 9px rgba(255, 35, 40, 0.82);
  transform: scale(1.08);
}

.vin-in-page .collection-tab:not(.is-active):hover > span,
.vin-in-page .collection-tab:not(.is-active):focus-visible > span {
  background: #f21a1d;
  box-shadow: 0 0 7px rgba(255, 35, 40, 0.58);
  transform: scale(1.06);
}

.vin-in-page .collection-tab strong {
  position: relative;
  z-index: 3;
  min-width: 0;
  font-size: 0.86rem;
  letter-spacing: -0.025em;
}

.vin-in-page .collection-tab.is-active strong {
  text-shadow:
    0 0 3px rgba(255, 255, 255, 0.24),
    0 0 13px rgba(255, 35, 40, 0.34);
}

.vin-in-page .collection-tab:not(.is-active):hover strong,
.vin-in-page .collection-tab:not(.is-active):focus-visible strong {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 35, 40, 0.22);
}

.vin-in-page .collection-tab small {
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.61rem;
  white-space: nowrap;
}

.vin-in-page .collection-tab.is-active small {
  color: rgba(255, 255, 255, 0.62);
  text-shadow: 0 0 11px rgba(255, 35, 40, 0.28);
}

.vin-in-page .collection-tab:not(.is-active):hover small,
.vin-in-page .collection-tab:not(.is-active):focus-visible small {
  color: rgba(255, 255, 255, 0.56);
}

.vin-in-page .collection-picker {
  display: none;
}

.vin-in-page .decor-gallery {
  position: relative;
  min-width: 0;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  background: #c8b69d;
  touch-action: pan-y;
}

.vin-in-page .decor-gallery::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 25%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 38%);
  content: "";
  pointer-events: none;
}

.vin-in-page .decor-gallery > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.vin-in-page .decor-gallery > img.is-changing {
  opacity: 0.18;
  transform: scale(1.015);
}

.vin-in-page .decor-gallery__collection,
.vin-in-page .decor-gallery__counter {
  position: absolute;
  top: 26px;
  z-index: 2;
  min-height: 34px;
  padding: 10px 14px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(22, 21, 20, 0.78);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.vin-in-page .decor-gallery__collection {
  left: 28px;
}

.vin-in-page .decor-gallery__counter {
  right: 28px;
}

.vin-in-page .decor-gallery__controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.vin-in-page .decor-gallery__controls.is-single {
  display: none;
}

.vin-in-page .decor-gallery__controls button {
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(20, 19, 18, 0.84);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  pointer-events: auto;
  transition: background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.vin-in-page .decor-gallery__controls button:hover,
.vin-in-page .decor-gallery__controls button:focus-visible {
  border-color: var(--red);
  background: var(--red);
  outline: 0;
}

.vin-in-page .decor-gallery__controls button:disabled {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(20, 19, 18, 0.46);
  cursor: default;
  opacity: 0.36;
}

.vin-in-page .decor-gallery figcaption {
  position: absolute;
  bottom: 28px;
  left: 34px;
  z-index: 2;
  display: grid;
  color: #fff;
  gap: 4px;
}

.vin-in-page .decor-gallery figcaption small {
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vin-in-page .decor-gallery figcaption strong {
  font-size: 1.48rem;
  letter-spacing: -0.035em;
}

.vin-in-page .sample-card {
  position: relative;
  display: grid;
  padding: 26px 30px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.16fr) minmax(245px, 0.7fr) minmax(240px, auto);
  align-items: center;
  gap: 24px 36px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--text);
}

.vin-in-page .sample-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--red);
  content: "";
}

.vin-in-page .sample-card__copy > span,
.vin-in-page .sample-card__choice small {
  display: block;
  margin-bottom: 5px;
  color: var(--red);
  font-size: 0.61rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vin-in-page .sample-card h3 {
  margin: 0 0 6px;
  font-size: clamp(1.24rem, 2vw, 1.62rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.vin-in-page .sample-card__copy p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.vin-in-page .sample-card__choice {
  min-width: 0;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.vin-in-page .sample-card__choice strong,
.vin-in-page .sample-card__choice > span {
  display: block;
}

.vin-in-page .sample-card__choice strong {
  overflow: hidden;
  font-size: 0.91rem;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vin-in-page .sample-card__choice > span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.45;
}

.vin-in-page .sample-card__action {
  min-width: 0;
}

.vin-in-page .sample-card__link {
  position: relative;
  display: flex;
  min-width: 290px;
  min-height: 78px;
  padding: 0;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(112deg, #ff2529 0%, #ed1115 58%, #bf080c 100%);
  box-shadow:
    0 15px 28px rgba(18, 15, 15, 0.3),
    0 0 27px rgba(225, 17, 20, 0.29),
    inset 0 -12px 24px rgba(20, 15, 15, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vin-in-page .sample-card__link::before {
  display: none;
}

.vin-in-page .sample-card__link::after {
  position: absolute;
  inset: 0 72px 0 0;
  z-index: 0;
  border-radius: 999px 0 0 999px;
  background:
    radial-gradient(ellipse 82% 115% at 58% 126%, rgba(10, 8, 8, 0.44) 0%, rgba(15, 10, 10, 0.23) 40%, transparent 73%),
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 25%, transparent 45%),
    linear-gradient(105deg, transparent 44%, rgba(39, 4, 6, 0.15) 100%);
  content: "";
  pointer-events: none;
  transition: background 180ms ease;
}

.vin-in-page .sample-card__link-copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  margin-left: 27px;
  gap: 5px;
}

.vin-in-page .sample-card__link-copy small {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.vin-in-page .sample-card__link-copy strong {
  display: block;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.15;
  box-shadow: none;
  text-shadow: none;
}

.vin-in-page .sample-card__link-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 72px;
  min-height: 78px;
  align-self: stretch;
  flex: 0 0 72px;
  place-items: center;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(145deg, #282525 0%, #151313 47%, #070707 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 8px 0 15px rgba(72, 4, 6, 0.1);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 650;
  text-shadow: 0 2px 5px rgba(10, 8, 8, 0.48);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.vin-in-page .sample-card__link:hover,
.vin-in-page .sample-card__link:focus-visible {
  background:
    linear-gradient(112deg, #ff3034 0%, #ec1014 60%, #c3080c 100%);
  box-shadow:
    0 17px 30px rgba(18, 15, 15, 0.32),
    0 0 36px rgba(225, 17, 20, 0.4),
    inset 0 -12px 24px rgba(20, 15, 15, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: #fff;
  transform: translateY(-1px);
}

.vin-in-page .sample-card__link:hover::after,
.vin-in-page .sample-card__link:focus-visible::after {
  background:
    radial-gradient(ellipse 86% 120% at 58% 126%, rgba(9, 7, 7, 0.5) 0%, rgba(13, 8, 8, 0.27) 40%, transparent 73%),
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.07) 25%, transparent 45%),
    linear-gradient(105deg, transparent 44%, rgba(35, 3, 5, 0.2) 100%);
}

.vin-in-page .sample-card__link:hover .sample-card__link-arrow,
.vin-in-page .sample-card__link:focus-visible .sample-card__link-arrow {
  background: linear-gradient(145deg, #292525 0%, #121111 48%, #030303 100%);
  color: #fff;
  text-shadow: 2px 0 8px rgba(255, 255, 255, 0.28);
}

.vin-in-page .sample-card__link:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: 3px;
}

.vin-in-page .collection-line {
  display: flex;
  min-height: 96px;
  padding: 24px 5px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-bottom: 1px solid var(--line);
}

.vin-in-page .collection-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
}

.vin-in-page .collection-line__groups {
  display: grid;
  min-width: 0;
  gap: 8px;
  line-height: 1.55;
}

.vin-in-page .collection-line .text-action {
  flex: 0 0 auto;
}

.vin-in-page .collection-line strong {
  color: var(--text);
}

.vin-in-page .collection-line p > span {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 15px -2px;
  background: var(--line);
}

.vin-in-page .technical-whisper {
  display: flex;
  flex-wrap: wrap;
  padding: 29px 5px 0;
  gap: 14px 36px;
  color: #5c5651;
  font-size: 0.74rem;
  font-weight: 680;
}

.vin-in-page .technical-whisper span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vin-in-page .technical-whisper span::before {
  display: grid;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  place-items: center;
  background: transparent;
  color: var(--red);
  content: "✓";
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

.vin-in-page .availability-note {
  margin: 14px 0 0 22px;
  color: #8b847d;
  font-size: 0.67rem;
}

.vin-in-page .showroom {
  padding: 124px 0 118px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 4%, rgba(37, 186, 198, 0.08), transparent 27%),
    radial-gradient(circle at 7% 47%, rgba(241, 45, 73, 0.09), transparent 24%),
    var(--black-2);
  color: #fff;
}

.vin-in-page .showroom__heading {
  display: grid;
  margin-bottom: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  align-items: end;
  gap: 76px;
}

.vin-in-page .showroom__heading h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.vin-in-page .showroom__heading-copy p {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.59);
  line-height: 1.7;
}

.vin-in-page .showroom-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(300px, 0.62fr);
  gap: 16px;
}

.vin-in-page .showroom-stage figure {
  margin: 0;
  overflow: hidden;
  background: #282625;
}

.vin-in-page .showroom-stage__main {
  position: relative;
  min-height: 720px;
  border-radius: var(--radius-xl) 10px 10px var(--radius-xl);
}

.vin-in-page .showroom-stage__main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 36%);
  content: "";
}

.vin-in-page .showroom-stage__main img,
.vin-in-page .showroom-stage__side figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vin-in-page .showroom-stage__main figcaption {
  position: absolute;
  right: 38px;
  bottom: 32px;
  left: 38px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.vin-in-page .showroom-stage__main figcaption span,
.vin-in-page .showroom-stage__main figcaption strong {
  display: block;
}

.vin-in-page .showroom-stage__main figcaption span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.74rem;
}

.vin-in-page .showroom-stage__main figcaption strong {
  font-size: 1rem;
}

.vin-in-page .showroom-stage__side {
  display: grid;
  grid-template-rows: 1.22fr 0.78fr;
  gap: 16px;
}

.vin-in-page .showroom-stage__side figure {
  min-height: 390px;
  border-radius: 10px var(--radius-xl) 10px 10px;
}

.vin-in-page .visit-card {
  display: flex;
  min-height: 300px;
  padding: 36px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px 10px var(--radius-xl) 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 60%),
    #242222;
}

.vin-in-page .visit-card__eyebrow {
  margin-bottom: auto;
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 830;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vin-in-page .visit-card h3 {
  max-width: 300px;
  margin-bottom: 14px;
  font-size: 1.75rem;
}

.vin-in-page .visit-card p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.81rem;
}

.vin-in-page .visit-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.81rem;
  font-weight: 760;
}

.vin-in-page .visit-card a span {
  color: var(--red);
}

.vin-in-page .journey {
  padding: 118px 0;
  background: var(--paper-2);
}

.vin-in-page .journey__intro {
  display: grid;
  margin-bottom: 58px;
  grid-template-columns: 1fr;
}

.vin-in-page .journey__intro h2 {
  margin: 0;
}

.vin-in-page .journey__steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfc5ba;
  border-bottom: 1px solid #cfc5ba;
  list-style: none;
}

.vin-in-page .journey__steps li {
  min-height: 210px;
  padding: 31px 34px;
}

.vin-in-page .journey__steps li:first-child {
  padding-left: 0;
}

.vin-in-page .journey__steps li:not(:last-child) {
  border-right: 1px solid #cfc5ba;
}

.vin-in-page .journey__steps span,
.vin-in-page .journey__steps strong {
  display: block;
}

.vin-in-page .journey__steps span {
  margin-bottom: 52px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 850;
}

.vin-in-page .journey__steps strong {
  margin-bottom: 9px;
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.vin-in-page .journey__steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.vin-in-page .closing {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #050506;
  color: #fff;
}

.vin-in-page .closing__background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.84) 34%, rgba(0, 0, 0, 0.1) 68%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 40%),
    url("/img/podlogi/vin-in/vin-in-blues-king-full.jpg") center / cover;
}

.vin-in-page .closing__inner {
  position: relative;
  min-height: 780px;
}

.vin-in-page .closing__copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48%;
  max-width: 650px;
  transform: translateY(-50%);
}

.vin-in-page .closing__copy > img {
  width: 128px;
  margin-bottom: 31px;
}

.vin-in-page .closing__copy h2 {
  max-width: 670px;
}

.vin-in-page .closing__copy > p:not(.overline) {
  max-width: 610px;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.vin-in-page .closing__actions {
  display: flex;
  gap: 12px;
}

.vin-in-page .closing__links {
  display: flex;
  margin-top: 42px;
  flex-wrap: wrap;
  gap: 12px 26px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.69rem;
}

.vin-in-page .closing__links a:hover,
.vin-in-page .closing__links a:focus-visible {
  color: #fff;
}

.vin-in-page .site-footer {
  padding: 45px 0 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--black);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.74rem;
}

.vin-in-page .site-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 50px;
}

.vin-in-page .site-footer img {
  width: 210px;
}

.vin-in-page .site-footer p {
  margin: 0;
}

.vin-in-page .site-footer address {
  font-style: normal;
}

.vin-in-page .site-footer__inner > div {
  display: grid;
  justify-items: end;
}

.vin-in-page .site-footer a:hover,
.vin-in-page .site-footer a:focus-visible {
  color: #fff;
}

.vin-in-page .mobile-action-bar {
  display: none;
}

.vin-in-page :focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .vin-in-page .site-header__inner {
    gap: 25px;
  }

  .vin-in-page .zip-logo img {
    width: 220px;
  }

  .vin-in-page .main-nav {
    gap: 19px;
  }

  .vin-in-page .hero__copy {
    width: 62%;
  }

  .vin-in-page .floor-selector {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  }

  .vin-in-page .showroom-stage__main {
    min-height: 620px;
  }

}

@media (max-width: 960px) {
  .vin-in-page {
    --shell: min(100% - 40px, 820px);
  }

  .vin-in-page .site-header {
    height: 72px;
  }

  .vin-in-page .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .vin-in-page .zip-logo img {
    width: 205px;
  }

  .vin-in-page .header-contact {
    display: none;
  }

  .vin-in-page .menu-toggle {
    display: block;
    grid-column: 3;
  }

  .vin-in-page .main-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 12px 20px 20px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-radius: 0 0 18px 18px;
    background: rgba(9, 9, 9, 0.98);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
  }

  .vin-in-page .main-nav.is-open {
    display: flex;
  }

  .vin-in-page .main-nav a {
    padding: 14px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .vin-in-page .main-nav a::after {
    display: none;
  }

  .vin-in-page .hero,
.vin-in-page .hero__inner {
    min-height: 740px;
  }

  .vin-in-page .hero__copy {
    width: 68%;
  }

  .vin-in-page .reason-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vin-in-page .reason-strip__grid > div {
    min-height: 122px;
    padding: 24px 18px;
    gap: 14px;
  }

  .vin-in-page .section-intro,
.vin-in-page .showroom__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vin-in-page .section-intro > p,
.vin-in-page .showroom__heading-copy {
    max-width: 650px;
  }

  .vin-in-page .floor-selector {
    grid-template-columns: 1fr;
  }

  .vin-in-page .collection-panel {
    padding: 21px 22px;
  }

  .vin-in-page .collection-panel__desktop {
    display: none;
  }

  .vin-in-page .collection-picker {
    display: grid;
    width: 100%;
    color: #fff;
    gap: 8px;
  }

  .vin-in-page .collection-picker > span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .vin-in-page .collection-picker select {
    width: 100%;
    min-height: 50px;
    padding: 0 44px 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #2a2727;
    background-image:
      linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.82) 50%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.82) 50%, transparent 50%);
    background-position:
      calc(100% - 20px) 50%,
      calc(100% - 14px) 50%;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font: 700 0.92rem/1.2 "Montserrat", "Segoe UI", Arial, sans-serif;
  }

  .vin-in-page .collection-picker option,
  .vin-in-page .collection-picker optgroup {
    background: #2a2727;
    color: #fff;
  }

  .vin-in-page .collection-picker select:focus-visible {
    border-color: var(--red);
    outline: 2px solid var(--red);
    outline-offset: 2px;
  }

  .vin-in-page .collection-picker small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.68rem;
  }

  .vin-in-page .decor-gallery {
    min-height: 520px;
  }

  .vin-in-page .sample-card {
    grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  }

  .vin-in-page .sample-card__copy {
    grid-column: 1 / -1;
  }

  .vin-in-page .floor-selector__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 22px;
  }

  .vin-in-page .floor-tab {
    min-height: 155px;
    padding: 52px 16px 20px;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .vin-in-page .floor-tab:first-child {
    border-top: 0;
    border-left: 0;
  }

  .vin-in-page .floor-tab::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 4px;
  }

  .vin-in-page .floor-tab > span {
    top: 24px;
    left: 16px;
  }

  .vin-in-page .floor-selector__visual {
    min-height: 520px;
  }

  .vin-in-page .technical-whisper {
    flex-wrap: wrap;
    gap: 12px 28px;
  }

  .vin-in-page .showroom-stage {
    grid-template-columns: 1fr;
  }

  .vin-in-page .showroom-stage__main {
    min-height: 590px;
    border-radius: var(--radius-xl) var(--radius-xl) 10px 10px;
  }

  .vin-in-page .showroom-stage__side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .vin-in-page .showroom-stage__side figure,
.vin-in-page .visit-card {
    min-height: 380px;
    border-radius: 10px 10px 10px var(--radius-xl);
  }

  .vin-in-page .visit-card {
    border-radius: 10px 10px var(--radius-xl) 10px;
  }

  .vin-in-page .closing__copy {
    width: 57%;
  }

  .vin-in-page .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .vin-in-page .site-footer__inner > div {
    justify-items: start;
  }
}

@media (max-width: 700px) {
  .vin-in-page {
    --shell: calc(100% - 26px);
  }

  .vin-in-page {
    padding-bottom: 64px;
    font-size: 16px;
  }

  .vin-in-page h1 {
    font-size: clamp(2.75rem, 12vw, 4rem);
    line-height: 1.01;
  }

  .vin-in-page h2 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .vin-in-page .site-header {
    height: 68px;
  }

  .vin-in-page .zip-logo img {
    width: 181px;
  }

  .vin-in-page .main-nav {
    top: 68px;
  }

  .vin-in-page .hero,
.vin-in-page .hero__inner {
    min-height: 650px;
  }

  .vin-in-page .hero__image {
    background-image:
      linear-gradient(180deg, rgba(6, 6, 7, 0.91) 0%, rgba(6, 6, 7, 0.74) 52%, rgba(6, 6, 7, 0.2) 100%),
      url("/img/podlogi/vin-in/vin-in-hero-mobile.jpg");
    background-position: center;
    background-size: cover;
  }

  .vin-in-page .breadcrumbs {
    top: 18px;
    font-size: 0.61rem;
  }

  .vin-in-page .hero__copy {
    top: 67px;
    width: 100%;
    transform: none;
  }

  .vin-in-page .vin-logo {
    width: 112px;
    margin-bottom: 24px;
  }

  .vin-in-page .overline {
    margin-bottom: 17px;
    font-size: 0.6rem;
  }

  .vin-in-page .hero__lead {
    max-width: 460px;
    margin-bottom: 24px;
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .vin-in-page .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .vin-in-page .reason-strip {
    padding: 0;
    background: #fff;
  }

  .vin-in-page .reason-strip__grid {
    margin-top: 0;
    margin-bottom: 0;
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .vin-in-page .reason-strip__grid > div {
    min-height: 116px;
    padding: 21px 5px;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 13px;
    border-right: 0;
    border-bottom: 1px solid #e7e1da;
  }

  .vin-in-page .reason-strip__grid > div:not(:last-child) {
    border-right: 0;
  }

  .vin-in-page .reason-strip__grid > div:last-child {
    border-bottom: 0;
  }

  .vin-in-page .reason-strip__number {
    color: var(--red);
    font-size: 0.59rem;
  }

  .vin-in-page .reason-strip strong {
    color: var(--text);
    font-size: 0.78rem;
  }

  .vin-in-page .reason-strip small {
    color: var(--muted);
    font-size: 0.65rem;
  }

  .vin-in-page .explorer,
.vin-in-page .showroom,
.vin-in-page .journey {
    padding: 82px 0;
  }

  .vin-in-page .section-intro,
.vin-in-page .showroom__heading {
    margin-bottom: 37px;
  }

  .vin-in-page .floor-selector {
    min-height: 0;
    border-radius: 23px;
  }

  .vin-in-page .collection-panel {
    padding: 18px;
  }

  .vin-in-page .decor-gallery {
    min-height: 360px;
  }

  .vin-in-page .decor-gallery__collection,
.vin-in-page .decor-gallery__counter {
    top: 16px;
    min-height: 30px;
    padding: 9px 11px 8px;
    font-size: 0.55rem;
  }

  .vin-in-page .decor-gallery__collection {
    left: 16px;
  }

  .vin-in-page .decor-gallery__counter {
    right: 16px;
  }

  .vin-in-page .decor-gallery__controls {
    padding: 0 12px;
  }

  .vin-in-page .decor-gallery__controls button {
    width: 44px;
    height: 44px;
  }

  .vin-in-page .decor-gallery figcaption {
    bottom: 20px;
    left: 20px;
  }

  .vin-in-page .decor-gallery figcaption strong {
    font-size: 1.16rem;
  }

  .vin-in-page .sample-card {
    padding: 24px 18px 25px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vin-in-page .sample-card__copy {
    grid-column: auto;
  }

  .vin-in-page .sample-card__choice {
    padding: 15px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .vin-in-page .sample-card__choice strong {
    white-space: normal;
  }

  .vin-in-page .sample-card__link {
    min-width: 0;
    width: 100%;
  }

  .vin-in-page .floor-selector__tabs {
    grid-template-columns: 1fr;
    padding: 0 18px;
  }

  .vin-in-page .floor-tab {
    min-height: 86px;
    padding: 22px 10px 17px 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .vin-in-page .floor-tab:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .vin-in-page .floor-tab::after {
    top: 0;
    right: auto;
    bottom: 0;
    left: -18px;
    width: 4px;
    height: auto;
  }

  .vin-in-page .floor-tab > span {
    top: 27px;
    left: 10px;
  }

  .vin-in-page .floor-tab strong {
    margin-bottom: 2px;
    font-size: 1.03rem;
  }

  .vin-in-page .floor-selector__visual {
    min-height: 360px;
  }

  .vin-in-page .floor-selector__visual figcaption {
    bottom: 22px;
    left: 22px;
    font-size: 1.08rem;
  }

  .vin-in-page .floor-selector__source {
    display: none;
  }

  .vin-in-page .collection-line {
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .vin-in-page .collection-line p {
    line-height: 1.75;
  }

  .vin-in-page .collection-line p > span {
    display: block;
    width: 100%;
    height: 0;
    margin: 8px 0;
  }

  .vin-in-page .technical-whisper {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .vin-in-page .availability-note {
    margin-left: 0;
  }

  .vin-in-page .showroom__heading-copy .button {
    width: 100%;
  }

  .vin-in-page .showroom-stage__main {
    min-height: 440px;
  }

  .vin-in-page .showroom-stage__main figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .vin-in-page .showroom-stage__side {
    grid-template-columns: 1fr;
  }

  .vin-in-page .showroom-stage__side figure {
    min-height: 480px;
  }

  .vin-in-page .visit-card {
    min-height: 300px;
    padding: 29px;
  }

  .vin-in-page .journey__intro {
    margin-bottom: 39px;
  }

  .vin-in-page .journey__steps {
    grid-template-columns: 1fr;
  }

  .vin-in-page .journey__steps li {
    display: grid;
    min-height: 0;
    padding: 23px 0;
    grid-template-columns: 47px 1fr;
    column-gap: 8px;
  }

  .vin-in-page .journey__steps li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #cfc5ba;
  }

  .vin-in-page .journey__steps span {
    grid-row: 1 / span 2;
    margin: 3px 0 0;
  }

  .vin-in-page .journey__steps strong {
    margin-bottom: 6px;
  }

  .vin-in-page .closing,
.vin-in-page .closing__inner {
    min-height: 910px;
  }

  .vin-in-page .closing__background {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.81) 57%, rgba(0, 0, 0, 0.22) 100%),
      url("/img/podlogi/vin-in/vin-in-blues-king-full.jpg") 48% center / auto 100%;
  }

  .vin-in-page .closing__copy {
    top: 65px;
    width: 100%;
    transform: none;
  }

  .vin-in-page .closing__copy > img {
    width: 110px;
    margin-bottom: 25px;
  }

  .vin-in-page .closing__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vin-in-page .closing__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .vin-in-page .site-footer {
    padding: 42px 0 50px;
  }

  .vin-in-page .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .vin-in-page .site-footer img {
    width: 195px;
  }

  .vin-in-page .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    height: 64px;
    grid-template-columns: 0.72fr 1.28fr;
    padding: 7px;
    gap: 7px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
  }

  .vin-in-page .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.77rem;
    font-weight: 820;
  }

  .vin-in-page .mobile-action-bar a:last-child {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
  }
}

@media (max-width: 390px) {
  .vin-in-page h1 {
    margin-bottom: 19px;
    font-size: 2.5rem;
  }

  .vin-in-page .button {
    min-height: 50px;
  }

  .vin-in-page .hero__copy .button {
    width: 100%;
  }

  .vin-in-page .hero__lead {
    margin-bottom: 18px;
    font-size: 0.86rem;
  }

  .vin-in-page .hero__primary-action {
    width: 100%;
  }

}

@media (max-width: 340px) {
  .vin-in-page .showroom__heading-copy .button--light {
    width: 100%;
    max-width: 100%;
    padding-right: 56px;
    padding-left: 18px;
    font-size: 0.78rem;
  }

  .vin-in-page .showroom__heading-copy .button--light::after {
    width: 48px;
  }

  .vin-in-page .sample-card__link {
    min-height: 76px;
    gap: 8px;
  }

  .vin-in-page .sample-card__link::after {
    right: 60px;
  }

  .vin-in-page .sample-card__link-copy {
    margin-left: 18px;
    gap: 4px;
  }

  .vin-in-page .sample-card__link-copy small {
    font-size: 0.6rem;
  }

  .vin-in-page .sample-card__link-copy strong {
    font-size: 0.79rem;
    letter-spacing: 0.015em;
    white-space: nowrap;
  }

  .vin-in-page .sample-card__link-arrow {
    width: 60px;
    min-height: 76px;
    flex-basis: 60px;
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vin-in-page {
    scroll-behavior: auto;
  }

  .vin-in-page *,
.vin-in-page *::before,
.vin-in-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Shared Zip-Floors shell, mirrored from the current live subpages. */
.vin-in-page .live-container {
  width: 90%;
  margin-inline: auto;
}

.vin-in-page .live-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(21, 19, 19, 0.97) 0%, rgba(15, 13, 13, 0.97) 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: "Barlow", "Segoe UI", Arial, sans-serif;
  transition: box-shadow 0.3s ease;
}

.vin-in-page .header-space {
  height: var(--zf-header-offset, 124px);
}

.vin-in-page .live-header .header-contact-strip {
  display: flex;
  margin-bottom: 12px;
  padding: 0 0 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  line-height: 1.2;
}

.vin-in-page .live-header .header-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.vin-in-page .live-header .header-contact-label {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
}

.vin-in-page .live-header .header-contact-value {
  color: inherit;
  font-weight: 600;
}

.vin-in-page .live-header .header-contact-item:hover,
.vin-in-page .live-header .header-contact-item:focus-visible {
  color: #fff;
}

.vin-in-page .live-header .spread-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vin-in-page .live-header .logo {
  display: block;
  height: 45px;
  flex: 0 0 auto;
}

.vin-in-page .live-header .logo img {
  width: auto;
  height: 100%;
}

.vin-in-page .live-header nav.menu {
  display: block;
  margin-left: auto;
}

.vin-in-page .live-header nav.menu ul {
  display: flex;
  margin: 0 -15px;
  padding: 0;
  align-items: center;
  list-style: none;
}

.vin-in-page .live-header nav.menu ul li {
  position: relative;
}

.vin-in-page .live-header nav.menu > ul > li > a {
  position: relative;
  display: block;
  padding: 0 15px 4px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

.vin-in-page .live-header nav.menu > ul > li > a::after {
  position: absolute;
  right: 15px;
  bottom: -8px;
  left: 15px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(225, 17, 20, 0) 0%,
    rgba(225, 17, 20, 0.96) 18%,
    rgba(225, 17, 20, 0.96) 82%,
    rgba(225, 17, 20, 0) 100%
  );
  box-shadow: 0 0 18px rgba(225, 17, 20, 0.18);
  content: "";
  opacity: 0;
  transform: scaleX(0.56);
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.vin-in-page .live-header nav.menu > ul > li > a.active,
.vin-in-page .live-header nav.menu > ul > li:hover > a,
.vin-in-page .live-header nav.menu > ul > li:focus-within > a {
  color: #fff;
}

.vin-in-page .live-header nav.menu > ul > li > a.active::after,
.vin-in-page .live-header nav.menu > ul > li:hover > a::after,
.vin-in-page .live-header nav.menu > ul > li:focus-within > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.vin-in-page .live-header .menu-toggle,
.vin-in-page .live-header .submenu-toggle {
  display: none;
}

.vin-in-page .live-header .submenu-container {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 10;
  padding: 18px 6px 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96) translateY(-5px);
  transform-origin: 28px 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.vin-in-page .live-header li:hover > .submenu-container,
.vin-in-page .live-header li:focus-within > .submenu-container {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.vin-in-page .live-header .submenu {
  display: grid;
  width: 246px;
  padding: 10px;
  gap: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18, 16, 16, 0.98) 0%, rgba(24, 21, 21, 0.95) 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.vin-in-page .live-header .submenu a {
  display: block;
  padding: 11px 14px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.vin-in-page .live-header .submenu a:hover,
.vin-in-page .live-header .submenu a:focus-visible {
  background: linear-gradient(90deg, rgba(225, 17, 20, 0.24) 0%, rgba(225, 17, 20, 0.08) 100%);
  color: #fff;
}

.vin-in-page .live-header .menu-toggle {
  width: 47px;
  height: 47px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  box-shadow: none;
  cursor: pointer;
}

.vin-in-page .live-header .menu-toggle > .menu-toggle-icon {
  position: relative;
  display: block;
  width: 20px !important;
  height: 13px !important;
  margin: 0 !important;
  background: transparent !important;
}

.vin-in-page .live-header .menu-toggle-icon span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  transition: top 0.22s ease, width 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.vin-in-page .live-header .menu-toggle-icon span:nth-child(2) {
  top: 5.5px;
  width: 12px;
}

.vin-in-page .live-header .menu-toggle-icon span:nth-child(3) {
  top: 11px;
}

.vin-in-page .live-header .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
  top: 5.5px;
  transform: translateX(-50%) rotate(45deg);
}

.vin-in-page .live-header .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.vin-in-page .live-header .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
  top: 5.5px;
  transform: translateX(-50%) rotate(-45deg);
}

.vin-in-page .social-side-icons {
  position: fixed;
  top: 310px;
  left: 0;
  z-index: 998;
}

.vin-in-page .social-side-icons a {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: #3a559f;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  transition: width 0.3s ease;
}

.vin-in-page .social-side-icons a:hover,
.vin-in-page .social-side-icons a:focus-visible {
  width: 50px;
  color: #fff;
}

.vin-in-page .live-footer {
  margin-top: auto;
  background: #f1f1f1;
  color: #201e1e;
  font-family: "Barlow", "Segoe UI", Arial, sans-serif;
}

.vin-in-page .live-footer .footer-widgets {
  padding: 5px 0;
  background: #f1f1f1;
}

.vin-in-page .live-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
  padding: 15px 0;
}

.vin-in-page .live-footer .footer-col {
  min-width: 0;
}

.vin-in-page .live-footer .footer-logo {
  height: auto;
  margin-bottom: 15px;
  padding: 2px 0 7px;
  border-bottom: 1px solid rgba(225, 17, 20, 0.9);
}

.vin-in-page .live-footer .footer-logo img {
  width: auto;
  height: 37px;
}

.vin-in-page .live-footer h3 {
  display: block;
  margin: 0 0 15px;
  padding: 20px 0 7px;
  border-bottom: 1px solid rgba(225, 17, 20, 0.9);
  color: #201e1e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.vin-in-page .live-footer p {
  margin: 0;
  text-align: left;
}

.vin-in-page .live-footer .footer-contact-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vin-in-page .live-footer .footer-contact-line {
  display: flex;
  margin: 0;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.36;
}

.vin-in-page .live-footer .footer-contact-text,
.vin-in-page .live-footer .footer-contact-text > span {
  display: block;
}

.vin-in-page .live-footer .fa {
  display: inline-flex;
  width: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
}

.vin-in-page .live-footer .fa-map-marker::before {
  content: "⌖";
}

.vin-in-page .live-footer .fa-phone::before {
  content: "☎";
}

.vin-in-page .live-footer .fa-envelope::before {
  content: "✉";
}

.vin-in-page .live-footer a:hover,
.vin-in-page .live-footer a:focus-visible {
  color: var(--red);
}

.vin-in-page .live-footer .footer-map-card {
  position: relative;
}

.vin-in-page .live-footer .footer-map-link {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(32, 30, 30, 0.1);
  border-radius: 9px;
  background: #f3f3f3;
}

.vin-in-page .live-footer .footer-map-link::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 30, 30, 0) 55%, rgba(32, 30, 30, 0.14) 100%);
  content: "";
  pointer-events: none;
}

.vin-in-page .live-footer .footer-map-link picture {
  display: block;
}

.vin-in-page .live-footer .footer-map-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.18 / 1;
  object-fit: cover;
}

.vin-in-page .live-footer .footer-map-actions {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vin-in-page .live-footer .footer-map-actions a {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding: 6px 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 30, 30, 0.88);
  border-radius: 999px;
  background: rgba(32, 30, 30, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.vin-in-page .live-footer .footer-map-actions a:hover,
.vin-in-page .live-footer .footer-map-actions a:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.vin-in-page .live-footer .footer-menu a {
  font-size: 16px;
  line-height: 1.36;
}

.vin-in-page .live-footer .footer-links-stack {
  display: flex;
  flex-direction: column;
}

.vin-in-page .live-footer .footer-menu--nav-wrap {
  display: flex;
  max-width: 350px;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.vin-in-page .live-footer .footer-menu--nav-wrap a {
  display: inline-flex;
  align-items: center;
  line-height: 1.28;
}

.vin-in-page .live-footer .footer-seo-heading {
  margin-top: 0;
  padding-top: 22px;
  font-size: 14px;
  line-height: 1.18;
  opacity: 0.64;
}

.vin-in-page .live-footer .footer-menu--seo-muted {
  margin-top: 2px;
  columns: 2 110px;
  column-gap: 20px;
}

.vin-in-page .live-footer .footer-menu--seo-muted a {
  display: block;
  min-height: 24px;
  padding: 4px 0;
  break-inside: avoid-column;
  color: rgba(32, 30, 30, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.vin-in-page .live-footer .footer-copyright {
  padding: 12px 0;
  background: #201e1e;
  color: rgba(255, 255, 255, 0.7);
  font-size: 90%;
  text-align: center;
}

@media (max-width: 1180px) and (min-width: 1001px) {
  .vin-in-page .live-header nav.menu > ul > li > a {
    padding-inline: 10px;
    font-size: 15px;
  }

  .vin-in-page .live-header nav.menu > ul > li > a::after {
    right: 10px;
    left: 10px;
  }

  .vin-in-page .live-header .logo {
    height: 39px;
  }

  .vin-in-page .live-footer .footer-grid {
    gap: 30px;
  }
}

@media (max-width: 1000px) {
  .vin-in-page html.mobile-menu-open,
.vin-in-page body.mobile-menu-open {
    overflow: hidden;
  }

  .vin-in-page body {
    padding-bottom: 0;
  }

  .vin-in-page .live-header {
    padding: 15px 0;
    background: #151313;
    box-shadow: 0 10px 20px rgba(9, 8, 8, 0.16);
  }

  .vin-in-page .live-header::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(32, 30, 30, 0.96) 0%, rgba(32, 30, 30, 0.96) 76%, rgba(225, 17, 20, 0.88) 100%);
    content: "";
    pointer-events: none;
  }

  .vin-in-page .header-space {
    height: var(--zf-header-offset, 98px);
  }

  .vin-in-page .live-header .header-contact-strip {
    display: flex;
    margin-bottom: 6px;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
    white-space: nowrap;
  }

  .vin-in-page .live-header .header-contact-item {
    position: relative;
    min-width: 0;
    padding: 0 5px;
    flex: 0 0 auto;
    justify-content: center;
    font-size: 8.4px;
    letter-spacing: -0.02em;
    line-height: 1.1;
  }

  .vin-in-page .live-header .header-contact-item + .header-contact-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background: rgba(225, 17, 20, 0.82);
    content: "";
    transform: translateY(-50%);
  }

  .vin-in-page .live-header .header-contact-label {
    display: none;
  }

  .vin-in-page .live-header .logo {
    height: 25px;
  }

  .vin-in-page .live-header .menu-toggle {
    display: inline-flex;
  }

  .vin-in-page .live-header nav.menu {
    position: fixed;
    top: var(--zf-header-offset, 98px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 14px 14px 104px;
    overflow: hidden;
    background: rgba(15, 13, 13, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    backdrop-filter: blur(8px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
  }

  .vin-in-page .live-header nav.menu.active {
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .vin-in-page .live-header nav.menu ul {
    display: block;
    margin: 0;
    padding: 16px 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(22, 20, 20, 0.98) 0%, rgba(16, 14, 14, 0.98) 100%);
    box-shadow: 0 26px 44px rgba(0, 0, 0, 0.2);
  }

  .vin-in-page .live-header nav.menu ul li + li {
    margin-top: 6px;
  }

  .vin-in-page .live-header nav.menu > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .vin-in-page .live-header nav.menu > ul > li:last-child {
    border-bottom: 0;
  }

  .vin-in-page .live-header nav.menu > ul > li > a {
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.35;
  }

  .vin-in-page .live-header nav.menu > ul > li > a::after {
    display: none;
  }

  .vin-in-page .live-header nav.menu > ul > li.has-children {
    display: grid;
    padding: 1px 0;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: center;
    column-gap: 10px;
  }

  .vin-in-page .live-header .submenu-toggle {
    display: inline-flex;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    box-shadow: none;
    cursor: pointer;
  }

  .vin-in-page .live-header .submenu-toggle span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: transform 0.25s ease;
  }

  .vin-in-page .live-header .has-children.submenu-open > .submenu-toggle {
    border-color: rgba(225, 17, 20, 0.24);
    background: rgba(225, 17, 20, 0.1);
  }

  .vin-in-page .live-header .has-children.submenu-open > .submenu-toggle span {
    transform: rotate(180deg);
  }

  .vin-in-page .live-header .submenu-container {
    position: static;
    display: none;
    grid-column: 1 / -1;
    margin: 4px 0 8px 2px;
    padding: 10px 0 2px 14px;
    border-left: 1px solid rgba(225, 17, 20, 0.22);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .vin-in-page .live-header .has-children.submenu-open > .submenu-container {
    display: block;
  }

  .vin-in-page .live-header .submenu {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .vin-in-page .live-header .submenu a {
    padding: 7px 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
  }

  .vin-in-page .live-header .submenu a:hover,
.vin-in-page .live-header .submenu a:focus-visible {
    background: transparent;
    color: #fff;
  }

  .vin-in-page .social-side-icons {
    top: 220px;
  }

  .vin-in-page .social-side-icons a {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .vin-in-page .live-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 8px;
  }

  .vin-in-page .live-footer .footer-col {
    padding: 8px 0;
  }

  .vin-in-page .live-footer .footer-logo {
    display: none;
  }

  .vin-in-page .live-footer h3 {
    margin-bottom: 6px;
    padding: 18px 0 4px;
    font-size: 16px;
    line-height: 1.15;
  }

  .vin-in-page .live-footer .footer-contact-col {
    padding-top: 16px;
  }

  .vin-in-page .live-footer .footer-contact-line {
    font-size: 15px;
    line-height: 1.34;
  }

  .vin-in-page .live-footer .footer-map-link img {
    aspect-ratio: 2 / 1;
  }

  .vin-in-page .live-footer .footer-menu--nav-wrap {
    display: flex;
    max-width: none;
    gap: 4px 0;
  }

  .vin-in-page .live-footer .footer-menu--nav-wrap a {
    font-size: 15px;
    line-height: 1.45;
  }

  .vin-in-page .live-footer .footer-menu--nav-wrap a:not(:last-child)::after {
    margin: 0 9px;
    color: rgba(32, 30, 30, 0.35);
    content: "·";
  }

  .vin-in-page .live-footer .footer-seo-heading {
    padding-top: 18px;
  }

  .vin-in-page .live-footer .footer-menu--seo-muted {
    columns: 2 120px;
  }

  .vin-in-page .live-footer .footer-menu--seo-muted a {
    min-height: 23px;
    padding: 3px 0;
    font-size: 13px;
  }

  .vin-in-page .live-footer .footer-copyright {
    padding: 8px 0;
    font-size: 85%;
  }
}

@media (max-width: 600px) {
  .vin-in-page .live-header .header-contact-item {
    padding-inline: 4px;
    font-size: clamp(7.35px, 2.15vw, 8.4px);
  }

  .vin-in-page .live-header .header-contact-item-address .header-contact-value {
    font-size: inherit;
  }

  .vin-in-page .live-header nav.menu {
    padding: 12px 12px 98px;
  }

  .vin-in-page .live-header nav.menu ul {
    border-radius: 22px;
  }

  .vin-in-page .social-side-icons {
    top: 180px;
  }

  .vin-in-page .social-side-icons a {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .vin-in-page .live-footer .footer-col {
    padding: 5px 0;
  }

  .vin-in-page .live-footer h3 {
    font-size: 16px;
  }

  .vin-in-page .live-footer .footer-map-link img {
    aspect-ratio: 16 / 9;
  }
}

/* Showroom: one photographic spotlight with copy blended into the image. */
.vin-in-page .showroom {
  background:
    radial-gradient(circle at 88% 5%, rgba(255, 255, 255, 0.045), transparent 27%),
    radial-gradient(circle at 7% 47%, rgba(225, 17, 20, 0.1), transparent 24%),
    var(--black-2);
}

.vin-in-page .showroom-spotlight {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #100f0f;
  box-shadow:
    0 36px 76px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  isolation: isolate;
}

.vin-in-page .showroom-spotlight::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.vin-in-page .showroom-spotlight .showroom-stage__main {
  position: absolute;
  inset: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #151313;
}

.vin-in-page .showroom-spotlight .showroom-stage__main picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 72%;
  overflow: hidden;
}

.vin-in-page .showroom-spotlight .showroom-stage__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 53%;
  transform: scale(1.14);
  transform-origin: 45% 53%;
}

.vin-in-page .showroom-spotlight .showroom-stage__main::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #100f0f 0%, #100f0f 24%, rgba(16, 15, 15, 0.99) 31%, rgba(16, 15, 15, 0.88) 40%, rgba(16, 15, 15, 0.55) 50%, rgba(16, 15, 15, 0.2) 61%, rgba(16, 15, 15, 0.02) 73%),
    linear-gradient(0deg, rgba(8, 8, 8, 0.7) 0%, transparent 34%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.22) 0%, transparent 28%);
  content: "";
}

.vin-in-page .showroom-spotlight .showroom__heading {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  display: flex;
  width: min(53%, 700px);
  margin: 0;
  padding: 66px 64px 72px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.vin-in-page .showroom-spotlight .showroom__heading h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3.1rem, 4.3vw, 4.7rem);
  line-height: 0.99;
}

.vin-in-page .showroom-spotlight .showroom__heading-copy {
  max-width: 550px;
}

.vin-in-page .showroom-spotlight .showroom__heading-copy p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

.vin-in-page .showroom-spotlight .showroom__heading-copy .button {
  max-width: 100%;
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: auto;
  z-index: 4;
  display: inline-flex;
  padding: 11px 15px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(15, 13, 13, 0.76);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(225, 17, 20, 0.65);
  content: "";
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption span {
  display: none;
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption strong {
  font-size: 0.72rem;
  font-weight: 720;
}

@media (max-width: 1100px) {
  .vin-in-page .showroom-spotlight {
    min-height: 640px;
  }

  .vin-in-page .showroom-spotlight .showroom__heading {
    width: 59%;
    padding: 50px 44px 58px;
    gap: 23px;
  }

  .vin-in-page .showroom-spotlight .showroom__heading h2 {
    font-size: clamp(2.7rem, 5.1vw, 4rem);
  }

  .vin-in-page .showroom-spotlight .showroom__heading-copy p {
    font-size: 0.84rem;
  }
}

@media (max-width: 700px) {
  .vin-in-page .showroom-spotlight {
    min-height: 760px;
    border-radius: 24px;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main picture {
    width: 100%;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main img {
    object-position: 51% 58%;
    transform: scale(1.08);
    transform-origin: 51% 58%;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main::after {
    background:
      linear-gradient(180deg, #100f0f 0%, rgba(16, 15, 15, 0.98) 33%, rgba(16, 15, 15, 0.83) 49%, rgba(16, 15, 15, 0.33) 69%, rgba(10, 9, 9, 0.58) 100%),
      linear-gradient(90deg, rgba(16, 15, 15, 0.76) 0%, rgba(16, 15, 15, 0.16) 78%, transparent 100%);
  }

  .vin-in-page .showroom-spotlight .showroom__heading {
    inset: 0;
    width: 100%;
    padding: 33px 24px 34px;
    justify-content: flex-start;
    gap: 20px;
  }

  .vin-in-page .showroom-spotlight .showroom__heading h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.05rem);
    line-height: 1;
  }

  .vin-in-page .showroom-spotlight .showroom__heading-copy {
    max-width: 100%;
  }

  .vin-in-page .showroom-spotlight .showroom__heading-copy p {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 0.79rem;
    line-height: 1.6;
  }

  .vin-in-page .showroom-spotlight .showroom-spotlight__cta {
    width: 100%;
    padding-right: 62px;
    padding-left: 21px;
    font-size: 0.8rem;
  }

  .vin-in-page .showroom-spotlight .showroom-spotlight__cta::after {
    width: 54px;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main figcaption {
    right: 15px;
    bottom: 15px;
    padding: 9px 12px;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main figcaption strong {
    font-size: 0.62rem;
  }
}

@media (max-width: 340px) {
  .vin-in-page .showroom-spotlight {
    min-height: 720px;
  }

  .vin-in-page .showroom-spotlight .showroom__heading {
    padding-right: 18px;
    padding-left: 18px;
  }

  .vin-in-page .showroom-spotlight .showroom__heading h2 {
    font-size: 2.25rem;
  }

  .vin-in-page .showroom-spotlight .showroom__heading-copy p {
    font-size: 0.74rem;
  }

  .vin-in-page .showroom-spotlight .showroom-spotlight__cta {
    padding-right: 54px;
    padding-left: 16px;
    font-size: 0.7rem;
  }

  .vin-in-page .showroom-spotlight .showroom-spotlight__cta::after {
    width: 48px;
  }
}

/* Product documents belong to the comparison step, not to the showroom route. */
.vin-in-page .product-materials {
  display: grid;
  margin-top: 32px;
  overflow: hidden;
  grid-template-columns: minmax(255px, 0.76fr) minmax(0, 1.54fr);
  border: 1px solid rgba(32, 30, 30, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 20px 44px rgba(31, 27, 25, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.vin-in-page .product-materials__intro {
  position: relative;
  padding: 27px 30px 25px 33px;
  border-right: 1px solid rgba(32, 30, 30, 0.1);
}

.vin-in-page .product-materials__intro::before {
  position: absolute;
  top: 29px;
  bottom: 29px;
  left: 0;
  width: 3px;
  background: var(--red);
  content: "";
}

.vin-in-page .product-materials__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vin-in-page .product-materials__intro h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.32rem, 1.65vw, 1.68rem);
  font-weight: 790;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.vin-in-page .product-materials__intro p {
  max-width: 360px;
  margin: 9px 0 13px;
  color: #77706a;
  font-size: 0.72rem;
  line-height: 1.52;
}

.vin-in-page .product-materials__source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(32, 30, 30, 0.22);
  color: #4f4945;
  font-size: 0.65rem;
  font-weight: 720;
  line-height: 1.45;
  transition: border-color 180ms ease, color 180ms ease;
}

.vin-in-page .product-materials__source span {
  color: var(--red);
}

.vin-in-page .product-materials__source:hover,
.vin-in-page .product-materials__source:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.vin-in-page .product-materials__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vin-in-page .document-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 154px;
  padding: 28px 28px;
  grid-template-columns: 46px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 16px;
  color: var(--text);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vin-in-page .document-card + .document-card {
  border-left: 1px solid rgba(32, 30, 30, 0.1);
}

.vin-in-page .document-card:hover,
.vin-in-page .document-card:focus-visible {
  z-index: 1;
  background:
    radial-gradient(circle at 12% 50%, rgba(225, 17, 20, 0.085), transparent 29%),
    #fbf9f7;
  box-shadow: inset 0 -3px 0 var(--red);
  transform: translateY(-1px);
}

.vin-in-page .document-card__mark {
  position: relative;
  display: grid;
  width: 46px;
  height: 54px;
  place-items: center;
  border-radius: 8px 8px 12px 8px;
  background: linear-gradient(145deg, #2b2828 0%, #111 72%);
  box-shadow: 0 10px 22px rgba(18, 15, 15, 0.18);
  color: #fff;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.vin-in-page .document-card__mark::after {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(225, 17, 20, 0.48);
  content: "";
}

.vin-in-page .document-card__mark--technical {
  background: linear-gradient(145deg, #ef1a1e 0%, #bd080b 78%);
}

.vin-in-page .document-card__mark--technical::after {
  background: #171515;
  box-shadow: none;
}

.vin-in-page .document-card__copy {
  min-width: 0;
}

.vin-in-page .document-card__copy small,
.vin-in-page .document-card__copy strong {
  display: block;
}

.vin-in-page .document-card__copy small {
  margin-bottom: 7px;
  color: #8a827b;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.vin-in-page .document-card__copy strong {
  font-size: clamp(0.95rem, 1.1vw, 1.12rem);
  font-weight: 790;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.vin-in-page .document-card__arrow {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #1d1b1b;
  color: #fff;
  font-size: 0.82rem;
  transition: background 180ms ease, transform 180ms ease;
}

.vin-in-page .document-card:hover .document-card__arrow,
.vin-in-page .document-card:focus-visible .document-card__arrow {
  background: var(--red);
  transform: translate(2px, -2px);
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption {
  padding: 0;
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption::before {
  display: none;
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption a {
  display: flex;
  min-height: 43px;
  align-items: center;
  padding: 9px 14px;
  gap: 12px;
  color: #fff;
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption a::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(225, 17, 20, 0.65);
  content: "";
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption span {
  display: inline-block;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.vin-in-page .showroom-spotlight .showroom-stage__main figcaption:hover span,
.vin-in-page .showroom-spotlight .showroom-stage__main figcaption:focus-within span {
  color: #ff373b;
}

.vin-in-page .closing__actions .button {
  white-space: normal;
}

@media (max-width: 960px) {
  .vin-in-page .product-materials {
    grid-template-columns: 1fr;
  }

  .vin-in-page .product-materials__intro {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 30, 30, 0.1);
  }

  .vin-in-page .product-materials__intro p {
    max-width: 620px;
  }
}

@media (max-width: 700px) {
  .vin-in-page .product-materials {
    margin-top: 25px;
    border-radius: 20px;
  }

  .vin-in-page .product-materials__intro {
    padding: 24px 22px 23px 25px;
  }

  .vin-in-page .product-materials__intro::before {
    top: 24px;
    bottom: 24px;
  }

  .vin-in-page .product-materials__intro h3 {
    font-size: 1.42rem;
  }

  .vin-in-page .product-materials__links {
    grid-template-columns: 1fr;
  }

  .vin-in-page .document-card {
    min-height: 108px;
    padding: 22px 20px;
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    gap: 13px;
  }

  .vin-in-page .document-card + .document-card {
    border-top: 1px solid rgba(32, 30, 30, 0.1);
    border-left: 0;
  }

  .vin-in-page .document-card__mark {
    width: 42px;
    height: 49px;
  }

  .vin-in-page .document-card__copy small {
    font-size: 0.58rem;
  }

  .vin-in-page .document-card__copy strong {
    font-size: 0.95rem;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main figcaption a {
    min-height: 39px;
    padding: 8px 11px;
    gap: 8px;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main figcaption span {
    padding-left: 8px;
    font-size: 0;
  }

  .vin-in-page .showroom-spotlight .showroom-stage__main figcaption span::after {
    content: "Trasa ↗";
    font-size: 0.58rem;
  }
}

@media (max-width: 340px) {
  .vin-in-page .product-materials__intro {
    padding-right: 18px;
    padding-left: 21px;
  }

  .vin-in-page .document-card {
    padding-right: 16px;
    padding-left: 16px;
    grid-template-columns: 39px minmax(0, 1fr) 28px;
    gap: 10px;
  }

  .vin-in-page .document-card__mark {
    width: 39px;
    height: 47px;
  }

  .vin-in-page .document-card__copy strong {
    font-size: 0.88rem;
  }
}

/* Compact, collection-aware facts sourced from the manufacturer's technical sheets. */
.vin-in-page .technical-specs {
  display: grid;
  margin: 0;
  padding: 0 18px;
  grid-column: 1 / -1;
  grid-template-columns: 0.9fr 1.65fr 0.7fr 0.9fr 0.9fr 1.25fr;
  border-top: 1px solid rgba(32, 30, 30, 0.1);
  background: linear-gradient(180deg, #fbfaf8 0%, #f6f3ef 100%);
}

.vin-in-page .technical-specs > div {
  min-width: 0;
  padding: 17px 14px 18px;
}

.vin-in-page .technical-specs > div + div {
  border-left: 1px solid rgba(32, 30, 30, 0.085);
}

.vin-in-page .technical-specs dt,
.vin-in-page .technical-specs dd {
  margin: 0;
}

.vin-in-page .technical-specs dt {
  margin-bottom: 5px;
  color: #8a827b;
  font-size: 0.56rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-transform: uppercase;
}

.vin-in-page .technical-specs dd {
  color: #312e2c;
  font-size: 0.7rem;
  font-weight: 720;
  line-height: 1.38;
}

@media (max-width: 960px) {
  .vin-in-page .technical-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vin-in-page .technical-specs > div:nth-child(4) {
    border-left: 0;
  }

  .vin-in-page .technical-specs > div:nth-child(n + 4) {
    border-top: 1px solid rgba(32, 30, 30, 0.085);
  }
}

@media (max-width: 700px) {
  .vin-in-page .technical-specs {
    padding: 0 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vin-in-page .technical-specs > div {
    padding: 15px 10px 16px;
  }

  .vin-in-page .technical-specs > div:nth-child(odd) {
    border-left: 0;
  }

  .vin-in-page .technical-specs > div:nth-child(even) {
    border-left: 1px solid rgba(32, 30, 30, 0.085);
  }

  .vin-in-page .technical-specs > div:nth-child(n + 3) {
    border-top: 1px solid rgba(32, 30, 30, 0.085);
  }

  .vin-in-page .technical-specs dd {
    font-size: 0.66rem;
  }
}
