/* Design system — premium выездной шиномонтаж (tokens в духе shadcn/lightweight UI) */
:root {
  --background: #050607;
  --foreground: #fafafa;
  --muted: #a1a1aa;
  --muted-foreground: #71717a;
  --card: #121214;
  --card-foreground: #fafafa;
  --popover: #121214;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.12);
  --input: rgba(255, 255, 255, 0.06);
  --ring: rgba(251, 191, 36, 0.45);
  --accent: #f59e0b;
  --accent-foreground: #0c0a09;
  --accent-muted: rgba(245, 158, 11, 0.14);
  --accent-glow: rgba(245, 158, 11, 0.35);

  --radius-sm: 0.5rem;
  --radius: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;

  --shadow-soft: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.35), 0 12px 24px -8px rgba(0, 0, 0, 0.55);
  --shadow-card-hover: 0 8px 12px -2px rgba(0, 0, 0, 0.45), 0 24px 48px -16px rgba(0, 0, 0, 0.65);
  --shadow-glow-accent: 0 0 0 1px rgba(245, 158, 11, 0.15), 0 16px 40px -12px rgba(245, 158, 11, 0.35);

  --font-sans: "Manrope", system-ui, -apple-system, sans-serif;
  --font-display: "Outfit", var(--font-sans);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.3, 0.64, 1);

  /* Legacy aliases */
  --bg: var(--background);
  --bg-elevated: #0c0c0f;
  --bg-card: var(--card);
  --text: var(--foreground);
  --text-muted: var(--muted);
  --accent-hover: #fbbf24;
  --accent-dim: var(--accent-muted);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--foreground);
  background: var(--background);
  background-image:
    radial-gradient(ellipse 120% 70% at 50% -30%, rgba(245, 158, 11, 0.12), transparent 50%),
    radial-gradient(ellipse 70% 50% at 100% 20%, rgba(245, 158, 11, 0.04), transparent 45%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}

/* —— Typography scale —— */
.section-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.section-title--gradient {
  background: linear-gradient(135deg, #fde68a 0%, var(--accent) 45%, #ea580c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-title--works {
  font-size: clamp(1rem, 2.85vw, 1.5625rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.28;
}

.section-title.section-title--works {
  margin-bottom: 0.875rem;
}

.section-desc--muted-secondary {
  margin-top: 0.75rem;
  color: rgba(161, 161, 170, 0.95);
}

.section-intro .section-desc--muted-secondary {
  max-width: 48ch;
}

.section-title + .section-desc--muted-secondary {
  margin-top: 0;
}

.section-intro {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-title {
  margin: 0 0 0.625rem;
  font-family: var(--font-display);
  font-size: clamp(1.625rem, 3.2vw, 2.125rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.section-desc {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.55;
  max-width: 42ch;
}

.gradient-text {
  background: linear-gradient(135deg, #fde68a 0%, var(--accent) 45%, #ea580c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 6, 7, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--border);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.525rem 0;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1.15;
}

.logo__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.02rem, 3.1vw, 1.3rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 0.9;
  white-space: nowrap;
  animation: logo-glow 5.5s ease-in-out infinite;
}

.logo__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.07) 38%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.07) 62%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: logo-shine 7s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

@keyframes logo-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.14));
  }

  50% {
    filter: drop-shadow(0 0 11px rgba(245, 158, 11, 0.24));
  }
}

@keyframes logo-shine {
  0%,
  70%,
  100% {
    left: -120%;
  }

  86% {
    left: 130%;
  }
}

.logo span {
  color: var(--accent);
}

.header-cta {
  display: none;
}

@media (min-width: 640px) {
  .header-cta {
    display: inline-flex;
  }
}

.phone-link-header {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--accent);
  transition: color 0.22s var(--ease-out), text-shadow 0.22s;
}

.phone-link-header:hover {
  color: var(--accent-hover);
  text-shadow: 0 0 24px rgba(245, 158, 11, 0.35);
}

/* Infinite marquee — над hero */
.marquee-strip {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, #0a0b0e 0%, #050607 100%);
  box-shadow:
    inset 0 1px 0 rgba(245, 158, 11, 0.06),
    0 12px 28px -18px rgba(0, 0, 0, 0.85);
}

