:root {
  color-scheme: dark;
  --bg: #05070a;
  --text: #f7f8fa;
  --muted: rgba(247, 248, 250, 0.72);
  --soft: rgba(247, 248, 250, 0.12);
  --red: #ef1f2d;
  --header: rgba(5, 7, 10, 0.74);
  --content: min(1220px, calc(100vw - 44px));
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--bg);
  color: var(--text);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  overflow-x: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  width: var(--content);
  min-height: 82px;
  grid-template-columns: minmax(260px, auto) 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px) saturate(130%);
  transform: translateX(-50%);
  pointer-events: auto;
}

.brand,
.nav-links,
.header-instagram,
.lang-toggle {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 14px;
  padding: 0 8px 0 2px;
  background: transparent;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  animation: logo-breathe 5.8s ease-in-out infinite;
}

.brand span {
  overflow: hidden;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  display: inline-flex;
  justify-self: center;
  gap: 2px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.nav-links a,
.lang-toggle {
  min-height: 46px;
  border: 0;
  padding: 0 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 780;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
}

.nav-links a:hover,
.lang-toggle:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.lang-toggle {
  min-width: 52px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
}

.header-instagram {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 18px;
  background: var(--red);
  color: white;
  box-shadow: 0 16px 38px rgba(239, 31, 45, 0.22);
  font-size: 14px;
  font-weight: 860;
  white-space: nowrap;
}

.visual-section {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--image) center / cover no-repeat;
  box-shadow: inset 0 -18svh 18svh rgba(5, 7, 10, 0.86);
}

.visual-section:not(.hero-section),
.visual-band {
  margin-top: -8svh;
  padding-top: 8svh;
}

.flow-transition {
  position: relative;
  z-index: 8;
  height: 28svh;
  min-height: 210px;
  max-height: 330px;
  margin: -16svh 0 -12svh;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(5, 7, 10, 0.86), rgba(5, 7, 10, 0.18) 58%, rgba(5, 7, 10, 0) 76%),
    linear-gradient(
      180deg,
      rgba(5, 7, 10, 0),
      rgba(5, 7, 10, 0.78) 46%,
      rgba(5, 7, 10, 0)
    );
  backdrop-filter: blur(4px);
  mask-image: linear-gradient(180deg, transparent, black 22%, black 74%, transparent);
}

.visual-section::before {
  position: absolute;
  inset: -1px 0 auto;
  z-index: 1;
  height: 22svh;
  min-height: 150px;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(5, 7, 10, 0.94),
    rgba(5, 7, 10, 0.5) 48%,
    rgba(5, 7, 10, 0)
  );
}

.visual-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 7, 10, 0.14), rgba(5, 7, 10, 0.42)),
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.1), transparent 24%);
}

.shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(5, 7, 10, 0.74), rgba(5, 7, 10, 0.18) 56%, rgba(5, 7, 10, 0.54));
}

.shade.left {
  background: linear-gradient(90deg, rgba(5, 7, 10, 0.82), rgba(5, 7, 10, 0.18) 62%, rgba(5, 7, 10, 0.34));
}

.shade.center {
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.3), rgba(5, 7, 10, 0.2) 54%, rgba(5, 7, 10, 0.58));
}

.section-copy {
  position: relative;
  z-index: 2;
  width: var(--content);
  margin: 0 auto;
  align-self: end;
  padding: 0 0 84px;
  animation: copy-rise 900ms ease-out both;
}

.section-copy.compact {
  max-width: 620px;
  margin-left: max(22px, calc((100vw - 1180px) / 2));
}

.section-copy.small {
  max-width: 560px;
}

.top-left {
  align-self: start;
  padding-top: 150px;
}

.left-mid {
  align-self: center;
  margin-left: max(22px, calc((100vw - 1180px) / 2));
  padding: 0;
}

.bottom-left {
  align-self: end;
}

.hero-section .section-copy {
  padding-bottom: 160px;
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 18px;
  max-width: 780px;
  font-size: 64px;
  font-weight: 780;
  line-height: 0.98;
}

.small h2 {
  font-size: 52px;
}

