/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #10110f;
  --paper: #f2efe7;
  --lime: #d8ff3e;
  --orange: #ff5935;
  --line: rgba(16,17,15,.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans),sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1180px,calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}
.brand i {
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
  transform: rotate(-55deg);
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--lime);
  padding: 17px 25px;
  font-weight: 700;
  font-size: 14px;
  transition: .2s;
}
.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 var(--ink);
}
.pill.small {
  padding: 12px 18px;
}
.hero {
  padding: 76px 0 90px;
}
.eyebrow,.section-no {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--orange);
}
h1 {
  font-size: clamp(58px,9vw,126px);
  line-height: .82;
  letter-spacing: -.075em;
  margin: 40px 0 46px;
  max-width: 1100px;
  font-weight: 700;
}
em {
  font-family: var(--font-serif),serif;
  font-weight: 400;
}
.hero-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 90px;
  margin-bottom: 64px;
}
.hero-bottom p {
  font-size: 17px;
  line-height: 1.55;
  max-width: 470px;
  margin: 0;
}
.circle-link {
  height: 58px;
  width: 58px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
}
.hero-frame {
  height: 520px;
  background: #21231f;
  position: relative;
  overflow: hidden;
  color: white;
  padding: 42px;
}
.hero-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 20%,rgba(216,255,62,.18),transparent 35%),linear-gradient(120deg,transparent 50%,rgba(255,89,53,.16));
}
.frame-copy {
  position: relative;
  z-index: 2;
}
.frame-copy span {
  font-size: 10px;
  letter-spacing: .16em;
}
.frame-copy strong {
  display: block;
  font-size: 43px;
  line-height: .9;
  letter-spacing: -.055em;
  margin-top: 20px;
}
.phone {
  position: absolute;
  width: 195px;
  height: 370px;
  border: 7px solid #090a09;
  border-radius: 28px;
  background: #111;
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
  overflow: hidden;
  transform: rotate(7deg);
}
.phone-one {
  right: 275px;
  top: 75px;
}
.phone-two {
  right: 65px;
  top: 135px;
  transform: rotate(-8deg);
}
.phone-scene {
  height: 100%;
  display: flex;
  align-items: end;
  padding: 18px;
  background: linear-gradient(160deg,transparent,rgba(0,0,0,.65)),radial-gradient(circle at 50% 28%,#d99b74 0 8%,transparent 8.5%),linear-gradient(145deg,#d8ff3e 0 34%,#754736 34% 55%,#191b18 55%);
}
.scene-two {
  background: linear-gradient(160deg,transparent,rgba(0,0,0,.7)),radial-gradient(circle at 60% 25%,#6f412f 0 9%,transparent 9.5%),linear-gradient(35deg,#ff5935 0 35%,#b99069 35% 60%,#23251f 60%);
}
.phone-scene span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.scribble {
  position: absolute;
  bottom: 42px;
  left: 50px;
  font-family: var(--font-serif);
  font-size: 25px;
  color: var(--lime);
  transform: rotate(-6deg);
}
.manifesto {
  padding: 125px 0;
}
.big-copy {
  font-size: clamp(45px,6vw,78px);
  line-height: 1.04;
  letter-spacing: -.05em;
  max-width: 1050px;
  margin: 55px 0 90px;
}
.big-copy em {
  color: var(--orange);
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-left: 34%;
}
.two-col p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
.work {
  background: var(--ink);
  color: var(--paper);
  padding: 115px 0;
}
.section-no.light {
  color: #a8aa9f;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
}
.section-head h2,.approach h2,.deliverables h2,.contact h2 {
  font-size: clamp(56px,7vw,92px);
  line-height: .9;
  letter-spacing: -.06em;
  margin: 0 0 70px;
}
.work-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}
.work-card {
  min-height: 510px;
  display: flex;
  flex-direction: column;
}
.work-card.card-c {
  grid-column: 1/-1;
  min-height: 370px;
}
.visual {
  flex: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.visual:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 80px solid rgba(255,255,255,.13);
  border-radius: 50%;
  right: -60px;
  bottom: -80px;
}
.card-a .visual {
  background: linear-gradient(140deg,#764ab8,#ff5935);
}
.card-b .visual {
  background: linear-gradient(140deg,#d8ff3e,#68732c);
  color: #111;
}
.card-c .visual {
  background: linear-gradient(120deg,#1e65ff,#46d8b0);
}
.visual span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}
.visual b {
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.04em;
  z-index: 1;
}
.work-card footer {
  padding: 18px 2px;
  display: flex;
  justify-content: space-between;
}
.work-card footer span {
  color: #999b91;
  font-size: 12px;
}
.work-note {
  text-align: right;
  color: #999b91;
  font-size: 12px;
  margin-top: 48px;
}
.approach {
  padding: 125px 0;
}
.approach-intro {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 70px;
  margin-top: 50px;
}
.approach-intro p {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 15px;
}
.cap-list {
  border-top: 1px solid var(--line);
}
.cap-list article {
  display: grid;
  grid-template-columns: 80px 1fr 1.1fr 30px;
  gap: 30px;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}
.cap-list article>span {
  font-size: 12px;
}
.cap-list h3 {
  font-size: 28px;
  margin: 0;
  letter-spacing: -.03em;
}
.cap-list p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #54564e;
}
.cap-list b {
  font-size: 25px;
}
.deliverables {
  background: var(--orange);
  padding: 115px 0;
}
.deliverables h2 {
  margin-top: 48px;
}
.deliverables h2 em {
  color: var(--paper);
}
.deliver-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(16,17,15,.3);
}
.deliver-grid article {
  padding: 28px 25px 30px 0;
  border-right: 1px solid rgba(16,17,15,.3);
  min-height: 330px;
}
.deliver-grid article+article {
  padding-left: 25px;
}
.deliver-grid article>span {
  font-size: 11px;
}
.deliver-grid small {
  display: block;
  margin: 65px 0 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
}
.deliver-grid h3 {
  font-size: 25px;
  margin: 0 0 18px;
}
.deliver-grid p {
  font-size: 13px;
  line-height: 1.6;
}
.scope-note {
  font-size: 11px;
  margin-top: 25px;
}
.contact {
  padding: 130px 0 70px;
}
.contact h2 {
  margin-top: 55px;
  max-width: 980px;
}
.contact h2 em {
  color: var(--orange);
}
.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.contact-row p {
  font-size: 13px;
  line-height: 1.7;
}
.footer {
  border-top: 1px solid var(--line);
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media (max-width:800px) {
  .shell {
    width: min(100% - 28px,1180px);
  }
  .nav {
    height: 72px;
  }
  .navlinks>a:not(.small) {
    display: none;
  }
  .brand {
    font-size: 10px;
  }
  .hero {
    padding-top: 55px;
  }
  .hero-bottom {
    justify-content: space-between;
    gap: 20px;
  }
  .hero-bottom p {
    font-size: 14px;
    max-width: 75%;
  }
  .hero-frame {
    height: 540px;
    padding: 26px;
  }
  .frame-copy strong {
    font-size: 31px;
  }
  .phone {
    width: 155px;
    height: 300px;
  }
  .phone-one {
    right: 145px;
    top: 180px;
  }
  .phone-two {
    right: 12px;
    top: 210px;
  }
  .scribble {
    left: 24px;
    bottom: 35px;
    font-size: 20px;
  }
  .manifesto {
    padding: 90px 0;
  }
  .two-col {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-head,.approach-intro {
    grid-template-columns: 1fr;
  }
  .section-head h2,.approach h2,.deliverables h2,.contact h2 {
    margin-top: 40px;
  }
  .work-grid {
    grid-template-columns: 1fr;
  }
  .work-card.card-c {
    grid-column: auto;
  }
  .work-card {
    min-height: 430px;
  }
  .cap-list article {
    grid-template-columns: 40px 1fr 20px;
  }
  .cap-list article p {
    grid-column: 2/4;
  }
  .deliver-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0;
  }
  .footer>span {
    order: 3;
    width: 100%;
  }
}
@media (max-width:480px) {
  .navlinks .pill {
    font-size: 10px;
    padding: 10px 12px;
  }
  h1 {
    font-size: 55px;
  }
  .hero-frame {
    height: 500px;
  }
  .phone-one {
    right: 115px;
  }
  .phone-two {
    right: -18px;
  }
  .deliver-grid {
    grid-template-columns: 1fr;
  }
  .deliver-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(16,17,15,.3);
    min-height: auto;
    padding: 28px 0 !important;
  }
  .deliver-grid small {
    margin-top: 30px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .pill {
    transition: none;
  }
}
.work .work-grid {
  grid-template-columns: 1fr 1fr;
  gap: 34px 18px;
}
.work .work-card {
  min-height: 0;
}
.work .work-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #252621;
}
.work .work-card.project-1,.work .work-card.project-4 {
  grid-column: 1/-1;
}
.work .work-card.project-1 video,.work .work-card.project-4 video {
  aspect-ratio: 2.1/1;
}
.work .work-card footer {
  gap: 18px;
}
.work .work-card footer span {
  text-align: right;
}
@media (max-width:800px) {
  .work .work-grid {
    grid-template-columns: 1fr;
  }
  .work .work-card.project-1,.work .work-card.project-4 {
    grid-column: auto;
  }
  .work .work-card.project-1 video,.work .work-card.project-4 video {
    aspect-ratio: 16/9;
  }
}