.marquee-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #050607 0%, transparent 8%, transparent 92%, #050607 100%);
  pointer-events: none;
  z-index: 2;
}

.marquee-viewport {
  overflow: hidden;
  padding: 0.55rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

.marquee-scroll {
  display: flex;
  width: max-content;
  animation: marquee-x 48s linear infinite;
}

.marquee-scroll:hover {
  animation-play-state: paused;
}

@keyframes marquee-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee-line {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  flex-wrap: nowrap;
  padding-right: 2.75rem;
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 250, 250, 0.55);
  white-space: nowrap;
}

.marquee-dot {
  margin: 0 0.75rem;
  color: var(--accent);
  font-weight: 800;
  opacity: 0.95;
  text-shadow: 0 0 18px rgba(245, 158, 11, 0.45);
}

.marquee-accent {
  color: rgba(251, 191, 36, 0.98);
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* Hero — быстрые услуги */
.hero-quick-services {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .hero-quick-services {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
  }
}

.hero-quick-services__item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  padding: 0.6875rem 1rem;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition:
    border-color 0.3s var(--ease-out),
    background 0.3s var(--ease-out),
    transform 0.25s var(--ease-spring);
}

.hero-quick-services__item:hover {
  border-color: rgba(245, 158, 11, 0.28);
  background: rgba(245, 158, 11, 0.06);
  transform: translateY(-2px);
}

.hero-quick-services__title {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--foreground);
}

.hero-quick-services__dash {
  color: rgba(245, 158, 11, 0.55);
  font-weight: 700;
  font-size: 0.75rem;
}

.hero-quick-services__note {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}

@media (min-width: 640px) {
  .hero-quick-services__note {
    white-space: nowrap;
  }
}

/* Buttons — component */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8125rem 1.375rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  transition:
    transform 0.25s var(--ease-spring),
    box-shadow 0.25s var(--ease-out),
    background 0.25s var(--ease-out),
    border-color 0.25s;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: linear-gradient(145deg, #fbbf24 0%, var(--accent) 42%, #c2410c 112%);
  color: var(--accent-foreground);
  box-shadow:
    var(--shadow-glow-accent),
    0 4px 12px rgba(0, 0, 0, 0.4);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.25), transparent 50%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(251, 191, 36, 0.35),
    0 12px 32px -6px rgba(245, 158, 11, 0.5),
    0 24px 48px -16px rgba(0, 0, 0, 0.5);
}

.btn-primary:hover::after {
  opacity: 1;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.03);
  color: var(--foreground);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.btn-outline:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.45);
  background: rgba(245, 158, 11, 0.08);
  box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.5);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.btn-row.is-centered {
  justify-content: center;
}

/* Hero */
.hero {
  position: relative;
  padding: 3rem 0 4.25rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto;
  height: 120%;
  background:
    radial-gradient(ellipse at 30% 0%, rgba(245, 158, 11, 0.22) 0%, transparent 42%),
    radial-gradient(ellipse at 85% 10%, rgba(234, 88, 12, 0.08) 0%, transparent 38%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.25), transparent);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-wheel {
  position: absolute;
  z-index: 0;
  top: clamp(0.5rem, 3.5vw, 2.25rem);
  right: max(0.75rem, env(safe-area-inset-right, 0px));
  width: clamp(76px, 16vmin, 142px);
  height: clamp(76px, 16vmin, 142px);
  opacity: 0.38;
  pointer-events: none;
}

@media (min-width: 640px) {
  .hero-wheel {
    top: clamp(1rem, 4vw, 2.5rem);
    width: clamp(88px, 15vmin, 148px);
    height: clamp(88px, 15vmin, 148px);
    opacity: 0.44;
  }
}


.hero-wheel__svg {
  display: block;
  width: 100%;
  height: 100%;
  animation: hero-wheel-spin 14s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
  filter:
    drop-shadow(0 4px 22px rgba(245, 158, 11, 0.12))
    drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}

@keyframes hero-wheel-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}



