:root {
  --blue: #1111e8;
  --green: #16ff00;
  --ink: #0e0e14;
  --paper: #f3f1eb;
  --white: #fff;
  --line: rgba(14,14,20,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1360px, calc(100% - 80px)); margin: 0 auto; }
.section { padding: clamp(90px, 9vw, 145px) 0; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}
.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  pointer-events: none;
}
.nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  border-bottom: 1px solid rgba(255,255,255,.26);
}
.brand { font-size: 1.35rem; font-weight: 950; letter-spacing: -.065em; }
.brand span { color: var(--green); }
.navLinks { display: flex; align-items: center; gap: 33px; font-size: .83rem; font-weight: 740; }
.navLinks > a:not(.navCta) { opacity: .73; }
.navLinks > a:not(.navCta):hover,
.navLinks > a:not(.navCta):focus-visible { opacity: 1; }
.navCta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.56); border-radius: 999px; }

.heroGrid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(420px,.72fr);
  gap: clamp(55px,8vw,130px);
  align-items: center;
  min-height: 720px;
  padding: 70px 0 82px;
}
.eyebrow,
.sectionLabel {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 26px;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(22,255,0,.16); }
.hero h1,
.model h2,
.portfolio h2,
.contact h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hero h1 { max-width: 900px; font-size: clamp(5.1rem,8.7vw,9.4rem); }
.hero h1 em { color: var(--green); font-style: normal; }
.heroIntro { max-width: 700px; margin: 36px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.03rem,1.4vw,1.27rem); line-height: 1.55; letter-spacing: -.02em; }
.heroActions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 57px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-3px); }
.buttonGreen { background: var(--green); color: var(--ink); }
.textLink { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.7); font-size: .86rem; font-weight: 780; }

