:root {
  --bg: #171717;
  --bg-soft: #1c1c1c;
  --panel: #101010;
  --panel-strong: #0d0d0d;
  --surface: #242424;
  --field: #333333;
  --muted: #b7b7b7;
  --muted-dark: #828282;
  --muted-form: #9c9c9c;
  --line: rgba(102, 102, 102, 0.68);
  --line-strong: #a61c38;
  --accent: #fa2a55;
  --accent-soft: #fb5966;
  --accent-deep: #4d0d1a;
  --accent-arrow: #b31e3d;
  --secondary: #5c4b4f;
  --secondary-line: #a8979b;
  --secondary-text: #ffd8e0;
  --accent-gradient: linear-gradient(90deg, #fa2a55 0%, #fb5966 100%);
  --hot-gradient: linear-gradient(90deg, #fa2a55 0%, #fb5966 100%);
  --single-glow: rgba(250, 42, 85, 0.55);
  --glass-fill: rgba(250, 42, 85, 0.16);
  --glass-fill-strong: rgba(250, 42, 85, 0.26);
  --glass-line: rgba(255, 255, 255, 0.16);
  --glass-line-hot: rgba(250, 42, 85, 0.46);
  --white: #ffffff;
  --radius-card: 24px;
  --max: 1180px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 54rem 34rem at 82% 9%, rgba(250, 42, 85, 0.46), rgba(250, 42, 85, 0.18) 34%, transparent 70%),
    radial-gradient(ellipse 52rem 32rem at 50% 34%, rgba(250, 42, 85, 0.32), rgba(250, 42, 85, 0.12) 40%, transparent 72%),
    radial-gradient(ellipse 48rem 30rem at 22% 77%, rgba(250, 42, 85, 0.26), rgba(250, 42, 85, 0.1) 42%, transparent 72%),
    var(--bg);
  color: var(--white);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 16% 14%, rgba(250, 42, 85, 0.1), transparent 17rem),
    radial-gradient(circle at 82% 47%, rgba(250, 42, 85, 0.08), transparent 18rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 45%, rgba(0, 0, 0, 0.42));
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
  opacity: 0.35;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

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

.section-shell {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: calc(100% - 48px);
  max-width: 1280px;
  height: 72px;
  margin: 0 auto 16px;
  padding: 0 44px;
  border: 1px solid rgba(102, 102, 102, 0.22);
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.brand-mark,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-eye {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 31px;
  flex: 0 0 auto;
}

.logo-eye::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--accent-gradient);
  border-radius: 52% 48% 52% 48%;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.logo-eye::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--bg);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.main-nav a {
  transition: color 180ms ease, text-shadow 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(250, 42, 85, 0.48);
}

.header-order {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 28px;
  padding: 5px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(77, 13, 26, 0.8);
  box-shadow: inset 0 0 0 999px rgba(77, 13, 26, 0.8);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
  -webkit-text-fill-color: currentColor;
}

.header-order svg {
  display: none;
  width: 16px;
  height: 16px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.header-order:hover,
.header-order:focus-visible {
  background: var(--accent-gradient);
  color: #fff;
  box-shadow: inset 0 0 0 999px var(--accent-deep), 0 0 26px rgba(250, 42, 85, 0.22);
  transform: translateY(-1px);
  -webkit-text-fill-color: #fff;
}

.header-order:hover svg,
.header-order:focus-visible svg {
  color: #fff;
}

.hero {
  display: flex;
  align-items: flex-start;
  min-height: 620px;
  overflow: hidden;
  padding-top: 118px;
}

.hero::after {
  position: absolute;
  top: 34px;
  right: -40px;
  z-index: -1;
  width: 610px;
  height: 610px;
  content: "";
  background: radial-gradient(235.45% 235.45% at 50% 50%, rgba(250, 42, 85, 0.55) 0%, rgba(250, 42, 85, 0.18) 46%, transparent 72%);
  filter: blur(56px);
}

.hero-copy {
  width: 100%;
  max-width: 640px;
}

.hero-still {
  width: 244px;
  height: 82px;
  margin-bottom: 34px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 12px 44px rgba(250, 42, 85, 0.16);
}

.hero-still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 51px;
  font-weight: 900;
  line-height: 1.04;
}

.hero h1 span,
.about h2 span {
  background: var(--accent-gradient);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  max-width: 470px;
  margin: 28px 0 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.14;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 36px;
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.btn-primary {
  border: 1px solid var(--line-strong);
  background: rgba(77, 13, 26, 0.8);
  box-shadow: inset 0 0 0 999px rgba(77, 13, 26, 0.8);
  color: var(--accent);
  -webkit-text-fill-color: currentColor;
}

.btn-soft {
  border: 1px solid var(--secondary-line);
  background: rgba(92, 75, 79, 0.8);
  color: var(--secondary-text);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--accent-gradient);
  box-shadow: inset 0 0 0 999px var(--accent-deep), 0 0 26px rgba(250, 42, 85, 0.22);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.about {
  min-height: 470px;
  padding-top: 34px;
}

.about-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  text-align: right;
}

.about h2 {
  margin: 0;
  color: var(--white);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.17;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 72px;
}

.stats article {
  display: grid;
  gap: 14px;
}

.stats strong {
  background: var(--accent);
  background-clip: text;
  color: transparent;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats span {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.services {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 124px;
}

.services::before,
.pricing::before,
.contact::before {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.services::before {
  top: 2px;
  left: 50%;
  width: 640px;
  height: 520px;
  background: radial-gradient(235.45% 235.45% at 50% 50%, rgba(250, 42, 85, 0.44) 0%, rgba(250, 42, 85, 0.16) 48%, transparent 72%);
  filter: blur(82px);
  transform: translateX(-50%);
}

.section-heading {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.08;
}

.section-heading p {
  width: 100%;
  max-width: 520px;
  margin: 22px auto 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.27;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 54px;
}

.service-card {
  min-height: 252px;
  padding: 34px 34px 28px;
  border: 1px solid rgba(166, 28, 56, 0.68);
  border-radius: 30px;
  background: rgba(16, 16, 16, 0.75);
  box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}

.service-card:nth-child(2) {
  background: rgba(16, 16, 16, 0.75);
}

.service-card:nth-child(3) {
  background: rgba(16, 16, 16, 0.75);
}

.service-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(250, 42, 85, 0.16));
}

.service-card h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.06;
}

.service-card p {
  min-height: 44px;
  margin: 16px 0 26px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.28;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 24px;
  padding: 5px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(77, 13, 26, 0.75);
  box-shadow: inset 0 0 0 999px rgba(77, 13, 26, 0.75);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
  -webkit-text-fill-color: currentColor;
}

.service-card a:hover,
.service-card a:focus-visible {
  background: var(--accent-gradient);
  box-shadow: inset 0 0 0 999px var(--accent-deep), 0 0 22px rgba(250, 42, 85, 0.18);
  color: #fff;
  transform: translateY(-1px);
  -webkit-text-fill-color: #fff;
}

.portfolio {
  max-width: 1720px;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 86px;
}

.portfolio-carousel {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 26px;
  margin-top: 72px;
}

.portfolio-viewport {
  min-width: 0;
  overflow: hidden;
  contain: layout paint;
}

.portfolio-track {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  padding: 6px 0 32px;
  transition: transform 240ms ease;
  will-change: transform;
}

.portfolio-track::-webkit-scrollbar {
  display: none;
}

