@font-face {
  font-family: "Argentum Sans";
  src: url("fource-alt-open/assets/argentum-sans.regular-DZ4QYp0W.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Argentum Sans";
  src: url("fource-alt-open/assets/argentum-sans.semibold-L1JHrIev.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Argentum Sans";
  src: url("fource-alt-open/assets/argentum-sans.extrabold-ANttYop2.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #010309;
  --ink: #050b18;
  --navy: #071553;
  --panel: #071020;
  --text: #f7fbff;
  --muted: #b9c3d5;
  --blue: #0877ff;
  --cyan: #4b8dff;
  --red: #ff3544;
  --line: rgba(158, 192, 255, 0.23);
  --max-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#agentur,
#services,
#kontakt {
  scroll-margin-top: 112px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--black);
  font-family: "Argentum Sans", Arial, sans-serif;
}

body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(84, 132, 255, 0.38) 0.7px, transparent 0.8px);
  background-size: 7px 7px;
  opacity: 0.08;
  pointer-events: none;
}

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

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

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 17px max(24px, calc((100% - var(--max-width)) / 2));
  border-bottom: 1px solid rgba(131, 173, 244, 0.22);
  background: rgba(1, 3, 9, 0.92);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 180px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 44px;
  color: #c7d0de;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--cyan);
}

.header-contact {
  padding: 11px 0 10px 18px;
  border-left: 2px solid var(--blue);
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-contact:hover,
.header-contact:focus-visible {
  border-color: #fff;
  color: #fff;
}

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px 72px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.88fr);
  min-height: 660px;
  padding: 118px 0 72px;
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 650px;
}

.eyebrow {
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 620px;
  margin-top: 20px;
  font-size: 86px;
  line-height: 0.86;
}

h1 span,
h3 em {
  color: var(--blue);
  font-style: normal;
}

.hero-text {
  max-width: 500px;
  margin-top: 28px;
  color: #e5ebf6;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-primary {
  border-color: var(--blue);
  background: var(--blue);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--cyan);
  background: #035ed2;
}

.button-secondary {
  background: rgba(3, 11, 30, 0.58);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

.hero-signature {
  margin-top: 48px;
  color: #f7fbff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
}

.hero-signature strong {
  color: var(--blue);
  font-size: inherit;
  font-weight: 800;
  letter-spacing: inherit;
}

.hero-art {
  position: relative;
  z-index: 1;
  min-height: 470px;
}

.hero-logo {
  position: absolute;
  right: -24px;
  bottom: 26px;
  width: min(580px, 52vw);
  transform: translate3d(var(--logo-x, 0px), var(--logo-y, 0px), 0);
}

.hero-logo::before {
  position: absolute;
  z-index: -1;
  inset: 7%;
  content: "";
  background: url("fource-alt-open/assets/splash-logo-no-glow-D6FAFce8.webp") center / contain no-repeat;
  filter: blur(28px) saturate(1.7);
  opacity: 0.72;
}

.hero-logo img {
  width: 100%;
  filter: saturate(1.15) contrast(1.05);
}

.profile {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 46px 70px;
  padding: 88px 0 106px;
  border-top: 1px solid var(--line);
}

.section-marker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dfe7f4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-marker span,
.service-number {
  color: var(--cyan);
  font-weight: 800;
}

.profile-copy h2,
.section-intro h2,
.contact-copy h2 {
  margin-top: 16px;
  font-size: 54px;
  line-height: 0.92;
}

.profile-copy > p:last-child {
  max-width: 720px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.profile-facts {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 4px 0 0;
}

.profile-facts div {
  min-height: 86px;
  padding-top: 17px;
  border-top: 2px solid var(--blue);
}

.profile-facts dt {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-facts dd {
  margin-top: 9px;
  color: #edf3ff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.services {
  padding: 84px 0 106px;
  border-top: 1px solid var(--line);
}

.section-intro {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 70px;
  margin-bottom: 54px;
}

.service-list {
  display: grid;
  gap: 30px;
}

.service-item {
  display: grid;
  grid-template-columns: minmax(300px, 0.96fr) minmax(0, 1fr);
  min-height: 334px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(4, 12, 28, 0.78);
}

.service-item-image-right .service-media {
  grid-column: 2;
}

.service-item-image-right .service-content {
  grid-row: 1;
  grid-column: 1;
}

.service-media {
  position: relative;
  min-height: 334px;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 11%, 82% 50%, 100% 89%, 0 100%, 13% 50%);
  filter: saturate(0.9) contrast(1.08);
  transition: filter 180ms ease;
}

.service-item-image-right .service-media {
  clip-path: polygon(0 11%, 100% 0, 87% 50%, 100% 100%, 0 89%, 18% 50%);
}

.service-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: rgba(1, 25, 84, 0.18);
}

.service-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  border: 3px solid var(--blue);
  clip-path: inherit;
  opacity: 0.92;
}

