:root {
  --red: #d71920;
  --red-dark: #8f0f16;
  --black: #080808;
  --charcoal: #141414;
  --gray-900: #1f1f1f;
  --gray-700: #4c4c4c;
  --gray-300: #d0d0d0;
  --gray-100: #f1f1f1;
  --white: #ffffff;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background-color: var(--black);
  background-image:
    linear-gradient(180deg, rgba(8, 8, 8, 0.91), rgba(8, 8, 8, 0.98)),
    url("assets/victor-bg-side.png");
  background-position: center top, center 16%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

body::selection {
  color: var(--white);
  background: var(--red);
}

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

img {
  max-width: 100%;
}

section[id] {
  scroll-margin-top: 84px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 34px;
  background: rgba(8, 8, 8, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.94);
  border-bottom-color: rgba(215, 25, 32, 0.36);
}

.brand,
.main-nav,
.hero-actions,
.hero-proof,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-family: Anton, Impact, sans-serif;
  font-size: 1.25rem;
}

.main-nav {
  gap: 24px;
  color: var(--gray-300);
  font-size: 0.95rem;
  font-weight: 800;
}

.main-nav a,
.header-cta,
.button,
.contact-link {
  transition: color 160ms ease, background 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.main-nav a:hover,
.contact-link:hover {
  color: var(--red);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--red);
}

.header-cta:hover,
.button.primary:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.07);
}

.button.ghost:hover {
  border-color: var(--red);
  background: rgba(215, 25, 32, 0.16);
}

.button.full {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 90svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -3;
  right: 0;
  left: auto;
  width: min(64vw, 1040px);
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: contrast(1.1) saturate(1.03);
  opacity: 0.95;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.92) 39%, rgba(0, 0, 0, 0.46) 72%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(0deg, rgba(8, 8, 8, 1) 0%, rgba(8, 8, 8, 0.08) 46%, rgba(8, 8, 8, 0.24) 100%),
    linear-gradient(118deg, transparent 0 57%, rgba(215, 25, 32, 0.2) 57% 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px);
  opacity: 0.5;
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 120px 34px 72px;
}

.kicker,
.section-kicker,
.service-card span {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.image-statement h2,
.method-copy h2,
.results-copy h2,
.contact h2 {
  margin: 0;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  font-size: 6.8rem;
}

.slogan {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 14px 0 0;
  padding: 13px 24px 12px 20px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 38%),
    linear-gradient(135deg, var(--red) 0%, #fb151f 46%, var(--red-dark) 100%);
  border-left: 8px solid var(--white);
  box-shadow:
    8px 8px 0 #000,
    0 0 32px rgba(215, 25, 32, 0.42);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  font-family: Anton, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 0.95;
  text-shadow:
    2px 2px 0 #000,
    4px 4px 0 rgba(0, 0, 0, 0.42);
  text-transform: uppercase;
}

.slogan::before,
.slogan::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.slogan::before {
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 10px);
  mix-blend-mode: overlay;
}

.slogan::after {
  top: -6px;
  right: 18px;
  bottom: -6px;
  width: 10px;
  background: #050505;
  transform: skewX(-18deg);
  box-shadow: 18px 0 0 rgba(5, 5, 5, 0.72);
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
  font-weight: 700;
}

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

.hero-proof {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 20px;
  z-index: 2;
  width: min(calc(100% - 68px), var(--max));
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  padding: 8px 10px;
  color: var(--gray-100);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 96px;
  color: var(--white);
  background: var(--red);
  border-top: 5px solid var(--black);
  border-bottom: 5px solid var(--black);
}

.intro-band span {
  display: grid;
  place-items: center;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  font-family: Anton, Impact, sans-serif;
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase;
}

.intro-band span:last-child {
  border-right: 0;
}

.section,
.contact {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 92px 34px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 56px;
  align-items: start;
}

.section h2,
.image-statement h2,
.method-copy h2,
.results-copy h2,
.contact h2 {
  font-size: 4rem;
}

