:root {
  --ink: #0d0c08;
  --muted: #374151;
  --soft: #b6b6b6;
  --line: #e2e5e8;
  --skeleton: #e9ebed;
  --skeleton-strong: #e0e2e4;
  --page: #ffffff;
  --amazon-yellow: #ffbf05;
  --amazon-orange: #ff9800;
  --blue: #0c95ec;
  --radius-card: 24px;
  --shadow-card: 0 7px 33px rgba(0, 0, 0, 0.06);
  --font-display: "Inter Tight", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-display);
  overflow-x: hidden;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 24px 36px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-mark,
.icon-button {
  pointer-events: auto;
}

.brand-mark {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 15, 3, 0.08);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 11px 16px;
  text-decoration: none;
  backdrop-filter: blur(16px);
}

.icon-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 15, 3, 0.14);
  border-radius: 999px;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
  backdrop-filter: blur(16px);
}

.icon-button span {
  background: var(--ink);
  border-radius: 999px;
  height: 2px;
  position: absolute;
  transition: transform 180ms ease;
  width: 18px;
}

.menu-trigger span:first-child {
  transform: translateY(-4px);
}

.menu-trigger span:last-child {
  transform: translateY(4px);
}

.close-menu {
  margin: 26px 0 0 auto;
}

.close-menu span:first-child {
  transform: rotate(45deg);
}

.close-menu span:last-child {
  transform: rotate(-45deg);
}

.side-menu {
  background: #fff;
  box-shadow: -24px 0 70px rgba(18, 15, 3, 0.14);
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0 30px 40px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 280ms ease;
  width: min(420px, 90vw);
  z-index: 40;
}

.side-menu.is-open {
  transform: translateX(0);
}

.side-menu nav {
  display: grid;
  gap: 10px;
  margin-top: 82px;
}

.side-menu a {
  border-bottom: 1px solid rgba(18, 15, 3, 0.1);
  font-size: clamp(32px, 8vw, 58px);
  font-weight: 800;
  line-height: 1;
  padding: 20px 0;
  text-decoration: none;
}

.menu-scrim {
  background: rgba(18, 15, 3, 0.22);
  inset: 0;
  position: fixed;
  z-index: 30;
}

.portfolio-shell {
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
  padding-bottom: 160px;
}

.intro {
  padding: 92px 91px 0;
}

