:root {
  --ink: #101319;
  --paper: #f5f2eb;
  --lime: #caff48;
  --violet: #7059ff;
  --muted: #6d737c;
  --r: 28px;
  --max: 1220px;
   --muted-light: #3f4650;
    --muted-dark: #c5cad1
}

* {
  box-sizing: border-box;
  margin: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden
}

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

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin: auto
}

.nav {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 0;
  right: 0
}

.navin {
  height: 64px;
  padding: 0 14px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ffffff70;
  border-radius: 999px;
  background: #f5f2ebc9;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px #00000012
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  font-size: 1.2rem
}

.mark {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--lime);
  transform: rotate(-7deg)
}

nav {
  display: flex;
  gap: 26px;
  font-size: .92rem;
  font-weight: 700
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  transition: .25s
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #0003
}

.btn.white {
  background: #fff;
  color: var(--ink)
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase
}

.eyebrow:before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 130px 0 60px;
  overflow: hidden;
  background: radial-gradient(circle at 8% 15%, #caff48aa, transparent 28%), radial-gradient(circle at 90% 82%, #7059ff70, transparent 35%), linear-gradient(#fbfaf7, #eeeae2)
}

.heroGrid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px
}

.hero h1 {
  font-size: clamp(4rem, 8vw, 8.4rem);
  line-height: .86;
  letter-spacing: -.075em
}

.hero h1 span {
  display: block
}

.outline {
    color: #4e5560;
    -webkit-text-stroke: 0;
}

.lead {
  max-width: 560px;
  margin-top: 30px;
  color: #525861;
  font-size: clamp(1.04rem, 1.6vw, 1.28rem);
  line-height: 1.55
}

.actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 30px
}

.stage {
  position: relative;
  min-height: 600px
}

.orb {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset -20px -20px 55px #0002, 0 30px 70px #0002;
  will-change: transform
}