@media (min-width: 768px) {
  .hero {
    padding: 5rem 0 5.5rem;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.4375rem 1rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.06));
  border-radius: var(--radius-full);
  border: 1px solid rgba(245, 158, 11, 0.28);
  box-shadow: 0 0 28px -8px rgba(245, 158, 11, 0.35), var(--shadow-soft);
}

.hero h1 {
  margin: 1.35rem 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.8vw, 3.35rem);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -0.035em;
  color: var(--foreground);
  text-wrap: balance;
}

.hero-headline-strong {
  display: block;
  margin-top: 0.2em;
}

.hero-247 {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.92em;
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, #fde047 0%, var(--accent) 50%, #ea580c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 12px 28px rgba(245, 158, 11, 0.25));
}

.hero-lead {
  margin: 0 0 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--muted);
  max-width: 34rem;
  line-height: 1.55;
}

.hero-cta {
  padding-top: 0.25rem;
}

.hero-advantages {
  list-style: none;
  padding: 0;
  margin: 2.25rem 0 0;
  display: grid;
  gap: 0.625rem;
}

@media (min-width: 640px) {
  .hero-advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 1rem;
  }
}

.hero-advantages li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--muted);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition:
    border-color 0.3s var(--ease-out),
    background 0.3s var(--ease-out),
    transform 0.25s var(--ease-spring);
}

.hero-advantages li:hover {
  border-color: rgba(245, 158, 11, 0.2);
  background: rgba(245, 158, 11, 0.04);
  transform: translateX(4px);
}

.hero-advantages li svg {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--accent);
}

/* Sections */
.section {
  padding: 3.75rem 0;
}

.section-muted {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 32%),
    var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.section-muted::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(245, 158, 11, 0.05), transparent 55%);
  opacity: 0.85;
}

.section-muted > .container {
  position: relative;
  z-index: 1;
}

/* Cards grid — services */
.cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .cards-grid.cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.feature-card {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 42%), var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.375rem 1.425rem;
  box-shadow: var(--shadow-card);
  transition:
    transform 0.35s var(--ease-spring),
    box-shadow 0.35s var(--ease-out),
    border-color 0.3s var(--ease-out);
}

.feature-card:hover {
  border-color: rgba(245, 158, 11, 0.28);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover), 0 0 0 1px rgba(245, 158, 11, 0.06);
}

.feature-card-icon {
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--accent);
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.06));
  border-radius: var(--radius);
  border: 1px solid rgba(245, 158, 11, 0.22);
}

.feature-card h3 {
  margin: 0 0 0.4375rem;
  font-family: var(--font-display);
  font-size: clamp(0.975rem, 2.1vw, 1.0625rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.feature-card p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.55;
}

/* Why grid */
.why-grid {
  display: grid;
  gap: 0.875rem;
}

@media (min-width: 768px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.375rem 1.425rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04), transparent 45%), var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  transition:
    transform 0.35s var(--ease-spring),
    border-color 0.3s,
    box-shadow 0.35s var(--ease-out);
}

.why-item:hover {
  border-color: rgba(245, 158, 11, 0.24);
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.why-num {
  flex-shrink: 0;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.22), rgba(245, 158, 11, 0.08));
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.why-item h3 {
  margin: 0 0 0.3125rem;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.why-item p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.52;
}

/* Gallery — works */
.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-item {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.06), transparent 60%),
    #0a0b0f;
  box-shadow: var(--shadow-card);
  transition:
    transform 0.4s var(--ease-spring),
    border-color 0.35s var(--ease-out),
    box-shadow 0.4s var(--ease-out);
}

@media (min-width: 768px) {
  .gallery-item {
    border-radius: var(--radius-2xl);
  }
}

.gallery-item:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow:
    var(--shadow-card-hover),
    0 0 42px -12px rgba(245, 158, 11, 0.22);
}

.gallery-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  max-height: 280px;
  padding: 0.625rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .gallery-frame {
    min-height: 188px;
    max-height: 328px;
  }
}

.gallery-frame img {
  width: 100%;
  height: auto;
  max-height: inherit;
  object-fit: contain;
  vertical-align: middle;
  transition: transform 0.55s var(--ease-out);
}

.gallery-item:hover .gallery-frame img {
  transform: scale(1.045);
}