.media-strategy {
  background-image: url("assets/consulting-strategy-v1.png");
  background-position: center;
}

.media-content {
  background-image: url("assets/creator-lunaria.jpg");
  background-position: center 28%;
}

.media-event {
  background-image: url("assets/team-banner.jpg");
  background-position: center 42%;
}

.service-item:hover .service-media {
  filter: saturate(1.08) contrast(1.1) brightness(1.08);
}

.service-content {
  align-self: center;
  padding: 50px 56px;
}

.service-number {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.service-content h3 {
  margin-top: 22px;
  font-size: 42px;
  line-height: 0.9;
}

.service-content p {
  max-width: 490px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.contact {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.contact-copy {
  max-width: 590px;
  margin-bottom: 30px;
}

.contact-copy h2 {
  margin-top: 12px;
  font-size: 48px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

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

.contact-person {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 470px;
  overflow: hidden;
  background: #041330;
  border: 1px solid var(--line);
  border-top: 2px solid var(--blue);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.contact-person::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(1, 13, 52, 0.03) 34%, rgba(1, 13, 52, 0.93) 100%);
  pointer-events: none;
}

.contact-person img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) saturate(0.92) contrast(1.02);
}

.contact-person-david img {
  transform: scale(1.16);
  transform-origin: center 36%;
}

.contact-person-alexander img {
  transform: scale(1.14);
  transform-origin: center 36%;
}

.contact-person-copy {
  position: relative;
  z-index: 2;
  padding: 28px 30px;
}

.contact-person-copy p {
  color: #8eb6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-person-copy h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 35px;
  line-height: 0.92;
  text-transform: none;
}

.contact-person-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: #dfeaff;
}

.contact-person-details a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(142, 182, 255, 0.72);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.contact-person-details a:hover,
.contact-person-details a:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #031332;
}

.contact-person-details .contact-linkedin svg {
  width: 13px;
  height: 15px;
  fill: currentColor;
}

.contact-person-details .contact-person-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
}

