@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  line-height: normal;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: #000;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

a.btn-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 50px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: #FE5E06;
  border-radius: 50px;
  padding: 13px 35px;
  cursor: pointer;
  transition-duration: 0.2s;
}

a.btn-site:hover {
  opacity: 0.7;
}

/* HERO */
.rezart-hero {
  display: flex;
  position: relative;
  overflow: hidden;
}
.rezart-hero .rezart-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
}
.rezart-hero .site-container {
  z-index: 1;
  width: 100%;
}
.rezart-hero .rezart-hero-content {
  padding-top: 130px;
  padding-bottom: 110px;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  margin-right: 16px;
}
.rezart-hero .rezart-hero-content a {
  margin-top: 30px;
}
.rezart-hero .rezart-hero-content h1 {
  color: #FFFFFF;
  font-size: 62px;
  font-weight: 500;
}
.rezart-hero .rezart-hero-content p {
  margin-top: 17px;
  color: #E5E5E5;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
.rezart-hero .rezart-hero-content p span {
  color: #A6A6A6;
}

/* MUSIC */
.music {
  padding-top: 90px;
  padding-bottom: 20px;
}
.music .music-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.music .music-content .music-content-left {
  max-width: 490px;
  display: flex;
  flex-direction: column;
}
.music .music-content .music-content-left span.top-title {
  color: #FE5E06;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  margin-bottom: 11px;
}
.music .music-content .music-content-left h2 {
  font-size: 51px;
  font-weight: 600;
  color: #FFFFFF;
}
.music .music-content .music-content-left h2 span {
  position: relative;
  display: flex;
  width: fit-content;
}
.music .music-content .music-content-left h2 span::after {
  content: "";
  display: flex;
  height: 8px;
  background: #FE5E06;
  width: 100%;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}
.music .music-content .music-content-right {
  max-width: 530px;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.music .music-content .music-content-right p {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 41px;
}
.music .music-content .music-content-right .music-content-right-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 45px;
}
.music .music-content .music-content-right .music-content-right-bottom span {
  display: flex;
  color: #393939;
  font-size: 22px;
  font-weight: 500;
}
.music .music-content .music-content-right .music-content-right-bottom a {
  margin-top: 0 !important;
}

.bits-more {
  display: flex;
  justify-content: center;
}

.bits-more a {
  margin: 0 auto;
}

/* GHOSTWRITING */
.ghostwriting {
  padding-top: 90px;
  padding-bottom: 140px;
  background: url("/wp-content/uploads/2026/06/Rectangle-22.svg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
}
.ghostwriting-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.ghostwriting-content-left {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ghostwriting-content-left h2 {
  font-size: 51px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 39px;
}
.ghostwriting-content-left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 24px;
  color: #FFFFFF;
}
.ghostwriting-content-left p span {
  color: #DCDCDC;
}
.ghostwriting-content-left span.sep {
  transform: rotate(180deg);
  display: flex;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(152, 56, 4, 0.02) 0%, #FE5E06 100%);
}
.ghostwriting-content-left a {
  margin-top: 30px;
}
.ghostwriting-content-right {
  max-width: 530px;
  width: 100%;
}
.ghostwriting-content-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MIX */
.mix {
  padding-bottom: 110px;
}
.mix .site-container {
  position: relative;
}
.mix-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.mix-content-left {
  max-width: 600px;
  height: fit-content;
  position: sticky;
  top: 30px;
}
.mix-content-left h2 {
  font-size: 51px;
  font-weight: 600;
  color: #FFFFFF;
}
.mix-content-left h2 span {
  position: relative;
  display: flex;
  width: fit-content;
}
.mix-content-left h2 span::after {
  content: "";
  display: flex;
  height: 8px;
  background: #FE5E06;
  width: 100%;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}
.mix-content-left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 22px;
  color: #FFFFFF;
}
.mix-content-left p span {
  color: #DCDCDC;
}
.mix-content-left a {
  margin-top: 30px;
}
.mix-content-right {
  display: flex;
  gap: 27px;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
}
.mix-content-right .mix-box {
  background: rgba(255, 255, 255, 0.072);
  padding: 25px 35px 35px;
}
.mix-content-right .mix-box span.number {
  display: flex;
  justify-content: flex-end;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mix-content-right .mix-box h3 {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
}
.mix-content-right .mix-box p {
  margin-top: 21px;
  color: #FEFEFE;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}

.mix .site-container::before {
  background: url("/wp-content/uploads/2026/06/Rectangle-6-1.svg");
  content: "";
  height: 700px;
  width: 600px;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: cover !important;
  right: 0;
  z-index: -1;
  display: flex;
}

/* WEB */
.web {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}
.web .web-content-top span.top {
  display: flex;
  width: fit-content;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #FE5E06;
  padding: 9px 33px;
  margin-bottom: 25px;
}
.web .web-content-top h2 {
  font-size: 58px;
  font-weight: 600;
  color: #FFFFFF;
}
.web .web-content-top h2 span.underline {
  position: relative;
  display: flex;
  width: fit-content;
  color: #DBDBDB;
}
.web .web-content-top h2 span.underline::after {
  content: "";
  display: flex;
  height: 8px;
  background: #FE5E06;
  width: 100%;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}
.web .web-content-bottom {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.web .web-content-bottom .bottom-left p {
  margin-top: 35px;
  max-width: 565px;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 39px;
}
.web .web-content-bottom .bottom-left p span {
  color: #A6A6A6;
}
.web .web-content-bottom .bottom-right {
  bottom: 40px;
  position: relative;
}
.web .web-content-bottom .bottom-right .right-img {
  position: relative;
  z-index: 1;
}
.web .web-content-bottom .bottom-right .right-img img {
  width: 100%;
  object-fit: cover;
}
.web .web-content-bottom .bottom-right .right-img::before {
  content: "";
  background: #0C0C0C;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 45px;
  left: 45px;
  z-index: -1;
}
.web .web-content-bottom-btn {
  display: flex;
  justify-content: flex-end;
}
.web .web-content-bottom-btn a {
  margin-top: 30px;
}

.web::after {
  content: "";
  position: absolute;
  display: flex;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background: url("/wp-content/uploads/2026/06/Group-10.svg");
  z-index: -1;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: cover;
}

/* GRAPHICS */
.graphics {
  padding-top: 120px;
  padding-bottom: 90px;
}
.graphics-content {
  display: flex;
  justify-content: space-between;
  gap: 75px;
}
.graphics-content-left {
  flex: 1 1 auto;
}
.graphics-content-left h2 {
  font-size: 50px;
  font-weight: 600;
  color: #FFFFFF;
}
.graphics-content-left h2 span {
  position: relative;
  display: flex;
  width: fit-content;
  color: #DBDBDB;
}
.graphics-content-left h2 span::after {
  content: "";
  display: flex;
  height: 8px;
  background: #FE5E06;
  width: 100%;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}
.graphics-content-left .imgs {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  gap: 31px;
  align-items: center;
}
.graphics-content-left .imgs img {
  width: calc((100% - 31px) / 2);
  object-fit: cover;
}
.graphics-content-left p {
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
}
.graphics-content-left p span {
  color: #E25000;
}
.graphics-content-left .btn-site {
  margin-top: 25px;
}
.graphics-content-right {
  flex: 0 0 415px;
  width: 415px;
}
.graphics-content-right .content {
  background: #FE5E06;
  padding: 25px 25px 40px;
}
.graphics-content-right .content img {
  width: 100%;
  margin-bottom: 25px;
  object-fit: cover;
}
.graphics-content-right .content p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.graphics-content-right .bottom {
  margin-top: 15px;
  display: flex;
  color: #535353;
  font-size: 21px;
  font-weight: 500;
}

/* CONTACT */
.contact-content-top {
  display: flex;
  flex-direction: column;
}
.contact-content-top h2 {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 500;
}
.contact-content-top h2 span {
  color: #DEDEDE;
}
.contact-content-top .bottom {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact-content-top .bottom p {
  max-width: 800px;
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 39px;
}
.contact-content-top .bottom p span {
  color: #E25000;
}
.contact-content-bottom img {
  width: 100%;
  object-fit: cover;
}

/* LAPTOP / MNIEJSZY DESKTOP */
@media screen and (max-width: 1439px) {
  .site-container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .ghostwriting-content,
.mix-content,
.web .web-content-bottom,
.graphics-content {
    gap: 45px;
  }
  .ghostwriting-content-left,
.mix-content-left {
    max-width: 520px;
  }
  .web .web-content-top h2 {
    font-size: 52px;
  }
  .graphics-content {
    gap: 45px;
  }
}
/* TABLETY: 768–1024px */
@media screen and (max-width: 1024px) {
  .rezart-hero .rezart-hero-content {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .rezart-hero .rezart-hero-content h1 {
    font-size: 52px;
  }
  .rezart-hero .rezart-hero-content p {
    font-size: 18px;
    line-height: 31px;
  }
  .music {
    padding-top: 70px;
  }
  .music .music-content {
    flex-direction: column;
  }
  .music .music-content .music-content-left,
.music .music-content .music-content-right {
    max-width: 100%;
  }
  .music .music-content .music-content-right {
    margin-top: 0;
  }
  .music .music-content .music-content-right p {
    font-size: 28px;
    line-height: 38px;
  }
  .ghostwriting {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .ghostwriting-content {
    flex-direction: column;
  }
  .ghostwriting-content-left, .ghostwriting-content-right {
    max-width: 100%;
  }
  .ghostwriting-content-left h2 {
    font-size: 46px;
  }
  .ghostwriting-content-right img {
    max-height: 520px;
  }
  .mix {
    padding-bottom: 80px;
  }
  .mix-content {
    flex-direction: column;
  }
  .mix-content-left {
    position: static;
    max-width: 100%;
  }
  .mix-content-left h2 {
    font-size: 46px;
  }
  .mix-content-right {
    max-width: 100%;
  }
  .mix .site-container::before {
    width: min(100%, 600px);
    height: 620px;
    right: -20px;
    opacity: 0.75;
  }
  .web {
    padding-top: 60px;
  }
  .web .web-content-top h2 {
    font-size: 46px;
  }
  .web .web-content-bottom {
    flex-direction: column;
  }
  .web .web-content-bottom .bottom-left p {
    max-width: 100%;
    font-size: 20px;
    line-height: 35px;
  }
  .web .web-content-bottom .bottom-right {
    bottom: 0;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
  }
  .web .web-content-bottom .bottom-right .right-img::before {
    top: 28px;
    left: 28px;
  }
  .web .web-content-bottom-btn {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .web .web-content-bottom-btn a {
    margin-top: 0;
  }
  .graphics {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .graphics-content {
    flex-direction: column;
  }
  .graphics-content-left h2 {
    font-size: 44px;
  }
  .graphics-content-right {
    flex: unset;
    width: 100%;
    max-width: 520px;
  }
  .contact-content-top h2 {
    font-size: 50px;
  }
  .contact-content-top .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-content-top .bottom p {
    max-width: 100%;
    font-size: 20px;
    line-height: 35px;
  }
}
/* WIĘKSZE TELEFONY: 481–767px */
@media screen and (max-width: 767px) {
  .site-container {
    width: calc(100% - 32px);
  }
  a.btn-site {
    font-size: 16px;
    padding: 12px 28px;
  }
  .rezart-hero .rezart-hero-content {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .rezart-hero .rezart-hero-content h1 {
    font-size: 42px;
  }
  .rezart-hero .rezart-hero-content p {
    font-size: 17px;
    line-height: 29px;
  }
  .music {
    padding-top: 55px;
  }
  .music .music-content {
    gap: 32px;
  }
  .music .music-content .music-content-left span.top-title {
    font-size: 16px;
  }
  .music .music-content .music-content-left h2 {
    font-size: 38px;
  }
  .music .music-content .music-content-right p {
    font-size: 24px;
    line-height: 34px;
  }
  .music .music-content .music-content-right .music-content-right-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  .music .music-content .music-content-right .music-content-right-bottom span {
    font-size: 18px;
  }
  .ghostwriting {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .ghostwriting-content {
    gap: 35px;
  }
  .ghostwriting-content-left h2 {
    font-size: 38px;
    margin-bottom: 28px;
  }
  .ghostwriting-content-left p {
    font-size: 18px;
    line-height: 31px;
  }
  .mix {
    padding-bottom: 65px;
  }
  .mix-content {
    gap: 35px;
  }
  .mix-content-left h2 {
    font-size: 38px;
  }
  .mix-content-left p {
    font-size: 18px;
    line-height: 31px;
  }
  .mix-content-right {
    gap: 22px;
  }
  .mix-content-right .mix-box {
    padding: 24px 24px 30px;
  }
  .mix-content-right .mix-box span.number {
    font-size: 26px;
  }
  .mix-content-right .mix-box h3 {
    font-size: 25px;
  }
  .mix-content-right .mix-box p {
    font-size: 18px;
    line-height: 31px;
  }
  .web {
    padding-top: 50px;
  }
  .web .web-content-top span.top {
    font-size: 14px;
    padding: 8px 24px;
  }
  .web .web-content-top h2 {
    font-size: 38px;
  }
  .web .web-content-top h2 br {
    display: none;
  }
  .web .web-content-top h2 span.underline {
    display: inline-block;
  }
  .web .web-content-bottom {
    gap: 30px;
  }
  .web .web-content-bottom .bottom-left p {
    font-size: 18px;
    line-height: 32px;
  }
  .web .web-content-bottom .bottom-right {
    margin-left: 0;
  }
  .web .web-content-bottom .bottom-right .right-img::before {
    top: 18px;
    left: 18px;
  }
  .web::after {
    width: 100%;
    opacity: 0.55;
  }
  .graphics {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .graphics-content {
    gap: 35px;
  }
  .graphics-content-left h2 {
    font-size: 36px;
  }
  .graphics-content-left h2 span {
    display: inline-block;
  }
  .graphics-content-left .imgs {
    gap: 18px;
  }
  .graphics-content-left .imgs img {
    width: calc((100% - 18px) / 2);
  }
  .graphics-content-left p {
    font-size: 18px;
    line-height: 32px;
  }
  .graphics-content-right .content {
    padding: 22px;
  }
  .graphics-content-right .content p {
    font-size: 18px;
    line-height: 30px;
  }
  .graphics-content-right .bottom {
    font-size: 18px;
  }
  .contact-content-top h2 {
    font-size: 40px;
  }
  .contact-content-top .bottom {
    gap: 26px;
  }
  .contact-content-top .bottom p {
    font-size: 18px;
    line-height: 32px;
  }
}
/* TELEFONY: 320–480px */
@media screen and (max-width: 480px) {
  .site-container {
    width: calc(100% - 24px);
  }
  a.btn-site {
    width: 100%;
    max-width: 185px;
    min-height: 48px;
    font-size: 15px;
    padding: 12px 22px;
  }
  .rezart-hero .rezart-hero-content {
    padding-top: 64px;
    padding-bottom: 58px;
  }
  .rezart-hero .rezart-hero-content h1 {
    font-size: 34px;
  }
  .rezart-hero .rezart-hero-content p {
    font-size: 16px;
    line-height: 27px;
  }
  .music {
    padding-top: 45px;
  }
  .music .music-content {
    gap: 28px;
  }
  .music .music-content .music-content-left h2 {
    font-size: 32px;
  }
  .music .music-content .music-content-left h2 span {
    display: inline-block;
  }
  .music .music-content .music-content-right p {
    font-size: 21px;
    line-height: 30px;
  }
  .music .music-content .music-content-right .music-content-right-bottom {
    margin-top: 26px;
  }
  .ghostwriting {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .ghostwriting-content {
    gap: 28px;
  }
  .ghostwriting-content-left h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .ghostwriting-content-left h2 br {
    display: none;
  }
  .ghostwriting-content-left p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .ghostwriting-content-right img {
    max-height: 360px;
  }
  .mix {
    padding-bottom: 0px;
  }
  .mix-content {
    gap: 30px;
  }
  .mix-content-left h2 {
    font-size: 32px;
  }
  .mix-content-left h2 span {
    display: inline-block;
  }
  .mix-content-left p {
    font-size: 16px;
    line-height: 28px;
  }
  .mix-content-right {
    gap: 18px;
  }
  .mix-content-right .mix-box {
    padding: 22px 18px 26px;
  }
  .mix-content-right .mix-box span.number {
    font-size: 23px;
  }
  .mix-content-right .mix-box h3 {
    font-size: 22px;
  }
  .mix-content-right .mix-box p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
  }
  .mix .site-container::before {
    height: 520px;
    opacity: 0.45;
  }
  .web {
    padding-top: 42px;
  }
  .web .web-content-top span.top {
    font-size: 13px;
    padding: 8px 18px;
    margin-bottom: 20px;
  }
  .web .web-content-top h2 {
    font-size: 31px;
  }
  .web .web-content-top h2 span.underline {
    display: inline;
  }
  .web .web-content-top h2 span.underline::after {
    bottom: 3px;
    height: 6px;
  }
  .web .web-content-bottom .bottom-left p {
    margin-top: 26px;
    font-size: 16px;
    line-height: 29px;
  }
  .web .web-content-bottom .bottom-right .right-img::before {
    display: none;
  }
  .web .web-content-bottom-btn {
    margin-top: 22px;
  }
  .graphics {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .graphics-content {
    gap: 30px;
  }
  .graphics-content-left h2 {
    font-size: 30px;
  }
  .graphics-content-left h2 span::after {
    display: none !important;
    bottom: 4px;
    height: 6px;
  }
  .graphics-content-left .imgs {
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }
  .graphics-content-left .imgs img {
    width: 100%;
  }
  .graphics-content-left p {
    font-size: 16px;
    line-height: 29px;
  }
  .graphics-content-right .content {
    padding: 18px;
  }
  .graphics-content-right .content img {
    margin-bottom: 18px;
  }
  .graphics-content-right .content p {
    font-size: 16px;
    line-height: 28px;
  }
  .graphics-content-right .bottom {
    font-size: 16px;
  }
  .contact-content-top h2 {
    font-size: 32px;
  }
  .contact-content-top h2 br {
    display: none;
  }
  .contact-content-top .bottom {
    margin-bottom: 30px;
  }
  .contact-content-top .bottom p {
    font-size: 16px;
    line-height: 29px;
  }
}
@media (max-width: 600px) {
  .rezart-hero .rezart-hero-bg {
    background-position: -372px !important;
  }
}