p {
  max-width: 460px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.instagram-link {
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(239, 31, 45, 0.62);
  background: rgba(239, 31, 45, 0.9);
  box-shadow: 0 20px 46px rgba(239, 31, 45, 0.28);
  backdrop-filter: blur(16px);
  font-size: 16px;
}

.text-link::before {
  display: block;
  width: 54px;
  height: 2px;
  content: "";
  background: var(--red);
  animation: line-glow 3.8s ease-in-out infinite;
}

.instagram-link::before {
  background: rgba(255, 255, 255, 0.92);
}

.instagram-cta {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--red);
  color: white;
  box-shadow: 0 18px 42px rgba(239, 31, 45, 0.24);
  font-size: 17px;
  font-weight: 850;
}

.site-footer {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 max(22px, calc((100vw - 1220px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #05070a;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 650;
}

.visual-band {
  position: relative;
  display: grid;
  min-height: 64svh;
  align-items: end;
  overflow: hidden;
  background: var(--image) center / cover no-repeat;
  box-shadow:
    inset 0 16svh 16svh rgba(5, 7, 10, 0.74),
    inset 0 -16svh 16svh rgba(5, 7, 10, 0.78);
}

.visual-band::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 7, 10, 0.18), rgba(5, 7, 10, 0.5));
}

.visual-band::after {
  position: absolute;
  inset: auto 0 -1px;
  height: 22svh;
  min-height: 120px;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(5, 7, 10, 0), rgba(5, 7, 10, 0.82));
}

.band-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--content);
  margin: 0 auto;
  padding-bottom: 34px;
  gap: 8px;
  flex-wrap: wrap;
  animation: copy-rise 900ms ease-out both;
}

.band-copy span {
  padding: 8px 10px;
  background: rgba(5, 7, 10, 0.34);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

@media (max-width: 820px) {
  :root {
    --content: min(100vw - 28px, 720px);
  }

  .site-header {
    top: 10px;
    min-height: 66px;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    padding: 8px;
    border-radius: 22px;
  }

  .nav-links {
    display: none;
  }

  .brand span {
    max-width: 154px;
    font-size: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .header-instagram {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .lang-toggle {
    min-width: 44px;
    min-height: 42px;
    padding: 0 10px;
    font-size: 13px;
  }

  .visual-section {
    min-height: 100svh;
  }

  .visual-section::before {
    height: 18svh;
    min-height: 130px;
  }

  .flow-transition {
    height: 23svh;
    min-height: 160px;
    margin: -13svh 0 -10svh;
  }

  .section-copy,
  .section-copy.compact,
  .section-copy.small,
  .left-mid {
    width: var(--content);
    max-width: none;
    margin-inline: auto;
  }

  .section-copy {
    padding-bottom: 54px;
  }

  .hero-section .section-copy {
    padding-bottom: 138px;
  }

  .top-left {
    padding-top: 116px;
  }

  .left-mid {
    align-self: end;
    padding-bottom: 150px;
  }

  h1,
  h2,
  .small h2 {
    font-size: 40px;
  }

  p {
    font-size: 16px;
  }

  .hero-section {
    background-position: 62% center;
  }

  .contact-section {
    background-position: 50% center;
  }

  .visual-band {
    min-height: 58svh;
  }

  .site-footer {
    min-height: 92px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-inline: 18px;
    font-size: 13px;
  }
}

@media (max-width: 460px) {
  .brand {
    padding: 0;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand span {
    max-width: 112px;
    font-size: 13px;
  }

  .header-instagram {
    min-height: 40px;
    padding: 0 11px;
    font-size: 12px;
  }

  .lang-toggle {
    min-width: 38px;
    min-height: 40px;
  }

  h1,
  h2,
  .small h2 {
    font-size: 34px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .text-link::before {
    width: 38px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
  }
}

@keyframes cta-pulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
  }

  50% {
    transform: translateY(-3px);
    box-shadow: 0 22px 64px rgba(239, 31, 45, 0.3);
  }
}

@keyframes copy-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes line-glow {
  0%,
  100% {
    opacity: 0.76;
    transform: scaleX(0.86);
    transform-origin: left center;
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@keyframes logo-breathe {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    opacity: 0.92;
  }

  50% {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.24));
    opacity: 1;
  }
}
