@import "tailwindcss";
@import "tw-animate-css";
@import "shadcn/tailwind.css";
:root {
  --ink: #111317;
  --paper: #f3f0e9;
  --acid: #d7ff39;
  --coral: #ff5e49;
  --blue: #5448ff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav-shell {
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid #11131729;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.brand {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -1.6px;
}
.brand span {
  font-weight: 400;
}
nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 700;
}
nav a:hover {
  opacity: 0.55;
}
.contact-link {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.menu {
  display: none;
  background: none;
  border: 0;
  width: 48px;
  height: 48px;
  padding: 12px;
  position: relative;
  z-index: 12;
}
.menu svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 0.3s ease;
}
.mobile-contact {
  display: none;
}
.hero {
  min-height: 820px;
  height: 100vh;
  padding: 150px clamp(24px, 8vw, 124px) 54px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: saturate(1.08);
}
.orb-one {
  width: 36vw;
  height: 36vw;
  max-width: 550px;
  max-height: 550px;
  background: radial-gradient(
    circle at 31% 25%,
    #fff 0 3%,
    #ff8c77 7%,
    var(--coral) 36%,
    #cf2f2a 72%
  );
  right: 4vw;
  top: 17%;
  box-shadow:
    inset -35px -45px 80px #8e171d55,
    0 40px 90px #ff5e4935;
}
.orb-two {
  width: 15vw;
  height: 15vw;
  max-width: 220px;
  max-height: 220px;
  background: radial-gradient(
    circle at 30% 25%,
    #fff 0 3%,
    #8c83ff 9%,
    var(--blue) 45%,
    #24199d 100%
  );
  right: 34vw;
  top: 19%;
  box-shadow: 0 25px 70px #5448ff44;
}
.orb-three {
  width: 8vw;
  height: 8vw;
  min-width: 75px;
  min-height: 75px;
  background: radial-gradient(
    circle at 34% 27%,
    #fff 0 4%,
    #ebff86 11%,
    var(--acid) 48%,
    #88a600
  );
  right: 29vw;
  bottom: 18%;
}
.orbit {
  position: absolute;
  border: 1px solid #1113172e;
  border-radius: 50%;
  transform: rotate(-18deg);
}
.orbit-a {
  width: 58vw;
  height: 28vw;
  right: -4vw;
  top: 23%;
}
.orbit-b {
  width: 44vw;
  height: 46vw;
  right: 1vw;
  top: 9%;
  transform: rotate(23deg);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 38px;
  position: relative;
}
h1 {
  font-size: clamp(70px, 10vw, 154px);
  line-height: 0.82;
  letter-spacing: -0.075em;
  margin: 0;
  max-width: 1100px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.hero-bottom {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-top: 56px;
  position: relative;
  z-index: 2;
}
.hero-bottom > p {
  max-width: 410px;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}
.round-cta {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.25s;
}
.round-cta:hover {
  transform: rotate(-6deg);
  background: var(--blue);
}
.scroll-note {
  position: absolute;
  right: 5vw;
  bottom: 48px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 12px;
}
.scroll-note span {
  height: 45px;
  width: 1px;
  background: var(--ink);
}
.intro {
  padding: 150px clamp(24px, 8vw, 124px) 80px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 60px;
  background: var(--ink);
  color: white;
}
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 800;
  margin: 10px 0;
}
.intro h2,
.work h2 {
  font-size: clamp(46px, 6.2vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0;
}
.intro h2 span,
.work h2 span {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
}
.intro-copy {
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
  margin: 48px 0 0;
  color: #bbb;
}
.solutions {
  background: var(--ink);
  color: white;
  padding: 40px clamp(24px, 8vw, 124px) 140px;
}
.solution {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 50px;
  padding: 27px 0;
  border-top: 1px solid #ffffff2b;
}
.solution:last-child {
  border-bottom: 1px solid #ffffff2b;
}
.solution-image {
  width: 260px;
  height: 145px;
  position: relative;
  overflow: hidden;
}
.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.35s;
}
.solution:hover img {
  filter: none;
  transform: scale(1.04);
}
.solution-image span {
  position: absolute;
  top: 10px;
  left: 12px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  font-size: 11px;
  padding: 5px 7px;
}
.solution-copy h3 {
  font-size: clamp(26px, 3vw, 43px);
  letter-spacing: -0.04em;
  margin: 0 0 9px;
}
.solution-copy p {
  margin: 0;
  color: #aaa;
  max-width: 560px;
  line-height: 1.5;
}
.solution > a {
  min-height: 48px;
  border-bottom: 1px solid #ffffff70;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  padding: 0 4px;
}
.solution:hover > a {
  background: var(--acid);
  color: var(--ink);
  border-color: var(--acid);
}
.work {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 760px;
}
.work-image {
  position: relative;
  min-height: 600px;
}
.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
}
.work-image button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 0;
  background: var(--acid);
  display: grid;
  place-items: center;
}
.work-copy {
  padding: 110px clamp(35px, 6vw, 90px);
  background: var(--coral);
}
.work-copy > p:not(.section-kicker) {
  max-width: 490px;
  line-height: 1.6;
  font-size: 17px;
  margin: 40px 0;
}
.brand-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #11131755;
}
.brand-list span {
  padding: 24px 8px;
  border-bottom: 1px solid #11131755;
  font-weight: 800;
  font-size: 15px;
}
.cta-band {
  background: var(--acid);
  padding: 55px clamp(24px, 8vw, 124px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}
.cta-band p {
  font-size: clamp(28px, 4vw, 58px);
  letter-spacing: -0.045em;
  font-weight: 800;
  margin: 0;
}
.cta-band a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 800;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}
footer {
  padding: 70px clamp(24px, 8vw, 124px);
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 50px;
  position: relative;
}
footer p {
  margin: 0 0 8px;
  font-size: 13px;
}
footer div a {
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid;
}
footer small {
  grid-column: 1/-1;
  border-top: 1px solid #11131730;
  padding-top: 22px;
  color: #666;
}
@media (max-width: 800px) {
  .nav-shell {
    height: 72px;
    grid-template-columns: 1fr auto;
  }
  .contact-link {
    display: none;
  }
  .menu {
    display: block;
  }
  .nav-shell nav {
    display: flex;
    position: fixed;
    inset: 0;
    background: var(--acid);
    color: var(--ink);
    z-index: 11;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 90px 28px 40px;
    gap: 12px;
    transform: translateY(-105%);
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .nav-shell nav a {
    font-size: clamp(40px, 12vw, 72px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
  }
  .nav-shell nav .mobile-contact {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 30px;
    border-bottom: 1px solid;
    padding-bottom: 6px;
  }
  .nav-open {
    overflow: hidden;
  }
  .nav-open .nav-shell nav {
    transform: translateY(0);
  }
  .nav-open .menu svg {
    transform: rotate(90deg);
  }
  .hero {
    min-height: 720px;
    padding-top: 120px;
  }
  .hero-art {
    opacity: 0.72;
  }
  .orb-one {
    width: 70vw;
    height: 70vw;
    right: -22vw;
    top: 23%;
  }
  .orb-two {
    width: 28vw;
    height: 28vw;
    right: 35vw;
    top: 21%;
  }
  .orb-three {
    right: 17vw;
  }
  .hero-bottom {
    align-items: flex-end;
    gap: 20px;
  }
  .hero-bottom > p {
    font-size: 14px;
    max-width: 60%;
  }
  .round-cta {
    width: 105px;
    height: 105px;
    flex: none;
  }
  .intro {
    grid-template-columns: 1fr;
    padding-top: 100px;
    gap: 25px;
  }
  .solutions {
    padding-bottom: 90px;
  }
  .solution {
    grid-template-columns: 110px 1fr auto;
    gap: 18px;
  }
  .solution-image {
    width: 110px;
    height: 100px;
  }
  .solution-copy p {
    display: none;
  }
  .solution-copy h3 {
    font-size: 22px;
  }
  .work {
    grid-template-columns: 1fr;
  }
  .work-image {
    min-height: 450px;
  }
  .work-copy {
    padding: 80px 28px;
  }
  .cta-band {
    grid-template-columns: auto 1fr;
  }
  .cta-band a {
    grid-column: 2;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .scroll-note {
    display: none;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 64px;
  }
  .hero {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero-bottom {
    margin-top: 42px;
  }
  .round-cta {
    width: 96px;
    height: 96px;
  }
  .solution {
    grid-template-columns: 88px 1fr;
  }
  .solution-image {
    width: 88px;
    height: 84px;
  }
  .solution > a {
    display: none;
  }
  .brand-list {
    grid-template-columns: 1fr;
  }
  .cta-band svg {
    display: none;
  }
  .cta-band {
    grid-template-columns: 1fr;
  }
  .cta-band a {
    grid-column: 1;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