.o1 {
  width: 360px;
  height: 360px;
  right: 0;
  top: 5%;
  background: linear-gradient(145deg, #caff48, #f0ffb0)
}

.o2 {
  width: 230px;
  height: 230px;
  left: 5%;
  bottom: 2%;
  background: linear-gradient(145deg, #7059ff, #b5aaff)
}

.o3 {
  width: 130px;
  height: 130px;
  right: 8%;
  bottom: 8%;
  background: linear-gradient(145deg, #ff7447, #ffc1a8)
}

.glass {
  position: absolute;
  right: 10%;
  top: 22%;
  width: 305px;
  padding: 26px;
  border: 1px solid #fff9;
  border-radius: 24px;
  background: #ffffff85;
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 80px #0003;
  transform: rotate(6deg)
}

.glass strong {
  display: block;
  font-size: 3.8rem;
  letter-spacing: -.07em
}

.glass p {
  margin-top: 10px;
   color:#383f48;
  line-height: 1.5
}

.logos {
  padding: 30px 0;
  border-block: 1px solid #10131920;
  background: #fff;
  overflow: hidden
}

.track {
  display: flex;
  gap: 55px;
  width: max-content;
  animation: marquee 24s linear infinite;
  font-size: clamp(1.15rem, 2vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -.04em;
  color: #343840
}

.track span {
  white-space: nowrap;
  opacity: .75
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

section {
  padding: 125px 0
}

.dark {
  background: var(--ink);
  color: #fff
}

.sticky {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 65px;
  align-items: start
}

.stick {
  position: sticky;
  top: 130px
}

.stick h2,
.head h2 {
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  line-height: .92;
  letter-spacing: -.065em
}

.stick p,
.head p {
  margin-top: 24px;
  color: #aeb4bd;
  font-size: 1.08rem;
  line-height: 1.65
}

.steps {
  display: grid;
  gap: 26px
}

.step {
  min-height: 350px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--r);
  border: 1px solid #ffffff14;
  background: #181c22;
  opacity: .15;
  transform: translateY(75px);
  transition: .8s
}

.step.active {
  opacity: 1;
  transform: none
}

.num {
  color: var(--lime);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.step h3 {
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: .98;
  letter-spacing: -.055em
}

.step p {
  margin-top: 18px;
  color: #aeb4bd;
  line-height: 1.6
}

.head {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 65px
}

.head p {
  color: var(--muted);
  margin: 0
}

.services {
  background: radial-gradient(circle at 0 0, #57b5ff33, transparent 34%), var(--paper)
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px
}

.card {
  grid-column: span 5;
  min-height: 325px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--r);
  background: #fff;
  border: 1px solid #10131912;
  box-shadow: 0 18px 48px #1013190d;
  transition: .3s
}

.card:nth-child(1),
.card:nth-child(4) {
  grid-column: span 7
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px #10131922
}

.card.accent {
  background: var(--lime)
}

.card.violet {
  background: var(--violet);
  color: #fff
}

.card h3 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1;
  letter-spacing: -.05em
}

.card p {
  margin-top: 15px;
  color: var(--muted);
  line-height: 1.55
}

.card.violet p {
  color: #ffffffbd
}

.icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: var(--ink);
  color: #fff;
  font-size: 1.4rem;
  transform: rotate(-5deg)
}

.work {
  background: #fff
}

.workbox {
  position: relative;
  min-height: 680px;
  border-radius: 34px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, #8fd7ff, transparent 38%), linear-gradient(145deg, #273142, #0e141d);
  box-shadow: 0 30px 80px #10131928
}

.workcopy {
  position: absolute;
  z-index: 2;
  left: 6%;
  top: 9%;
  color: #fff
}

.workcopy h2 {
  max-width: 650px;
  font-size: clamp(3.3rem, 7vw, 7.2rem);
  line-height: .88;
  letter-spacing: -.07em
}

.workcopy p {
  max-width: 480px;
  margin-top: 22px;
  color: #ffffffbd;
  line-height: 1.6
}

.screen {
  position: absolute;
  width: 58%;
  aspect-ratio: 16/10;
  right: -4%;
  bottom: -6%;
  border: 10px solid #11161d;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 45px 110px #0007;
  transform: rotate(-7deg);
  overflow: hidden
}

.bar {
  height: 42px;
  background: #eef1f4;
  padding: 15px
}

.bar i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  border-radius: 50%;
  background: #c7ccd2
}

.screenbody {
  height: calc(100% - 42px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: #f7f3ec
}

.screenbody>div {
  padding: 32px
}

.screenbody h4 {
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: .9;
  letter-spacing: -.07em
}

.art {
  background: radial-gradient(circle at 40% 35%, #caff48 0 24%, transparent 25%), radial-gradient(circle at 63% 60%, #7059ff 0 20%, transparent 21%), #151a21
}

.statement {
  padding: 110px 0;
  background: #fff
}

.statement .wrap {
  max-width: 1100px
}

.statement h2 {
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: .86;
  letter-spacing: -.075em
}

.statement h2 span {
  display: block
}

.statement h2 .soft {
   color: #fff;
    font-weight: 500;
}

.team {
  background: #ece8df
}

.teamgrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px
}

.person {
  position: relative;
  min-height: 470px;
  padding: 22px;
  display: flex;
  align-items: end;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #b9c1ca, #eef1f4);
  box-shadow: 0 15px 45px #10131912;
  transition: transform .35s ease, box-shadow .35s ease
}

.person:hover {
  transform: translateY(-9px);
  box-shadow: 0 28px 70px #10131928
}

.person img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: filter .45s ease, transform .6s cubic-bezier(.2, .8, .2, 1)
}

.person:hover img {
  filter: grayscale(0);
  transform: scale(1.035)
}

.person:after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(9, 12, 17, .12) 58%, rgba(9, 12, 17, .48) 100%);
  pointer-events: none
}

.meta {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 17px;
  border-radius: 17px;
  background: #ffffffe8;
  backdrop-filter: blur(16px);
  transition: transform .35s ease
}

.meta strong {
  display: block;
  font-size: 1.22rem
}

.meta .role {
  display: block;
  margin-top: 4px;
  color: #3d434c;
  font-size: .9rem;
  font-weight: 700
}

.meta .bio {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
  opacity: .82
}

.person:hover .meta {
  transform: translateY(-3px)
}

.place {
  min-height: 78vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(#1117, #111b), radial-gradient(circle at 25% 20%, #caff4844, transparent 32%), linear-gradient(135deg, #617056, #202a26)
}

.place h2 {
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: .9;
  letter-spacing: -.07em
}

.place p {
  max-width: 650px;
  margin: 25px auto 0;
  color: #ffffffc2;
  font-size: 1.14rem;
  line-height: 1.7
}

.contact {
  padding-bottom: 45px;
  background: var(--lime)
}

.contactgrid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 65px;
  align-items: end
}

.contact h2 {
  font-size: clamp(4rem, 9vw, 8.8rem);
  line-height: .84;
  letter-spacing: -.075em
}

.panel {
  padding: 30px;
  border-radius: 28px;
  background: #ffffff9c;
  backdrop-filter: blur(14px)
}

.panel p {
  color: #505648;
  line-height: 1.65;
  margin-bottom: 22px
}

.email {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 900;
  border-bottom: 2px solid
}

footer {
  padding: 26px 0 34px;
  background: var(--lime)
}

.foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 23px;
  border-top: 1px solid #10131935;
  font-size: .9rem
}

