
/*! 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-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 {
  .start {
    inset-inline-start: var(--spacing);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #17151d;
  --paper: #f7f5f0;
  --white: #fffefa;
  --violet: #6d3af2;
  --violet-deep: #4c20c9;
  --lime: #d7ff73;
  --peach: #ffb38f;
  --blue: #b9d7ff;
  --line: rgba(23, 21, 29, .16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button, a, summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--peach);
  outline-offset: 4px;
}
.site-header {
  width: min(1380px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.04em;
  justify-self: start;
}
.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--violet);
  border-radius: 11px 11px 11px 3px;
  font-size: 19px;
  transform: rotate(-4deg);
}
.brand span:last-child {
  transform: translateY(-1px);
}
.desktop-nav {
  display: flex;
  gap: 34px;
  align-items: center;
}
.desktop-nav a {
  font-size: 13px;
  font-weight: 650;
  transition: color .2s ease;
}
.desktop-nav a:hover {
  color: var(--violet);
}
.header-cta {
  justify-self: end;
  background: var(--ink);
  color: white;
  padding: 13px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover {
  transform: translateY(-2px);
  background: var(--violet);
}
.header-cta span {
  margin-left: 8px;
}
.mobile-menu {
  display: none;
}
.hero {
  min-height: 760px;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  align-items: center;
  gap: 60px;
  padding: 74px 0 66px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.eyebrow, .kicker {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 800;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.eyebrow span {
  width: 26px;
  height: 2px;
  background: var(--violet);
}
.hero h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(63px, 6.4vw, 104px);
  line-height: .9;
  letter-spacing: -.075em;
  font-weight: 770;
}
h1 em, h2 em {
  color: var(--violet);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}
.hero h1 em {
  display: block;
  letter-spacing: -.06em;
}
.hero-lead {
  max-width: 575px;
  margin: 33px 0 31px;
  font-size: 19px;
  line-height: 1.6;
  color: #5d5965;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 100px;
  padding: 17px 23px;
  font-size: 13px;
  font-weight: 780;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  background: var(--violet);
  color: white;
  box-shadow: 0 12px 24px rgba(109, 58, 242, .22);
}
.button-primary:hover {
  background: var(--violet-deep);
  box-shadow: 0 16px 28px rgba(109, 58, 242, .3);
}
.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.55);
}
.button-ghost:hover {
  background: white;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 45px;
}
.avatar-stack {
  display: flex;
}
.avatar-stack span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: white;
  border: 3px solid var(--paper);
  border-radius: 50%;
  margin-right: -10px;
  font-size: 10px;
  font-weight: 850;
  background: var(--violet);
}
.avatar-stack span:nth-child(2) {
  background: var(--peach);
  color: var(--ink);
}
.avatar-stack span:nth-child(3) {
  background: var(--lime);
  color: var(--ink);
}
.hero-proof p {
  margin: 0;
  color: #716c77;
  font-size: 11px;
  line-height: 1.45;
}
.hero-proof strong {
  color: var(--ink);
  font-size: 12px;
}
.hero-visual {
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.visual-sphere {
  width: min(450px, 34vw);
  aspect-ratio: 1;
  border-radius: 48% 52% 43% 57% / 60% 42% 58% 40%;
  position: relative;
  background: radial-gradient(circle at 32% 24%, #bfaeff 0 6%, #926dfd 25%, var(--violet) 50%, #40209a 82%);
  box-shadow: inset -48px -40px 90px rgba(29, 8, 76, .35), inset 38px 25px 70px rgba(255,255,255,.23), 0 45px 80px rgba(70, 38, 157, .24);
  animation: morph 8s ease-in-out infinite;
  z-index: 2;
}
.visual-sphere::before {
  content: '';
  position: absolute;
  inset: 16%;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.27);
  transform: rotate(28deg);
}
.visual-sphere::after {
  content: '';
  position: absolute;
  width: 33%;
  height: 10%;
  top: 16%;
  left: 24%;
  border-radius: 50%;
  background: rgba(255,255,255,.21);
  filter: blur(14px);
  transform: rotate(-26deg);
}
.sphere-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.96);
  font-size: clamp(80px, 10vw, 150px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.14em;
  transform: translateX(-.05em);
  text-shadow: 0 8px 30px rgba(34,9,97,.22);
}
.orbit {
  position: absolute;
  border: 1px solid rgba(109,58,242,.24);
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 86%;
  height: 54%;
  transform: rotate(-15deg);
}
.orbit-two {
  width: 62%;
  height: 78%;
  transform: rotate(35deg);
  border-style: dashed;
}
.float-card {
  position: absolute;
  z-index: 4;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 22px 50px rgba(42,27,77,.15);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  animation: float 5s ease-in-out infinite;
}
.card-growth {
  left: 1%;
  top: 13%;
  width: 168px;
  padding: 18px;
}
.mini-label {
  display: block;
  color: #77717e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.card-growth strong {
  display: block;
  margin: 4px 0 11px;
  font-size: 32px;
  letter-spacing: -.06em;
}
.sparkline {
  height: 36px;
  display: flex;
  align-items: end;
  gap: 5px;
}
.sparkline i {
  flex: 1;
  background: var(--violet);
  border-radius: 4px 4px 1px 1px;
}
.sparkline i:nth-child(1) {
  height: 30%;
  opacity: .3;
}
.sparkline i:nth-child(2) {
  height: 45%;
  opacity: .45;
}
.sparkline i:nth-child(3) {
  height: 38%;
  opacity: .6;
}
.sparkline i:nth-child(4) {
  height: 68%;
  opacity: .78;
}
.sparkline i:nth-child(5) {
  height: 100%;
}
.card-rating, .card-speed {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
}
.card-rating {
  right: 2%;
  top: 26%;
  animation-delay: -1.4s;
}
.rating-star {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
}
.card-rating strong, .card-speed strong {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.card-rating div span, .card-speed div span {
  display: block;
  margin-top: 5px;
  color: #77717e;
  font-size: 9px;
}
.card-speed {
  left: 4%;
  bottom: 18%;
  animation-delay: -.7s;
}
.pulse-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--peach);
  position: relative;
}
.pulse-dot::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: var(--ink);
}
.visual-note {
  position: absolute;
  z-index: 3;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em;
}
.note-top {
  right: 8%;
  top: 8%;
  transform: rotate(8deg);
}
.note-bottom {
  right: 2%;
  bottom: 13%;
  transform: rotate(-7deg);
}
.ticker {
  overflow: hidden;
  background: var(--ink);
  color: white;
  transform: rotate(-1deg) scale(1.02);
}
.ticker div {
  min-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 18px 0;
}
.ticker span {
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .14em;
}
.ticker i {
  color: var(--lime);
  font-style: normal;
}
.section-pad {
  width: min(1380px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 110px;
  padding-bottom: 110px;
}
.stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 100px;
  border-right: 1px solid var(--line);
}
.stat:last-child {
  border-right: 0;
}
.stat strong {
  font-size: clamp(48px, 5vw, 72px);
  letter-spacing: -.07em;
  line-height: 1;
}
.stat strong span {
  color: var(--violet);
}
.stat p {
  margin: 0;
  color: #77717e;
  font-size: 12px;
  line-height: 1.5;
}
.services {
  padding-top: 110px;
  padding-bottom: 120px;
  border-top: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}
.kicker {
  margin: 0 0 22px;
  color: var(--violet);
}
.section-heading h2, .why h2, .process h2, .contact h2 {
  margin: 0;
  font-size: clamp(50px, 5.5vw, 82px);
  line-height: .95;
  letter-spacing: -.065em;
}
.heading-copy {
  max-width: 440px;
  margin: 0 0 7px;
  color: #6f6a75;
  font-size: 16px;
  line-height: 1.65;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.service-card {
  min-height: 390px;
  border-radius: 28px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 45px rgba(33,26,48,.1);
}
.service-card.violet {
  background: var(--violet);
  color: white;
}
.service-card.lime {
  background: var(--lime);
}
.service-card.peach {
  background: var(--peach);
}
.service-card.blue {
  background: var(--blue);
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
}
.service-arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  font-size: 17px;
}
.violet .service-arrow {
  background: rgba(255,255,255,.14);
}
.service-card h3 {
  max-width: 250px;
  margin: auto 0 18px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.service-card p {
  min-height: 84px;
  margin: 0 0 23px;
  color: rgba(23,21,29,.68);
  font-size: 13px;
  line-height: 1.55;
}
.service-card.violet p {
  color: rgba(255,255,255,.72);
}
.service-card strong {
  padding-top: 19px;
  border-top: 1px solid rgba(23,21,29,.16);
  font-size: 13px;
}
.service-card.violet strong {
  border-color: rgba(255,255,255,.22);
}
.why {
  padding-top: 50px;
  padding-bottom: 120px;
}
.why-panel {
  min-height: 690px;
  border-radius: 36px;
  padding: 76px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 130px;
  align-items: center;
  background: var(--ink);
  color: white;
}
.why-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 100%, rgba(109,58,242,.48), transparent 34%), radial-gradient(circle at 94% 5%, rgba(215,255,115,.18), transparent 25%);
}
.why-copy, .why-list {
  position: relative;
  z-index: 2;
}
.kicker-light {
  color: var(--lime);
}
.why-copy > p:not(.kicker) {
  max-width: 430px;
  margin: 27px 0 31px;
  color: rgba(255,255,255,.64);
  font-size: 16px;
  line-height: 1.6;
}
.button-light {
  color: var(--ink);
  background: white;
}
.why-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 12px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.18);
}
.why-list article:last-child {
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.why-list article > span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
}
.why-list h3 {
  margin: -5px 0 9px;
  font-size: 22px;
  letter-spacing: -.03em;
}
.why-list p {
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.55;
}
.why-orb {
  width: 260px;
  aspect-ratio: 1;
  border-radius: 47% 53% 48% 52%;
  position: absolute;
  right: -110px;
  bottom: -110px;
  display: grid;
  place-items: center;
  background: var(--violet);
  box-shadow: inset 30px 20px 70px rgba(255,255,255,.18);
  transform: rotate(14deg);
}
.why-orb span {
  color: rgba(255,255,255,.9);
  font-size: 120px;
  font-weight: 900;
}
.work {
  padding-top: 90px;
  padding-bottom: 140px;
}
.section-heading.compact {
  grid-template-columns: 1fr auto;
}
.text-link {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 56px 22px;
  align-items: start;
}
.project-wide {
  grid-column: span 7;
}
.project-compact {
  grid-column: span 5;
}
.project-card {
  display: block;
  min-width: 0;
  position: relative;
}
.project-preview {
  --vbg: #d9ccff;
  --vink: #251744;
  --vacc: #6d3af2;
  --vsoft: #fffefa;
  height: 410px;
  padding: 24px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: var(--vbg);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.project-card:hover .project-preview {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(32,22,52,.16);
}
.project-preview::before {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  right: -130px;
  top: -170px;
  border: 1px solid var(--vacc);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--vacc) 35%, transparent);
  }
  border-radius: 50%;
  box-shadow: 0 0 0 58px var(--vacc), 0 0 0 116px var(--vacc);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 58px color-mix(in srgb, var(--vacc) 7%, transparent), 0 0 0 116px color-mix(in srgb, var(--vacc) 5%, transparent);
  }
}
.project-preview::after {
  content: '';
  position: absolute;
  width: 230px;
  height: 230px;
  left: -105px;
  bottom: -135px;
  border-radius: 50%;
  background: var(--vacc);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vacc) 18%, transparent);
  }
  filter: blur(1px);
}
.project-number {
  position: absolute;
  left: 22px;
  top: 20px;
  z-index: 4;
  color: var(--vink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}
.mock-browser {
  width: 84%;
  height: 82%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 54%;
  overflow: hidden;
  border: 1px solid rgba(20,18,28,.1);
  border-radius: 18px;
  background: var(--vsoft);
  box-shadow: 0 28px 60px rgba(37,24,67,.18);
  transform: translate(-50%,-50%) rotate(-1.4deg);
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.project-wide .mock-browser {
  width: 78%;
}
.project-card:hover .mock-browser {
  transform: translate(-50%,-52%) rotate(0deg) scale(1.015);
}
.project-shot {
  width: 92%;
  height: 86%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 55%;
  overflow: hidden;
  border: 1px solid rgba(20,18,28,.1);
  border-radius: 18px;
  background: white;
  box-shadow: 0 28px 60px rgba(37,24,67,.2);
  transform: translate(-50%,-50%) rotate(-1deg);
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
}
.project-wide .project-shot {
  width: 88%;
}
.project-card:hover .project-shot {
  transform: translate(-50%,-52%) rotate(0deg) scale(1.012);
  box-shadow: 0 34px 70px rgba(37,24,67,.26);
}
.project-shot-viewport {
  height: calc(100% - 37px);
  overflow: hidden;
  background: #eceae6;
}
.project-shot-viewport img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform .65s cubic-bezier(.2,.8,.2,1);
}
.project-card:hover .project-shot-viewport img {
  transform: scale(1.035);
}
.mock-toolbar {
  height: 37px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(20,18,28,.09);
  background: rgba(255,255,255,.68);
}
.mock-dots {
  display: flex;
  gap: 4px;
}
.mock-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--vink);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vink) 22%, transparent);
  }
}
.mock-toolbar small {
  color: var(--vink);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--vink) 55%, transparent);
  }
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .05em;
}
.mock-live {
  justify-self: end;
  padding: 3px 6px;
  border-radius: 100px;
  color: var(--vink);
  background: var(--vacc);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vacc) 14%, white);
  }
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .1em;
}
.mock-canvas {
  height: calc(100% - 37px);
  padding: 10% 8%;
  position: relative;
  overflow: hidden;
  color: var(--vink);
}
.mock-copy {
  width: 58%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mock-copy > span {
  margin-bottom: 13px;
  color: var(--vink);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--vink) 63%, transparent);
  }
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .13em;
}
.mock-copy > strong {
  max-width: 290px;
  font-size: clamp(24px, 3vw, 46px);
  line-height: .95;
  letter-spacing: -.065em;
}
.project-compact .mock-copy > strong {
  font-size: clamp(23px, 2.4vw, 35px);
}
.mock-copy > small {
  margin-top: 22px;
  padding: 9px 12px;
  border-radius: 100px;
  color: var(--vsoft);
  background: var(--vink);
  font-size: 7px;
  font-weight: 800;
}
.mock-copy > small b {
  margin-left: 7px;
}
.mock-object {
  width: 35%;
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
  right: 7%;
  top: 15%;
  border-radius: 44% 56% 48% 52% / 56% 43% 57% 44%;
  background: var(--vacc);
  box-shadow: inset 20px 15px 40px rgba(255,255,255,.2), 0 24px 35px var(--vacc);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: inset 20px 15px 40px rgba(255,255,255,.2), 0 24px 35px color-mix(in srgb, var(--vacc) 24%, transparent);
  }
  transform: rotate(8deg);
}
.mock-object i, .mock-object b, .mock-object span {
  position: absolute;
  display: block;
}
.mock-object i {
  width: 31%;
  height: 31%;
  left: 18%;
  top: 15%;
  border-radius: 50%;
  background: rgba(255,255,255,.46);
  filter: blur(2px);
}
.mock-object b {
  width: 16%;
  height: 16%;
  right: -4%;
  top: 19%;
  border-radius: 50%;
  background: var(--vink);
  box-shadow: -8px 92px 0 var(--vacc);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: -8px 92px 0 color-mix(in srgb, var(--vacc) 45%, white);
  }
}
.mock-object span {
  width: 48%;
  height: 1px;
  right: 73%;
  top: 52%;
  background: var(--vink);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vink) 28%, transparent);
  }
  transform: rotate(-12deg);
}
.mock-lines {
  position: absolute;
  left: 8%;
  bottom: 8%;
  display: flex;
  gap: 5px;
}
.mock-lines i {
  width: 34px;
  height: 3px;
  border-radius: 8px;
  background: var(--vink);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vink) 16%, transparent);
  }
}
.mock-lines i:nth-child(2) {
  width: 20px;
}
.mock-lines i:nth-child(3) {
  width: 9px;
  background: var(--vacc);
}
.visual-wellness {
  --vbg: #dcefc5;
  --vink: #173c2c;
  --vacc: #6d3af2;
  --vsoft: #fcfff8;
}
.visual-wellness .mock-object {
  border-radius: 70% 30% 62% 38% / 38% 62% 38% 62%;
  background: linear-gradient(145deg,#a7ee69,#2f9b68);
}
.visual-wellness .mock-object::after {
  content: '';
  width: 45%;
  height: 22%;
  position: absolute;
  right: -18%;
  bottom: 3%;
  border-radius: 100% 0 100% 0;
  background: #d7ff73;
  transform: rotate(-32deg);
}
.visual-jalousie {
  --vbg: #d9e7f5;
  --vink: #143a56;
  --vacc: #4b91c7;
  --vsoft: #fafdff;
}
.visual-jalousie .mock-object {
  width: 39%;
  height: 65%;
  top: 12%;
  aspect-ratio: auto;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg,#eef8ff 0 14%,#86b3d3 14% 19%);
  box-shadow: 15px 18px 0 rgba(20,58,86,.08);
  transform: rotate(2deg);
}
.visual-jalousie .mock-object i {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(145deg,transparent 40%,rgba(255,207,119,.48));
  filter: none;
}
.visual-invitation {
  --vbg: #ead7cb;
  --vink: #54271e;
  --vacc: #b86e55;
  --vsoft: #fffaf3;
}
.visual-invitation .mock-browser {
  border-radius: 140px 140px 18px 18px;
}
.visual-invitation .mock-object {
  border-radius: 50%;
  background: radial-gradient(circle,#fffaf3 0 30%,#d6a878 31% 34%,transparent 35%), conic-gradient(from 20deg,#8f4638,#e8bf88,#8f4638);
  box-shadow: 0 0 0 11px rgba(184,110,85,.13);
}
.visual-invitation .mock-object b {
  background: #f6d28d;
}
.visual-security {
  --vbg: #232a37;
  --vink: #121821;
  --vacc: #ff6656;
  --vsoft: #f8f5ef;
}
.visual-security .project-number {
  color: white;
}
.visual-security .mock-object {
  border-radius: 0;
  clip-path: polygon(50% 0,92% 17%,84% 74%,50% 100%,16% 74%,8% 17%);
  background: linear-gradient(150deg,#ff8f80,#d52f36);
}
.visual-security .mock-object::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: white;
  font-size: clamp(38px,6vw,74px);
  font-weight: 900;
}
.visual-construction {
  --vbg: #ffd95a;
  --vink: #171717;
  --vacc: #6d3af2;
  --vsoft: #fffdf5;
}
.visual-construction .mock-object {
  width: 36%;
  height: 42%;
  top: 27%;
  aspect-ratio: auto;
  border-radius: 6px;
  background: #171717;
  box-shadow: 32px -32px 0 #6d3af2,-25px 34px 0 #ff9c76;
  transform: rotate(-4deg);
}
.visual-construction .mock-object i {
  border-radius: 0;
  background: #ffd95a;
  filter: none;
}
.visual-podology {
  --vbg: #d9eee9;
  --vink: #184a47;
  --vacc: #63b9ad;
  --vsoft: #fbfffd;
}
.visual-podology .mock-object {
  border-radius: 50% 50% 42% 58%;
  background: linear-gradient(160deg,#b6eae3,#4ba89d);
}
.visual-podology .mock-object::after {
  content: '+';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: white;
  font-size: clamp(42px,6vw,72px);
  font-weight: 300;
}
.visual-vents {
  --vbg: #c8dff0;
  --vink: #18364e;
  --vacc: #2178a7;
  --vsoft: #f8fcff;
}
.visual-vents .mock-object {
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg,#2178a7 0 11deg,#82cce9 12deg 25deg);
  box-shadow: inset 0 0 0 20px rgba(255,255,255,.34),0 24px 35px rgba(27,87,119,.22);
}
.visual-vents .mock-object::after {
  content: '';
  position: absolute;
  inset: 39%;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 8px #17364e;
}
.visual-beauty {
  --vbg: #f4ced9;
  --vink: #511f3d;
  --vacc: #a85280;
  --vsoft: #fff9fb;
}
.visual-beauty .mock-object {
  width: 14%;
  height: 54%;
  top: 18%;
  right: 18%;
  aspect-ratio: auto;
  border-radius: 70px 70px 25px 25px;
  background: linear-gradient(180deg,#f9aeca,#ae4f7d);
  box-shadow: -54px 26px 0 -2px #d97aa5,48px 36px 0 -5px #7f3c69;
  transform: rotate(8deg);
}
.visual-beauty .mock-object i {
  width: 65%;
  height: 24%;
  left: 18%;
  top: 7%;
  border-radius: 50% 50% 35% 35%;
  background: rgba(255,255,255,.55);
  filter: none;
}
.project-details {
  min-height: 170px;
  padding: 24px 62px 0 4px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.project-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.project-meta p, .project-meta span {
  margin: 0;
  color: #77717e;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.project-card h3 {
  margin: 11px 0 8px;
  font-size: clamp(27px,3vw,38px);
  line-height: 1;
  letter-spacing: -.055em;
}
.project-details > p {
  max-width: 520px;
  margin: 0;
  color: #716c77;
  font-size: 12px;
  line-height: 1.5;
}
.project-open {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 2px;
  bottom: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 18px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.project-card:hover .project-open {
  color: white;
  background: var(--violet);
  transform: rotate(45deg);
}
.process {
  padding-top: 115px;
  padding-bottom: 120px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
}
.process-intro > p:last-child {
  max-width: 390px;
  margin: 29px 0 0;
  color: #716c77;
  line-height: 1.6;
}
.process-steps {
  border-top: 1px solid var(--line);
}
.process-steps article {
  min-height: 155px;
  display: grid;
  grid-template-columns: 60px .65fr 1fr;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.process-steps article > span {
  color: var(--violet);
  font-size: 10px;
  font-weight: 850;
}
.process-steps h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.04em;
}
.process-steps p {
  margin: 0;
  color: #716c77;
  font-size: 13px;
  line-height: 1.55;
}
.testimonial { padding-top: 105px; padding-bottom: 120px; }
.testimonial-shell { min-height: 620px; padding: 68px; border-radius: 38px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: center; position: relative; overflow: hidden; color: white; background: var(--ink); }
.testimonial-shell::before { content: ''; position: absolute; width: 390px; height: 390px; left: -180px; bottom: -220px; border-radius: 46% 54% 58% 42%; background: var(--violet); box-shadow: inset 35px 25px 80px rgba(255,255,255,.13); transform: rotate(-12deg); }
.testimonial-intro, .testimonial-card { position: relative; z-index: 1; }
.testimonial-intro h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .95; letter-spacing: -.06em; }
.testimonial-intro h2 em { color: var(--lime); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.testimonial-intro > p:not(.kicker) { max-width: 450px; margin: 25px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.65; }
.testimonial-results { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 38px; }
.testimonial-results article { min-height: 145px; padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: rgba(255,255,255,.06); }
.testimonial-results article > span { color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.testimonial-results strong { display: block; margin: 20px 0 7px; font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.testimonial-results p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.45; }
.testimonial-card { min-height: 455px; padding: 38px; border-radius: 30px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.quote-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.quote-mark { width: 57px; height: 57px; display: grid; place-items: center; color: white; border-radius: 50% 50% 50% 8px; background: var(--violet); font-family: Georgia, serif; font-size: 46px; line-height: 1; padding-top: 15px; transform: rotate(-4deg); }
.stars { padding: 9px 12px; border-radius: 100px; color: var(--violet); background: #f1edff; font-size: 11px; letter-spacing: .08em; font-weight: 800; }
.stars span { margin-left: 7px; color: var(--ink); letter-spacing: 0; }
.testimonial blockquote { max-width: 750px; margin: 48px 0 42px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 3.1vw, 47px); line-height: 1.13; letter-spacing: -.04em; }
.quote-footer { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.quote-author { display: flex; align-items: center; gap: 13px; }
.quote-author > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--peach); font-size: 10px; font-weight: 850; }
.quote-author p { margin: 0; text-align: left; font-size: 11px; line-height: 1.45; color: #77717e; }
.quote-author strong { color: var(--ink); font-size: 12px; }
.testimonial-link { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; }
.testimonial-link:hover { color: var(--violet); }
.testimonial-note { display: block; margin-top: 18px; color: #8b8691; font-size: 9px; line-height: 1.45; }

.contact {
  width: 100%;
  padding: 0 24px 24px;
}
.contact-inner {
  min-height: 490px;
  max-width: 1540px;
  margin: 0 auto;
  border-radius: 36px;
  padding: 78px max(36px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: 1.1fr .65fr;
  gap: 80px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--violet);
  color: white;
}
.contact-inner::before {
  content: '';
  position: absolute;
  width: 480px;
  height: 480px;
  top: -270px;
  left: 40%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025);
}
.contact-inner > div {
  position: relative;
  z-index: 2;
}
.contact h2 {
  font-size: clamp(65px, 7vw, 110px);
}
.contact h2 em {
  color: var(--lime);
}
.contact-action {
  max-width: 430px;
}
.contact-action p {
  margin: 0 0 28px;
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 1.65;
}
.button-lime {
  background: var(--lime);
  color: var(--ink);
}
.contact-scribble {
  position: absolute !important;
  right: 4%;
  bottom: -35px;
  color: rgba(255,255,255,.12);
  font-size: 220px;
  line-height: 1;
  font-weight: 900;
  transform: rotate(-14deg);
}
.footer {
  padding: 75px max(24px, calc((100vw - 1380px) / 2)) 28px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr .8fr 1fr;
  gap: 50px;
  align-items: start;
  padding-bottom: 70px;
}
.brand-footer {
  font-size: 25px;
}
.footer-main > p {
  margin: 5px 0 0;
  color: #716c77;
  font-size: 13px;
  line-height: 1.6;
}
.footer-links {
  display: grid;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
}
.footer-links a:hover, .footer-contact a:hover {
  color: var(--violet);
}
.footer-contact {
  display: grid;
  gap: 13px;
  font-size: 12px;
  justify-items: end;
  text-align: right;
}
.footer-contact a {
  font-size: 16px;
  font-weight: 750;
}
.footer-contact span {
  max-width: 260px;
  color: #716c77;
  line-height: 1.45;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #77717e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
@keyframes morph {
  0%,100% {
    border-radius: 48% 52% 43% 57% / 60% 42% 58% 40%;
    transform: rotate(-3deg);
  }
  50% {
    border-radius: 57% 43% 55% 45% / 43% 56% 44% 57%;
    transform: rotate(3deg);
  }
}
@keyframes float {
  0%,100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 20px;
  }
  .hero {
    gap: 20px;
  }
  .hero h1 {
    font-size: clamp(57px, 7.6vw, 80px);
  }
  .hero-visual {
    transform: scale(.9);
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    min-height: 330px;
  }
  .why-panel {
    padding: 58px;
    gap: 65px;
  }
  .projects-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px 18px;
  }
  .project-wide, .project-compact {
    grid-column: span 1;
  }
  .project-preview {
    height: 350px;
  }
  .project-wide .mock-browser {
    width: 84%;
  }
  .project-wide .project-shot {
    width: 92%;
  }
  .mock-copy > strong, .project-compact .mock-copy > strong {
    font-size: clamp(23px,3vw,34px);
  }
  .process {
    gap: 55px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact {
    justify-items: start;
    text-align: left;
  }
}
@media (max-width: 760px) {
  .site-header, .hero, .section-pad {
    width: min(100% - 32px, 1380px);
  }
  .site-header {
    height: 72px;
    grid-template-columns: 1fr auto;
  }
  .desktop-nav, .header-cta {
    display: none;
  }
  .mobile-menu {
    display: block;
    justify-self: end;
    position: relative;
  }
  .mobile-menu summary {
    width: 42px;
    height: 42px;
    list-style: none;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    width: 17px;
    height: 1px;
    background: var(--ink);
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 50px;
    width: 210px;
    padding: 13px;
    display: grid;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 18px 40px rgba(29,23,41,.13);
  }
  .mobile-menu nav a {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
  }
  .mobile-menu nav a:hover {
    background: #f0ecfa;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 58px 0 60px;
  }
  .hero h1 {
    max-width: 500px;
    font-size: clamp(56px, 17vw, 82px);
  }
  .hero-lead {
    margin: 25px 0;
    font-size: 16px;
  }
  .button {
    gap: 14px;
  }
  .hero-visual {
    min-height: 460px;
    transform: none;
    margin-top: 15px;
  }
  .visual-sphere {
    width: min(330px, 77vw);
  }
  .card-growth {
    width: 145px;
    left: -3%;
  }
  .card-rating {
    right: -2%;
  }
  .card-speed {
    left: 0;
    bottom: 10%;
  }
  .note-top {
    right: 1%;
  }
  .note-bottom {
    bottom: 5%;
  }
  .ticker div {
    justify-content: flex-start;
    padding-left: 16px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    padding-top: 75px;
    padding-bottom: 75px;
    row-gap: 35px;
  }
  .stat {
    justify-content: flex-start;
    padding-left: 12px;
    border-right: 0;
  }
  .stat:nth-child(odd) {
    border-right: 1px solid var(--line);
  }
  .section-heading, .section-heading.compact {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section-heading h2, .why h2, .process h2 {
    font-size: clamp(46px, 13vw, 65px);
  }
  .services {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 330px;
  }
  .why {
    padding-bottom: 85px;
  }
  .why-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 45px 25px 70px;
    gap: 60px;
    border-radius: 26px;
  }
  .why-orb {
    width: 180px;
    right: -90px;
    bottom: -90px;
  }
  .work {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .text-link {
    width: max-content;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .project-preview {
    height: 340px;
    border-radius: 24px;
  }
  .mock-browser, .project-wide .mock-browser {
    width: 88%;
    height: 80%;
  }
  .project-shot, .project-wide .project-shot {
    width: 92%;
    height: 82%;
  }
  .mock-copy {
    width: 60%;
  }
  .mock-copy > span {
    font-size: 6px;
  }
  .mock-copy > strong, .project-compact .mock-copy > strong {
    font-size: clamp(22px,7.4vw,31px);
  }
  .mock-copy > small {
    margin-top: 16px;
  }
  .project-details {
    min-height: 160px;
    padding-top: 20px;
  }
  .process {
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 90px;
    gap: 55px;
  }
  .process-steps article {
    grid-template-columns: 42px 1fr;
    padding: 26px 0;
  }
  .process-steps p {
    grid-column: 2;
  }
  .testimonial {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .testimonial-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 38px 25px;
    border-radius: 28px;
  }
  .testimonial-intro h2 {
    font-size: clamp(44px, 13vw, 62px);
  }
  .testimonial-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 24px;
  }
  .testimonial blockquote {
    margin: 35px 0;
    font-size: clamp(28px, 8.5vw, 38px);
  }
  .quote-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .testimonial-link {
    padding-top: 4px;
  }
  .contact {
    width: 100%;
    padding: 0 10px 10px;
  }
  .contact-inner {
    min-height: 570px;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 55px 25px;
    align-content: center;
    border-radius: 28px;
  }
  .contact h2 {
    font-size: clamp(62px, 17vw, 88px);
  }
  .contact-scribble {
    font-size: 150px;
  }
  .footer {
    padding-top: 55px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 45px;
  }
  .footer-bottom {
    gap: 18px;
    flex-wrap: wrap;
  }
}
@media (max-width: 390px) {
  .hero-actions .button {
    width: 100%;
  }
  .hero-visual {
    min-height: 410px;
  }
  .card-growth {
    top: 7%;
  }
  .card-rating {
    top: 25%;
  }
  .card-speed {
    bottom: 7%;
  }
  .float-card {
    transform: scale(.88);
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .stat:nth-child(odd) {
    border-right: 0;
  }
  .stat {
    border-bottom: 1px solid var(--line);
    padding-bottom: 25px;
  }
  .project-preview {
    height: 300px;
  }
  .mock-browser, .project-wide .mock-browser {
    width: 92%;
  }
  .project-shot, .project-wide .project-shot {
    width: 94%;
  }
  .mock-canvas {
    padding-left: 7%;
    padding-right: 7%;
  }
  .mock-copy > strong, .project-compact .mock-copy > strong {
    font-size: 21px;
  }
  .mock-object {
    right: 4%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

:root{--font-geist-sans:Arial,Helvetica,sans-serif;--font-geist-mono:Consolas,monospace}

.mobile-bottom-bar{display:none}@media(max-width:700px){body{padding-bottom:78px}.mobile-bottom-bar{display:grid;position:fixed;left:10px;right:10px;bottom:10px;z-index:60;padding:6px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(23,21,29,.16);border-radius:18px;box-shadow:0 15px 50px rgba(23,21,29,.18);grid-template-columns:.8fr 1fr 1.15fr;gap:5px}.mobile-bottom-bar a{min-height:47px;border-radius:13px;display:grid;place-items:center;font-size:12px;font-weight:850}.mobile-bottom-bar a:nth-child(1){background:#f7f5f0}.mobile-bottom-bar a:nth-child(2){background:#17151d;color:#fff}.mobile-bottom-bar a:nth-child(3){background:#d7ff73}}
