@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilt Warp";
  src: url("./fonts/TiltWarp-Regular-VariableFont_XROT,YROT.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
}

body {
  background: #1e1e1e;
  overflow-x: auto;
  font-family: "Inter", system-ui, sans-serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

.artboard {
  position: relative;
  width: 1440px;
  height: 3050px;
  margin: 0 auto;
  background: #1e1e1e;
  overflow: hidden;
}

.hero-shell {
  position: absolute;
  inset: 0 0 auto 0;
  width: 1440px;
  height: 1245px;
}

.bg-portrait {
  position: absolute;
  top: 0;
  width: 686px;
  height: 1147px;
  opacity: 0.29;
}

.bg-portrait img {
  object-fit: cover;
}

.bg-portrait--left {
  left: 0;
  transform: scaleY(-1) rotate(180deg);
}

.bg-portrait--right {
  left: 754px;
}

.top-bar {
  position: absolute;
  left: 671px;
  top: 23px;
  width: 401px;
  height: 34px;
  background: #382eed;
}

.top-label {
  position: absolute;
  color: #fff;
  font: 400 11px/1.2 Inter, sans-serif;
  white-space: nowrap;
  z-index: 2;
}

.top-label--left {
  left: 6px;
  top: 12px;
}

.top-label--center {
  left: 776px;
  top: 12px;
  text-align: right;
}

.top-label--right {
  left: 635px;
  top: 186px;
  text-align: right;
}

.word {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  line-height: 1;
}

.word--sergi {
  left: 1075px;
  top: 470px;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font: 400 160.552px/1 Inter, sans-serif;
  transform: translateX(-100%);
}

.word--delgado {
  left: 1425px;
  top: 664px;
  color: #fc7130;
  font: 400 160.552px/1 "Tilt Warp", cursive;
  letter-spacing: 0;
  transform: translateX(-100%);
}

.word--influence {
  left: 0;
  top: 506px;
  width: 745px;
  height: 162px;
  color: #fff;
  font: 400 160.552px/1 "Tilt Warp", cursive;
  transform: rotate(-90deg);
  transform-origin: left top;
}

.word-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 56px;
  flex: 0 0 auto;
}

.word-icon::before,
.word-icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 56px;
  background: #382eed;
  border-radius: 0 24px 24px 0;
}

.line {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.line--vertical {
  width: 1px;
  height: 329px;
}

.line--center {
  left: 742px;
  top: 0;
  background-image:
    url("assets/index/line-center.png"),
    url("https://www.figma.com/api/mcp/asset/42698158-3326-4a2d-ab26-56d8e86ca565");
}

.line--left {
  left: 88px;
  top: 17px;
  height: 865px;
  transform: rotate(90deg);
  background-image:
    url("assets/index/line-side.png"),
    url("https://www.figma.com/api/mcp/asset/5d107040-266f-4c27-b2a7-23874a2fa011");
}

.line--right {
  left: 1148px;
  top: 17px;
  height: 865px;
  transform: rotate(90deg);
  background-image:
    url("assets/index/line-side.png"),
    url("https://www.figma.com/api/mcp/asset/5d107040-266f-4c27-b2a7-23874a2fa011");
}

.line--horizontal {
  height: 1px;
}

.line--top-left {
  left: 0;
  top: 98px;
  width: 708px;
  transform: rotate(180deg);
  background-image:
    url("assets/index/line-top-left.png"),
    url("https://www.figma.com/api/mcp/asset/5146fc38-22a1-4e6e-a202-695e985e286a");
}

.line--top-center {
  left: 713px;
  top: 98px;
  width: 360px;
  transform: rotate(180deg);
  background-image:
    url("assets/index/line-top-mid.png"),
    url("https://www.figma.com/api/mcp/asset/d1f39d26-b488-4b1f-b712-18c8cc7c83e9");
}

.line--top-right {
  left: 1092px;
  top: 98px;
  width: 360px;
  transform: rotate(180deg);
  background-image:
    url("assets/index/line-top-mid.png"),
    url("https://www.figma.com/api/mcp/asset/d1f39d26-b488-4b1f-b712-18c8cc7c83e9");
}

.line--bottom-left {
  left: 0;
  top: 1113px;
  width: 275px;
  transform: rotate(180deg);
  background-image:
    url("assets/index/line-bottom-left.png"),
    url("https://www.figma.com/api/mcp/asset/cb7c08a9-5b31-4fd3-b946-e650ca93ba2a");
}

.line--bottom-center {
  left: 309px;
  top: 1113px;
  width: 396px;
  transform: rotate(180deg);
  background-image:
    url("assets/index/line-bottom-mid.png"),
    url("https://www.figma.com/api/mcp/asset/40a81839-9c3d-4598-98f4-7fb7ac6d1f40");
}

.line--bottom-right {
  left: 731px;
  top: 1113px;
  width: 408px;
  transform: rotate(180deg);
  background-image:
    url("assets/index/line-bottom-right.png"),
    url("https://www.figma.com/api/mcp/asset/c41dffb9-df27-4f03-ac6e-f066e4096c2b");
}

.line--bottom-far-right {
  left: 1167px;
  top: 1113px;
  width: 269px;
  transform: rotate(180deg);
  background-image:
    url("assets/index/line-bottom-far-right.png"),
    url("https://www.figma.com/api/mcp/asset/861abac1-595c-43b3-b09d-1272e19251c5");
}

.dot {
  display: block;
  width: 11px;
  height: 11px;
  background:
    url("assets/index/dot.png") center/contain no-repeat,
    url("https://www.figma.com/api/mcp/asset/4e8eaacf-ea8c-43b6-9b0e-690d5e0185e8") center/contain no-repeat;
}

.page-nav {
  position: absolute;
  width: 11px;
  height: 11px;
  z-index: 4;
}

.page-dot-link {
  display: block;
  width: 11px;
  height: 11px;
}

.page-dot-link:focus-visible,
.page-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

.page-nav--left {
  left: 288px;
  top: 1107.98px;
}

.page-nav--center {
  left: 714px;
  top: 1107.98px;
}

.page-nav--right {
  left: 1145px;
  top: 1107.98px;
}

.page-card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  width: 250px;
  min-height: 318px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(30, 30, 30, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.page-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
}

.page-card__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}