.reveal {
  opacity: 0;
  transform: translateY(65px);
  transition: .9s
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@media(max-width:1100px) {
  .teamgrid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:950px) {
  nav {
    display: none
  }
  .heroGrid,
  .sticky,
  .head,
  .contactgrid {
    grid-template-columns: 1fr
  }
  .stage {
    min-height: 480px
  }
  .stick {
    position: relative;
    top: 0
  }
  .card,
  .card:nth-child(n) {
    grid-column: span 12
  }
  .teamgrid {
    grid-template-columns: repeat(2, 1fr)
  }
  .screen {
    width: 80%
  }
}

@media(max-width:620px) {
  .wrap {
    width: min(calc(100% - 24px), var(--max))
  }
  .nav {
    top: 10px
  }
  .navin {
    height: 57px
  }
  .hero {
    padding-top: 105px
  }
  .hero h1 {
    font-size: clamp(3.5rem, 20vw, 5.2rem)
  }
  .stage {
    min-height: 420px
  }
  .o1 {
    width: 270px;
    height: 270px
  }
  .glass {
    right: 0;
    width: 235px;
    padding: 19px
  }
  section {
    padding: 85px 0
  }
  .head {
    gap: 24px;
    margin-bottom: 42px
  }
  .step {
    min-height: 315px;
    padding: 27px
  }
  .workbox {
    min-height: 690px
  }
  .screen {
    width: 108%;
    right: -28%;
    bottom: 0
  }
  .teamgrid {
    grid-template-columns: 1fr
  }
  .person {
    min-height: 500px
  }
  .foot {
    flex-direction: column
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition: none !important
  }
  .reveal,
  .step {
    opacity: 1;
    transform: none
  }
}

/* PHOTO TEMPLATE OVERRIDES */

.hero {
  background: #111820;
  color: #fff
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 11, 16, .90) 0%, rgba(8, 11, 16, .66) 48%, rgba(8, 11, 16, .18) 78%), url('/images/placeholders/hero-office.avif') center/cover no-repeat;
  transform: scale(1.02)
}

.heroGrid {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr
}

.hero .lead {
  color:#f5f5f5;
}

.hero .outline {
  -webkit-text-stroke: 2px #fff
}

.hero .stage {
  display: none
}

.hero .btn {
  background: var(--lime);
  color: var(--ink)
}

.hero .btn.white {
  background: #ffffffea;
  color: var(--ink)
}

.statement {
    position: relative;
    background:
        linear-gradient(
            90deg,
            rgba(8, 10, 12, 0.92) 0%,
            rgba(8, 10, 12, 0.76) 55%,
            rgba(8, 10, 12, 0.35) 100%
        ),
        url("../images/strategy-cotswolds.avif") center / cover no-repeat;
}

.statement:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .42))
}

.statement .wrap {
  position: relative;
  z-index: 1
}

.statement h2 .soft {
  color: #ffffff9c
}
.statement h2,
.statement .eyebrow {
    color: #fff;
}
.card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: #151a21
}

.card:before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .4s
}

.card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 12, .10), rgba(5, 8, 12, .82))
}

.card:nth-child(1):before {
  background-image: url('/images/placeholders/service-media.avif')
}

.card:nth-child(2):before {
  background-image: url('/images/placeholders/service-brand.avif')
}

.card:nth-child(3):before {
  background-image: url('/images/placeholders/service-web.avif')
}

.card:nth-child(4):before {
  background-image: url('/images/placeholders/service-content.avif')
}

.card:hover:before {
  transform: scale(1.05);
  filter: saturate(1.12)
}

.card>* {
  position: relative;
  z-index: 2
}

.card.accent,
.card.violet {
  background: #151a21;
  color: #fff
}

.card p,
.card.violet p {
  color: #ffffffc2
}

.icon {
  background: #ffffffdc;
  color: var(--ink);
  backdrop-filter: blur(8px)
}

.place {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 10, 8, .30), rgba(7, 10, 8, .76)), url('/images/placeholders/country-barn.avif') center/cover fixed no-repeat
}

.place:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 20%, rgba(202, 255, 72, .20), transparent 35%)
}

.place .wrap {
  position: relative;
  z-index: 2
}

.place h2 {
  text-shadow: 0 12px 40px #0008
}

.photo-note {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #111b;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px)
}

@media(max-width:950px) {
  .statement,
  .place {
    background-attachment: scroll
  }
  .hero {
    min-height: 92svh
  }
  .card {
    min-height: 390px
  }
}
/* Text on white, cream or pale cards */
.lead,
.head p,
.card p,
.meta .bio,
.meta .role {
    color: var(--muted-light);
}

/* Text on black or dark sections */
.dark p,
.step p,
.workcopy p {
    color: var(--muted-dark);
}
.contact,
footer {
    color: #101319;
}

.panel p {
    color: #343a33;
}