.kicker {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(58px, 8.7vw, 104px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 1056px;
}

h1 .hero-muted {
  color: var(--soft);
}

.hero-line {
  display: inline;
}

.companies {
  padding: 106px 0 92px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.logo-rail {
  overflow: hidden;
  width: 100%;
}

.logo-track {
  align-items: center;
  animation: logo-marquee 26s linear infinite;
  display: flex;
  gap: 96px;
  width: max-content;
}

.logo-rail:hover .logo-track,
.logo-rail:focus-within .logo-track {
  animation-play-state: paused;
}

.logo-item {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 74px;
  justify-content: center;
  opacity: 0.95;
  padding: 0;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 170px;
}

.logo-item:hover,
.logo-item:focus-visible {
  opacity: 1;
  transform: translateY(-3px);
}

.logo-static {
  cursor: default;
}

.logo-static:hover {
  transform: none;
}

.logo-item img {
  max-height: 58px;
  object-fit: contain;
}

.text-logo {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.active-brand {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 72px 118px;
}

.active-brand-logo {
  display: block;
  max-height: 146px;
  max-width: min(420px, 70vw);
  object-fit: contain;
  transition: opacity 180ms ease, transform 220ms ease;
}

.brand-logo-scentless {
  max-height: 188px;
  max-width: min(620px, 78vw);
  width: min(520px, 78vw);
}

.active-brand-logo.is-changing {
  opacity: 0.2;
  transform: translateY(4px) scale(0.98);
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.selected-work {
  padding: 0 72px;
}

.section-heading,
.work-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.section-heading {
  margin-bottom: 40px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.pill-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  min-height: 56px;
  padding: 16px 20px;
  width: 188px;
}

.pill-button span:first-child {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
}

.work-viewport {
  position: relative;
}

.feature-card {
  background: #fff;
  border-radius: var(--radius-card);
  aspect-ratio: 3 / 2;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.feature-image {
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  transition: opacity 180ms ease, transform 420ms ease;
  width: 100%;
}

.feature-card.is-changing .feature-image {
  opacity: 0.18;
  transform: scale(1.015);
}

.feature-logo {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
}

.carousel-button,
.round-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: background 160ms ease, transform 160ms ease;
  width: 42px;
}

.carousel-button:hover,
.round-button:hover,
.pill-button:hover {
  background: var(--ink);
  color: #fff;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.carousel-button:hover {
  transform: translateY(-50%) scale(1.04);
}

.carousel-button.prev {
  left: 18px;
}

.carousel-button.next {
  right: 18px;
}

.work-meta {
  padding: 24px 0 0;
}

.work-brand,
.work-scope {
  margin: 0;
}

.work-brand {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.work-scope {
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 8px;
}

.listing-section {
  padding: 84px 123px 0;
}

.brand-lockup {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: center;
}

.brand-lockup img {
  max-height: 90px;
  max-width: 393px;
  object-fit: contain;
}

.listing-tabs {
  display: none;
  gap: 8px;
  justify-content: center;
  margin: 0 auto 26px;
}

.listing-tabs button {
  background: #fff;
  border: 1px solid rgba(18, 15, 3, 0.18);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.listing-tabs button:hover,
.listing-tabs button:focus-visible,
.listing-tabs button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.amazon-frame {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: min(934px, 100%);
}

.listing-shot {
  height: auto;
  width: 100%;
}

.listing-shot.is-hidden,
.interactive-listing.is-hidden,
.listing-aplus-image.is-hidden {
  display: none;
}

.interactive-listing {
  aspect-ratio: 934 / var(--browser-height, 2425);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.interactive-listing:not(.has-aplus) {
  aspect-ratio: 934 / 650;
}

.interactive-listing:not(.has-aplus) .amazon-wireframe {
  height: 365.4%;
}

.interactive-listing:not(.has-aplus) .listing-gallery {
  top: 19.23%;
}

.amazon-wireframe {
  height: 100%;
  inset: 0;
  object-fit: fill;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.listing-gallery {
  align-items: flex-start;
  display: grid;
  gap: 2.1%;
  grid-template-columns: 10.4% 1fr;
  left: 7.2%;
  position: absolute;
  top: 5.26%;
  width: 45.7%;
  z-index: 2;
}

.listing-thumbnails {
  display: grid;
  gap: 8px;
  max-height: 62.5%;
  overflow: hidden;
}

.listing-thumbnail {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(18, 15, 3, 0.06);
  overflow: hidden;
  padding: 0;
  transition: border-color 160ms ease, transform 160ms ease;
}

.listing-thumbnail:hover,
.listing-thumbnail:focus-visible,
.listing-thumbnail.is-active {
  border-color: rgba(13, 12, 8, 0.72);
}

.listing-thumbnail:hover {
  transform: translateY(-1px);
}

.listing-thumbnail img,
.listing-main-image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.listing-main-button {
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(18, 15, 3, 0.07);
  padding: 5%;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.listing-main-button:hover,
.listing-main-button:focus-visible {
  box-shadow: 0 14px 34px rgba(18, 15, 3, 0.12);
  transform: scale(1.018);
}

.listing-main-button::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 12, 8, 0.18);
  border-radius: 999px;
  bottom: 12px;
  content: "+";
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 12px;
  width: 30px;
}

.listing-aplus-image {
  left: 5.35%;
  position: absolute;
  top: 25.77%;
  width: 89.3%;
  z-index: 1;
}

.listing-stage {
  margin: 0 auto;
  position: relative;
  width: min(934px, 100%);
}

.listing-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(18, 15, 3, 0.24);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(18, 15, 3, 0.06);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  width: 42px;
  z-index: 5;
}

.listing-arrow:hover {
  background: var(--ink);
  color: #fff;
}

.listing-prev {
  left: -56px;
}

.listing-next {
  right: -56px;
}

.image-lightbox {
  align-items: center;
  background: rgba(13, 12, 8, 0.82);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 76px 88px;
  position: fixed;
  z-index: 80;
}

.image-lightbox[hidden] {
  display: none;
}

.lightbox-image {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  max-height: min(86vh, 900px);
  max-width: min(84vw, 980px);
  object-fit: contain;
  padding: 20px;
}

.lightbox-close,
.lightbox-nav {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13, 12, 8, 0.16);
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  position: fixed;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: var(--ink);
  color: #fff;
}

.lightbox-close {
  font-size: 30px;
  height: 48px;
  line-height: 1;
  right: 28px;
  top: 26px;
  width: 48px;
}

.lightbox-nav {
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
}

.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.lightbox-prev {
  left: 32px;
}

.lightbox-next {
  right: 32px;
}

.amazon-header {
  background: #f1f1f1;
  height: 67px;
  position: relative;
}

.search-bar {
  background: #f9f8f8;
  border-radius: 999px;
  height: 28px;
  left: 17.7%;
  position: absolute;
  top: 21px;
  width: 70.4%;
}

.listing-top {
  display: grid;
  grid-template-columns: 54px 354px 1fr 84px;
  grid-template-rows: auto auto;
  gap: 0 19px;
  padding: 58px 38px 30px 67px;
  position: relative;
}

.thumb-strip {
  display: grid;
  gap: 8px;
}

.thumb-strip button {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  height: 53px;
  overflow: hidden;
  padding: 0;
  width: 54px;
}

.thumb-strip button.is-active {
  border-color: var(--ink);
}

.thumb-strip img,
.aplus-stack img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main-product img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.main-product {
  border-radius: 3px;
  box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.09);
  height: 354px;
  overflow: hidden;
  width: 354px;
}

.product-copy {
  padding: 2px 0 0 8px;
}

.skeleton {
  background: var(--skeleton);
  border-radius: 999px;
}

.skeleton.title {
  background: var(--skeleton-strong);
  height: 10px;
  margin-bottom: 5px;
}

.skeleton.title.wide {
  width: 255px;
}

.skeleton.title.medium {
  width: 225px;
}

.stars {
  color: var(--amazon-yellow);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 12px;
}

.prime {
  color: var(--blue);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
}

.skeleton.price {
  height: 6px;
  margin-top: 18px;
  width: 35px;
}

.bullet-heading {
  background: var(--blue);
  border-radius: 999px;
  height: 10px;
  margin-top: 14px;
  width: 10px;
}

.bullet-row {
  align-items: center;
  display: flex;
  gap: 6px;
  margin-top: 7px;
}

.bullet-row span {
  border: 1px solid #c7cdd4;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.bullet-row div {
  background: var(--skeleton);
  border-radius: 999px;
  height: 5px;
  width: 160px;
}

.bullet-row + .bullet-row div {
  width: 137px;
}

.buy-box,
.mini-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  grid-column: 4;
  padding: 10px;
}

.buy-box {
  display: grid;
  gap: 8px;
  height: 110px;
}

.buy-box div,
.mini-card div {
  background: var(--skeleton);
  border-radius: 999px;
  height: 5px;
}

.buy-box div {
  width: 30px;
}

.buy-box button {
  border: 0;
  border-radius: 4px;
  height: 19px;
}

.buy-box button:first-of-type {
  background: var(--amazon-yellow);
}

.buy-box button:last-of-type {
  background: var(--amazon-orange);
}

.buy-box div:last-child {
  width: 60px;
}

.mini-card {
  align-self: start;
  display: grid;
  gap: 7px;
  grid-row: 2;
  height: 40px;
  margin-top: 16px;
}

.mini-card div:nth-child(1) {
  width: 61px;
}

.mini-card div:nth-child(2) {
  height: 3px;
  width: 49px;
}

.mini-card div:nth-child(3) {
  height: 3px;
  width: 37px;
}

.listing-divider {
  background: #dfe3e8;
  height: 1px;
  margin: 0 47px;
}

.description-lines {
  padding: 26px 50px 20px;
}

.description-lines .bullet-heading {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.desc-a,
.desc-b {
  height: 8px;
  margin-top: 16px;
}

.desc-a {
  width: min(548px, 100%);
}

.desc-b {
  width: min(471px, 86%);
}

.aplus-stack {
  display: grid;
  padding: 0 50px 52px;
}

.aplus-stack img {
  aspect-ratio: 1464 / 600;
}

.compare-section {
  padding: 132px 72px 0;
}

.compare-heading {
  margin-bottom: 36px;
  text-align: center;
}

.compare-heading h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.compare-heading p {
  color: #818181;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 12px auto 0;
  max-width: 680px;
}

.ba-shell {
  margin: 0 auto;
  max-width: 566px;
  position: relative;
}

.ba-slider {
  --position: 50%;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
  border: 1px solid rgba(13, 12, 8, 0.08);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  touch-action: none;
}

.ba-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  user-select: none;
  width: 100%;
}

.ba-after {
  z-index: 1;
}

.ba-before {
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  z-index: 2;
}

.ba-range {
  appearance: none;
  background: transparent;
  cursor: ew-resize;
  height: 100%;
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.ba-divider {
  height: 100%;
  left: clamp(0%, var(--position), 100%);
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  z-index: 3;
}

.ba-divider::before {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 1px rgba(13, 12, 8, 0.04);
  content: "";
  display: block;
  height: 100%;
  width: 2px;
}

.ba-handle {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13, 12, 8, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(13, 12, 8, 0.12);
  display: flex;
  height: 34px;
  justify-content: center;
  left: clamp(17px, var(--position), calc(100% - 17px));
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  backdrop-filter: blur(10px);
  z-index: 3;
}

.ba-handle::before,
.ba-handle::after {
  background: rgba(13, 12, 8, 0.42);
  border-radius: 999px;
  content: "";
  height: 12px;
  width: 2px;
}

.ba-handle::before {
  margin-right: 3px;
}

.ba-range:focus-visible ~ .ba-handle {
  outline: 2px solid rgba(13, 12, 8, 0.34);
  outline-offset: 3px;
}

.software-section,
.manifesto-section {
  padding: 112px 72px 0;
}

.software-section {
  border-top: 0;
  margin-top: 12px;
  text-align: center;
}

.software-section h2,
.manifesto-section h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.software-section p {
  color: #818181;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 16px 0 48px;
}

.software-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}

.tool-icon {
  border-radius: 12px;
  display: block;
  height: 62px;
  object-fit: contain;
  width: 62px;
}

.manifesto-section {
  min-height: 0;
  padding: 170px 72px 0;
}

.manifesto-content {
  align-items: start;
  display: grid;
  gap: 118px;
  grid-template-columns: 295px minmax(0, 690px);
  justify-content: center;
  margin-top: 0;
}

.manifesto-content > img {
  border-radius: 999px;
  height: 295px;
  margin-top: 88px;
  object-fit: contain;
  width: 295px;
}

.manifesto-copy {
  color: #858585;
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: 300;
  line-height: 1.18;
  max-width: 690px;
  padding-top: 0;
}

.manifesto-copy p {
  margin: 0 0 34px;
}

.manifesto-copy h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 64px;
}

.manifesto-copy .role {
  color: #777;
  font-size: 19px;
  margin: 32px 0 12px;
}

.signature {
  border-radius: 0;
  display: block;
  height: auto;
  margin: 16px 0 0 -6px;
  max-width: 324px;
  object-fit: contain;
  width: 324px;
}

.scroll-up {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 80px;
  justify-content: center;
  margin: 98px auto 0;
  padding: 0;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 56px;
}

.scroll-up:hover,
.scroll-up:focus-visible {
  opacity: 0.68;
  transform: translateY(-4px);
}

.scroll-up img {
  height: 80px;
  object-fit: contain;
  width: 56px;
}

@media (max-width: 900px) {
  :root {
    --mobile-gutter: clamp(18px, 5vw, 24px);
  }

  .topbar {
    padding: 16px;
  }

  .portfolio-shell {
    max-width: none;
    overflow: hidden;
  }

  .intro {
    padding: 60px var(--mobile-gutter) 0;
  }

  .kicker {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  h1 {
    font-size: clamp(40px, 11.4vw, 50px);
    line-height: 0.98;
    max-width: 100%;
  }

  .hero-line {
    display: block;
  }

  .companies {
    padding: 42px 0 30px;
  }

  .logo-rail {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .logo-rail::-webkit-scrollbar {
    display: none;
  }

  .logo-track {
    animation: none;
    gap: 40px;
    padding: 0 var(--mobile-gutter);
  }

  .logo-item {
    min-height: 44px;
    width: 112px;
  }

  .active-brand {
    padding: 0 var(--mobile-gutter) 54px;
  }

  .active-brand-logo {
    max-height: 94px;
    max-width: min(290px, 84vw);
  }

  .selected-work,
  .compare-section {
    padding-left: var(--mobile-gutter);
    padding-right: var(--mobile-gutter);
  }

  .listing-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: clamp(34px, 9.6vw, 40px);
    line-height: 0.98;
  }

  .pill-button {
    min-height: 48px;
    padding: 11px 15px;
    width: 172px;
  }

  .pill-button span:first-child {
    font-size: 14px;
  }

  .feature-card {
    height: auto;
    min-height: 0;
  }

  .work-brand {
    font-size: 15px;
  }

  .work-scope {
    font-size: 13px;
    margin-top: 4px;
  }

  .brand-lockup {
    height: 92px;
  }

  .brand-lockup img {
    max-width: 76vw;
    width: min(260px, 76vw);
  }

  .amazon-frame {
    border-radius: 8px;
  }

  .interactive-listing {
    width: min(100%, 420px);
  }

  .listing-gallery {
    gap: 5px;
    grid-template-columns: 34px 1fr;
    left: 7.4%;
    top: 6.45%;
    width: 48%;
  }

  .interactive-listing:not(.has-aplus) .listing-gallery {
    top: 19.23%;
  }

  .listing-thumbnails {
    gap: 4px;
  }

  .listing-main-button {
    border-radius: 3px;
    padding: 4%;
  }

  .listing-main-button::after {
    bottom: 6px;
    font-size: 12px;
    height: 20px;
    right: 6px;
    width: 20px;
  }

  .listing-aplus-image {
    left: 6.5%;
    top: 29.85%;
    width: 87%;
  }

  .listing-stage {
    width: 100%;
  }

  .listing-arrow {
    height: 42px;
    width: 42px;
  }

  .listing-prev {
    left: 4px;
  }

  .listing-next {
    right: 4px;
  }

  .amazon-header {
    height: 48px;
  }

  .search-bar {
    height: 20px;
    top: 14px;
  }

  .listing-top {
    grid-template-columns: 42px minmax(180px, 1fr);
    gap: 14px;
    padding: 34px 20px 24px;
  }

  .main-product {
    height: auto;
    aspect-ratio: 1;
    width: 100%;
  }

  .thumb-strip button {
    height: 42px;
    width: 42px;
  }

  .product-copy {
    grid-column: 1 / -1;
    padding: 18px 0 0;
  }

  .buy-box,
  .mini-card {
    display: none;
  }

  .listing-divider {
    margin: 0 20px;
  }

  .description-lines,
  .aplus-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .listing-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .image-lightbox {
    padding: 52px 18px;
  }

  .lightbox-image {
    max-height: 78vh;
    max-width: 92vw;
    padding: 12px;
  }

  .lightbox-close {
    height: 40px;
    right: 14px;
    top: 12px;
    width: 40px;
  }

  .lightbox-nav {
    bottom: 18px;
    top: auto;
    transform: none;
  }

  .lightbox-nav:hover {
    transform: scale(1.04);
  }

  .lightbox-prev {
    left: calc(50% - 54px);
  }

  .lightbox-next {
    right: calc(50% - 54px);
  }

  .compare-section {
    padding-top: 88px;
  }

  .ba-shell {
    max-width: min(326px, 100%);
    width: 100%;
  }

  .ba-slider {
    border-radius: 6px;
  }

  .compare-heading p {
    font-size: 13px;
    line-height: 1.35;
  }

  .compare-heading h2,
  .software-section h2,
  .manifesto-section h2 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .compare-heading h2 {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.05;
    max-width: 310px;
  }

  .ba-handle {
    height: 32px;
    width: 32px;
  }

  .software-section,
  .manifesto-section {
    padding-left: var(--mobile-gutter);
    padding-right: var(--mobile-gutter);
    padding-top: 88px;
  }

  .software-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .software-section p {
    font-size: 15px;
    line-height: 1.35;
    margin: 12px auto 34px;
    max-width: 310px;
  }

  .software-icons {
    gap: 6px;
  }

  .tool-icon {
    border-radius: 6px;
    height: 28px;
    width: 28px;
  }

  .manifesto-content {
    gap: 38px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .manifesto-content > img {
    height: min(238px, 70vw);
    width: min(238px, 70vw);
  }

  .manifesto-copy {
    font-size: 14px;
    line-height: 1.32;
    max-width: 340px;
    overflow-wrap: break-word;
    width: min(100%, 340px);
  }

  .manifesto-copy h2 {
    font-size: 34px;
    margin-bottom: 34px;
    text-align: left;
  }

  .manifesto-copy p {
    margin-bottom: 18px;
  }

  .manifesto-copy .role {
    font-size: 14px;
    margin-top: 24px;
  }

  .signature {
    height: auto;
    max-width: 250px;
    width: min(250px, 86vw);
  }

  .scroll-up {
    margin-top: 64px;
  }
}

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

.agency-home {
  background: #fff;
  color: var(--ink);
  width: 100%;
}

.agency-shell {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  padding: 86px 72px 128px;
}

.agency-hero {
  max-width: 1110px;
  padding: 0 0 76px;
}

.agency-hero h1,
.detail-hero h1 {
  font-size: clamp(64px, 8.8vw, 128px);
  max-width: 1160px;
}

.agency-section-heading {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(360px, 0.78fr) minmax(320px, 0.42fr);
  margin-bottom: 38px;
}

.agency-section-heading h2 {
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 0.96;
  max-width: 760px;
}

.agency-section-heading h2 span {
  display: block;
}

.agency-section-heading p,
.detail-hero p {
  color: #777;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.38;
  margin: 0;
}

.work-path-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.work-path {
  background: #fff;
  border: 1px solid rgba(13, 12, 8, 0.1);
  border-radius: 22px;
  color: inherit;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 610px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.work-path:hover,
.work-path:focus-visible {
  border-color: rgba(13, 12, 8, 0.28);
  box-shadow: 0 26px 80px rgba(13, 12, 8, 0.1);
  outline: none;
  transform: translateY(-4px);
}

.work-path-amazon {
  grid-row: span 2;
}

.path-media {
  aspect-ratio: 1 / 0.72;
  background: #f7f7f5;
  overflow: hidden;
  position: relative;
}

.work-path-amazon .path-media {
  aspect-ratio: 1 / 0.86;
}

.path-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  width: 100%;
}

.work-path:hover .path-media > img,
.work-path:focus-visible .path-media > img {
  transform: scale(1.035);
}

.path-copy {
  align-content: end;
  display: grid;
  gap: 18px;
  padding: 34px;
}

.path-number {
  color: #999;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.path-copy h3 {
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.path-copy p {
  color: #737373;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

.path-link {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  margin-top: 8px;
  max-width: max-content;
  min-height: 48px;
  padding: 12px 18px;
}

.work-path:hover .path-link,
.work-path:focus-visible .path-link {
  background: var(--ink);
  color: #fff;
}

.path-media-system {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 280px;
  padding: 30px;
}

.meta-lockup {
  align-items: center;
  display: inline-flex;
  font-size: 34px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: -0.01em;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.meta-symbol {
  align-items: center;
  background: #0866ff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 42px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  line-height: 0.7;
  width: 58px;
}

.ad-board {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  inset: auto 26px 26px;
  opacity: 0.54;
  position: absolute;
}

.ad-board img {
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  object-fit: cover;
}

.path-media-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.path-media-split img {
  object-fit: cover;
}

.agency-proof {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 102px 0 88px;
  width: 100vw;
}

.agency-manifesto {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: 320px minmax(320px, 620px);
  justify-content: center;
  padding: 40px 0 0;
}

.agency-manifesto > img {
  border-radius: 999px;
  height: 320px;
  object-fit: cover;
  width: 320px;
}

.agency-manifesto h2 {
  font-size: 56px;
  margin-bottom: 42px;
}

.agency-manifesto p {
  color: #777;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.34;
  margin: 0 0 18px;
}

.agency-manifesto .role {
  margin-top: 34px;
}

.detail-nav {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 86px;
}

.detail-nav a {
  border: 1px solid rgba(13, 12, 8, 0.16);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 18px;
  text-decoration: none;
}

.detail-nav a:hover,
.detail-nav a:focus-visible {
  background: var(--ink);
  color: #fff;
  outline: none;
}

.detail-hero {
  display: grid;
  gap: 30px;
  margin-bottom: 72px;
  max-width: 1120px;
}

.detail-lockup {
  justify-self: start;
}

.sample-grid,
.ai-showcase {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.sample-card,
.ai-sample {
  border: 1px solid rgba(13, 12, 8, 0.1);
  border-radius: 22px;
  overflow: hidden;
}

.sample-card img {
  aspect-ratio: 1 / 0.72;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.sample-card div,
.ai-sample {
  padding: 28px;
}

.sample-card h2,
.ai-sample h2 {
  font-size: 34px;
  margin-bottom: 16px;
}

.sample-card p,
.ai-sample p {
  color: #777;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

.ai-sample {
  display: grid;
  gap: 20px;
}

.ai-pair {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.ai-pair img {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1000px) {
  html,
  .agency-home {
    max-width: 100%;
    overflow-x: hidden;
  }

  .agency-home *,
  .agency-home *::before,
  .agency-home *::after {
    min-width: 0;
  }

  .agency-shell {
    max-width: 100%;
    overflow: hidden;
    padding: 52px 22px 92px;
    width: 100%;
  }

  .agency-hero {
    padding-bottom: 70px;
  }

  .agency-hero h1,
  .detail-hero h1 {
    font-size: clamp(50px, 14.6vw, 72px);
    line-height: 0.98;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .agency-hero .hero-line,
  .detail-hero .hero-line {
    display: block;
  }

  .agency-section-heading,
  .work-path-grid,
  .agency-manifesto,
  .sample-grid,
  .ai-showcase {
    grid-template-columns: 1fr;
  }

  .agency-section-heading {
    gap: 24px;
    margin-bottom: 34px;
    max-width: 100%;
    width: 100%;
  }

  .agency-section-heading h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1;
    max-width: 330px;
  }

  .agency-section-heading p,
  .detail-hero p {
    font-size: 16px;
    line-height: 1.38;
    max-width: 330px;
    overflow-wrap: break-word;
    width: 100%;
  }

  .work-path {
    max-width: calc(100vw - 44px);
    min-height: auto;
    width: 100%;
  }

  .work-path-grid {
    max-width: calc(100vw - 44px);
    width: calc(100vw - 44px);
  }

  .path-copy {
    padding: 28px;
  }

  .path-copy h3 {
    font-size: clamp(30px, 8.8vw, 38px);
    overflow-wrap: break-word;
  }

  .path-copy p {
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .path-link {
    max-width: 100%;
    width: auto;
  }

  .path-media-system {
    min-height: 260px;
  }

  .meta-lockup {
    font-size: 30px;
  }

  .ad-board {
    left: 22px;
    right: 22px;
  }

  .agency-proof {
    padding: 72px 0 66px;
  }

  .agency-manifesto {
    gap: 42px;
    justify-items: center;
  }

  .agency-manifesto > img {
    height: min(260px, 72vw);
    width: min(260px, 72vw);
  }

  .agency-manifesto h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .agency-manifesto p {
    font-size: 16px;
  }

  .detail-nav {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 52px;
  }

  .sample-card div,
  .ai-sample {
    padding: 24px;
  }
}


.site-footer.software-section {
  padding-bottom: 0;
  text-align: center;
}
.site-footer h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.booking-lead {
  color: #818181;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 16px auto 28px;
  max-width: 680px;
  text-align: center;
}
.booking-embed {
  margin: 0 -16px;
}
.booking-embed iframe {
  border: 0;
}
@media (max-width: 900px) {
  .site-footer {
    padding: 36px 24px 0;
  }
}


.vs-page {
  padding-bottom: 80px;
}
.vs-home {
  margin: 0;
  padding: 28px 72px 0;
  text-align: center;
}
.vs-home a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.vs-hero h1 {
  font-size: clamp(36px, 6vw, 64px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.vs-hero .kicker,
.vs-hero .booking-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vs-body {
  margin: 0 auto;
  max-width: 920px;
  padding: 12px 24px 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.vs-body p {
  margin: 0 auto 20px;
  max-width: 680px;
}
.vs-body a {
  font-weight: 700;
}
.vs-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin: 40px 0 48px;
  text-align: left;
}
.vs-card {
  background: #fff;
  border: 1px solid rgba(13, 12, 8, 0.1);
  border-radius: 24px;
  padding: 34px 32px 28px;
}
.vs-card-you {
  border-color: rgba(13, 12, 8, 0.28);
  box-shadow: var(--shadow-card);
}
.vs-card h2 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px;
  text-align: center;
}
.vs-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-card li {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
.vs-card li:first-child {
  border-top: 0;
  padding-top: 0;
}
.vs-card li span {
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.vs-cta,
.vs-also {
  text-align: center;
}
.vs-also {
  color: var(--soft);
}
@media (max-width: 900px) {
  .vs-home {
    padding: 24px 24px 0;
  }
  .vs-grid {
    grid-template-columns: 1fr;
  }
}