.portfolio-card {
  position: relative;
  flex: 0 0 calc((100% - 60px) / 3);
  aspect-ratio: 1;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 49px;
  background: var(--panel);
  box-shadow: 10px 31px 50px rgba(0, 0, 0, 0.25);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 260ms ease;
}

.portfolio-card::before {
  display: none;
}

.portfolio-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  box-shadow: none;
}

.portfolio-card::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(250, 42, 85, 0.04));
  opacity: 0.3;
}

.portfolio-card:hover,
.portfolio-card:focus-visible {
  filter: saturate(1.08);
  box-shadow: 10px 38px 60px rgba(0, 0, 0, 0.32);
  transform: translateY(-4px);
}

.arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: rgba(77, 13, 26, 0.6);
  color: var(--accent-arrow);
  transition: transform 160ms ease, background-color 160ms ease;
}

.arrow-button svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.arrow-button:hover,
.arrow-button:focus-visible {
  background: rgba(77, 13, 26, 0.78);
  transform: scale(1.04);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--accent-deep);
}

.carousel-dots .is-active {
  background: var(--accent);
}

.pricing {
  overflow: visible;
  padding-top: 72px;
  padding-bottom: 104px;
}

.pricing::before {
  position: absolute;
  bottom: -88px;
  left: 7%;
  z-index: -1;
  width: 620px;
  height: 360px;
  content: "";
  background: radial-gradient(235.45% 235.45% at 50% 50%, rgba(250, 42, 85, 0.48) 0%, rgba(250, 42, 85, 0.16) 46%, transparent 72%);
  filter: blur(82px);
}

.pricing-calculator {
  display: grid;
  gap: 30px;
  margin-top: 60px;
  padding: 56px 28px 54px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(250, 42, 85, 0.055), rgba(250, 42, 85, 0.018) 50%, rgba(255, 255, 255, 0.02)),
    rgba(16, 16, 16, 0.75);
  box-shadow:
    inset 0 0 80px rgba(255, 255, 255, 0.025),
    10px 25px 50px rgba(0, 0, 0, 0.25);
}

.calculator-row {
  --range-color: #2a84fa;
  --range-rgb: 42, 132, 250;
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(220px, 1fr) 118px;
  align-items: center;
  gap: 28px;
}

.calculator-row:nth-child(2) {
  --range-color: #76e43b;
  --range-rgb: 118, 228, 59;
}

.calculator-row:nth-child(3) {
  --range-color: #e4a33b;
  --range-rgb: 228, 163, 59;
}

.calculator-row:nth-child(4) {
  --range-color: #e43ba0;
  --range-rgb: 228, 59, 160;
}

.pricing-note {
  margin: -6px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.calculator-row label {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.calculator-row input[type="range"] {
  --fill: 50%;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

.calculator-row input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--range-color) 0%, var(--range-color) var(--fill), rgba(var(--range-rgb), 0.82) var(--fill), rgba(var(--range-rgb), 0.82) 100%);
  box-shadow:
    0 0 16px rgba(var(--range-rgb), 0.82),
    0 0 40px rgba(var(--range-rgb), 0.22);
}

.calculator-row input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -7px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  appearance: none;
  background: rgba(var(--range-rgb), 0.72);
  box-shadow:
    0 0 0 8px rgba(var(--range-rgb), 0.16),
    0 0 22px rgba(var(--range-rgb), 0.72);
  -webkit-appearance: none;
}

.calculator-row input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--range-rgb), 0.32);
  box-shadow:
    0 0 16px rgba(var(--range-rgb), 0.82),
    0 0 40px rgba(var(--range-rgb), 0.22);
}

.calculator-row input[type="range"]::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: var(--range-color);
}

.calculator-row input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(var(--range-rgb), 0.72);
  box-shadow:
    0 0 0 8px rgba(var(--range-rgb), 0.16),
    0 0 22px rgba(var(--range-rgb), 0.72);
}

.range-value {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  width: 118px;
  min-height: 48px;
  flex: 0 0 118px;
  overflow: hidden;
  padding: 8px 24px 8px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.72);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.025),
    0 0 24px rgba(var(--range-rgb), 0.2);
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.range-value::after {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 21px;
  height: 21px;
  content: "";
  background: rgba(var(--range-rgb), 0.88);
  border-radius: 50%;
  filter: blur(4px);
  transform: translateY(-50%);
}

.preliminary-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 82px;
  margin: 34px auto 0;
  padding: 14px 58px;
  gap: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(77, 13, 26, 0.78);
  box-shadow:
    0 24px 78px rgba(250, 42, 85, 0.16),
    inset 0 0 34px rgba(255, 255, 255, 0.035);
}

.preliminary-price span {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.preliminary-price strong {
  background: var(--accent-gradient);
  background-clip: text;
  color: transparent;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.preliminary-price::before {
  position: absolute;
  inset: -46px -120px;
  z-index: -1;
  content: "";
  background: radial-gradient(ellipse at center, rgba(250, 42, 85, 0.24), rgba(250, 42, 85, 0.07) 42%, transparent 64%);
  filter: blur(16px);
}

.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 84px;
  align-items: start;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 132px;
}

.contact::before {
  top: 10px;
  left: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(235.45% 235.45% at 50% 50%, rgba(250, 42, 85, 0.48) 0%, rgba(250, 42, 85, 0.14) 48%, transparent 72%);
  filter: blur(82px);
}

.contact-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 49px;
  font-weight: 900;
  line-height: 1.05;
}

.contact-copy p {
  max-width: 430px;
  margin: 24px 0 0;
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.contact-line {
  width: 64px;
  height: 2px;
  margin-top: 58px;
  background: rgba(250, 42, 85, 0.65);
}

.contact-methods {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.contact-methods a {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #5e5e5e;
  border-radius: 20px;
  background: var(--surface);
  color: var(--accent);
}

.contact-icon img {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
  color: var(--accent);
  filter: none;
}

.contact-methods strong,
.contact-methods small {
  display: block;
}

.contact-methods strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.contact-methods small {
  margin-top: 4px;
  color: #aaaaaa;
  font-size: 11px;
  font-weight: 800;
}

.project-form {
  position: relative;
  display: grid;
  gap: 30px;
  padding: 38px 40px 34px;
  border: 1px solid #666666;
  border-radius: 30px;
  background: var(--bg-soft);
  box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.25);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.form-field {
  display: grid;
  gap: 12px;
}

.form-field > span:first-child,
.form-field.wide > span:first-child {
  color: var(--muted-form);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-field input,
.select-trigger,
.form-field textarea {
  width: 100%;
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 700;
}

.form-field input {
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid #676767;
  background: transparent;
  outline: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #565656;
}

.input-with-icon {
  position: relative;
  display: block;
}

.input-with-icon img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  object-fit: contain;
  color: var(--accent);
  filter: none;
  transform: translateY(-50%);
}

.input-with-icon input {
  padding-left: 28px;
}

.select-wrap {
  position: relative;
}

.select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #676767;
  background: transparent;
  color: #b3b3b3;
  text-align: left;
}

.select-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  transition: transform 160ms ease;
}

.select-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: -8px;
  left: -8px;
  z-index: 8;
  display: none;
  margin: 0;
  padding: 12px;
  border: 1px solid #666666;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  list-style: none;
}

.select-wrap.is-open .select-menu {
  display: grid;
}

.select-wrap.is-open .select-trigger svg {
  transform: rotate(180deg);
}