.page-card__title {
  font: 400 26px/1.05 "Tilt Warp", cursive;
}

.page-card__copy {
  font: 400 12px/1.35 Inter, sans-serif;
  color: rgba(255, 255, 255, 0.84);
}

.page-card__cta {
  margin-top: 4px;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: #382eed;
  color: #fff;
  font: 700 11px/1 Inter, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-nav:hover .page-card,
.page-nav:focus-visible .page-card,
.page-nav:focus-within .page-card {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.page-nav:hover .dot,
.page-nav:focus-within .dot,
.page-dot-link:focus-visible .dot {
  filter: brightness(1.2);
}

.page-nav--center .page-card {
  width: 270px;
}

.page-nav--right .page-card {
  width: 240px;
}

.influence-shell {
  position: absolute;
  left: 0;
  top: 1250px;
  width: 1440px;
  height: 1700px;
}

.side-title {
  position: absolute;
  left: 5px;
  top: 700px;
  transform: rotate(-90deg);
  transform-origin: left top;
  color: #fff;
  font: 400 160.552px/1 "Tilt Warp", cursive;
  z-index: 3;
}

.column {
  position: absolute;
  top: 0;
  width: 385px;
  height: 1700px;
  overflow: hidden;
}

.column p {
  position: absolute;
  left: 17px;
  top: 26px;
  width: 328px;
  margin: 0;
  z-index: 2;
  font: 400 12px/1.2 Inter, sans-serif;
}

.column img {
  position: absolute;
  left: 50%;
  width: 385px;
  transform: translateX(-50%);
  object-fit: cover;
  border-top: 4px solid rgba(255, 255, 255, 0.12);
  border-right: 4px solid rgba(255, 255, 255, 0.12);
  border-bottom: 4px solid rgba(255, 255, 255, 0.12);
}

.column--orange {
  left: 223px;
  background: #f55910;
  color: #fff;
}

.column--orange img:nth-of-type(1) { top: 300px; height: 337px; }
.column--orange img:nth-of-type(2) { top: 637px; height: 336px; }
.column--orange img:nth-of-type(3) { top: 973px; height: 336px; }
.column--orange img:nth-of-type(4) { top: 1309px; height: 337px; }

.column--white {
  left: 629px;
  background: #fff;
  color: #1e1e1e;
}

.column--white p:first-of-type {
  left: 17px;
  top: 26px;
  width: 328px;
}

.column--white p:last-of-type {
  left: 17px;
  top: 150px;
  width: 328px;
  transform: none;
}

.column--white img:nth-of-type(1) { top: 300px; height: 337px; }
.column--white img:nth-of-type(2) { top: 637px; height: 336px; }
.column--white img:nth-of-type(3) { top: 973px; height: 336px; }
.column--white img:nth-of-type(4) { top: 1309px; height: 337px; }

.column--blue {
  left: 1036px;
  width: 386px;
  background: #382eed;
  color: #fff;
}

.column--blue p {
  left: 21px;
  top: 26px;
  width: 338px;
}

.column--blue img:nth-of-type(1) { top: 300px; height: 337px; }
.column--blue img:nth-of-type(2) { top: 637px; height: 336px; }
.column--blue img:nth-of-type(3) { top: 973px; height: 336px; }
.column--blue img:nth-of-type(4) { top: 1309px; height: 337px; }