.distributionMap {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(7,7,155,.38);
}
.distributionMap::before,
.distributionMap::after {
  position: absolute;
  background: rgba(255,255,255,.08);
  content: "";
}
.distributionMap::before { top: 0; bottom: 0; left: 50%; width: 1px; }
.distributionMap::after { top: 50%; right: 0; left: 0; height: 1px; }
.distributionMap > p { position: absolute; top: 18px; left: 20px; margin: 0; color: rgba(255,255,255,.58); font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mapCenter {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  border: 10px solid var(--green);
  border-radius: 50%;
  translate: -50% -50%;
  background: var(--blue);
  box-shadow: 0 0 0 12px rgba(22,255,0,.1);
}
.mapCenter span { margin-bottom: 9px; font-size: .53rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; opacity: .6; }
.mapCenter strong { font-size: 1.2rem; letter-spacing: -.06em; }
.mapCenter small { margin-top: 6px; font-size: .52rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.creatorNode {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 142px;
  min-height: 80px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.36);
  background: var(--blue);
}
.creatorNode span { color: var(--green); font-size: .56rem; font-weight: 900; }
.creatorNode strong { font-size: .69rem; letter-spacing: .02em; text-transform: uppercase; }
.nodeOne { top: 70px; left: 38px; }
.nodeTwo { top: 70px; right: 38px; }
.nodeThree { bottom: 58px; left: 38px; }
.nodeFour { right: 38px; bottom: 58px; }
.mapLine { position: absolute; z-index: 1; top: 50%; left: 50%; width: 160px; height: 1px; background: var(--green); transform-origin: left center; opacity: .55; }
.lineOne { transform: rotate(-138deg); }
.lineTwo { transform: rotate(-42deg); }
.lineThree { transform: rotate(138deg); }
.lineFour { transform: rotate(42deg); }
.mapFooter { position: absolute; right: 20px; bottom: 17px; font-size: .57rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }

.experience {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: clamp(22px,3vw,48px);
  min-height: 86px;
  border-top: 1px solid rgba(255,255,255,.26);
}
.experience > span { color: rgba(255,255,255,.5); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.experience strong { font-size: .88rem; letter-spacing: -.02em; }
.experience i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.sectionLabel { color: #6c6c73; }
.sectionLabel::before { width: 32px; height: 2px; background: currentColor; content: ""; }
.sectionHeading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.42fr); gap: clamp(55px,8vw,130px); align-items: end; }
.model h2 { max-width: 850px; font-size: clamp(4rem,6.8vw,7.5rem); }
.sectionHeading > p { max-width: 460px; margin: 0 0 7px; color: #515159; font-size: 1rem; line-height: 1.7; }
.modelGrid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modelCard { min-height: 300px; padding: 24px 26px 30px; border-right: 1px solid var(--line); }
.modelCard:last-child { border-right: 0; }
.modelCard > span { color: #76767e; font-size: .67rem; font-weight: 850; }
.modelCard h3 { margin: 82px 0 18px; font-size: clamp(1.7rem,2.25vw,2.45rem); letter-spacing: -.05em; }
.modelCard p { max-width: 330px; margin: 0; color: #595961; font-size: .92rem; line-height: 1.65; }

.portfolio { background: var(--ink); color: var(--white); }
.sectionLabelLight { color: rgba(255,255,255,.48); }
.portfolio h2 { font-size: clamp(4.2rem,7.4vw,8.1rem); }
.portfolioHeading > p { color: rgba(255,255,255,.59); }
.portfolioGrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 72px; }
.workCard { min-width: 0; overflow: hidden; background: #191920; }
.videoFrame { position: relative; width: 100%; aspect-ratio: 9 / 16; overflow: hidden; background: #050507; }
.videoFrame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #050507; }
.workMeta { display: grid; grid-template-columns: 28px 1fr 26px; gap: 10px; align-items: start; min-height: 120px; padding: 17px 15px; border-top: 1px solid rgba(255,255,255,.12); }
.workMeta > span { color: var(--green); font-size: .61rem; font-weight: 900; }
.workMeta h3 { margin: 0; font-size: .93rem; line-height: 1.2; letter-spacing: -.025em; }
.workMeta p { margin: 7px 0 0; color: rgba(255,255,255,.42); font-size: .59rem; line-height: 1.4; }
.workMeta a { justify-self: end; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: .68rem; }
.buttonOutline { margin-top: 44px; border: 1px solid rgba(255,255,255,.45); }
.buttonOutline:hover,
.buttonOutline:focus-visible { background: var(--white); color: var(--ink); }

.contact { position: relative; overflow: hidden; background: var(--green); }
.contactShape { position: absolute; top: 50%; right: -9vw; width: min(40vw,600px); aspect-ratio: 1; border: clamp(50px,7vw,92px) solid var(--blue); border-radius: 50%; translate: 0 -50%; opacity: .95; }
.contactInner { position: relative; z-index: 2; }
.contact .sectionLabel { color: rgba(14,14,20,.58); }
.contact h2 { max-width: 1020px; font-size: clamp(4.2rem,7.9vw,8.7rem); }
.contactInner > p:not(.sectionLabel) { max-width: 660px; margin: 38px 0 0; font-size: clamp(1rem,1.35vw,1.18rem); line-height: 1.62; }
.contactPrimary { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.buttonBlue { background: var(--blue); color: var(--white); }
.emailLink { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: .9rem; font-weight: 800; }
.contactLinks { display: flex; gap: 12px; margin-top: 62px; }
.contactLinks a { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 154px; padding: 13px 14px; border: 1px solid rgba(14,14,20,.32); font-size: .75rem; font-weight: 800; }

.footer { background: var(--ink); color: var(--white); }
.footerInner { display: flex; align-items: center; justify-content: space-between; min-height: 104px; }
.brandFooter { font-size: 1.48rem; }
.footer p { color: rgba(255,255,255,.48); font-size: .72rem; }
.footerInner > a:last-child { font-size: .72rem; font-weight: 760; }

@media (max-width: 1120px) {
  .shell { width: min(100% - 48px, 1360px); }
  .heroGrid { grid-template-columns: minmax(0,1fr) minmax(380px,.75fr); gap: 48px; }
  .distributionMap { width: min(100%,470px); }
  .portfolioGrid { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .videoFrame { aspect-ratio: 9 / 13; }
  .workMeta { min-height: 105px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 1360px); }
  .nav { height: 76px; }
  .navLinks > a:not(.navCta) { display: none; }
  .navCta { padding: 10px 14px; font-size: .76rem; }
  .heroGrid { grid-template-columns: 1fr; gap: 56px; min-height: auto; padding: 62px 0 70px; }
  .hero h1 { font-size: clamp(4.3rem,15.2vw,7rem); }
  .heroIntro { max-width: 630px; }
  .distributionMap { justify-self: center; width: min(100%,520px); }
  .experience { flex-wrap: wrap; gap: 16px 25px; padding: 22px 0; }
  .experience > span { width: 100%; }
  .sectionHeading { grid-template-columns: 1fr; gap: 34px; }
  .sectionHeading > p { max-width: 700px; }
  .modelGrid { grid-template-columns: 1fr; }
  .modelCard { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .modelCard:last-child { border-bottom: 0; }
  .modelCard h3 { margin-top: 55px; }
  .contactShape { right: -34vw; width: 82vw; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1360px); }
  .section { padding: 82px 0; }
  .brand { font-size: 1.17rem; }
  .navCta { padding: 9px 12px; }
  .navCta span { display: none; }
  .eyebrow,
  .sectionLabel { margin-bottom: 21px; font-size: .61rem; }
  .heroGrid { gap: 42px; padding: 51px 0 56px; }
  .hero h1 { font-size: clamp(3.5rem,16vw,5.3rem); line-height: .9; }
  .heroIntro { margin-top: 27px; font-size: .97rem; }
  .heroActions,
  .contactPrimary { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 30px; }
  .button { min-height: 53px; gap: 23px; padding: 0 20px; }
  .distributionMap { aspect-ratio: 1 / 1.08; }
  .distributionMap > p { top: 13px; left: 14px; font-size: .5rem; }
  .mapCenter { width: 126px; height: 126px; border-width: 7px; box-shadow: 0 0 0 8px rgba(22,255,0,.1); }
  .mapCenter span { font-size: .43rem; }
  .mapCenter strong { font-size: .94rem; }
  .mapCenter small { font-size: .42rem; }
  .creatorNode { width: 112px; min-height: 65px; padding: 9px; }
  .creatorNode strong { font-size: .54rem; }
  .nodeOne { top: 48px; left: 14px; }
  .nodeTwo { top: 48px; right: 14px; }
  .nodeThree { bottom: 46px; left: 14px; }
  .nodeFour { right: 14px; bottom: 46px; }
  .mapLine { width: 122px; }
  .mapFooter { right: 14px; bottom: 13px; font-size: .46rem; }
  .experience strong { font-size: .79rem; }
  .model h2,
  .portfolio h2,
  .contact h2 { font-size: clamp(3.25rem,14.8vw,5rem); }
  .modelGrid { margin-top: 54px; }
  .portfolioGrid { grid-template-columns: 1fr; gap: 22px; margin-top: 52px; }
  .videoFrame { aspect-ratio: 9 / 14; }
  .workMeta { min-height: 96px; }
  .workMeta h3 { font-size: 1rem; }
  .contact h2 { max-width: 520px; }
  .contactInner > p:not(.sectionLabel) { margin-top: 29px; font-size: .97rem; }
  .contactShape { right: -66vw; width: 125vw; border-width: 52px; opacity: .76; }
  .emailLink { font-size: .82rem; }
  .contactLinks { flex-direction: column; gap: 8px; margin-top: 46px; }
  .contactLinks a { width: 100%; }
  .footerInner { align-items: flex-start; flex-direction: column; gap: 10px; justify-content: center; min-height: 146px; }
  .footer p { margin: 0; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3.36rem; }
  .creatorNode { width: 102px; }
  .nodeOne,
  .nodeThree { left: 9px; }
  .nodeTwo,
  .nodeFour { right: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