.contact-socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.contact-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #eaf1ff;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.contact-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.contact-socials a:hover,
.contact-socials a:focus-visible {
  border-color: var(--blue);
  background: rgba(75, 141, 255, 0.12);
  color: var(--cyan);
  transform: translateY(-1px);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 32px 28px 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-navigation,
.footer-socials,
.footer-links,
.footer-company {
  display: flex;
  align-items: center;
}

.footer-company {
  min-width: 0;
  gap: 18px;
}

.footer-logo {
  width: 120px;
  height: auto;
  flex: 0 0 auto;
}

.footer-address {
  display: grid;
  gap: 3px;
  color: #aebed7;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: none;
}

.footer-navigation {
  gap: 28px;
}

.footer-socials,
.footer-links {
  gap: 18px;
  font-size: 12px;
}

.footer-legal {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.footer-copyright {
  color: #7f91b1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: right;
  text-transform: none;
}

.footer-socials {
  display: none;
}

.footer-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #eaf1ff;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-socials a:hover,
.footer-socials a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: var(--blue);
  background: rgba(75, 141, 255, 0.12);
  transform: translateY(-1px);
}

.legal-page .site-header {
  position: relative;
}

.legal-main {
  max-width: 960px;
  min-height: calc(100vh - 220px);
  margin: 0 auto;
  padding: 96px 28px 110px;
}

.legal-back {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-main h1 {
  margin-top: 22px;
  font-size: 66px;
}

.legal-intro {
  max-width: 620px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.legal-content {
  margin-top: 72px;
  border-bottom: 1px solid var(--line);
}

.legal-section {
  padding: 34px 0 38px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  color: var(--text);
  font-size: 28px;
  line-height: 1;
}

.legal-section h3 {
  margin-top: 28px;
  color: var(--cyan);
  font-size: 15px;
  line-height: 1.1;
}

.legal-section p,
.legal-section li,
.legal-contact {
  max-width: 720px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.legal-contact {
  display: grid;
  gap: 5px;
  color: #eaf1ff;
  font-style: normal;
  font-weight: 600;
}

.legal-contact a:hover,
.legal-contact a:focus-visible,
.legal-back:hover,
.legal-back:focus-visible {
  color: #a9c5ff;
}

.legal-section ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.legal-section li + li {
  margin-top: 6px;
}

.legal-note {
  padding-left: 18px;
  border-left: 2px solid var(--blue);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
    min-height: 600px;
    padding-top: 86px;
  }

  h1 {
    font-size: 68px;
  }

  .profile,
  .section-intro {
    grid-template-columns: 0.3fr 1fr;
    gap: 40px;
  }

  .profile-copy h2,
  .section-intro h2,
  .contact-copy h2 {
    font-size: 46px;
  }

  .service-content {
    padding: 42px;
  }

  .service-content h3 {
    font-size: 36px;
  }

  .contact-copy {
    padding-right: 34px;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 18px;
    min-height: 70px;
    padding: 14px 20px;
  }

  .brand img {
    width: 154px;
  }

  .header-contact {
    padding-left: 12px;
    font-size: 11px;
  }

  .main-nav {
    gap: 24px;
    overflow-x: auto;
    font-size: 11px;
  }

  main {
    padding: 0 20px 52px;
  }

  .hero {
    display: block;
    min-height: 640px;
    padding: 78px 0 38px;
  }

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

  h1 {
    font-size: 54px;
    line-height: 0.9;
  }

  .hero-text {
    max-width: 380px;
    font-size: 18px;
  }

  .hero-art {
    position: absolute;
    right: -20px;
    bottom: -20px;
    left: 19%;
    min-height: 330px;
    opacity: 0.62;
    pointer-events: none;
  }

  .hero-logo {
    right: -14px;
    bottom: 22px;
    width: min(470px, 100%);
    animation: hero-logo-float 5s ease-in-out infinite;
  }

  .hero-signature {
    margin-top: 46px;
    font-size: 16px;
  }

  .profile,
  .section-intro {
    display: block;
    padding: 66px 0 72px;
  }

  .section-intro {
    margin-bottom: 38px;
  }

  .section-intro > div:last-child {
    margin-top: 32px;
  }

  .profile-copy {
    margin-top: 32px;
  }

  .profile-copy h2,
  .section-intro h2,
  .contact-copy h2 {
    font-size: 40px;
  }

  .profile-copy > p:last-child {
    font-size: 18px;
  }

  .profile-facts {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

  .profile-facts div {
    min-height: 0;
  }

  .services {
    padding: 0 0 72px;
  }

  .service-list {
    gap: 20px;
  }

  .service-item,
  .service-item-image-right {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .service-item-image-right .service-media,
  .service-item-image-right .service-content {
    grid-column: auto;
    grid-row: auto;
  }

  .service-media,
  .service-item-image-right .service-media {
    width: 100%;
    min-height: 210px;
    clip-path: polygon(0 0, 100% 12%, 83% 50%, 100% 88%, 0 100%, 14% 50%);
  }

  .service-content {
    padding: 32px 28px 38px;
  }

  .service-content h3 {
    font-size: 34px;
  }

  .contact-copy {
    margin-bottom: 24px;
  }

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

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

  .contact-person {
    min-height: 440px;
  }

  .contact-person-copy {
    padding: 26px 28px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 20px 36px;
  }

  .footer-navigation {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-company {
    align-items: center;
  }

  .footer-legal {
    justify-items: start;
  }

  .footer-copyright {
    text-align: left;
  }

  .footer-socials {
    flex-wrap: wrap;
  }

  .legal-main {
    padding: 66px 20px 78px;
  }

  .legal-main h1 {
    font-size: 46px;
  }

  .legal-intro {
    font-size: 18px;
  }

  .legal-content {
    margin-top: 48px;
  }

  .legal-section h2 {
    font-size: 24px;
  }
}

@keyframes hero-logo-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 18px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 430px) {
  .header-contact {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .main-nav {
    grid-row: auto;
  }

  h1 {
    font-size: 47px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .profile-copy h2,
  .section-intro h2,
  .contact-copy h2 {
    font-size: 35px;
  }

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

  .service-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  .hero-signature {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