.large-text {
  margin: 0;
  color: var(--gray-300);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.32;
}

.image-statement {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.82fr);
  gap: 0;
  align-items: stretch;
  background: var(--gray-900);
}

.image-statement img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 24%;
  filter: contrast(1.08) saturate(1.02);
}

.image-statement div {
  display: grid;
  align-content: center;
  padding: 64px;
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.16), transparent 34%),
    var(--charcoal);
}

.image-statement p:not(.section-kicker),
.results-copy p,
.contact-copy p,
.service-card p,
.method-grid p,
.pricing-card p {
  color: var(--gray-300);
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.services .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-grid,
.method-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-grid.single-service {
  grid-template-columns: minmax(280px, 720px);
  justify-content: center;
}

.service-grid.single-service .service-card {
  text-align: left;
}

.service-card,
.method-grid article,
.lead-form {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: var(--charcoal);
}

.service-card {
  padding: 30px;
}

.service-card.featured {
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.28), transparent 40%),
    #111;
  border-color: rgba(215, 25, 32, 0.52);
}

.pricing .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 42%),
    #111;
}

.pricing-card.featured-price {
  border-color: rgba(215, 25, 32, 0.62);
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.32), transparent 48%),
    #111;
  box-shadow: 0 0 34px rgba(215, 25, 32, 0.18);
}

.pricing-card span {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card .price {
  margin: 10px 0 18px;
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 0.95;
}

.pricing-card .price small {
  font-family: Inter, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}

.pricing-card .button {
  margin-top: auto;
}

h3 {
  margin: 8px 0 12px;
  font-size: 1.55rem;
  line-height: 1.1;
}

ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

li {
  color: var(--gray-100);
  font-weight: 800;
}

li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background: var(--red);
  border-radius: 50%;
}

.method-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 1.2fr);
  gap: 38px;
  padding: 92px max(34px, calc((100vw - var(--max)) / 2 + 34px));
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.84)),
    linear-gradient(135deg, rgba(215, 25, 32, 0.22), transparent 42%),
    url("assets/victor-bg-side.png") center 28% / cover;
  border-top: 1px solid rgba(215, 25, 32, 0.26);
  border-bottom: 1px solid rgba(215, 25, 32, 0.26);
}

.method-grid {
  grid-template-columns: repeat(3, 1fr);
}

.method-grid article {
  min-height: 230px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.method-grid span {
  color: var(--red);
  font-family: Anton, Impact, sans-serif;
  font-size: 2.6rem;
}

.results {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: 38px;
  align-items: start;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 92px 34px;
}

.results-copy {
  position: sticky;
  top: 96px;
}

.results-copy .button {
  margin-top: 18px;
}

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

.gallery figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.gallery figure.wide {
  grid-column: 1 / -1;
  min-height: 430px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery figure:hover img {
  transform: scale(1.035);
}

.gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 48%);
}

.gallery figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(320px, 1fr);
  gap: 56px;
  align-items: start;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-weight: 900;
}

.contact-logo {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
}

.gmail-logo {
  padding: 4px;
  background: var(--white);
  border-radius: 6px;
}