.select-menu li {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.select-menu li:hover,
.select-menu li:focus-visible,
.select-menu li[aria-selected="true"] {
  background: rgba(0, 0, 0, 0.42);
}

.form-field textarea {
  min-height: 126px;
  resize: vertical;
  padding: 16px;
  border: 1px solid #666666;
  border-radius: 10px;
  background: var(--field);
  outline: none;
}

.consent-field {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted-form);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.consent-field input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.consent-field a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(250, 42, 85, 0.68);
  text-underline-offset: 3px;
}

.consent-field a:hover,
.consent-field a:focus-visible {
  color: var(--accent-soft);
}

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 22px;
  border: 0;
  border-radius: 15px;
  background: rgba(250, 42, 85, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  box-shadow: 0 12px 36px rgba(250, 42, 85, 0.25);
  transform: translateY(-1px);
}

.form-status {
  margin: -14px 0 0;
  color: var(--accent-soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.site-footer {
  --footer-side: max(32px, calc((100% - var(--max)) / 2 + 32px));
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) repeat(3, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 42px;
  align-items: start;
  max-width: none;
  padding-right: var(--footer-side);
  padding-top: 18px;
  padding-bottom: 0;
  padding-left: var(--footer-side);
}

.footer-logo {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 0.88;
}

.footer-brand small {
  display: block;
  margin-top: 78px;
  color: var(--muted-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.footer-column {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: #929292;
  font-size: 12px;
  font-weight: 900;
}

.footer-column a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
}

.footer-watermark {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  background: linear-gradient(180deg, #fa2a55 -162.99%, #171717 89.92%);
  background-clip: text;
  color: transparent;
  font-size: clamp(96px, 21vw, 420px);
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legal-main {
  padding-top: 96px;
  padding-bottom: 118px;
}

.legal-document {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025) 38%, rgba(250, 42, 85, 0.055)),
    rgba(23, 23, 23, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -34px 54px rgba(0, 0, 0, 0.16),
    0 24px 70px rgba(0, 0, 0, 0.26),
    0 0 44px rgba(250, 42, 85, 0.08);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
}

.legal-document h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 7vw, 76px);
  font-weight: 900;
  line-height: 0.98;
}

.legal-updated {
  margin: 18px 0 42px;
  color: var(--accent-soft);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-section {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.legal-section h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.legal-section p,
.legal-section li {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.legal-section a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(250, 42, 85, 0.68);
  text-underline-offset: 4px;
}

.project-modal[hidden] {
  display: none;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 32px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 18% 72%, rgba(250, 42, 85, 0.42), transparent 20rem),
    radial-gradient(circle at 68% 18%, rgba(250, 42, 85, 0.18), transparent 24rem),
    rgba(23, 23, 23, 0.78);
  backdrop-filter: blur(16px);
}

.project-detail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-areas:
    "summary text"
    "actions actions";
  gap: 24px 54px;
  width: 100%;
  max-width: 1160px;
  padding: 38px 38px 30px;
  border: 1px solid #666666;
  border-radius: 30px;
  background: rgba(28, 28, 28, 0.9);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.48);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #5e5e5e;
  border-radius: 50%;
  background: var(--surface);
  color: #fff;
}

.modal-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.project-summary {
  grid-area: summary;
}

.project-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 0;
  border-radius: 27px;
  background: var(--panel);
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.07);
}

.project-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(77, 13, 26, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 38px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(250, 42, 85, 0.18);
  color: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

.project-play:hover,
.project-play:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04)),
    rgba(250, 42, 85, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 44px rgba(250, 42, 85, 0.28);
  transform: translate(-50%, -50%) scale(1.04);
}

.project-image.has-video:not(.is-playing) .project-play {
  display: inline-flex;
}

.project-image svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.video-viewer[hidden] {
  display: none;
}

.video-viewer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3.2vw, 46px);
}

.video-viewer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 20% 72%, rgba(250, 42, 85, 0.34), transparent 22rem),
    radial-gradient(circle at 78% 18%, rgba(250, 42, 85, 0.18), transparent 24rem),
    rgba(12, 12, 12, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.video-viewer-panel {
  --viewer-ratio: 16 / 9;
  --viewer-ratio-number: 1.7777777778;
  position: relative;
  z-index: 1;
  width: min(94vw, calc((100dvh - 112px) * var(--viewer-ratio-number)));
  aspect-ratio: var(--viewer-ratio);
  max-height: calc(100dvh - 112px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: #050505;
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.62),
    0 0 74px rgba(250, 42, 85, 0.16);
}

.video-viewer-media,
.video-viewer video,
.video-viewer iframe {
  width: 100%;
  height: 100%;
}

.video-viewer video,
.video-viewer iframe {
  display: block;
  border: 0;
  background: #000;
}

.video-viewer video {
  object-fit: contain;
}

.video-viewer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(18, 18, 18, 0.7);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.video-viewer-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.project-text h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.03;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.project-text {
  grid-area: text;
  align-self: center;
  max-width: 670px;
  color: var(--muted);
}

.project-text h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.project-text p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
}

.project-actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 28px;
  align-items: center;
}

.order-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 18px 24px;
  border-radius: 999px;
  background: rgba(250, 42, 85, 0.18);
  box-shadow: 0 0 38px rgba(250, 42, 85, 0.54);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  min-width: 150px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
}

