:root {
  --bg: #ffffff;
  --surface: #f8f8f7;
  --text: #1c2026;
  --muted: #636a73;
  --soft: #e9e9e6;
  --black: #11161c;
  --radius-lg: 32px;
  --radius-md: 18px;
  --shadow-soft: 0 18px 48px rgba(22, 25, 30, 0.08);
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
    linear-gradient(rgba(17, 22, 28, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 22, 28, 0.09) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 44px 44px, 44px 44px, auto;
  background-position: 0 0, 10px 10px, 10px 10px, 0 0;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  animation: page-fade-in 520ms ease both;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: calc(100% - 32px);
  max-width: 1280px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 22, 28, 0.06);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 10px 30px rgba(17, 22, 28, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 27px;
  height: 27px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #2f3338, #6b6f74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.brand-mark span {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  position: relative;
}

.brand-mark span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  top: 2px;
  right: 1px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  font-size: 12px;
  font-weight: 800;
  color: #4c5158;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
}

.section-shell {
  width: calc(100% - 32px);
  max-width: 1280px;
  margin-inline: auto;
  background:
    linear-gradient(rgba(248, 248, 247, 0.84), rgba(248, 248, 247, 0.84)),
    linear-gradient(rgba(17, 22, 28, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 22, 28, 0.08) 1px, transparent 1px),
    var(--surface);
  background-size: auto, 36px 36px, 36px 36px, auto;
  background-position: 0 0, 12px 12px, 12px 12px, 0 0;
  border-radius: var(--radius-lg);
}

.hero {
  min-height: 540px;
  margin-top: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  text-align: left;
  padding: 82px 0 76px;
}