.site-logo {
  display: inline-grid;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-family: Anton, Impact, sans-serif;
  font-size: 0.78rem;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--gray-100);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--white);
  background: #0d0d0d;
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gray-300);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px 34px;
  color: var(--gray-300);
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer p {
  margin: 0;
  color: var(--white);
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header {
    padding: 14px 20px;
  }

  .main-nav {
    display: none;
  }

  .hero-content {
    padding: 112px 22px 86px;
  }

  .hero-bg {
    width: 76vw;
    object-position: center 26%;
  }

  .hero h1 {
    font-size: 4.6rem;
  }

  .slogan {
    font-size: 1.65rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-proof {
    left: 22px;
    right: 22px;
    width: calc(100% - 44px);
  }

  .intro-band,
  .split-section,
  .image-statement,
  .service-grid,
  .pricing-grid,
  .method-band,
  .method-grid,
  .results,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro-band span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 1.35rem;
  }

  .intro-band span:last-child {
    border-bottom: 0;
  }

  .section,
  .contact,
  .results,
  .method-band {
    padding: 72px 22px;
  }

  .section h2,
  .image-statement h2,
  .method-copy h2,
  .results-copy h2,
  .contact h2 {
    font-size: 3rem;
  }

  .image-statement img {
    min-height: 420px;
    object-position: center 20%;
  }

  .image-statement div {
    padding: 42px 22px;
  }

  .results-copy {
    position: static;
  }

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

@media (max-width: 560px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    background-attachment: scroll, scroll;
    background-position: center top, center top;
  }

  .site-header {
    gap: 12px;
    justify-content: flex-start;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 1.12rem;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    inset: 0;
    width: 100%;
    opacity: 0.42;
    object-position: 62% 18%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.94) 100%),
      linear-gradient(112deg, rgba(215, 25, 32, 0.22), transparent 44%);
  }

  .hero-content {
    padding: 104px 18px 58px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 3.05rem;
    line-height: 0.98;
  }

  .slogan {
    max-width: 100%;
    padding: 11px 38px 10px 14px;
    border-left-width: 6px;
    box-shadow:
      5px 5px 0 #000,
      0 0 22px rgba(215, 25, 32, 0.38);
    font-size: 1.08rem;
    white-space: nowrap;
  }

  .slogan::after {
    right: 14px;
    width: 8px;
    box-shadow: 14px 0 0 rgba(5, 5, 5, 0.72);
  }

  .kicker,
  .section-kicker,
  .service-card span,
  .pricing-card span {
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .hero-copy {
    max-width: 340px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .hero-proof {
    display: none;
  }

  .intro-band {
    min-height: auto;
  }

  .intro-band span {
    padding: 16px 18px;
    font-size: 1.12rem;
    line-height: 1.06;
  }

  .section,
  .contact,
  .results,
  .method-band {
    padding: 56px 18px;
  }

  .split-section {
    gap: 22px;
  }

  .split-section > *,
  .section-heading,
  .contact-copy,
  .lead-form {
    min-width: 0;
    max-width: 100%;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section h2,
  .image-statement h2,
  .method-copy h2,
  .results-copy h2,
  .contact h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: 1.92rem;
    line-height: 1;
    text-wrap: balance;
  }

  .large-text {
    color: var(--gray-100);
    font-size: 1.06rem;
    line-height: 1.45;
  }

  .image-statement img {
    min-height: 320px;
    object-position: center 12%;
  }

  .image-statement div {
    padding: 34px 18px;
  }

  .service-card,
  .pricing-card,
  .lead-form {
    padding: 20px;
  }

  .service-card p,
  .pricing-card p,
  .method-grid p,
  .results-copy p,
  .contact-copy p,
  .image-statement p:not(.section-kicker) {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .pricing-card {
    min-height: auto;
  }

  .pricing-card .price {
    font-size: 2.45rem;
  }

  .pricing-card .button {
    width: 100%;
    margin-top: 18px;
  }

  .method-grid article {
    min-height: auto;
    padding: 20px;
  }

  .gallery figure,
  .gallery figure.wide {
    min-height: 280px;
  }

  .contact {
    gap: 30px;
  }

  .contact-link {
    width: 100%;
    min-width: 0;
    padding: 12px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }

  .contact-link span:last-child,
  .site-footer a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  input,
  select,
  textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  .site-footer {
    display: grid;
    padding: 24px 22px;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 2.65rem;
  }

  .slogan {
    padding-right: 34px;
    font-size: 0.96rem;
  }

  .section h2,
  .image-statement h2,
  .method-copy h2,
  .results-copy h2,
  .contact h2 {
    font-size: 1.74rem;
  }

  .pricing-card .price {
    font-size: 2.12rem;
  }
}
