:root {
  --ink: #1a120c;
  --ink-deep: #120c08;
  --ink-panel: #2c1e14;
  --ink-lift: #3d2a1c;
  --cyan: #c9a227;
  --cyan-strong: #e0bb4a;
  --gold: #d4af37;
  --gold-soft: #f4e6c1;
  --accent: #c9a227;
  --text: #fffaf3;
  --muted: #e6d7c0;
  --quiet: #b5a48a;
  --radius: 2px;
  --radius-lg: 4px;
  --shadow: 0 10px 28px rgba(40, 24, 8, 0.45);
  --sidebar: 272px;
  --topbar: 72px;
  --dock: 64px;
  --max: 1440px;
  --font: "Trebuchet MS", "Segoe UI", Roboto, Arial, sans-serif;
  --font-ui: "Trebuchet MS", "Segoe UI", Roboto, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--cyan);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--cyan);
  color: var(--ink);
  padding: 8px 12px;
  z-index: 10000;
  border-radius: var(--radius);
}

.skip-link:focus {
  left: 8px;
}

.sv-shell {
  min-height: 100vh;
}

.sv-rail {
  display: none;
}

.sv-top {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: var(--topbar);
  padding: 10px 16px;
  background: rgba(26, 18, 12, 0.96);
  border-bottom: 1px solid rgba(201, 162, 39, 0.18);
}

.sv-brand img,
img[src="/images/logo.webp"] {
  width: 150px;
  max-width: 180px;
  height: auto;
  min-width: 120px;
  object-fit: contain;
}

.sv-brand--wide img {
  width: 180px;
  max-width: 180px;
  height: auto;
  min-width: 0;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-brand,
[role="button"][aria-label="slottyvegas-arialabel"].sv-logo-promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sv-stage {
  padding: 0 0 96px;
}

.sv-body {
  padding: 16px 16px 0 0;
}

.sv-cats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 24px;
  padding: 0;
}

.sv-promo-hero {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  min-height: 380px;
  margin: 0 0 24px;
  padding: 88px 16px 18px;
  overflow: hidden;
  border-radius: 0;
  background: #1a120c url("/images/slotty_hero.png") left center / cover no-repeat;
  text-align: center;
}

.sv-promo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 18, 12, 0.12) 0%,
    rgba(26, 18, 12, 0.2) 42%,
    rgba(26, 18, 12, 0.55) 100%
  );
}

.sv-hero-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: min(420px, 100%);
}

.sv-hero-kicker {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 3.2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

.sv-hero-badge {
  margin: 2px 0 0;
  padding: 4px 12px;
  background: #fff;
  color: #1a120c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sv-hero-amount {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 8vw, 4rem);
  font-weight: 800;
  line-height: 0.95;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.65);
}

