:root {
  --black: #080808;
  --ink: #101010;
  --orange: #ff5a00;
  --orange2: #ff7424;
  --white: #fff;
  --paper: #f4f3f1;
  --muted: #aaa;
  --line: #292929;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: auto;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--orange);
  padding: 12px 18px;
  z-index: 99;
}
.skip:focus {
  top: 20px;
}
.site-header {
  position: absolute;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid #ffffff22;
}
.topbar {
  height: 34px;
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  align-items: center;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #ccc;
  border-bottom: 1px solid #ffffff18;
}
.topbar a:hover {
  color: var(--orange);
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  width: 220px;
  height: 74px;
  overflow: hidden;
  display: block;
}
.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.86rem;
  font-weight: 700;
}
.navlinks > a:not(.nav-cta):after {
  content: "";
  height: 2px;
  background: var(--orange);
  display: block;
  transform: scaleX(0);
  transition: 0.25s;
}
.navlinks > a:hover:after {
  transform: scaleX(1);
}
.nav-cta {
  background: var(--orange);
  padding: 12px 18px;
  color: #000;
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: white;
}
.hero {
  min-height: 860px;
  padding: 210px 0 110px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, #050505 0%, #0b0b0c 55%, #111 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #000 2%, transparent 65%),
    url("wise-brand-background.webp") center top/cover no-repeat;
  opacity: 0.19;
}
.hero:after {
  content: "";
  position: absolute;
  left: -160px;
  top: 260px;
  width: 320px;
  height: 320px;
  border: 1px solid var(--orange);
  transform: rotate(45deg);
  box-shadow:
    0 0 0 35px #0b0b0b,
    0 0 0 36px #333;
}
.hero-map {
  position: absolute;
  right: 0;
  top: 180px;
  width: 52%;
  height: 62%;
  background: url("wise-brand-background.webp") right top/auto 100% no-repeat;
  opacity: 0.16;
  filter: grayscale(1);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.55fr 0.72fr;
  gap: 90px;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}
.eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--orange);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(3.4rem, 7vw, 6.3rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin-bottom: 30px;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--orange);
}
.lead {
  max-width: 660px;
  color: #c7c7c7;
  font-size: 1.17rem;
  line-height: 1.8;
}
.actions {
  display: flex;
  gap: 14px;
  margin: 38px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 15px 21px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  cursor: pointer;
}
.primary {
  background: var(--orange);
  color: #080808;
}
.primary:hover {
  background: var(--white);
}
.ghost {
  border-color: #555;
}
.ghost:hover {
  border-color: var(--orange);
}
.trust {
  display: flex;
  gap: 22px;
  color: #a8a8a8;
  font-size: 0.76rem;
}
.trust span:before {
  content: "◆";
  color: var(--orange);
  font-size: 0.55rem;
  margin-right: 9px;
}
.insight-card {
  border: 1px solid #3b3b3b;
  background: #111111dd;
  padding: 32px;
  min-height: 460px;
  position: relative;
  box-shadow: 20px 20px 0 #ff5a0012;
}
.card-no {
  color: #888;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}
.orbit {
  height: 150px;
  position: relative;
  display: grid;
  place-items: center;
}
.orbit:before,
.orbit:after {
  content: "";
  position: absolute;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  width: 118px;
  height: 118px;
}
.orbit:after {
  width: 82px;
  height: 82px;
  border-color: var(--orange);
}
.orbit i {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  position: absolute;
}
.orbit i:nth-of-type(1) {
  top: 10px;
}
.orbit i:nth-of-type(2) {
  left: 52px;
  top: 95px;
}
.orbit i:nth-of-type(3) {
  right: 48px;
  top: 88px;
}
.lens {
  font-size: 2.5rem;
  z-index: 1;
}
.insight-card h2 {
  font-size: 2rem;
  line-height: 1.08;
}
.insight-card p {
  color: #aaa;
}
.insight-card a {
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--orange);
}
.scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
}
.scroll span {
  color: var(--orange);
  margin-left: 12px;
}
.light {
  background: var(--paper);
  color: var(--ink);
}
section {
  scroll-margin-top: 20px;
}
.intro,
.services,
.process,
.work,
.contact {
  padding: 120px 0;
}
.split,
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.eyebrow.dark {
  color: #555;
}
.intro h2,
.section-head h2,
.contact h2 {
  font-size: clamp(2.5rem, 4.4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0;
}
.intro-copy {
  font-size: 1.08rem;
  color: #444;
}
.text-link {
  display: inline-block;
  margin-top: 14px;
  font-weight: 800;
  border-bottom: 2px solid var(--orange);
}
.value-row {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.value-row div {
  padding: 28px 22px;
  border-right: 1px solid #ccc;
}
.value-row div:last-child {
  border: 0;
}
.value-row b,
.value-row span {
  display: block;
}
.value-row b {
  font-size: 0.95rem;
}
.value-row span {
  font-size: 0.78rem;
  color: #666;
  margin-top: 5px;
}
.section-head {
  align-items: end;
  margin-bottom: 60px;
}
.section-head > p {
  max-width: 450px;
  color: #aaa;
  margin: 0;
}
.services {
  background: #0d0d0d;
}
.service-list {
  border-top: 1px solid var(--line);
}
.service-list article {
  display: grid;
  grid-template-columns: 80px 1fr 50px;
  gap: 20px;
  align-items: center;
  padding: 32px 10px;
  border-bottom: 1px solid var(--line);
  transition: 0.25s;
}
.service-list article:hover {
  background: #141414;
  padding-left: 22px;
}
.service-list .num {
  font-size: 0.75rem;
  color: var(--orange);
}
.service-list h3 {
  font-size: 1.55rem;
  margin-bottom: 5px;
}
.service-list p {
  color: #999;
  margin: 0;
  max-width: 760px;
}
.arrow {
  font-size: 1.5rem;
  color: var(--orange);
}
.process .section-head > p {
  color: #555;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 70px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.steps li {
  border-top: 3px solid #1b1b1b;
  padding: 25px 24px 0 0;
  position: relative;
}
.steps li:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: var(--orange);
  top: -7px;
  left: 0;
}
.steps b {
  font-size: 0.72rem;
  color: #777;
}
.steps h3 {
  font-size: 1.3rem;
  margin: 25px 0 8px;
}
.steps p {
  font-size: 0.86rem;
  color: #666;
}
.work {
  background: #0a0a0a;
}
.case {
  min-height: 380px;
  border: 1px solid #333;
  display: grid;
  grid-template-columns: 190px 1fr 240px;
  position: relative;
  overflow: hidden;
}
.case:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 55%, #ff5a0021);
  pointer-events: none;
}
.case-tag {
  padding: 32px;
  border-right: 1px solid #333;
  color: var(--orange);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.case-body {
  padding: 56px;
}
.client {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #aaa;
}
.case h3 {
  font-size: 2.5rem;
  max-width: 650px;
  line-height: 1.1;
}
.case-body > p:not(.client) {
  color: #aaa;
  max-width: 680px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.chips span {
  border: 1px solid #3d3d3d;
  padding: 6px 10px;
  font-size: 0.7rem;
  color: #bbb;
}
.case-mark {
  font-size: 15rem;
  line-height: 1;
  color: #ff5a001a;
  font-weight: 900;
  display: grid;
  place-items: center;
}
.contact {
  position: relative;
  overflow: hidden;
  background: #101010;
}
.contact-map {
  position: absolute;
  inset: 0;
  background: url("wise-brand-background.webp") center top/cover no-repeat;
  opacity: 0.06;
}
.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.contact-grid > div > p:not(.eyebrow) {
  color: #aaa;
  max-width: 560px;
}
.contact-details {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.contact-details a:first-child {
  color: var(--orange);
  font-size: 1.1rem;
}
form {
  background: #f2f1ef;
  color: #111;
  padding: 34px;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
input,
select,
textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cacaca;
  background: #fff;
  padding: 12px;
  font: inherit;
  min-height: 46px;
}
textarea {
  resize: vertical;
}
.form-note {
  font-size: 0.69rem !important;
  color: #666 !important;
  margin: 12px 0 0;
}
footer {
  background: #050505;
  border-top: 4px solid var(--orange);
  padding: 55px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 250px 1.4fr 0.55fr 0.7fr;
  gap: 50px;
  align-items: start;
}
.footer-brand {
  height: 90px;
  overflow: hidden;
}
.footer-grid p {
  color: #888;
  max-width: 400px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 0.78rem;
  color: #aaa;
}
.footer-grid a:hover {
  color: var(--orange);
}
.copyright {
  border-top: 1px solid #242424;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .topbar span,
  .topbar a:first-of-type {
    display: none;
  }
  .nav {
    height: 78px;
  }
  .brand {
    width: 170px;
    height: 62px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
  }
  .menu span {
    display: block;
    width: 25px;
    height: 2px;
    background: white;
  }
  .menu b {
    font-size: 0.55rem;
  }
  .navlinks {
    position: absolute;
    top: 112px;
    left: 24px;
    right: 24px;
    background: #111;
    border: 1px solid #333;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 10px;
  }
  .navlinks.open {
    display: flex;
  }
  .hero {
    padding-top: 170px;
    min-height: unset;
  }
  .hero-grid,
  .split,
  .section-head,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .insight-card {
    min-height: 360px;
  }
  .intro,
  .services,
  .process,
  .work,
  .contact {
    padding: 85px 0;
  }
  .value-row {
    grid-template-columns: 1fr 1fr;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .case {
    grid-template-columns: 1fr;
  }
  .case-tag {
    border-right: 0;
    border-bottom: 1px solid #333;
  }
  .case-mark {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero:after {
    display: none;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }
  .topbar {
    padding: 0 14px;
  }
  .topbar a {
    font-size: 0.62rem;
  }
  .hero {
    padding-top: 150px;
  }
  .hero-copy h1 {
    font-size: 3.1rem;
  }
  .actions {
    flex-direction: column;
  }
  .trust {
    flex-direction: column;
    gap: 4px;
  }
  .insight-card {
    display: none;
  }
  .intro h2,
  .section-head h2,
  .contact h2 {
    font-size: 2.65rem;
  }
  .value-row,
  .steps,
  .two {
    grid-template-columns: 1fr;
  }
  .value-row div {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .service-list article {
    grid-template-columns: 38px 1fr;
  }
  .service-list .arrow {
    display: none;
  }
  .case-body {
    padding: 30px;
  }
  .case h3 {
    font-size: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .copyright {
    flex-direction: column;
    gap: 10px;
  }
  form {
    padding: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