/* Works carousel */
.works-carousel {
  position: relative;
}

.works-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.works-carousel__track.gallery-grid {
  display: flex;
  gap: 0;
  grid-template-columns: none;
  transition: transform 0.45s var(--ease-out);
  will-change: transform;
}

.works-carousel__track .gallery-item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.works-carousel__btn {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(10, 11, 15, 0.88);
  color: var(--text);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    border-color 0.25s var(--ease-out),
    background 0.25s var(--ease-out);
}

.works-carousel__btn:hover {
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(15, 16, 20, 0.95);
}

.works-carousel__btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.works-carousel__btn--prev {
  left: 0.5rem;
}

.works-carousel__btn--next {
  right: 0.5rem;
}

@media (min-width: 769px) {
  .works-carousel__btn {
    display: inline-flex;
  }
}

/* Reviews */
.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 520px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.review-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow-card);
  transition:
    transform 0.4s var(--ease-spring),
    border-color 0.35s,
    box-shadow 0.4s var(--ease-out);
}

@media (min-width: 768px) {
  .review-card {
    border-radius: var(--radius-2xl);
  }
}

.review-card:hover {
  transform: translateY(-7px);
  border-color: rgba(245, 158, 11, 0.28);
  box-shadow:
    var(--shadow-card-hover),
    0 0 48px -16px rgba(245, 158, 11, 0.18);
}

.review-card-inner {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.75rem 0.875rem;
  gap: 0.625rem;
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.06), transparent);
}

@media (min-width: 768px) {
  .review-card-inner {
    padding: 0.875rem 0.875rem 1rem;
  }
}

.review-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3125rem 0.625rem;
  border-radius: var(--radius-full);
  color: rgba(251, 191, 36, 0.95);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.review-card-num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted-foreground);
  opacity: 0.85;
}

.review-frame {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  max-height: 400px;
  padding: 0.25rem;
  margin: -0.25rem -0.25rem 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(255, 255, 255, 0.05), transparent 55%),
    #090a0e;
}

.review-frame img {
  width: 100%;
  height: auto;
  max-height: inherit;
  object-fit: contain;
  transition: transform 0.55s var(--ease-out);
}

.review-card:hover .review-frame img {
  transform: scale(1.038);
}

/* CTA band */
.cta-band {
  text-align: center;
  padding: 3rem 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(245, 158, 11, 0.22);
  background:
    radial-gradient(ellipse 90% 80% at 50% -20%, rgba(245, 158, 11, 0.18), transparent 55%),
    linear-gradient(165deg, rgba(245, 158, 11, 0.1), var(--card) 55%);
  box-shadow:
    var(--shadow-card),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cta-band p {
  position: relative;
  z-index: 1;
  margin: 0 0 1.625rem;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
  max-width: 36rem;
  margin-inline: auto;
}

/* Contact */
.contact-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .contact-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.contact-card {
  position: relative;
  padding: 1.625rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), transparent 40%), var(--card);
  box-shadow: var(--shadow-card);
  transition:
    transform 0.35s var(--ease-spring),
    border-color 0.3s,
    box-shadow 0.35s;
}

.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.22);
  box-shadow: var(--shadow-card-hover);
}

.contact-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  color: var(--accent);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.contact-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}

.contact-card .big {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-card-muted {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.5;
}

.contact-card .big a {
  transition: color 0.2s var(--ease-out);
}

.contact-card .big a:hover {
  color: var(--accent);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.625rem;
}

.chip-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5625rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  background: rgba(245, 158, 11, 0.1);
  color: rgba(251, 191, 36, 0.98);
  border: 1px solid rgba(245, 158, 11, 0.28);
  transition:
    transform 0.28s var(--ease-spring),
    background 0.25s,
    box-shadow 0.28s var(--ease-out);
}

.chip-link:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(245, 158, 11, 0.18);
  box-shadow: 0 12px 24px -10px rgba(245, 158, 11, 0.4);
}

/* Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 5, 8, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s var(--ease-out),
    visibility 0.35s;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 560px) {
  .modal-overlay {
    align-items: center;
  }
}

.modal {
  position: relative;
  width: min(440px, 100%);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), transparent 35%), var(--card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-2xl);
  padding: 1.625rem;
  padding-top: 3rem;
  box-shadow:
    var(--shadow-card-hover),
    0 0 0 1px rgba(245, 158, 11, 0.08);
  transform: translateY(24px) scale(0.98);
  transition:
    transform 0.4s var(--ease-spring),
    opacity 0.4s var(--ease-out);
}

.modal-overlay.is-open .modal {
  transform: translateY(0) scale(1);
}

.modal h2 {
  margin: 0 0 0.4375rem;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.modal p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.9375rem;
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.22s,
    background 0.22s,
    transform 0.22s var(--ease-spring);
}

.modal-close:hover {
  color: var(--foreground);
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-row input,
.form-row textarea {
  font-family: inherit;
  padding: 0.875rem 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: rgba(5, 5, 8, 0.6);
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s var(--ease-out);
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 0 0 3px var(--accent-muted);
}

.form-row textarea {
  min-height: 100px;
  resize: vertical;
}

.form-thanks {
  margin: 0;
  color: var(--accent);
  font-weight: 600;
  line-height: 1.45;
}

.form-thanks a:hover {
  color: var(--accent-hover);
}

.form-row .btn {
  margin-top: 0.25rem;
}

.btn:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 3px;
}

.chip-link:focus-visible,
.modal-close:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

  position: fixed;
  inset: 0;
  z-index: 94;
  background: rgba(5, 6, 8, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s var(--ease-out),
    visibility 0.3s;
  pointer-events: none;
}

.fab-contact-root.is-open .fab-contact-scrim {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fab-contact-stack {
  position: fixed;
  z-index: 95;
  bottom: max(1rem, calc(env(safe-area-inset-bottom, 0px) + 0.25rem));
  right: max(1rem, calc(env(safe-area-inset-right, 0px) + 0.25rem));
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0.625rem;
  pointer-events: none;
}

.fab-contact-stack > * {
  pointer-events: auto;
}

.fab-contact-menu {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 11.75rem;
  padding: 0.5rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), transparent 40%), var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow:
    var(--shadow-card-hover),
    0 0 0 1px rgba(245, 158, 11, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.97);
  transition:
    opacity 0.32s var(--ease-out),
    transform 0.32s var(--ease-spring),
    visibility 0.32s;
}

.fab-contact-root.is-open .fab-contact-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.fab-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: var(--radius-lg);
  color: var(--foreground);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  transition:
    transform 0.22s var(--ease-spring),
    border-color 0.22s,
    background 0.22s;
}

.fab-contact-item:hover {
  border-color: rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.1);
  transform: translateX(-4px);
}

.fab-contact-item:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.fab-contact-trigger {
  pointer-events: auto;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border-radius: var(--radius-full);
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: linear-gradient(145deg, #fbbf24 0%, var(--accent) 42%, #c2410c 112%);
  color: var(--accent-foreground);
  box-shadow:
    var(--shadow-glow-accent),
    0 6px 20px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition:
    transform 0.25s var(--ease-spring),
    box-shadow 0.25s var(--ease-out);
}

.fab-contact-trigger:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 0 1px rgba(251, 191, 36, 0.4),
    0 14px 32px rgba(245, 158, 11, 0.35),
    0 20px 40px rgba(0, 0, 0, 0.5);
}

.fab-contact-trigger:active {
  transform: scale(0.97);
}

.fab-contact-trigger:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 3px;
}

.fab-contact-trigger__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 1.125rem;
  height: 0.875rem;
}

.fab-contact-trigger__burger span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: currentColor;
  transition:
    transform 0.26s var(--ease-out),
    opacity 0.2s var(--ease-out);
  transform-origin: center;
}

.fab-contact-root.is-open .fab-contact-trigger__burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.fab-contact-root.is-open .fab-contact-trigger__burger span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.fab-contact-root.is-open .fab-contact-trigger__burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Reveal: секция целиком + каскад по дочерним [data-reveal-child] с --stagger-delay */
[data-reveal] {
  --reveal-dur: 0.76s;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity var(--reveal-dur) var(--ease-out),
    transform var(--reveal-dur) var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-child] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.62s var(--ease-out),
    transform 0.62s var(--ease-spring);
  transition-delay: var(--stagger-delay, 0ms);
}