.sv-hero-spins {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.sv-hero-form {
  width: 100%;
  max-width: 260px;
  margin-top: 4px;
  padding: 10px;
  background: rgba(255, 250, 243, 0.94);
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-hero-mail,
[role="button"][aria-label="slottyvegas-arialabel"].sv-hero-pass {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  margin-bottom: 8px;
  padding: 0 10px;
  border: 1px solid #d7c7b0;
  background: #fff;
  color: #7a6a58;
  font-size: 0.84rem;
  font-weight: 600;
}

.sv-hero-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-fill.sv-hero-signup {
  flex: 1;
  width: auto;
  min-height: 40px;
  padding: 8px 12px;
  background: var(--gold);
  color: #1a120c;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-hero-signup:hover {
  background: var(--cyan-strong);
  color: #1a120c;
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-hero-fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #3b5998;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.sv-hero-note {
  margin: 8px 0 0;
  max-width: 34rem;
  color: rgba(255, 250, 243, 0.82);
  font-size: 0.68rem;
  line-height: 1.35;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.sv-shot {
  margin: 20px 0 28px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #2c1e14;
  box-shadow: var(--shadow);
}

.sv-shot img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sv-shot--wide {
  width: min(880px, 78%);
  max-width: 880px;
  height: auto;
  margin: 8px auto 28px 0;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-shot img {
  transition: transform 0.18s ease;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-shot:hover img {
  transform: scale(1.015);
}

.sv-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 14px;
}

.sv-head h2,
.sv-head .sv-head-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
}

.sv-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.sv-tile-name {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  line-height: 1.3;
  color: var(--muted);
}

[role="button"][aria-label="slottyvegas-arialabel"] {
  cursor: pointer;
  outline: none;
}

[role="button"][aria-label="slottyvegas-arialabel"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.55);
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-fill,
[role="button"][aria-label="slottyvegas-arialabel"].cta-hero,
[role="button"][aria-label="slottyvegas-arialabel"].cta-foot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: 0.02em;
  user-select: none;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-fill {
  min-height: 44px;
  padding: 10px 16px;
  background: var(--cyan);
  color: #1a120c;
  width: 100%;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-fill:hover {
  background: var(--cyan-strong);
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  color: var(--text);
  font-weight: 700;
  font-size: 0.92rem;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-hero {
  min-height: 42px;
  padding: 8px 14px;
  background: rgba(201, 162, 39, 0.95);
  color: #1a120c;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-hero:hover {
  background: var(--cyan-strong);
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 112px;
  padding: 16px 8px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius);
  background: var(--ink-panel);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  user-select: none;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-chip:hover {
  background: var(--ink-lift);
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-chip svg {
  flex: 0 0 auto;
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-cat-alle svg {
  width: 26px;
  height: 26px;
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-cat-slots svg {
  width: 42px;
  height: 42px;
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-cat-jackpot svg {
  width: 34px;
  height: 34px;
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-cat-tisch svg {
  width: 38px;
  height: 38px;
}

[role="button"][aria-label="slottyvegas-arialabel"].sv-cat-bonus svg {
  width: 30px;
  height: 30px;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  color: var(--gold);
  font-weight: 700;
  background: transparent;
  flex: 0 0 auto;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-foot {
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  background: transparent;
  padding: 0;
  min-height: auto;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-foot:hover {
  color: var(--text);
  text-decoration: underline;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-tile {
  display: block;
  background: transparent;
  color: inherit;
  border-radius: var(--radius);
  cursor: pointer;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--ink-panel);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-tile:hover img {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.sv-h1 {
  margin: 0 0 16px;
  font-size: 1.85rem;
  line-height: 1.2;
}

.sv-lead,
.sv-prose p {
  color: var(--muted);
}

.sv-prose {
  max-width: none;
}

.sv-prose h2 {
  margin: 32px 0 12px;
  font-size: 1.4rem;
  color: var(--text);
}

.sv-prose h3 {
  margin: 24px 0 10px;
  font-size: 1.12rem;
}

.sv-prose p,
.sv-prose li {
  color: var(--muted);
}

.sv-prose ul {
  padding-left: 1.2rem;
}

.sv-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.92rem;
}

.sv-prose th,
.sv-prose td {
  border: 1px solid rgba(201, 162, 39, 0.22);
  padding: 10px 12px;
  text-align: left;
}

.sv-prose th {
  background: var(--ink-panel);
  color: var(--text);
}

.sv-wrap__media {
  width: 400px;
  max-width: 100%;
}

.sv-wrap {
  margin: 8px 0 32px;
}

.sv-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.sv-wrap > h2:first-child {
  margin-top: 0;
}

.sv-wrap > h2 {
  clear: none;
}

.sv-wrap > p {
  overflow: visible;
}

.sv-band {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  width: 400px;
  height: 337px;
  max-width: 100%;
  margin: 0 auto;
  padding: 108px 18px 16px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #1a120c url("/images/main-band.webp") center / cover no-repeat;
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.sv-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(26, 18, 12, 0.12) 0%, rgba(26, 18, 12, 0.28) 38%, rgba(26, 18, 12, 0.72) 100%);
}

.sv-band p {
  margin: 0;
  max-width: none;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
}

.sv-band [role="button"][aria-label="slottyvegas-arialabel"].cta-fill {
  width: auto;
  min-width: 0;
  min-height: 40px;
  padding: 8px 14px;
}

.sv-band [role="button"][aria-label="slottyvegas-arialabel"].cta-outline {
  min-height: 40px;
  color: #fff;
  border-color: #fff;
}

.sv-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.sv-band--scene {
  padding: 108px 18px 16px;
  background-image: url("/images/main-band.webp");
  background-position: center;
}

.sv-band--cave {
  background-image: url("/images/promo-square.webp");
  background-position: center;
}

.sv-band--glow {
  background-image: url("/images/slotty_main2.webp");
  background-position: center;
}

.sv-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 24px;
}

.sv-providers span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 2px;
  background: var(--ink-panel);
  color: var(--muted);
  font-size: 0.78rem;
}

.sv-pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 24px;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 12px;
  background: none;
  border: 0;
  cursor: pointer;
}

[role="button"][aria-label="slottyvegas-arialabel"].cta-pay img {
  width: auto;
  max-width: 118px;
  height: 28px;
  object-fit: contain;
}

.sv-foot {
  padding: 28px 16px 88px;
  background: var(--ink-deep);
  border-top: 1px solid rgba(201, 162, 39, 0.16);
}

.sv-foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 18px;
}

.sv-copy,
.sv-note,
.sv-legal {
  color: var(--quiet);
  font-size: 0.85rem;
}

.sv-age {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  font-weight: 700;
  color: var(--text);
}

.sv-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: var(--dock);
  background: #1a120c;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.sv-dock a,
.sv-dock-link,
.sv-dock [role="button"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
}

.sv-dock a.is-on,
.sv-dock-link.is-on,
.sv-dock a:hover,
.sv-dock-link:hover {
  color: var(--cyan);
  text-decoration: none;
}

.sv-dock svg {
  width: 22px;
  height: 22px;
}

.sv-lost {
  max-width: 640px;
  margin: 40px auto;
  text-align: center;
}

.sv-lost h1 {
  margin-bottom: 12px;
}

.sv-lost [role="button"][aria-label="slottyvegas-arialabel"].cta-fill {
  width: auto;
  min-width: 200px;
  margin: 16px auto 0;
}

.cursor-pointer {
  cursor: pointer;
}

.outline-none {
  outline: none;
}

@media (max-width: 767px) {
  .sv-body {
    padding: 16px 12px 0;
  }

  .sv-brand img {
    width: 132px;
    max-width: 180px;
    min-width: 110px;
  }

  .sv-cats {
    gap: 6px;
  }

  .sv-promo-hero {
    min-height: 320px;
    padding: 72px 12px 16px;
    background-position: left center;
  }

  .sv-wrap__media {
    float: none;
    margin: 0 auto 16px;
  }

  .sv-band {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 400 / 337;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].cta-chip {
    min-height: 88px;
    padding: 10px 4px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-cat-alle svg {
    width: 20px;
    height: 20px;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-cat-slots svg {
    width: 32px;
    height: 32px;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-cat-jackpot svg {
    width: 26px;
    height: 26px;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-cat-tisch svg {
    width: 28px;
    height: 28px;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-cat-bonus svg {
    width: 22px;
    height: 22px;
  }

  .sv-pay-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  [role="button"][aria-label="slottyvegas-arialabel"].cta-pay {
    min-height: 40px;
    padding: 6px 4px;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].cta-pay img {
    max-width: 100%;
    height: 22px;
  }

  .sv-prose table {
    display: block;
    overflow-x: auto;
  }
}

@media (min-width: 768px) {
  .sv-body {
    padding: 20px 20px 0 0;
  }

  .sv-wrap > .sv-band.sv-wrap__media {
    float: right;
    width: 400px;
    height: 337px;
    margin: 0 0 16px 24px;
    shape-outside: inset(0);
  }

  .sv-wrap--flip > .sv-band.sv-wrap__media {
    float: left;
    margin: 0 24px 16px 0;
  }

  .sv-promo-hero {
    min-height: 560px;
    padding: 140px 32px 24px;
    background-position: left center;
  }

  .sv-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .sv-pay-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sv-foot {
    padding: 32px 24px 40px 16px;
  }
}

@media (min-width: 992px) {
  .sv-top,
  .sv-dock {
    display: none;
  }

  .sv-shell {
    display: grid;
    grid-template-columns: var(--sidebar) minmax(0, 1fr);
  }

  .sv-rail {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 20px 16px;
    background: var(--ink);
    border-right: 1px solid rgba(201, 162, 39, 0.12);
    overflow: auto;
  }

  .sv-brand--wide {
    display: inline-flex;
    margin-bottom: 8px;
  }

  .sv-account {
    background: var(--ink-panel);
    border-radius: var(--radius-lg);
    padding: 16px;
    text-align: center;
  }

  .sv-account-mark {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ink-lift);
    color: var(--cyan);
  }

  .sv-rail-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sv-rail-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: var(--radius);
    background: #3a2718;
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
  }

  .sv-rail-link:hover,
  .sv-rail-link.is-on {
    text-decoration: none;
    background: var(--cyan);
    color: var(--ink);
  }

  .sv-rail-link svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-rail-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: var(--radius);
    background: #3a2718;
    color: var(--text);
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-rail-cta:hover {
    background: var(--cyan);
    color: var(--ink);
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-rail-cta svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-rail-search {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: var(--radius);
    background: var(--ink-panel);
    color: var(--muted);
    font-weight: 700;
    font-size: 1rem;
  }

  [role="button"][aria-label="slottyvegas-arialabel"].sv-rail-search:hover {
    color: var(--text);
  }

  .sv-stage {
    padding: 0 0 48px;
    max-width: none;
  }

  .sv-body {
    padding: 24px 24px 0 0;
    max-width: none;
  }

  .sv-promo-hero {
    background-position: left center;
  }

  .sv-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sv-h1 {
    font-size: 2.1rem;
  }
}

@media (min-width: 1280px) {
  .sv-tiles {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