.project-actions svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (min-width: 861px) {
  :root {
    --max: 1340px;
  }

  body {
    background:
      radial-gradient(ellipse 996px 605px at calc(50% + 537px) 723px, rgba(250, 42, 85, 0.74) 0%, rgba(250, 42, 85, 0.3) 38%, rgba(250, 42, 85, 0.1) 58%, transparent 76%),
      radial-gradient(ellipse 996px 605px at 50% 2058px, rgba(250, 42, 85, 0.62) 0%, rgba(250, 42, 85, 0.23) 44%, rgba(250, 42, 85, 0.08) 60%, transparent 76%),
      radial-gradient(ellipse 996px 605px at calc(50% - 477px) 3862px, rgba(250, 42, 85, 0.68) 0%, rgba(250, 42, 85, 0.25) 44%, rgba(250, 42, 85, 0.08) 60%, transparent 76%),
      var(--bg);
  }

  .section-shell {
    padding-right: 50px;
    padding-left: 50px;
  }

  .site-header {
    top: 16px;
    width: calc(100% - 47px);
    max-width: 1393px;
    height: 94px;
    margin: 32px auto 16px;
    padding: 0 27px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(51, 51, 51, 0.2);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  }

  .logo-eye {
    width: 90px;
    height: 52px;
  }

  .logo-eye::after {
    width: 22px;
    height: 22px;
  }

  .main-nav {
    gap: 62px;
    font-size: 24px;
    font-weight: 400;
  }

  .header-order {
    min-width: 117px;
    min-height: 39px;
    padding: 5px 28px;
    border: 0;
    background: rgba(250, 42, 85, 0.2);
    box-shadow: none;
    font-size: 24px;
    font-weight: 600;
  }

  .header-order:hover,
  .header-order:focus-visible,
  .btn-primary:hover,
  .btn-primary:focus-visible,
  .service-card a:hover,
  .service-card a:focus-visible {
    background: var(--accent-gradient);
    color: #fff;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 34px rgba(250, 42, 85, 0.36),
      0 10px 24px rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
    -webkit-text-fill-color: #fff;
  }

  .btn-soft:hover,
  .btn-soft:focus-visible {
    border-color: rgba(250, 42, 85, 0.4);
    background: rgba(92, 75, 79, 0.34);
    color: #fff;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 28px rgba(250, 42, 85, 0.2);
    transform: translateY(-1px);
  }

  .hero {
    min-height: 884px;
    padding-top: 67px;
  }

  .hero::after {
    top: 278px;
    right: -315px;
    width: 996px;
    height: 605px;
    filter: blur(250px);
  }

  .hero-copy {
    max-width: 830px;
  }

  .hero-still {
    width: 238px;
    height: 99px;
    margin-bottom: 33px;
  }

  .hero h1 {
    max-width: 830px;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
  }

  .hero p {
    max-width: 602px;
    margin-top: 33px;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
  }

  .hero-actions {
    gap: 37px;
    margin-top: 54px;
  }

  .btn {
    min-height: 49px;
    padding: 5px 39px;
    font-size: 32px;
    font-weight: 600;
  }

  .btn-primary {
    min-width: 245px;
    border: 0;
    background: rgba(250, 42, 85, 0.2);
    box-shadow: none;
  }

  .btn-soft {
    min-width: 320px;
    border: 0;
    background: rgba(92, 75, 79, 0.2);
  }

  .about {
    min-height: 690px;
    padding-top: 30px;
  }

  .about-panel {
    max-width: 924px;
  }

  .about h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .stats {
    gap: 72px;
    margin-top: 69px;
  }

  .stats strong {
    font-size: 64px;
    font-weight: 600;
    line-height: 77px;
  }

  .stats span {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .services {
    min-height: 792px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services::before {
    top: 40px;
    width: 996px;
    height: 605px;
    filter: blur(250px);
  }

  .section-heading {
    max-width: 820px;
  }

  .section-heading h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
  }

  .section-heading p {
    max-width: 715px;
    margin-top: 21px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
  }

  .service-grid {
    grid-template-columns: repeat(3, 398px);
    justify-content: center;
    gap: 35px;
    margin-top: 64px;
  }

  .service-card {
    min-height: 314px;
    padding: 41px 40px 34px;
  }

  .service-icon {
    width: 57px;
    height: 57px;
    margin-bottom: 22px;
  }

  .service-card h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
  }

  .service-card p {
    max-width: 244px;
    min-height: 51px;
    margin: 9px 0 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }

  .service-card a {
    min-width: 129px;
    min-height: 27px;
    padding: 2px 30px;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .portfolio {
    max-width: none;
    min-height: 761px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .portfolio .section-heading p {
    max-width: 715px;
  }

  .portfolio-carousel {
    grid-template-columns: 69px minmax(0, 1fr) 69px;
    gap: 50px;
    margin-top: 83px;
  }

  .portfolio-viewport {
    overflow: visible;
    contain: none;
  }

  .portfolio-track {
    gap: 25px;
    padding: 0 0 72px;
  }

  .portfolio-card {
    flex: 0 0 350px;
    border-radius: 49px;
    box-shadow:
      0 32px 52px rgba(0, 0, 0, 0.22),
      0 0 46px rgba(250, 42, 85, 0.08);
  }

  .portfolio-card:hover,
  .portfolio-card:focus-visible {
    box-shadow:
      0 38px 60px rgba(0, 0, 0, 0.3),
      0 0 58px rgba(250, 42, 85, 0.14);
  }

  .arrow-button {
    width: 69px;
    height: 69px;
    border-width: 2px;
  }

  .carousel-dots {
    gap: 6px;
    margin-top: -24px;
  }

  .carousel-dots button {
    width: 11px;
    height: 11px;
  }

  .pricing {
    max-width: none;
    min-height: 713px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing::before {
    bottom: -120px;
    left: 2%;
    width: 996px;
    height: 605px;
    filter: blur(250px);
    transform: rotate(-31.8deg);
  }

  .pricing-calculator {
    width: min(calc(100vw - 136px), 1295px);
    min-height: 343px;
    margin: 39px auto 0;
    padding: 45px 18px;
    gap: 11px;
    background:
      linear-gradient(90deg, rgba(250, 42, 85, 0.035), rgba(250, 42, 85, 0.012) 50%, rgba(255, 255, 255, 0.015)),
      rgba(28, 28, 28, 0.2);
    box-shadow: none;
  }

  .calculator-row {
    grid-template-columns: 286px 795px 123px;
    gap: 17px;
  }

  .calculator-row label {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .calculator-row input[type="range"] {
    height: 55px;
  }

  .calculator-row input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    box-shadow:
      0 0 150px rgba(var(--range-rgb), 0.88),
      0 0 50px rgba(var(--range-rgb), 0.88),
      0 0 15px rgba(var(--range-rgb), 0.88);
  }

  .calculator-row input[type="range"]::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    margin-top: -8px;
    background: rgba(217, 217, 217, 0.25);
    box-shadow: none;
  }

  .calculator-row input[type="range"]::-moz-range-track {
    height: 6px;
  }

  .calculator-row input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: rgba(217, 217, 217, 0.25);
    box-shadow: none;
  }

  .range-value {
    min-width: 123px;
    width: 123px;
    max-width: 123px;
    min-height: 55px;
    flex: 0 0 123px;
    padding: 8px 23px;
    background: rgba(51, 51, 51, 0.2);
    color: #dbdbdb;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    white-space: nowrap;
  }

  .range-value::after {
    width: 18px;
    height: 18px;
    right: -4px;
    filter: none;
    box-shadow:
      0 0 150px rgba(var(--range-rgb), 0.88),
      0 0 50px rgba(var(--range-rgb), 0.88),
      0 0 15px rgba(var(--range-rgb), 0.88);
  }

  .preliminary-price {
    min-width: 533px;
    min-height: 97px;
    margin-top: 22px;
    padding: 18px 51px;
    gap: 47px;
    background: rgba(51, 51, 51, 0.2);
    box-shadow: none;
  }

  .preliminary-price span {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
  }

  .preliminary-price strong {
    background: linear-gradient(90deg, #fa2a55 0%, #fb5966 100%);
    background-clip: text;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    -webkit-background-clip: text;
  }

  .preliminary-price::before {
    display: none;
  }

  .contact {
    grid-template-columns: 579px 614px;
    gap: 57px;
    min-height: 859px;
    padding-top: 0;
    padding-right: 84px;
    padding-bottom: 154px;
    padding-left: 84px;
  }

  .contact::before {
    top: -425px;
    left: -120px;
    width: 996px;
    height: 605px;
    filter: blur(250px);
  }

  .contact-copy h2 {
    max-width: 579px;
    margin-top: 21px;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
  }

  .contact-copy p {
    max-width: 502px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .contact-line {
    width: 68px;
    margin-top: 52px;
  }

  .contact-methods {
    gap: 33px;
    margin-top: 52px;
  }

  .contact-methods a {
    gap: 28px;
  }

  .contact-icon {
    width: 68px;
    height: 68px;
  }

  .contact-icon img {
    width: 40px;
    height: 40px;
  }

  .contact-methods strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }

  .contact-methods small {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .project-form {
    width: 614px;
    min-height: 705px;
    padding: 68px 41px 31px;
    gap: 36px;
    background: rgba(28, 28, 28, 0.2);
    box-shadow: none;
  }

  .form-grid {
    gap: 65px;
  }

  .form-field {
    gap: 18px;
  }

  .form-field > span:first-child,
  .form-field.wide > span:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }

  .form-field input,
  .select-trigger,
  .form-field textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .form-field input,
  .select-trigger {
    min-height: 29px;
  }

  .form-field textarea {
    min-height: 145px;
    padding: 11px 16px;
  }

  .submit-button {
    min-height: 48px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .site-footer {
    --footer-side: max(50px, calc((100% - 1340px) / 2 + 50px));
    column-gap: 88px;
    row-gap: 92px;
    padding-top: 0;
  }

  .footer-logo {
    font-size: 24px;
    font-weight: 600;
    line-height: 0.92;
  }

  .footer-logo .logo-eye {
    width: 90px;
    height: 52px;
  }

  .footer-brand small {
    margin-top: 121px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .footer-column h2,
  .footer-column a {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .footer-watermark {
    font-size: 320px;
    font-weight: 700;
    line-height: 387px;
  }
}

@media (max-width: 1080px) {
  .site-header {
    padding-right: 26px;
    padding-left: 26px;
  }

  .main-nav {
    gap: 34px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero p {
    font-size: 20px;
  }

  .about h2 {
    font-size: 31px;
  }

  .pricing-calculator {
    padding-right: 24px;
    padding-left: 24px;
  }

  .calculator-row {
    grid-template-columns: minmax(170px, 240px) minmax(180px, 1fr) 108px;
    gap: 22px;
  }

  .contact {
    gap: 46px;
  }

  .contact-copy h2 {
    font-size: 41px;
  }
}

@media (max-width: 860px) {
  :root {
    --radius-card: 22px;
  }

  body {
    background:
      radial-gradient(ellipse 22rem 18rem at 78% 9%, rgba(250, 42, 85, 0.42), rgba(250, 42, 85, 0.14) 42%, transparent 72%),
      radial-gradient(ellipse 24rem 18rem at 50% 38%, rgba(250, 42, 85, 0.28), rgba(250, 42, 85, 0.1) 42%, transparent 72%),
      var(--bg);
  }

  .section-shell {
    max-width: 100%;
    padding-right: 28px;
    padding-left: 28px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 28px);
    height: 62px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .logo-eye {
    width: 36px;
    height: 23px;
  }

  .logo-eye::after {
    width: 9px;
    height: 9px;
  }

  .main-nav {
    gap: 20px;
    font-size: 11px;
  }

  .header-order {
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    border-radius: 50%;
  }

  .header-order span {
    display: none;
  }

  .header-order svg {
    display: block;
  }

  .hero {
    min-height: 490px;
    padding-top: 58px;
  }

  .hero-copy,
  .about-panel,
  .section-heading,
  .service-grid,
  .pricing-calculator,
  .contact-methods,
  .project-form {
    width: calc(100vw - 56px);
  }

  .hero::after {
    top: 56px;
    right: -170px;
    width: 460px;
    height: 460px;
  }

  .hero-still {
    width: 198px;
    height: 66px;
    margin-bottom: 28px;
  }

  .hero h1 {
    max-width: 430px;
    font-size: 34px;
    line-height: 1.08;
  }

  .hero p {
    max-width: 360px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .hero-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .btn {
    min-width: 118px;
    min-height: 26px;
    padding: 6px 16px;
    font-size: 13px;
  }

  .about {
    min-height: 470px;
    padding-top: 10px;
  }

  .about-panel {
    margin-right: 0;
    margin-left: auto;
  }

  .about h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .stats {
    gap: 16px;
    margin-top: 54px;
  }

  .stats strong {
    font-size: 25px;
  }

  .stats span {
    font-size: 10px;
    line-height: 1.25;
  }

  .services {
    padding-top: 92px;
    padding-bottom: 88px;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .section-heading p {
    max-width: 330px;
    margin-top: 12px;
    font-size: 11px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 372px;
    margin: 44px auto 0;
  }

  .service-card {
    min-height: 198px;
    padding: 28px 28px 24px;
  }

  .service-icon {
    width: 41px;
    height: 41px;
    margin-bottom: 20px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .service-card p {
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 10px;
  }

  .portfolio {
    padding-top: 18px;
    padding-bottom: 68px;
  }

  .portfolio-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 0;
    margin-top: 38px;
  }

  .portfolio-track {
    gap: 18px;
    padding-bottom: 22px;
  }

  .portfolio-card {
    flex-basis: 62%;
    max-width: 250px;
    aspect-ratio: 1;
    border-radius: 25px;
  }

  .arrow-button {
    width: 34px;
    height: 34px;
    border-width: 1px;
  }

  .arrow-button svg {
    width: 22px;
    height: 22px;
  }

  .carousel-dots {
    margin-top: 5px;
  }

  .carousel-dots button {
    width: 5px;
    height: 5px;
  }

  .pricing {
    padding-top: 38px;
    padding-bottom: 84px;
    overflow: hidden;
  }

  .pricing::before {
    bottom: -54px;
    left: 50%;
    width: min(420px, 100%);
    height: 300px;
    transform: translateX(-50%);
  }

  .pricing-calculator {
    max-width: 560px;
    margin: 36px auto 0;
    padding: 30px 22px;
    gap: 24px;
    border-radius: 24px;
  }

  .calculator-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
  }

  .calculator-row label {
    font-size: 13px;
  }

  .calculator-row input[type="range"] {
    grid-column: 1 / -1;
    height: 30px;
  }

  .range-value {
    min-width: 84px;
    width: 84px;
    max-width: 84px;
    min-height: 38px;
    flex: 0 0 84px;
    padding: 8px 20px 8px 14px;
    font-size: 16px;
    white-space: nowrap;
  }

  .preliminary-price {
    width: min(calc(100vw - 56px), 430px);
    min-height: 64px;
    margin-top: 28px;
    padding: 12px 22px;
    gap: 18px;
  }

  .preliminary-price span {
    font-size: 18px;
  }

  .preliminary-price strong {
    font-size: 30px;
  }

  .preliminary-price::before {
    inset: -28px -24px;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .contact-copy {
    text-align: center;
  }

  .contact-copy h2,
  .contact-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-copy h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .contact-copy p {
    max-width: 310px;
    font-size: 11px;
  }

  .contact-line {
    display: none;
  }

  .contact-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 360px;
    margin: 30px auto 0;
    text-align: left;
  }

  .contact-methods a {
    gap: 12px;
    width: auto;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .contact-methods strong {
    font-size: 14px;
  }

  .contact-methods small {
    font-size: 9px;
  }

  .project-form {
    max-width: 460px;
    margin: 0 auto;
    padding: 30px 28px 26px;
  }

  .form-grid {
    gap: 20px;
  }

  .site-footer {
    --footer-side: 28px;
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
    column-gap: 12px;
    row-gap: 28px;
    padding-bottom: 0;
  }

  .footer-logo {
    gap: 8px;
    font-size: 10px;
  }

  .footer-brand small {
    margin-top: 52px;
    font-size: 7px;
  }

  .footer-column {
    gap: 8px;
  }

  .footer-column h2,
  .footer-column a {
    font-size: 8px;
    overflow-wrap: anywhere;
  }

  .footer-watermark {
    font-size: clamp(58px, 21vw, 150px);
  }

  .project-modal {
    padding: 28px;
  }

  .project-detail {
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "text"
      "actions";
    gap: 24px;
    width: 100%;
    max-width: 360px;
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 34px 32px 32px;
    text-align: center;
  }

  .project-image {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }

  .video-viewer {
    padding: 16px;
  }

  .video-viewer-panel {
    width: min(94vw, calc((100dvh - 72px) * var(--viewer-ratio-number)));
    max-height: calc(100dvh - 72px);
    border-radius: 22px;
  }

  .video-viewer-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .project-text h2 {
    font-size: 24px;
  }

  .project-text p {
    font-size: 11px;
    line-height: 1.35;
  }

  .project-actions {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .order-glow {
    grid-column: 1 / -1;
    min-height: 58px;
    font-size: 14px;
  }

  .project-actions span {
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .project-actions svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 520px) {
  .section-shell {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-copy,
  .about-panel,
  .section-heading,
  .service-grid,
  .pricing-calculator,
  .contact-methods,
  .project-form {
    width: calc(100vw - 48px);
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    top: 8px;
    width: calc(100% - 20px);
    height: 54px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .site-footer {
    --footer-side: 24px;
  }

  .main-nav {
    justify-content: center;
    gap: 13px;
    font-size: 9px;
  }

  .hero {
    min-height: 470px;
    padding-top: 54px;
  }

  .hero-still {
    width: 174px;
    height: 58px;
  }

  .hero h1 {
    max-width: 320px;
    font-size: 29px;
  }

  .hero p {
    max-width: 280px;
    font-size: 13px;
  }

  .about h2 {
    font-size: 20px;
  }

  .stats {
    margin-top: 42px;
  }

  .service-grid {
    max-width: 330px;
  }

  .portfolio-card {
    flex-basis: 60%;
    max-width: 220px;
  }

  .preliminary-price {
    width: min(calc(100vw - 48px), 430px);
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .project-form {
    padding: 26px 22px 24px;
  }

  .select-menu {
    left: -4px;
    right: -4px;
  }
}

@media (max-width: 380px) {
  .main-nav {
    gap: 9px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: 27px;
  }

  .btn {
    min-width: 106px;
    font-size: 12px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
    max-width: 230px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 12px;
  }
}

.header-order,
.btn,
.service-card a,
.arrow-button,
.select-trigger,
.submit-button,
.modal-close,
.order-glow {
  border: 1px solid var(--glass-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    var(--glass-fill);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -18px 28px rgba(0, 0, 0, 0.16),
    0 10px 30px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(250, 42, 85, 0.12);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.header-order,
.btn-primary,
.service-card a,
.arrow-button {
  color: var(--accent);
  -webkit-text-fill-color: currentColor;
}

.btn-soft,
.select-trigger {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(92, 75, 79, 0.18);
  color: #ffd8e0;
}

.submit-button,
.modal-close,
.order-glow {
  color: #fff;
  -webkit-text-fill-color: currentColor;
}

.header-order:hover,
.header-order:focus-visible,
.btn:hover,
.btn:focus-visible,
.service-card a:hover,
.service-card a:focus-visible,
.select-trigger:hover,
.select-trigger:focus-visible,
.submit-button:hover,
.submit-button:focus-visible,
.modal-close:hover,
.modal-close:focus-visible,
.order-glow:hover,
.order-glow:focus-visible {
  border-color: var(--glass-line-hot);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    var(--glass-fill-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -18px 30px rgba(0, 0, 0, 0.14),
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 38px rgba(250, 42, 85, 0.26);
  color: #fff;
  transform: translateY(-1px);
  -webkit-text-fill-color: currentColor;
}

.arrow-button:hover,
.arrow-button:focus-visible {
  transform: scale(1.04);
}

.carousel-dots .is-active {
  background: var(--accent);
  box-shadow: 0 0 18px rgba(250, 42, 85, 0.46);
}

.portfolio-viewport {
  overflow: visible;
  contain: none;
}

.portfolio-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  grid-template-columns: clamp(58px, 7vw, 96px) minmax(0, 1fr) clamp(58px, 7vw, 96px);
  gap: 24px;
}

.arrow-button {
  position: relative;
  z-index: 6;
}

.portfolio-track {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.portfolio-card {
  flex: 0 0 clamp(220px, 24vw, 350px);
  filter: none;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 28px rgba(250, 42, 85, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.portfolio-card::after {
  display: none;
}

.portfolio-card img {
  filter: none;
}

.portfolio-card.is-center {
  z-index: 3;
  box-shadow:
    0 24px 42px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 36px rgba(250, 42, 85, 0.12);
}

.portfolio-card:hover,
.portfolio-card:focus-visible {
  filter: saturate(1.04);
  box-shadow:
    0 26px 48px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 42px rgba(250, 42, 85, 0.14);
}

@media (min-width: 861px) {
  .portfolio-carousel {
    grid-template-columns: 120px minmax(0, 1fr) 120px;
    gap: 24px;
  }

  .portfolio-track {
    gap: 25px;
  }

  .portfolio-card {
    flex-basis: 350px;
  }
}

@media (max-width: 860px) {
  .portfolio-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .portfolio-track {
    gap: 18px;
  }

  .portfolio-card {
    flex-basis: min(62vw, 250px);
  }
}

.site-header,
.pricing-calculator,
.preliminary-price,
.project-form,
.project-detail {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025) 38%, rgba(250, 42, 85, 0.055)),
    rgba(23, 23, 23, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -34px 54px rgba(0, 0, 0, 0.16),
    0 24px 70px rgba(0, 0, 0, 0.26),
    0 0 44px rgba(250, 42, 85, 0.08);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
}

.project-form {
  overflow: hidden;
}

.project-form::before {
  position: absolute;
  top: -28%;
  left: -22%;
  z-index: 0;
  width: 60%;
  height: 70%;
  content: "";
  background: radial-gradient(circle at center, rgba(250, 42, 85, 0.22), transparent 68%);
  filter: blur(34px);
  pointer-events: none;
}

.project-form > * {
  position: relative;
  z-index: 1;
}

.form-field > span:first-child,
.form-field.wide > span:first-child {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 500;
  letter-spacing: 0;
}

.form-field input,
.select-trigger,
.form-field textarea {
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.form-field input,
.select-trigger {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.form-field input:focus,
.select-trigger:focus-visible {
  border-bottom-color: rgba(250, 42, 85, 0.72);
  box-shadow: 0 14px 30px -28px rgba(250, 42, 85, 0.76);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.select-trigger {
  color: rgba(255, 255, 255, 0.74);
}

.select-trigger:hover,
.select-trigger:focus-visible {
  border-color: transparent;
  border-bottom-color: rgba(250, 42, 85, 0.62);
  background: transparent;
  box-shadow: 0 14px 30px -28px rgba(250, 42, 85, 0.76);
  color: rgba(255, 255, 255, 0.9);
  transform: none;
}

.select-trigger svg {
  color: rgba(255, 255, 255, 0.78);
}

.select-menu {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(26, 22, 24, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(250, 42, 85, 0.12);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.select-menu li {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.select-menu li:hover,
.select-menu li:focus-visible,
.select-menu li[aria-selected="true"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(250, 42, 85, 0.16);
  color: #fff;
}

.form-field textarea {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(23, 23, 23, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -22px 36px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.form-field textarea:focus {
  border-color: rgba(250, 42, 85, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(250, 42, 85, 0.1);
}

.submit-button {
  border-radius: 24px;
  font-weight: 800;
}

.site-footer {
  overflow: hidden;
  padding-bottom: 0;
}

.footer-watermark {
  display: block;
  align-self: end;
  width: 100vw;
  margin: clamp(44px, 5vw, 86px) 0 0 calc(50% - 50vw);
  font-size: clamp(104px, 28vw, 430px);
  line-height: 0.72;
  text-align: center;
  transform: scaleX(1.08);
  transform-origin: center bottom;
}

@media (max-width: 860px) {
  .footer-watermark {
    margin-bottom: 0;
    font-size: clamp(72px, 27vw, 170px);
    line-height: 0.74;
    transform: scaleX(1.05);
  }
}

.portfolio-carousel {
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  grid-template-columns: clamp(72px, 7vw, 120px) minmax(0, 1fr) clamp(72px, 7vw, 120px);
  gap: clamp(12px, 1.2vw, 24px);
}

.carousel-prev,
.carousel-next {
  justify-self: center;
}

.portfolio-viewport {
  min-width: 0;
  overflow: visible;
  contain: none;
}

.portfolio-track {
  left: 50%;
  width: max-content;
  max-width: none;
  margin-left: 0;
  gap: clamp(18px, 1.7vw, 35px);
  padding: 6px 0 58px;
  transform: translateX(-50%);
}

.portfolio-card {
  flex: 0 0 350px;
  max-width: 350px;
  transform: none;
  box-shadow:
    0 20px 36px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 22px rgba(250, 42, 85, 0.055);
}

.portfolio-card.is-center {
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 32px rgba(250, 42, 85, 0.105);
}

.portfolio-card:hover,
.portfolio-card:focus-visible {
  transform: translateY(-3px);
}

.contact,
.project-form {
  overflow: visible;
}

.pricing-field {
  position: relative;
  z-index: 50;
}

.pricing-field .select-wrap {
  position: relative;
  z-index: 60;
}

.pricing-field .select-menu {
  z-index: 100;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgb(24, 22, 23);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 26px 72px rgba(0, 0, 0, 0.5),
    0 0 38px rgba(250, 42, 85, 0.16);
}

.site-footer {
  overflow: visible;
  padding-bottom: 0;
}

.footer-watermark {
  overflow: visible;
  margin: clamp(44px, 5vw, 86px) 0 0 calc(50% - 50vw);
  padding-top: 0.12em;
  line-height: 0.86;
}

@media (max-width: 860px) {
  .portfolio-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .portfolio-track {
    gap: 18px;
    padding-bottom: 28px;
  }

  .portfolio-card {
    flex-basis: min(62vw, 250px);
    max-width: 250px;
  }

  .footer-watermark {
    padding-top: 0.1em;
    line-height: 0.88;
  }
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 124px;
}

.site-footer {
  row-gap: 0;
  min-height: 0;
  padding-bottom: clamp(24px, 3vw, 48px);
}

.footer-watermark {
  display: block;
  width: 100vw;
  margin: clamp(46px, 5vw, 84px) 0 0 calc(50% - 50vw);
  padding-top: 0.14em;
  overflow: visible;
  background: linear-gradient(180deg, #fa2a55 -80%, #171717 86%);
  background-clip: text;
  color: transparent;
  font-size: clamp(104px, 28vw, 430px);
  font-weight: 700;
  line-height: 0.86;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transform: scaleX(1.08);
  transform-origin: center bottom;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.budget-field input {
  color: rgba(255, 255, 255, 0.78);
}

.budget-field input:focus {
  border-bottom-color: rgba(250, 42, 85, 0.72);
  box-shadow: 0 14px 30px -28px rgba(250, 42, 85, 0.76);
}

.portfolio-track {
  transform: translateX(-50%);
}

.portfolio-track.is-sliding-left {
  animation: portfolioSlideLeft 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-track.is-sliding-right {
  animation: portfolioSlideRight 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-card {
  transition:
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms ease,
    filter 360ms ease,
    opacity 360ms ease;
}

.portfolio-card.is-entering-left,
.portfolio-card.is-entering-right {
  animation: portfolioCardFocus 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes portfolioSlideLeft {
  0% {
    transform: translateX(calc(-50% + 78px));
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes portfolioSlideRight {
  0% {
    transform: translateX(calc(-50% - 78px));
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes portfolioCardFocus {
  0% {
    filter: saturate(0.92);
    opacity: 0.78;
    transform: scale(0.965);
  }

  100% {
    filter: saturate(1);
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-footer {
    padding-bottom: 24px;
  }

  .footer-watermark {
    margin-top: 34px;
    padding-top: 0.12em;
    font-size: clamp(72px, 27vw, 170px);
    line-height: 0.88;
    transform: scaleX(1.05);
  }
}

.site-footer {
  width: min(calc(100% - 96px), 1180px);
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(130px, 0.55fr));
  column-gap: clamp(32px, 5vw, 84px);
}

.footer-logo,
.footer-column a {
  transition:
    color 180ms ease,
    text-shadow 180ms ease,
    transform 180ms ease;
}

.footer-logo:hover,
.footer-logo:focus-visible,
.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(250, 42, 85, 0.46);
}

.footer-column a:hover,
.footer-column a:focus-visible {
  transform: translateX(4px);
}

@media (max-width: 860px) {
  .site-footer {
    width: calc(100% - 56px);
    grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 0.8fr));
    column-gap: 12px;
  }
}

@media (max-width: 520px) {
  .site-footer {
    width: calc(100% - 44px);
  }
}

.portfolio-track {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.portfolio-card {
  flex-basis: clamp(190px, 15.2vw, 350px);
  max-width: clamp(190px, 15.2vw, 350px);
  border-radius: clamp(28px, 2.4vw, 49px);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 10px 22px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 26px rgba(250, 42, 85, 0.06);
}

.portfolio-card.is-center {
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.28),
    0 14px 28px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.045),
    0 0 34px rgba(250, 42, 85, 0.11);
}

@media (min-width: 1980px) {
  .portfolio-card {
    flex-basis: 350px;
    max-width: 350px;
  }
}

@media (max-width: 860px) {
  .portfolio-track {
    gap: 14px;
  }

  .portfolio-card {
    flex-basis: min(58vw, 245px);
    max-width: min(58vw, 245px);
  }
}

.brand-mark {
  width: 70px;
  height: 42px;
  justify-content: center;
}

.brand-eye {
  display: block;
  width: 70px;
  height: auto;
}

.footer-logo {
  width: clamp(150px, 11vw, 188px);
  gap: 0;
  line-height: 1;
}

.footer-logo-image {
  display: block;
  width: 100%;
  height: auto;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.footer-logo:hover .footer-logo-image,
.footer-logo:focus-visible .footer-logo-image {
  filter: drop-shadow(0 0 18px rgba(250, 42, 85, 0.44));
  transform: translateY(-1px);
}

.pricing-calculator {
  --calculator-gutter: clamp(36px, 3.5vw, 52px);
  padding-right: var(--calculator-gutter);
  padding-left: var(--calculator-gutter);
}

.calculator-row {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) 118px;
  column-gap: clamp(24px, 2.2vw, 36px);
}

.range-value {
  justify-self: end;
  overflow: visible;
}

.range-value::after {
  right: 8px;
  width: 16px;
  height: 16px;
  filter: blur(5px);
}

@media (max-width: 860px) {
  .brand-mark {
    width: 58px;
  }

  .brand-eye {
    width: 58px;
  }

  .footer-logo {
    width: clamp(116px, 32vw, 150px);
  }

  .pricing-calculator {
    padding-right: 24px;
    padding-left: 24px;
  }

  .calculator-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .range-value {
    justify-self: start;
  }
}

.phone-control {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 38px;
  overflow: hidden;
  border-bottom: 1px solid #676767;
  gap: 12px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.phone-control:focus-within {
  border-bottom-color: rgba(250, 42, 85, 0.72);
  box-shadow: 0 14px 30px -28px rgba(250, 42, 85, 0.76);
}

.phone-control input {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 700;
  outline: none;
}

.phone-control input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding: 0;
}

.phone-control input[type="hidden"] {
  display: none;
}

.phone-region {
  flex: 0 0 auto;
  min-width: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.scroll-top-button {
  position: fixed;
  bottom: clamp(18px, 2.3vw, 34px);
  right: clamp(18px, 2.3vw, 34px);
  z-index: 28;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(250, 42, 85, 0.58);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(77, 13, 26, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(250, 42, 85, 0.18);
  color: var(--accent);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.94);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
  backdrop-filter: blur(14px);
}

.scroll-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top-button svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 20px 54px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(250, 42, 85, 0.26);
  transform: translateY(-2px) scale(1.03);
}

.portfolio-carousel {
  width: min(calc(100vw - 96px), 1720px);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: clamp(10px, 1vw, 18px);
}

.carousel-prev {
  justify-self: end;
}

.carousel-next {
  justify-self: start;
}

.portfolio-viewport {
  overflow: hidden;
  padding: 8px clamp(14px, 1.8vw, 36px) 58px;
  margin: -8px 0 -58px;
  contain: layout paint;
  mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
}

.portfolio-track {
  padding-bottom: 0;
}

@media (max-width: 860px) {
  .phone-control {
    gap: 10px;
  }

  .scroll-top-button {
    width: 46px;
    height: 46px;
  }

  .scroll-top-button svg {
    width: 25px;
    height: 25px;
  }

  .portfolio-carousel {
    width: calc(100vw - 28px);
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 6px;
  }

  .portfolio-viewport {
    padding-right: 10px;
    padding-left: 10px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  }
}

.about {
  min-height: 438px;
  padding-bottom: 72px;
}

@media (max-width: 860px) {
  .about {
    min-height: auto;
    padding-bottom: 66px;
  }

  .site-footer {
    width: calc(100% - 48px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 34px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: clamp(132px, 42vw, 166px);
  }

  .footer-brand small {
    margin-top: 28px;
  }

  .footer-column {
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .about {
    padding-bottom: 51px;
  }

  .site-footer {
    width: calc(100% - 40px);
    column-gap: 14px;
  }
}

.admin-body {
  min-height: 100vh;
}

.admin-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(calc(100% - 48px), 1320px);
  min-height: 72px;
  margin: 18px auto 0;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.admin-header strong {
  justify-self: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.admin-view-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 18px;
  border: 1px solid rgba(250, 42, 85, 0.48);
  border-radius: 999px;
  background: rgba(77, 13, 26, 0.58);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.admin-page {
  width: min(calc(100% - 48px), 1320px);
  margin: 46px auto 90px;
}

.admin-workspace {
  display: grid;
  grid-template-columns: minmax(270px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
}

.admin-sidebar,
.admin-editor {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(17, 17, 17, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 88px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.admin-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 18px;
}

.admin-toolbar,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease;
}

.admin-button:hover,
.admin-button:focus-visible {
  border-color: rgba(250, 42, 85, 0.58);
  box-shadow: 0 0 22px rgba(250, 42, 85, 0.15);
  transform: translateY(-1px);
}

.admin-button-primary {
  border-color: rgba(250, 42, 85, 0.52);
  background: rgba(77, 13, 26, 0.72);
  color: var(--accent);
}

.admin-button-danger {
  margin-left: auto;
  border-color: rgba(250, 42, 85, 0.42);
  color: var(--accent-soft);
}

.admin-project-list {
  display: grid;
  gap: 10px;
}

.admin-project-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-align: left;
}

.admin-project-item.is-active {
  border-color: rgba(250, 42, 85, 0.52);
  background: rgba(250, 42, 85, 0.08);
}

.admin-project-item img {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

.admin-project-item span {
  min-width: 0;
}

.admin-project-item strong,
.admin-project-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-project-item strong {
  font-size: 13px;
  font-weight: 900;
}

.admin-project-item small,
.admin-project-item em,
.admin-kicker {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.admin-editor {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 40px);
}

.admin-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-editor h1 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
  line-height: 1;
}

.admin-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
}

.admin-switch input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.admin-grid,
.admin-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-field,
.admin-upload {
  display: grid;
  gap: 10px;
}

.admin-field-wide {
  grid-column: 1 / -1;
}

.admin-field span,
.admin-upload span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-field input,
.admin-field select,
.admin-field textarea,
.admin-upload input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  outline: none;
}

.admin-field input,
.admin-field select,
.admin-upload input {
  min-height: 46px;
  padding: 0 14px;
}

.admin-field select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.62) 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.62) 50%, transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,
    rgba(255, 255, 255, 0.045);
  padding-right: 36px;
}

.admin-field select option {
  background: #171717;
  color: #fff;
}

.admin-field textarea {
  min-height: 110px;
  padding: 14px;
  resize: vertical;
}

.admin-field input:focus,
.admin-field select:focus,
.admin-field textarea:focus,
.admin-upload input:focus {
  border-color: rgba(250, 42, 85, 0.58);
  box-shadow: 0 0 0 3px rgba(250, 42, 85, 0.08);
}

.admin-media-grid {
  align-items: end;
}

.admin-preview {
  grid-row: span 2;
  margin: 0;
}

.admin-preview img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.admin-preview figcaption,
.admin-status {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.admin-status {
  align-self: center;
  min-width: 110px;
}

@media (max-width: 920px) {
  .admin-workspace,
  .admin-grid,
  .admin-media-grid {
    grid-template-columns: 1fr;
  }

  .admin-header,
  .admin-page {
    width: calc(100% - 32px);
  }

  .admin-header {
    grid-template-columns: auto 1fr;
    border-radius: 24px;
  }

  .admin-header strong {
    justify-self: start;
  }

  .admin-view-site {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 14px;
  }
}

/* Final production guardrails for brand marks and footer watermark. */
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-width: 70px;
  height: 42px;
  opacity: 1;
  visibility: visible;
}

.brand-eye {
  display: block;
  width: 70px;
  height: auto;
  opacity: 1;
  visibility: visible;
  filter: none;
}

.footer-logo {
  display: inline-flex;
  width: clamp(150px, 11vw, 188px);
  min-width: 0;
  opacity: 1;
  visibility: visible;
}

.footer-logo-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.footer-watermark {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: clamp(42px, 5vw, 80px) auto 0;
  padding: 0 12px;
  overflow: hidden;
  font-size: clamp(72px, 19vw, 300px);
  font-weight: 900;
  line-height: 0.88;
  text-align: center;
  white-space: nowrap;
  transform: none;
  transform-origin: center bottom;
}

@media (max-width: 860px) {
  .brand-mark {
    width: 58px;
    min-width: 58px;
    height: 36px;
  }

  .brand-eye {
    width: 58px;
  }

  .footer-logo {
    width: clamp(132px, 42vw, 166px);
  }

  .footer-watermark {
    margin-top: 36px;
    padding: 0 8px;
    font-size: clamp(58px, 20vw, 150px);
    line-height: 0.92;
  }
}