.hero-copy {
  min-width: 0;
  animation: float-in 720ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.hero h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  color: #191e24;
  font-size: clamp(56px, 7vw, 88px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-title-style {
  display: inline-block;
  min-height: 0.95em;
  animation: hero-title-style-cycle 4s steps(1, end) infinite;
}

.portrait-chip {
  flex: 0 0 auto;
  width: clamp(64px, 8vw, 82px);
  aspect-ratio: 1;
  border-radius: 14px;
  display: inline-block;
  background:
    radial-gradient(circle at 58% 36%, #f2dfcf 0 8%, transparent 9%),
    linear-gradient(145deg, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0.26) 50% 54%, transparent 55%),
    linear-gradient(155deg, #151719 0 38%, #d5c5b6 39% 60%, #77716c 61% 100%);
  box-shadow: 0 12px 28px rgba(17, 22, 28, 0.22);
  transform: rotate(4deg);
}

.hero p {
  width: min(560px, 100%);
  margin: 34px 0 0;
  color: #5e6670;
  font-size: 18px;
  font-weight: 600;
}

.hero-highlight {
  color: #171c22;
  font-weight: 900;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-showcase {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0;
  width: auto;
  aspect-ratio: 0.86;
  overflow: visible;
  border: 8px solid #fff;
  border-radius: 30px;
  isolation: isolate;
  transform: rotate(2deg);
  box-shadow: 0 26px 70px rgba(17, 22, 28, 0.2);
  animation: showcase-rise 780ms cubic-bezier(0.2, 0.8, 0.2, 1) 160ms both;
}

.hero-showcase img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: none;
}

.hero-showcase > img {
  position: relative;
  z-index: 1;
}

.hero-orbit {
  position: absolute;
  inset: -22px;
  z-index: 0;
  border: 1.5px dashed rgba(17, 22, 28, 0.22);
  border-radius: 42% 58% 46% 54%;
  pointer-events: none;
}

.hero-orbit-one {
  animation: hero-orbit-spin 24s linear infinite;
}

.hero-orbit-two {
  inset: -36px -18px -18px -34px;
  border-color: rgba(61, 136, 144, 0.26);
  border-radius: 56% 44% 58% 42%;
  animation: hero-orbit-spin-reverse 32s linear infinite;
}

.hero-tool {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(128, 136, 145, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(17, 22, 28, 0.12);
  backdrop-filter: blur(12px);
  animation: hero-tool-float 6s ease-in-out infinite;
}

.hero-tool img {
  width: 24px;
  height: 24px;
  min-height: 0;
  object-fit: contain;
  border-radius: 6px;
}

.hero-tool i {
  color: #171c22;
  font-family: "Material Symbols Rounded";
  font-size: 23px;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.hero-tool-figma {
  top: -26px;
  left: 16%;
}

.hero-tool-ai {
  right: -26px;
  top: 34%;
  animation-delay: -1.8s;
}

.hero-tool-code {
  left: -24px;
  bottom: 16%;
  animation-delay: -3.2s;
}

.container {
  width: calc(100% - 72px);
  max-width: var(--max);
  margin-inline: auto;
}

.case-studies {
  padding: 56px 0 152px;
}

.case-studies h2,
.about h2 {
  color: #1f242b;
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.case-studies h2 {
  margin-bottom: 44px;
  text-align: center;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px 34px;
}

.case-card {
  min-width: 0;
}

.case-media {
  position: relative;
  display: block;
  height: clamp(280px, 28vw, 360px);
  overflow: hidden;
  border-radius: var(--radius-md);
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.case-media:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.case-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.js-reveal-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll,
.js-reveal-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-card.reveal-on-scroll:nth-child(2) {
  transition-delay: 90ms;
}

.case-card.reveal-on-scroll:nth-child(3) {
  transition-delay: 140ms;
}

.case-card.reveal-on-scroll:nth-child(4) {
  transition-delay: 210ms;
}

@keyframes page-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showcase-rise {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(0deg) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(2deg) scale(1);
  }
}

@keyframes hero-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-orbit-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes hero-tool-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes hero-title-style-cycle {
  0% {
    font-family: "Inter", system-ui, sans-serif;
    font-style: normal;
    font-weight: 900;
  }

  25% {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 700;
  }

  50% {
    font-family: "Arial Black", Impact, sans-serif;
    font-style: normal;
    font-weight: 900;
  }

  75% {
    font-family: "Trebuchet MS", "Inter", system-ui, sans-serif;
    font-style: normal;
    font-weight: 800;
  }
}

.anchor-media {
  background:
    radial-gradient(circle at 42% 46%, rgba(255, 255, 255, 0.26), transparent 22%),
    linear-gradient(180deg, #59bcc7, #3b8890);
}

.nomi-media {
  background:
    radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(145deg, #fbe3ef 0%, #f7c6dc 45%, #e6116e 100%);
}

.nomi-device {
  position: absolute;
  left: 50%;
  top: 42px;
  width: 164px;
  height: 300px;
  padding: 10px;
  background: #1c1c28;
  border-radius: 34px;
  box-shadow: 0 26px 38px rgba(96, 11, 55, 0.34);
  transform: translateX(-50%) rotate(-5deg);
}

.nomi-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  background:
    linear-gradient(#fff 0 34%, transparent 34%),
    linear-gradient(180deg, #fff, #fff5fa);
}

.nomi-screen::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 34px;
  height: 86px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e6116e, #f7c6dc);
}

.nomi-pill {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 46px;
  height: 8px;
  border-radius: 999px;
  background: #1c1c28;
  transform: translateX(-50%);
}

.nomi-screen strong {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  color: #e6116e;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.nomi-card-line {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 138px;
  height: 18px;
  border-radius: 999px;
  background: #f1d3e0;
}

.nomi-card-line.short {
  top: 168px;
  right: 54px;
}

.nomi-dots {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 18px;
  height: 8px;
  background: repeating-linear-gradient(90deg, #e6116e 0 8px, transparent 8px 20px);
}

.nomi-badge {
  position: absolute;
  right: 36px;
  top: 40px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1c1c28;
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(96, 11, 55, 0.24);
  font-size: 16px;
  font-weight: 900;
}

.phone {
  position: absolute;
  top: 48px;
  width: 106px;
  height: 212px;
  padding: 9px;
  background: #10151b;
  border-radius: 25px;
  box-shadow: 0 20px 24px rgba(8, 20, 24, 0.42);
}

.phone-left {
  left: calc(50% - 132px);
  transform: rotate(-1deg);
}

.phone-right {
  left: calc(50% + 6px);
  transform: rotate(1deg);
}

.phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #f9faf9;
  position: relative;
}

.app-bar {
  position: absolute;
  top: 16px;
  left: 13px;
  right: 13px;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #4a9fac 35%, #dce8e9 35%);
}

.anchor-screen strong {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #335e65;
}

.ring {
  position: absolute;
  top: 55px;
  left: 28px;
  width: 50px;
  height: 50px;
  border: 7px solid #7bc5c2;
  border-radius: 50%;
}

.row,
.button-line,
.nav-dots,
.stats,
.blue-card {
  position: absolute;
  left: 13px;
  right: 13px;
  border-radius: 8px;
}

.row {
  top: 126px;
  height: 28px;
  background: #e9eeee;
}

.row.short {
  top: 161px;
  right: 34px;
}

.button-line {
  top: 104px;
  height: 20px;
  background: #2d9aa5;
}

.button-line.alt {
  top: 131px;
  background: #79bdc2;
}

.nav-dots {
  bottom: 12px;
  height: 10px;
  background: repeating-linear-gradient(90deg, #569aa2 0 7px, transparent 7px 18px);
}

.cafe-media {
  background:
    radial-gradient(circle at 62% 35%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(180deg, #936847, #ddbd94 63%, #8d3f16 64%, #df9932);
}

.laptop {
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: min(360px, 70%);
  transform: translateX(-35%) rotate(2deg);
}

.laptop-screen {
  height: 194px;
  padding-top: 82px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 8px solid #11151a;
  border-radius: 8px 8px 3px 3px;
  background:
    linear-gradient(rgba(22, 20, 17, 0.3), rgba(22, 20, 17, 0.3)),
    linear-gradient(125deg, #60442f 0 34%, #78906e 35% 56%, #c7a347 57% 100%);
  box-shadow: 0 18px 28px rgba(17, 22, 28, 0.28);
}

.laptop-screen span {
  display: block;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2px;
}

.laptop-screen small {
  display: block;
  margin-top: 4px;
  font-size: 8px;
  font-weight: 700;
}

.laptop-screen em {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 12px;
  font-size: 8px;
  font-style: normal;
  background: #cf6c1b;
}

.laptop-base {
  width: 115%;
  height: 16px;
  margin-left: -7%;
  background: linear-gradient(90deg, #1f252c, #88919a, #13171d);
  border-radius: 3px 3px 18px 18px;
}

.linkedin-media {
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 194, 61, 0.58), transparent 24%),
    radial-gradient(circle at 14% 82%, rgba(255, 106, 82, 0.34), transparent 28%),
    linear-gradient(145deg, #2d5be8 0%, #1a2238 100%);
}

.linkedin-media::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, 0.24) 44%, transparent 58%),
    radial-gradient(circle, rgba(255, 194, 61, 0.26), transparent 54%);
  animation: linkedin-bg-sweep 8s ease-in-out infinite;
}

.linkedin-card-preview {
  width: min(310px, 86%);
  min-height: 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a2238;
  background: #fffdf8;
  border: 3px solid #1a2238;
  border-radius: 22px;
  box-shadow: 8px 8px 0 rgba(26, 34, 56, 0.72);
  transform: rotate(-3deg);
  animation: linkedin-card-float 4.8s ease-in-out infinite;
}

.linkedin-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.linkedin-preview-top span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #2d5be8;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.linkedin-preview-top small,
.linkedin-preview-tags span {
  padding: 7px 10px;
  border: 2px solid #1a2238;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.linkedin-card-preview strong {
  margin-top: 18px;
  display: block;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 0.95;
  font-weight: 900;
}

.linkedin-card-preview p {
  margin-top: 12px;
  color: #46506b;
  font-size: 14px;
  font-weight: 800;
}

.linkedin-preview-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.linkedin-preview-tags span {
  color: #1b3fae;
  background: #f7f1e6;
  animation: linkedin-tag-pop 4.8s ease-in-out infinite;
}

.linkedin-preview-tags span:nth-child(2) {
  animation-delay: 0.35s;
}

@keyframes linkedin-card-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(0, -10px, 0) rotate(-1.2deg);
  }
}

@keyframes linkedin-bg-sweep {
  0%,
  100% {
    transform: translate3d(-12%, 0, 0) rotate(0deg);
    opacity: 0.58;
  }

  50% {
    transform: translate3d(12%, -4%, 0) rotate(10deg);
    opacity: 0.86;
  }
}

@keyframes linkedin-tag-pop {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.tiktok-media {
  background: linear-gradient(135deg, #ff406d, #bd284b);
}

.safety-media {
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 76% 22%, rgba(232, 70, 15, 0.34), transparent 24%),
    linear-gradient(rgba(23, 19, 16, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 19, 16, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #f4efe6, #fbf8f1);
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.safety-preview {
  position: relative;
  width: min(330px, 88%);
  min-height: 226px;
  padding: 26px;
  overflow: hidden;
  color: #171310;
  background: rgba(251, 248, 241, 0.9);
  border: 1px solid rgba(23, 19, 16, 0.18);
  border-radius: 18px;
  box-shadow: 0 28px 56px rgba(23, 19, 16, 0.18);
}

.safety-preview::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(232, 70, 15, 0.1);
  animation: safety-orb 6s ease-in-out infinite;
}

.safety-preview-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #171310;
}

.safety-preview-mark::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid #e8460f;
  border-radius: 50%;
  animation: safety-ring 3.6s ease-in-out infinite;
}

.safety-preview strong {
  margin-top: 24px;
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1;
  font-weight: 700;
}

.safety-preview p {
  width: min(250px, 100%);
  margin-top: 12px;
  color: #3b352d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.safety-preview-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.safety-preview-grid span {
  height: 28px;
  border: 1px solid rgba(23, 19, 16, 0.16);
  border-radius: 9px;
  background: #f4efe6;
  animation: safety-component-pulse 4.4s ease-in-out infinite;
}

.safety-preview-grid span:nth-child(1) {
  background: #e8460f;
  animation-delay: 0s;
}

.safety-preview-grid span:nth-child(2) {
  background: #10564a;
  animation-delay: 0.22s;
}

.safety-preview-grid span:nth-child(3) {
  background: #e9a100;
  animation-delay: 0.44s;
}

.safety-preview-grid span:nth-child(4) {
  animation-delay: 0.66s;
}

@keyframes safety-orb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    background: rgba(232, 70, 15, 0.1);
  }

  50% {
    transform: translate3d(-26px, 18px, 0) scale(1.16);
    background: rgba(16, 86, 74, 0.13);
  }
}

@keyframes safety-ring {
  0%,
  100% {
    transform: scale(1);
    border-color: #e8460f;
  }

  50% {
    transform: scale(0.72);
    border-color: #e9a100;
  }
}

@keyframes safety-component-pulse {
  0%,
  100% {
    transform: translateY(0);
    filter: saturate(1);
  }

  50% {
    transform: translateY(-6px);
    filter: saturate(1.25);
  }
}

.bwell-media {
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 84% 18%, rgba(109, 111, 181, 0.42), transparent 28%),
    radial-gradient(circle at 18% 84%, rgba(232, 131, 58, 0.24), transparent 30%),
    linear-gradient(145deg, #f3f0e8, #e8e8f5 58%, #d7dde8);
}

.bwell-preview {
  position: relative;
  z-index: 1;
  width: min(84%, 330px);
  padding: 24px;
  color: #1d2233;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  box-shadow: 0 24px 48px rgba(44, 48, 78, 0.18);
  overflow: hidden;
}

.bwell-preview::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -48px;
  top: -46px;
  border-radius: 999px;
  background: rgba(82, 91, 186, 0.14);
}

.bwell-preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.bwell-preview-top strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.bwell-preview-top span {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, #4f54a8 0 50%, transparent 50%),
    linear-gradient(135deg, transparent 0 48%, #ef9149 49% 100%),
    #f5f1e9;
  box-shadow: inset 0 0 0 1px rgba(29, 34, 51, 0.08);
}

.bwell-preview p {
  max-width: 18ch;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  color: #414758;
}

.bwell-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.bwell-metrics span {
  height: 44px;
  border-radius: 14px;
  background: #f2f3f7;
  border: 1px solid rgba(29, 34, 51, 0.06);
}

.bwell-metrics span:nth-child(2) {
  background: #e8ebfa;
}

.bwell-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 86px;
  padding: 12px;
  border-radius: 18px;
  background: #f8f7f3;
  border: 1px solid rgba(29, 34, 51, 0.06);
}

.bwell-chart span {
  flex: 1;
  min-width: 0;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #6e6fb5, #4d527e);
  animation: bwell-bars 4.5s ease-in-out infinite;
}

.bwell-chart span:nth-child(1) {
  height: 44%;
}

.bwell-chart span:nth-child(2) {
  height: 68%;
  animation-delay: -1.2s;
}

.bwell-chart span:nth-child(3) {
  height: 52%;
  background: linear-gradient(180deg, #ef9149, #d56f30);
  animation-delay: -2s;
}

.bwell-chart span:nth-child(4) {
  height: 78%;
  animation-delay: -3s;
}

@keyframes bwell-bars {
  0%,
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  50% {
    transform: scaleY(0.78);
    transform-origin: bottom;
  }
}

.tilt-phone {
  position: absolute;
  top: 54px;
  width: 120px;
  height: 222px;
  padding: 8px;
  background: #11151b;
  border-radius: 24px;
  box-shadow: 0 18px 30px rgba(75, 5, 25, 0.3);
}

.phone-back {
  left: calc(50% - 170px);
  transform: rotate(-24deg);
}

.phone-main {
  left: calc(50% - 60px);
  transform: rotate(6deg);
  z-index: 2;
}

.phone-front {
  left: calc(50% + 56px);
  transform: rotate(-9deg);
}

.social-screen {
  background:
    linear-gradient(#fff 0 22%, transparent 22%),
    linear-gradient(90deg, #f6f6f7 0 28%, #e83757 28% 31%, #f8f8f8 31% 100%);
}

.social-screen::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 60px;
  bottom: 18px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 74% 22%, #f0c0a2 0 10%, transparent 11%),
    linear-gradient(145deg, #24262c, #e5d2bf 48%, #ab784d);
}

.social-screen.muted {
  filter: grayscale(0.7);
}

.social-screen.bright::after {
  background:
    radial-gradient(circle at 60% 24%, #f5d6bd 0 10%, transparent 11%),
    linear-gradient(145deg, #0c0d10, #f2f2f2 45%, #d3274a);
}

.fitbud-media {
  background:
    linear-gradient(120deg, rgba(67, 70, 19, 0.8), rgba(193, 176, 55, 0.36)),
    linear-gradient(145deg, #393813, #b5aa42);
}

.couch-lines {
  position: absolute;
  inset: -20px;
  background:
    radial-gradient(circle at 42% 30%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(100deg, transparent 0 45%, rgba(25, 29, 12, 0.25) 46% 48%, transparent 49%),
    linear-gradient(180deg, transparent 0 48%, rgba(37, 40, 15, 0.32) 49% 51%, transparent 52%);
}

.fit-phone {
  position: absolute;
  right: 24%;
  top: 68px;
  width: 118px;
  height: 224px;
  padding: 8px;
  background: #11151a;
  border-radius: 25px;
  transform: rotate(-10deg);
  box-shadow: 0 18px 26px rgba(25, 28, 10, 0.35);
}

.fit-screen {
  background: #fbfbff;
}

.profile {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dfad87, #1f2228);
}

.fit-screen strong {
  position: absolute;
  top: 31px;
  left: 56px;
  font-size: 10px;
}

.stats {
  top: 78px;
  height: 36px;
  background: #eef1f7;
}

.blue-card {
  top: 128px;
  height: 64px;
  background: linear-gradient(135deg, #0d52ff, #6e91ff);
}

.eyebrow {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.eyebrow.teal {
  color: #3d8890;
}

.eyebrow.rust {
  color: #b56631;
}

.eyebrow.pink {
  color: #dd3a5d;
}

.eyebrow.olive {
  color: #7e813a;
}

.case-card h3 {
  margin-top: 10px;
  color: #252931;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.case-description {
  margin-top: 16px;
  max-width: 610px;
  color: #67707a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.case-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-tags span {
  padding: 7px 10px;
  color: #454b54;
  background: rgba(17, 22, 28, 0.045);
  border: 1px solid rgba(17, 22, 28, 0.07);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.read-time {
  color: #171c22;
  background: #fff;
  border: 1px solid rgba(17, 22, 28, 0.16);
}

.read-time::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
  border: 1.6px solid currentColor;
  border-radius: 50%;
  vertical-align: -1px;
}

.media-read-time {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(17, 22, 28, 0.12);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.skills {
  margin-bottom: 142px;
}

.skills-inner {
  width: min(calc(100% - 64px), 900px);
  margin: 0 auto;
  padding: 74px 0;
  text-align: center;
}

.skills h2 {
  margin-top: 14px;
  color: #1f242b;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.skills-marquee {
  margin: 28px auto 0;
  width: min(100%, 1040px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.skills-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: tools-marquee 34s linear infinite;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.skills-marquee:hover .skills-track {
  animation-play-state: paused;
}

.skills-list {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 12px;
}

.skills-list span {
  min-height: 46px;
  padding: 10px 15px 10px 11px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #323941;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(128, 136, 145, 0.28);
  border-radius: 999px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.skills-list i {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #171c22;
  color: #fff;
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.skills-list img {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  border-radius: 7px;
}

.skills-list img.after-effects-logo {
  width: 18.75px;
  height: 18.75px;
  margin: 3.125px;
}

@keyframes tools-marquee {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.about {
  padding: 0 0 82px;
}

.experience-section {
  padding: 0 0 150px;
}

.about-grid {
  width: calc(100% - 48px);
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 244px;
  gap: 86px;
  align-items: start;
}

.about-copy p {
  margin-top: 26px;
  color: #646d77;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.about-photo {
  position: relative;
  width: 228px;
  aspect-ratio: 1;
  margin: 18px 0 0;
  overflow: visible;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(17, 22, 28, 0.16);
  transform: none;
}

.about-photo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
  overflow: hidden;
  border-radius: 50%;
}

.experience-timeline {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
}

.experience-timeline h3 {
  margin-top: 10px;
  color: #1f242b;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.1;
  font-weight: 900;
}

.experience-item {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  column-gap: 24px;
  align-items: start;
  margin-top: 34px;
  padding: 0 0 34px;
}

.experience-item::before {
  content: "";
  position: absolute;
  left: 34px;
  transform: translateX(-50%);
  top: 58px;
  bottom: -10px;
  width: 2px;
  background: #e2e4e7;
}

.experience-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.experience-item:last-child::before {
  display: none;
}

.experience-logo {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 68px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(128, 136, 145, 0.24);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
}

.experience-content {
  min-width: 0;
  padding-top: 1px;
}

.experience-logo.logo-image {
  padding: 7px;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(128, 136, 145, 0.24);
  font-size: inherit;
  letter-spacing: 0;
}

.experience-logo.logo-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.experience-logo.logo-image.wallins-logo {
  padding: 5px;
}

.experience-logo.logo-image.wallins-logo img {
  width: 92%;
  height: 92%;
  margin: auto;
}

.experience-logo.logo-image.studio-logo {
  padding: 6px;
}

.experience-logo.logo-image.studio-logo img {
  width: 90%;
  height: 90%;
  margin: auto;
  border-radius: 5px;
}

.experience-content h4 {
  color: #232832;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.experience-company,
.experience-meta {
  color: #666d76;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.experience-content > p:not(.experience-company):not(.experience-meta) {
  margin-top: 16px;
  color: #3d444d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.experience-skills {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  color: #2f343b;
  font-size: 14px;
  font-weight: 900;
}

.experience-skills::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-radius: 3px;
  transform: rotate(45deg);
}

.nested-role {
  position: relative;
  margin-top: 22px;
  padding-left: 28px;
}

.nested-role::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: -18px;
  width: 2px;
  background: #e2e4e7;
}

.nested-role::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aeb3b9;
}

.nested-role:last-child::before {
  display: none;
}

.nested-role h5 {
  color: #232832;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.tool-orbit {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(128, 136, 145, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(17, 22, 28, 0.1);
  backdrop-filter: blur(10px);
  animation: tool-float 5.8s ease-in-out infinite;
}

.tool-orbit img {
  width: 23px;
  height: 23px;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}

.tool-orbit i {
  color: #171c22;
  font-family: "Material Symbols Rounded";
  font-size: 22px;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.tool-orbit-figma {
  top: -8px;
  left: 10px;
}

.tool-orbit-ai {
  top: 28px;
  right: -18px;
  animation-delay: -1.2s;
}

.tool-orbit-chat {
  right: 8px;
  bottom: -14px;
  animation-delay: -2.4s;
}

.tool-orbit-code {
  left: -18px;
  bottom: 34px;
  animation-delay: -3.2s;
}

@keyframes tool-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -9px, 0) rotate(3deg);
  }
}

.connect {
  margin-bottom: 18px;
  padding: 82px 24px 70px;
  text-align: center;
}

.connect-kicker {
  text-transform: uppercase;
  color: #5e636b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.7px;
}

.connect h2 {
  margin-top: 14px;
  color: #030405;
  font-size: clamp(58px, 9vw, 98px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.button-row {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.button {
  min-width: 91px;
  min-height: 50px;
  padding: 15px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-actions .button,
.button-row .button {
  border-radius: 999px;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: #151a20;
  box-shadow: 0 12px 24px rgba(17, 22, 28, 0.18);
}

.button-secondary {
  color: #31363d;
  background: #fff;
  border: 1px solid #aeb3b9;
}

.footer-contact {
  margin-top: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.email,
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6f757d;
  font-size: 10px;
  font-weight: 700;
}

.email::before,
.phone-link::before {
  content: "";
  opacity: 0.72;
}

.email::before {
  width: 12px;
  height: 9px;
  border: 1.8px solid currentColor;
  border-radius: 2px;
  background: linear-gradient(145deg, transparent 47%, currentColor 48% 52%, transparent 53%);
}

.phone-link::before {
  width: 10px;
  height: 10px;
  border: 1.8px solid currentColor;
  border-radius: 3px;
  transform: rotate(-18deg);
}

@media (max-width: 900px) {
  .site-header {
    padding: 0 24px;
  }

  .work-grid {
    gap: 54px 24px;
  }

  .case-media {
    height: 260px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-photo {
    justify-self: center;
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100% - 20px);
    min-height: 66px;
    padding: 0 18px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    display: grid;
    gap: 5px;
    place-content: center;
    background: #f1f1ef;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: #1c2026;
    transition: transform 160ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: #fff;
    border: 1px solid rgba(17, 22, 28, 0.08);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
    border-radius: 10px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: #f5f5f3;
  }

  .site-nav a::after {
    display: none;
  }

  .section-shell {
    width: calc(100% - 20px);
    border-radius: 24px;
  }

  .hero {
    min-height: 500px;
  }

  .hero-inner {
    width: calc(100% - 34px);
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
    padding: 64px 0 58px;
  }

  .hero h1 {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .hero p {
    margin-inline: auto;
    font-size: 16px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-showcase {
    width: min(320px, 82vw);
    justify-self: center;
    order: -1;
    opacity: 1;
    transform: rotate(1deg);
  }

  .hero-orbit {
    inset: -16px;
  }

  .hero-orbit-two {
    inset: -24px -12px -12px -24px;
  }

  .hero-tool {
    width: 36px;
    height: 36px;
  }

  .hero-tool-ai {
    right: -18px;
  }

  .hero-tool-code {
    left: -16px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .case-studies {
    padding: 46px 0 112px;
  }

  .case-studies h2 {
    margin-bottom: 34px;
  }

  .case-media {
    height: clamp(245px, 72vw, 350px);
  }

  .case-card h3 {
    font-size: 26px;
  }

  .about {
    padding-bottom: 72px;
  }

  .experience-section {
    padding-bottom: 112px;
  }

  .skills {
    margin-bottom: 112px;
  }

  .skills-inner {
    width: calc(100% - 32px);
    padding: 58px 0;
  }

  .about-grid {
    width: calc(100% - 32px);
    max-width: 620px;
  }

  .experience-timeline {
    width: calc(100% - 32px);
    margin-top: 68px;
  }

  .experience-item {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 20px;
  }

  .experience-logo {
    width: 56px;
    height: 46px;
  }

  .experience-item::before {
    left: 28px;
  }

  .connect {
    padding: 68px 18px 58px;
  }
}

@media (max-width: 460px) {
  .brand {
    font-size: 15px;
  }

  .hero-inner {
    width: calc(100% - 28px);
    max-width: 520px;
  }

  .hero h1 {
    gap: 14px;
  }

  .phone {
    width: 86px;
    height: 174px;
  }

  .phone-left {
    left: calc(50% - 105px);
  }

  .phone-right {
    left: calc(50% + 6px);
  }

  .laptop {
    width: 78%;
    transform: translateX(-44%) rotate(2deg);
  }

  .laptop-screen {
    height: 160px;
    padding-top: 68px;
  }

  .laptop-screen span {
    font-size: 20px;
  }

  .tilt-phone {
    width: 96px;
    height: 184px;
  }

  .phone-back {
    left: calc(50% - 132px);
  }

  .phone-main {
    left: calc(50% - 48px);
  }

  .phone-front {
    left: calc(50% + 36px);
  }

  .fit-phone {
    right: 17%;
    width: 98px;
    height: 188px;
  }

  .about-photo {
    width: 72vw;
    max-width: 228px;
  }

  .button-row {
    flex-wrap: wrap;
  }

  .hero-actions .button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

  .skills-track {
    animation: none;
    transform: none;
  }

  .tool-orbit {
    animation: none;
  }

  .hero-orbit,
  .hero-tool {
    animation: none;
  }

  .hero-title-style {
    animation: none;
  }

  .linkedin-media::before,
  .linkedin-card-preview,
  .linkedin-preview-tags span,
  .safety-preview::after,
  .safety-preview-mark::before,
  .safety-preview-grid span,
  .bwell-chart span {
    animation: none;
  }

  .skills-list[aria-hidden="true"] {
    display: none;
  }
}