[data-reveal].is-visible [data-reveal-child] {
  opacity: 1;
  transform: translateY(0);
}

/* —— Mobile: max-width 768px (desktop/tablet >768 unchanged) —— */
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
    background-attachment: scroll;
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }

  .container {
    width: min(1120px, 100% - 1.25rem);
  }

  .site-header-inner {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.75rem;
  }

  .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .phone-link-header {
    font-size: 0.8125rem;
    max-width: 100%;
    min-width: 0;
  }

  .marquee-strip {
    overflow-x: hidden;
    max-width: 100%;
  }

  .marquee-line {
    font-size: 0.625rem;
    letter-spacing: 0.07em;
    padding-right: 2rem;
  }

  .marquee-scroll {
    animation-duration: 56s;
  }

  .hero {
    padding: 2.25rem 0 4.25rem;
  }

  .hero-wheel {
    top: auto;
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    right: max(0.5rem, env(safe-area-inset-right, 0px));
    width: 64px;
    height: 64px;
    opacity: 0.2;
  }

  @media (min-width: 640px) and (max-width: 768px) {
    .hero-wheel {
      width: 72px;
      height: 72px;
      opacity: 0.24;
    }
  }

  .hero h1 {
    font-size: clamp(1.625rem, 8.2vw, 2.05rem);
    max-width: 100%;
  }

  .hero-lead {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }

  .hero-quick-services__item {
    width: 100%;
  }

  .hero-quick-services__note {
    white-space: normal;
  }

  .btn-row.hero-cta,
  .btn-row.is-centered {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-row .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .section {
    padding: 2.75rem 0;
  }

  .section-intro {
    margin-bottom: 1.5rem;
    max-width: none;
  }

  .section-title {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
  }

  .section-title.section-title--works {
    font-size: clamp(0.78rem, 3.1vw, 1.05rem);
    letter-spacing: 0.025em;
    line-height: 1.32;
    overflow-wrap: anywhere;
  }

  .section-desc,
  .section-intro .section-desc--muted-secondary {
    max-width: none;
    font-size: 1rem;
  }

  .cards-grid,
  .cards-grid.cols-5 {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 1.25rem 1.2rem;
  }

  .feature-card h3 {
    overflow-wrap: anywhere;
  }

  .why-item {
    padding: 1.15rem 1.2rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }

  .gallery-frame {
    min-height: 200px;
    max-height: min(58vh, 340px);
    padding: 0.5rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-frame {
    min-height: 220px;
    max-height: min(68vh, 480px);
    padding: 0.5rem;
  }

  .review-card-inner {
    padding: 0.65rem 0.65rem 0.75rem;
  }

  .cta-band {
    padding: 2.25rem 1.25rem;
  }

  .cta-band p {
    font-size: 1.0625rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 1.35rem 1.25rem;
  }

  .contact-links {
    flex-direction: column;
    align-items: stretch;
  }

  .chip-link {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }

  .contact-card .big {
    font-size: 1.125rem;
    line-height: 1.35;
    word-break: break-word;
  }

  #contact {
    scroll-margin-bottom: 5.5rem;
  }

  .fab-contact-stack {
    bottom: max(0.875rem, env(safe-area-inset-bottom, 0px));
    right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .fab-contact-menu {
    min-width: min(17.5rem, calc(100vw - 2rem));
  }

  .fab-contact-item {
    min-height: 48px;
    padding: 0.8125rem 1rem;
  }

  .fab-contact-trigger {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* —— Tablet: 769px–1024px (mobile ≤768 и desktop ≥1025 без изменений) —— */
@media (min-width: 769px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
    background-attachment: scroll;
  }

  .container {
    width: min(1120px, 100% - 2rem);
  }

  .marquee-viewport {
    padding: 0.65rem 0;
  }

  .marquee-line {
    font-size: 0.6875rem;
    letter-spacing: 0.088em;
    padding-right: 2.35rem;
  }

  .marquee-scroll {
    animation-duration: 52s;
  }

  .hero {
    padding: 3.5rem 0 4.5rem;
  }

  .hero-wheel {
    top: clamp(1.1rem, 2.5vw, 1.85rem);
    right: max(0.875rem, env(safe-area-inset-right, 0px));
    bottom: auto;
    width: clamp(102px, 11.5vw, 128px);
    height: clamp(102px, 11.5vw, 128px);
    opacity: 0.33;
  }

  .hero h1 {
    max-width: min(38rem, calc(100% - 6.5rem));
    font-size: clamp(1.95rem, 3.6vw, 2.7rem);
  }

  .hero-lead {
    max-width: min(34rem, calc(100% - 5rem));
  }

  .btn-row.hero-cta {
    flex-wrap: wrap;
  }

  .hero-advantages {
    gap: 0.75rem 1rem;
  }

  .cards-grid.cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
  }

  .feature-card {
    padding: 1.3rem 1.35rem;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .gallery-frame {
    min-height: 172px;
    max-height: min(36vh, 292px);
    padding: 0.55rem;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .review-frame {
    min-height: 200px;
    max-height: min(44vh, 380px);
  }

  .review-card-inner {
    padding: 0.8125rem 0.8125rem 0.9rem;
  }

  .cta-band {
    padding: 2.75rem 1.75rem;
  }

  .btn-row.is-centered {
    gap: 0.75rem;
  }

  .cta-band .btn {
    min-height: 48px;
    min-width: min(44vw, 14rem);
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
    align-items: stretch;
  }

  .contact-card:last-child {
    grid-column: 1 / -1;
  }

  .contact-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }

  .chip-link {
    min-height: 46px;
    padding: 0.625rem 1.125rem;
  }

  .section {
    padding: 3.25rem 0;
  }

  .section-intro {
    margin-bottom: 1.75rem;
  }

  .section-title.section-title--works {
    font-size: clamp(0.9375rem, 1.65vw, 1.3125rem);
    line-height: 1.3;
  }

  #contact {
    scroll-margin-bottom: 5rem;
  }

  .fab-contact-stack {
    bottom: max(1.125rem, env(safe-area-inset-bottom, 0px));
    right: max(1.125rem, env(safe-area-inset-right, 0px));
  }

  .fab-contact-menu {
    min-width: 13.5rem;
  }

  .fab-contact-item {
    min-height: 46px;
  }

  .fab-contact-trigger {
    width: 3.375rem;
    height: 3.375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wheel__svg {
    animation: none;
  }

  .logo__text {
    animation: none;
    filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.18));
  }

  .logo__text::after {
    animation: none;
    display: none;
  }

  html {
    scroll-behavior: auto;
  }

  .btn:active,
  .btn-primary:hover,
  .btn-outline:hover,
  .hero-advantages li:hover,
  .hero-quick-services__item:hover,
  .feature-card:hover,
  .why-item:hover,
  .gallery-item:hover,
  .gallery-item:hover .gallery-frame img,
  .review-card:hover,
  .review-card:hover .review-frame img,
  .cta-band:hover,
  .contact-card:hover,
  .chip-link:hover,
  .modal-close:hover,
  .modal-overlay.is-open .modal {
    transform: none;
  }

  [data-reveal],
  [data-reveal-child],
  [data-reveal].is-visible,
  [data-reveal].is-visible [data-reveal-child] {
    opacity: 1;
    transform: none;
    transition: none !important;
  }

  .modal {
    transition: none !important;
  }

  .marquee-scroll {
    animation: none !important;
  }

  .marquee-strip::before {
    opacity: 0.35;
  }

  .fab-contact-scrim,
  .fab-contact-menu,
  .fab-contact-item,
  .fab-contact-trigger,
  .fab-contact-trigger:hover,
  .fab-contact-trigger:active {
    transition: none !important;
  }

  .fab-contact-root:not(.is-open) .fab-contact-menu,
  .fab-contact-root.is-open .fab-contact-menu {
    transform: none;
  }

  .fab-contact-root.is-open .fab-contact-trigger:hover {
    transform: none;
  }

  .fab-contact-item:hover {
    transform: none;
  }
}