@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/fonts/instrument-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: Geist;
  src: url("/assets/fonts/geist.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --cream: #f7f4ec;
  --paper: #fffcf5;
  --ink: #27201e;
  --muted: #8b817b;
  --red: #e7452e;
  --dark: #180d0b;
  --line: #ded9ce;
  --body: Geist, Arial, sans-serif;
  --heading: "Instrument Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: var(--dark);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  cursor: pointer;
}
button {
  border: 0;
  background: none;
}
button:disabled {
  cursor: default;
}
img {
  max-width: 100%;
  display: block;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--heading);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
h2 {
  font-size: clamp(38px, 4.2vw, 60px);
  text-wrap: balance;
}
h3 {
  font-size: 27px;
}
p {
  color: #746962;
}
::selection {
  background: #f05539;
  color: white;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -70px;
  background: var(--cream);
  padding: 10px 18px;
  z-index: 1000;
}
.skip-link:focus {
  top: 12px;
}
.overline {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-bottom: 24px;
}
.muted {
  color: #9c928a;
}
.red-text {
  color: var(--red);
}
.gradient-text {
  color: #ff9570;
  background: linear-gradient(105deg, #ffb18b 3%, #ff7752 47%, #ed3528 95%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section {
  max-width: 1280px;
  margin: auto;
  padding: 112px 40px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
}
.section-head > p {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 5px;
  flex-shrink: 0;
}
.center-heading {
  text-align: center;
  margin-bottom: 55px;
}
.center-heading p {
  margin-top: 24px;
}
.cream-page {
  background: var(--cream);
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
.section + .section {
  border-top: 1px solid var(--line);
}
/* Navigation */
.site-header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  width: calc(100% - 80px);
  max-width: 1200px;
  height: 64px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  padding: 0 24px;
  border: 1px solid #ffffff0c;
  border-radius: 18px;
  color: #fff8ef;
  background: #180d0b7d;
  backdrop-filter: blur(20px);
  transition:
    background 0.3s,
    box-shadow 0.3s;
}
.site-header.scrolled {
  background: #211411ed;
  box-shadow: 0 5px 24px #0000000c;
  border-color: #ffffff12;
}
.wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 29px;
  letter-spacing: -1.6px;
  line-height: 1;
}
.brand-dot {
  height: 6px;
  width: 6px;
  display: inline-block;
  background: #f15b3c;
  border-radius: 50%;
  margin-left: 3px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  font-size: 12px;
  white-space: nowrap;
}
.site-header nav > a {
  color: #c8bfba;
  transition: color 0.2s;
}
.site-header nav > a:hover {
  color: #fff;
}
.nav-end {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
.login-link {
  font-size: 11px;
  color: #a79b96;
  padding: 5px 0;
}
.nav-book {
  background: linear-gradient(150deg, #fa7452, #d93823);
  box-shadow:
    inset 0 1px #ffc4a273,
    0 2px 10px #d5432324;
  border: 1px solid #ff987052;
  padding: 8px 9px 8px 15px;
  border-radius: 10px;
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 12px;
}
.nav-book span {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  background: #ffffff14;
  font-size: 16px;
}
.menu-toggle {
  display: none;
}
/* The live scroll story */
.hero-scroll {
  height: calc(100svh + 1100px);
  color: var(--cream);
  position: relative;
}
.hero-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse at 50% 118%,
      #b43a21 0%,
      #6b201927 40%,
      transparent 65%
    ),
    linear-gradient(#160e0c, #1e100d);
}
.light-stream {
  position: absolute;
  filter: blur(55px);
  opacity: 0.44;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  animation: drift 13s ease-in-out infinite alternate;
  will-change: transform;
}
.stream-one {
  width: 750px;
  height: 190px;
  left: calc(50% - 740px);
  bottom: -5px;
  background: linear-gradient(100deg, transparent, #eb4e27, #ffbd81);
  transform: rotate(-35deg);
}
.stream-two {
  width: 850px;
  height: 180px;
  right: calc(50% - 780px);
  bottom: 0;
  background: linear-gradient(100deg, #fd7948, #b12e20, transparent);
  animation-delay: -6s;
  transform: rotate(35deg);
}
.stream-three {
  width: 500px;
  height: 350px;
  left: calc(50% - 250px);
  bottom: -290px;
  background: #ffd596;
  filter: blur(60px);
  opacity: 0.4;
  animation-delay: -3s;
}
.hero-grid {
  position: absolute;
  inset: 100px max(40px, calc((100vw - 1200px) / 2)) 0;
  border-left: 1px solid #ffffff04;
  border-right: 1px solid #ffffff04;
  background-image: radial-gradient(#ffae7933 0.65px, transparent 0.65px);
  background-size: 5px 5px;
  mask-image: linear-gradient(
    90deg,
    #0008,
    transparent 23%,
    transparent 77%,
    #0008
  );
  opacity: 0.25;
}
.hero-start,
.hero-reveal {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  will-change: opacity, transform;
}
.hero-start {
  top: clamp(162px, 25svh, 245px);
}
.hero-start h1 {
  font-size: clamp(54px, 5.95vw, 88px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.08;
}
.coin-slot {
  display: inline-block;
  position: relative;
  vertical-align: -0.11em;
  width: 1.1em;
  height: 1em;
  margin: 0 0.025em;
}
.fallback-coin {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #e5b97a;
  border: 3px double #d49b55;
  background: linear-gradient(
    125deg,
    #8e572f,
    #f8dba0 35%,
    #a77440 65%,
    #e9b970
  );
  font-size: 0.68em;
  text-shadow: 1px 1px #543621;
}
.coins-ready .fallback-coin {
  visibility: hidden;
}
.hero-subtitle {
  font-size: 21px;
  color: #f2e6d9;
  margin-top: 26px;
  letter-spacing: -0.04em;
}
.hero-description {
  font-size: 14px;
  color: #b9a7a0;
  line-height: 1.75;
  margin-top: 10px;
}
.hero-invitation {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 31px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 6px 5px 19px;
  background: linear-gradient(130deg, #f76342, #d83d27);
  border: 1px solid #ffa88550;
  box-shadow:
    inset 0 1px #ffad8055,
    0 0 32px #f34f322e;
  border-radius: 13px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.hero-invitation:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px #ffad8077,
    0 0 35px #f34f3255;
}
.round-arrow {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid #ffb59a33;
  background: #ffb79e14;
  font-size: 22px;
}
.hero-reveal {
  top: clamp(148px, 23svh, 210px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.hero-reveal .overline {
  color: #d4aca0;
  font-size: 9px;
  margin-bottom: 18px;
}
.hero-reveal h2 {
  font-size: clamp(50px, 6.4vw, 86px);
}
.hero-reveal p {
  font-size: 14px;
  color: #bfa9a0;
  margin-top: 20px;
}
.coin-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.coin-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-foot {
  position: absolute;
  bottom: 38px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #9a8278;
}
.scroll-cue {
  font-size: 11px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #c1a69a;
}
.scroll-cue > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 36px;
  border: 1px solid #b88d7130;
  border-radius: 20px;
  animation: nudge 2s infinite;
}
.scroll-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff0a;
}
.scroll-progress > span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, transparent, #ff9460);
  will-change: transform;
}
.motion-control {
  position: absolute;
  right: 24px;
  bottom: 80px;
  z-index: 5;
  color: #9f8578;
  border: 1px solid #ffffff0f;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.motion-paused .light-stream,
.motion-paused .scroll-cue > span {
  animation-play-state: paused;
}
@keyframes drift {
  from {
    translate: -30px 15px;
    rotate: -8deg;
    scale: 0.9;
  }
  to {
    translate: 40px -45px;
    rotate: 8deg;
    scale: 1.12;
  }
}
@keyframes nudge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
/* Work */
.work-section {
  padding-top: 92px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.work-card {
  display: block;
  position: relative;
  aspect-ratio: 1;
  text-align: left;
  overflow: hidden;
  border-radius: 13px;
  color: #fff;
  padding: 0;
  background: #ddd0c4;
}
.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.work-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#00000010, transparent 45%, #1c0e0b85);
  pointer-events: none;
}
.work-card:hover img,
.work-card:focus-visible img {
  transform: scale(1.065);
}
.work-top,
.work-bottom {
  position: absolute;
  left: 25px;
  right: 25px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.work-top {
  top: 21px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.work-top > span:first-child {
  background: #261a1550;
  backdrop-filter: blur(12px);
  padding: 6px 10px;
  border-radius: 20px;
}
.work-open {
  display: grid;
  place-items: center;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  height: 29px;
  width: 29px;
  font-size: 18px;
}
.work-bottom {
  bottom: 24px;
  flex-direction: column;
  gap: 7px;
  transition: opacity 0.25s;
}
.work-bottom strong {
  font-family: var(--heading);
  font-size: 49px;
  letter-spacing: -0.06em;
  font-weight: 500;
  line-height: 1;
}
.work-pace .work-bottom strong {
  font-size: 48px;
  letter-spacing: -0.07em;
  font-weight: 700;
  font-style: italic;
}
.work-bottom > span {
  font-size: 11px;
  color: #ffffffe0;
}
.work-hover {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  background: linear-gradient(transparent, #301b14f2 28%);
  padding-top: 85px;
  transform: translateY(20px);
  opacity: 0;
  transition:
    transform 0.35s,
    opacity 0.35s;
}
.work-hover strong {
  font-family: var(--heading);
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: 270px;
}
.work-hover > span {
  font-size: 12px;
  color: #eee1d8;
  line-height: 1.6;
}
.work-hover .work-view {
  padding-top: 3px;
  font-size: 10px;
  letter-spacing: 0.03em;
}
.work-card:hover .work-hover,
.work-card:focus-visible .work-hover {
  transform: none;
  opacity: 1;
}
.work-card:hover .work-bottom,
.work-card:focus-visible .work-bottom {
  opacity: 0;
}
.work-note {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  font-size: 10px;
  color: #9a8f85;
}
.work-note a {
  color: #6a5d55;
}
.work-note a span {
  margin-left: 15px;
}
/* Capacity & workflow */
.capacity-section {
  padding-top: 86px;
  padding-bottom: 76px;
}
.capacity-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  align-items: end;
}
.capacity-copy > .overline {
  grid-column: 1/-1;
}
.capacity-copy h2 {
  font-size: 50px;
}
.capacity-copy > p {
  max-width: 380px;
  font-size: 15px;
  padding-bottom: 4px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
}
.stat {
  padding: 5px 30px 10px;
  border-right: 1px solid var(--line);
}
.stat:first-child {
  padding-left: 0;
}
.stat:last-child {
  border-right: 0;
}
.stat-kicker {
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #9e8e80;
}
.stat strong {
  display: block;
  font-family: var(--heading);
  font-weight: 500;
  font-size: 66px;
  letter-spacing: -0.065em;
  line-height: 1.25;
  margin: 15px 0 8px;
}
.stat strong span {
  font-size: 39px;
  letter-spacing: -0.045em;
}
.stat:last-child strong {
  font-size: 54px;
}
.stat:last-child strong span {
  font-size: 33px;
}
.stat p {
  font-size: 12px;
}
.fine-print {
  font-size: 9px;
  color: #9e9289;
  margin-top: 30px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.process-grid article {
  display: flex;
  flex-direction: column;
}
.step-number {
  border-top: 1px solid var(--line);
  font-family: var(--heading);
  font-size: 19px;
  color: #beafa3;
  padding: 20px 0 45px;
  display: flex;
  justify-content: space-between;
}
.step-number > span {
  color: var(--red);
}
.process-grid h3 {
  font-size: 26px;
  margin-bottom: 16px;
}
.process-grid p {
  font-size: 13px;
  line-height: 1.85;
  max-width: 320px;
}
.step-label {
  font-size: 8px;
  color: #a7988a;
  letter-spacing: 0.1em;
  margin-top: auto;
  padding-top: 27px;
}
.iteration-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 11px;
  margin-top: 48px;
  padding: 22px 27px;
}
.loop-mark {
  font-size: 32px;
  line-height: 1;
  color: var(--red);
}
.iteration-strip p {
  font-size: 12px;
}
.iteration-strip strong {
  font-weight: 500;
  color: #3c2d25;
}
/* Model routing & editor */
.intelligence-section {
  position: relative;
  max-width: none;
  isolation: isolate;
  overflow: hidden;
  color: var(--cream);
  padding: 108px max(40px, calc((100% - 1200px) / 2)) 112px;
}
.intelligence-section .overline {
  color: #a68d80;
}
.intelligence-section .section-head > p {
  color: #a99388;
}
.intelligence-section h2 {
  font-size: 54px;
}
.intelligence-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 85% 100%, #a5402138, transparent 65%);
}
.intelligence-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
  align-items: center;
  margin-top: 70px;
}
.intelligence-copy h3 {
  font-size: 32px;
}
.intelligence-copy p {
  font-size: 12px;
  line-height: 1.85;
  color: #a48f83;
  margin-top: 23px;
  max-width: 350px;
}
.small-pill {
  display: inline-block;
  font-size: 9px;
  padding: 8px 11px;
  margin-top: 26px;
  border: 1px solid #8663523d;
  border-radius: 20px;
  color: #dfab91;
}
.editor-panel {
  position: relative;
  border: 1px solid #76554342;
  border-radius: 14px;
  background: linear-gradient(145deg, #36261e80, #211813d9);
  padding: 20px;
  box-shadow:
    0 20px 70px #0f080b55,
    inset 0 1px #b9926510;
}
.editor-header {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #a48978;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
  gap: 12px;
}
.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #e9905e;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 8px #e97c4a66;
}
.editor-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.shot-view {
  position: relative;
  aspect-ratio: 1/1.15;
  overflow: hidden;
  border-radius: 5px;
}
.shot-view img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.shot-view > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 7px;
  padding: 16px 8px 7px;
  background: linear-gradient(transparent, #0009);
  letter-spacing: 0.07em;
}
.editor-ruler {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #806d5e;
  margin-top: 22px;
  margin-bottom: 10px;
}
.edit-clips {
  display: grid;
  grid-template-columns: 2fr 1.3fr 2.4fr;
  gap: 3px;
  position: relative;
}
.edit-clips span {
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 8px;
  background: linear-gradient(110deg, #a8473070, #7e352645);
  border: 1px solid #bf5c3238;
  color: #d99c7d;
  border-radius: 4px;
}
.edit-clips span:nth-child(2) {
  background: #70503655;
  border-color: #cb935133;
  color: #c5a781;
}
.edit-clips span:nth-child(3) {
  background: #6954474d;
  border-color: #9e806c40;
  color: #c8b0a0;
}
.edit-clips:after {
  content: "";
  position: absolute;
  inset: -24px auto -38px 10%;
  width: 1px;
  background: #ffcfab;
  box-shadow: 0 0 5px #ffca9a50;
  animation: playhead 12s linear infinite;
}
.edit-finishing {
  display: flex;
  justify-content: space-between;
  background: #f0c18b09;
  border: 1px solid #c3997130;
  border-radius: 4px;
  padding: 9px 10px;
  margin-top: 5px;
  color: #947a63;
  font-size: 8px;
}
.editor-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 7px;
  color: #89705c;
  margin-top: 19px;
}
.editor-footer span:last-child {
  font-size: 6px;
  letter-spacing: 0.04em;
}
@keyframes playhead {
  0%,
  5% {
    left: 0;
  }
  95%,
  100% {
    left: 100%;
  }
}
/* Comparison */
.second-cream {
  border-radius: 32px 32px 0 0;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 11px;
  text-align: left;
  min-width: 750px;
}
thead th {
  padding: 27px 25px 24px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.025em;
  border-bottom: 1px solid var(--line);
}
thead th:first-child {
  font-size: 10px;
  color: #8d7e71;
}
thead th span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: #a99b8f;
  letter-spacing: 0;
  margin-top: 7px;
}
tbody th,
tbody td {
  padding: 20px 25px;
  border-bottom: 1px solid #e7e0d5;
  font-weight: 400;
}
tbody th {
  color: #55483d;
  font-weight: 500;
}
tbody td {
  color: #99897b;
}
thead th:last-child {
  background: #eadac9;
  color: #5e2d1c;
  font-family: var(--heading);
  font-size: 21px;
  font-weight: 700;
}
thead th:last-child span {
  color: #aa785b;
  font-family: var(--body);
}
tbody td:last-child {
  color: #6e4832;
  background: #f0e6d9;
}
tbody tr:last-child > * {
  border-bottom: 0;
}
.comparison-section .fine-print {
  margin-top: 16px;
}
/* Review room */
.workspace {
  overflow: hidden;
  border: 1px solid #d9cfc1;
  border-radius: 16px;
  background: #fffcf5;
  box-shadow: 0 25px 70px #78634e0b;
  max-width: 1080px;
  margin: auto;
}
.workspace-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 27px;
  border-bottom: 1px solid #e4dccf;
}
.workspace-logo {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.05em;
}
.workspace-logo > span {
  font-family: var(--body);
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #b3a694;
  margin-left: 12px;
}
.workspace-demo {
  font-size: 7px;
  color: #baaa98;
  letter-spacing: 0.1em;
  border: 1px solid #e8dfd1;
  padding: 4px 8px;
  border-radius: 20px;
}
.workspace-body {
  display: grid;
  grid-template-columns: 185px 1fr;
}
.workspace-sidebar {
  padding: 28px 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid #e4dccf;
  font-size: 9px;
  color: #9a8c7a;
  background: #f9f5ec;
}
.workspace-sidebar > span {
  padding: 0 10px;
}
.workspace-sidebar .sidebar-label {
  font-size: 7px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  color: #b2a18a;
}
.workspace-sidebar .sidebar-active {
  padding: 9px 10px;
  border: 1px solid #e4d6c3;
  background: #ede4d5;
  border-radius: 6px;
  color: #775c46;
}
.sidebar-team {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
}
.sidebar-team > span {
  display: grid;
  place-items: center;
  background: #e94b2c;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 500;
}
.sidebar-team p {
  font-size: 8px;
  color: #685440;
}
.sidebar-team small {
  display: block;
  font-size: 7px;
  color: #ad9b85;
  margin-top: 2px;
}
.review-main {
  padding: 28px;
}
.review-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 25px;
}
.review-heading .overline {
  font-size: 6px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #a5927f;
}
.review-heading h3 {
  font-size: 21px;
}
.tabs {
  display: flex;
  padding: 3px;
  border: 1px solid #e9dfd1;
  border-radius: 8px;
  background: #f6f0e7;
}
.tabs button {
  padding: 6px 11px;
  font-size: 9px;
  color: #a69582;
  border-radius: 5px;
  transition:
    background 0.2s,
    color 0.2s;
}
.tabs button[aria-selected="true"] {
  background: #fffdf8;
  color: #463325;
  box-shadow: 0 1px 3px #7c5a2220;
}
#workspace-panel {
  min-height: 270px;
}
.compare-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.video-still {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 226px;
  background: #e4d1bd;
}
.video-still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-still .video-caption {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 9px;
  z-index: 2;
}
.video-still:after {
  position: absolute;
  content: "";
  inset: 50% 0 0;
  background: linear-gradient(transparent, #251a1570);
}
.video-version {
  position: absolute;
  top: 11px;
  left: 12px;
  background: #291c1955;
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 7px;
}
.sample-tag {
  font-size: 6px;
  letter-spacing: 0.06em;
  border: 1px solid #ffffff60;
  border-radius: 20px;
  padding: 3px 7px;
}
.panel-description {
  font-size: 9px;
  color: #a5917b;
  margin-top: 15px;
}
.review-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
}
.review-notes {
  border: 1px solid #e8ddcb;
  border-radius: 8px;
  padding: 16px;
  font-size: 10px;
  align-self: start;
  background: #f9f5ee;
}
.note-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
}
.avatar {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #ead1bf;
  color: #8b5435;
  border-radius: 50%;
  font-size: 9px;
}
.timestamp {
  margin: 17px 0 8px;
  display: inline-block;
  background: #eeddca;
  color: #986d46;
  font-size: 8px;
  padding: 2px 7px;
  border-radius: 4px;
}
.review-notes p {
  font-size: 10px;
  color: #8c765e;
  line-height: 1.75;
}
.resolved-note {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e5d8c7;
  color: #8e7c61;
  font-size: 8px;
}
.approval-list {
  display: grid;
  gap: 10px;
}
.approved-asset {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px;
  border: 1px solid #e7ddcc;
  border-radius: 7px;
}
.approved-asset img {
  height: 48px;
  width: 48px;
  border-radius: 5px;
  object-fit: cover;
}
.approved-asset h4 {
  font-size: 16px;
  font-weight: 500;
}
.approved-asset p {
  font-size: 8px;
  margin-top: 5px;
}
.approved-badge {
  margin-left: auto;
  font-size: 8px;
  color: #6d7658;
  border: 1px solid #d6dcc8;
  padding: 5px 8px;
  border-radius: 20px;
  background: #f0f3e9;
}
.workspace-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e4dccf;
  padding: 15px 25px;
  font-size: 7px;
  color: #ac9781;
}
.workspace-bottom > span:last-child {
  font-size: 7px;
  letter-spacing: 0.05em;
}
.workspace-note {
  text-align: center;
  margin-top: 23px;
  font-size: 11px;
  color: #a28b76;
}
/* Brand care */
.safety-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.safety-intro h2 {
  font-size: 54px;
}
.safety-intro p {
  max-width: 360px;
  font-size: 14px;
  margin-top: 26px;
  line-height: 1.8;
}
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 11px;
  margin-top: 26px;
  border-bottom: 1px solid #ac998066;
  padding-bottom: 7px;
}
.inline-link span {
  color: var(--red);
  font-size: 19px;
}
.safety-list article {
  display: flex;
  gap: 21px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.safety-list article:first-child {
  padding-top: 0;
}
.safety-list article > span:first-child {
  font-size: 9px;
  color: #bcaa96;
  padding-top: 5px;
}
.safety-list h3 {
  font-size: 23px;
}
.safety-list p {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 10px;
  max-width: 310px;
}
.check-mark {
  font-size: 15px;
  color: #a79271;
  margin-left: auto;
}
.journal-teaser {
  padding-top: 70px;
  padding-bottom: 85px;
}
.journal-teaser > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.journal-teaser h2 {
  font-size: 43px;
  transition: color 0.3s;
}
.journal-teaser > a:hover h2 {
  color: var(--red);
}
.journal-arrow {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #d5c7b6;
  font-size: 32px;
  color: #775e47;
  transition:
    background 0.3s,
    transform 0.3s;
}
.journal-teaser > a:hover .journal-arrow {
  background: #f2dfcb;
  transform: rotate(45deg);
}
.journal-teaser p {
  font-size: 12px;
  margin-top: 20px;
}
/* Final invitation & footer */
.final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
  text-align: center;
  padding: 118px 25px 105px;
}
.cta-glow {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse at 50% 110%, #ae442a55, transparent 60%);
}
.final-cta .overline {
  font-size: 9px;
  color: #9a7868;
}
.final-cta h2 {
  font-size: clamp(40px, 5.1vw, 70px);
}
.final-cta p {
  color: #ae9384;
  font-size: 14px;
  margin: 26px 0 32px;
}
.cta-invitation {
  display: inline-flex;
  gap: 60px;
  align-items: center;
  border-bottom: 1px solid #c77b5c80;
  padding: 0 0 15px;
  font-family: var(--heading);
  font-size: 23px;
  letter-spacing: -0.04em;
}
.cta-invitation > span {
  font-size: 33px;
  transition: translate 0.3s;
}
.cta-invitation:hover > span {
  translate: 4px -4px;
}
.call-note {
  display: block;
  font-size: 9px;
  color: #876758;
  margin-top: 20px;
}
footer {
  max-width: 1280px;
  margin: auto;
  color: #b9a498;
  padding: 55px 40px 25px;
  border-top: 1px solid #9c766023;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr 1fr;
  gap: 45px;
}
.footer-top > .wordmark {
  font-size: 37px;
  color: var(--cream);
}
.footer-top > p {
  font-size: 11px;
  color: #947968;
}
.footer-top > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 10px;
}
.footer-top button {
  padding: 0;
  font-size: 10px;
}
.footer-top a:hover,
.footer-top button:hover {
  color: #fff0df;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #9c766020;
  margin-top: 45px;
  padding-top: 23px;
  color: #765948;
  font-size: 8px;
}
.footer-bottom button {
  font-size: 8px;
  padding: 0;
}
/* Dialogs */
dialog {
  border: 1px solid #f4ead4;
  background: var(--cream);
  color: var(--ink);
  border-radius: 18px;
  max-width: min(850px, calc(100% - 32px));
  width: 100%;
  padding: 0;
  max-height: 88svh;
  box-shadow: 0 30px 130px #0006;
}
dialog::backdrop {
  background: #130a08a6;
  backdrop-filter: blur(10px);
}
.dialog-close {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 10;
  background: #f7f1e9e6;
  border: 1px solid #d1bdab66;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  color: #563f30;
}
#dialog-content {
  padding: 50px;
}
#dialog-content h2 {
  font-size: 40px;
  margin-bottom: 23px;
  max-width: 630px;
}
#dialog-content p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 14px;
}
#dialog-content .overline {
  color: #a18a71;
  font-size: 8px;
}
.dialog-image {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  margin: 25px 0;
}
.project-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
  border-top: 1px solid #dfcdb7;
  padding-top: 24px;
}
.project-details span {
  font-size: 8px;
  color: #a79279;
}
.project-details p {
  font-size: 11px !important;
}
.dialog-book {
  display: inline-block;
  color: #a44d30;
  border-bottom: 1px solid #bf7f594d;
  padding-bottom: 6px;
  margin-top: 26px;
  font-size: 12px;
}
.booking-dialog {
  max-width: min(1040px, calc(100% - 24px));
  height: 90svh;
  max-height: 90svh;
}
.booking-dialog #dialog-content {
  padding: 26px 20px 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.booking-dialog #dialog-title {
  font-size: 20px;
  margin: 0 45px 0 10px;
}
.booking-fallback {
  margin: 8px 10px 10px !important;
  font-size: 10px !important;
}
.booking-fallback a {
  border-bottom: 1px solid #b47e5577;
  color: #976445;
}
.calendly-frame {
  border: 0;
  width: 100%;
  flex: 1;
  min-height: 420px;
  background: #fff;
  border-radius: 9px;
}
.booking-dialog .dialog-close {
  top: 18px;
  right: 20px;
}
[data-reveal] {
  opacity: 1;
  transform: none;
}
.motion-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.motion-enabled [data-reveal].revealed {
  opacity: 1;
  transform: none;
}
.motion-paused .edit-clips:after {
  animation-play-state: paused;
}
/* Journal */
.journal-page {
  background: var(--cream);
}
.journal-page .site-header {
  background: #211411ed;
}
.journal-main {
  padding-top: 140px;
}
.journal-heading {
  padding-top: 55px;
  padding-bottom: 75px;
}
.journal-heading h1 {
  font-size: clamp(50px, 6.6vw, 90px);
  line-height: 1.03;
}
.journal-heading p {
  font-size: 15px;
  margin-top: 25px;
}
.journal-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-top: 0;
}
.journal-card {
  display: block;
}
.journal-card img {
  aspect-ratio: 1.25;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s;
}
.journal-cover {
  overflow: hidden;
  border-radius: 12px;
}
.journal-card:hover img {
  transform: scale(1.04);
}
.journal-card .overline {
  margin: 23px 0 13px;
  font-size: 8px;
  color: #9b806a;
}
.journal-card h2 {
  font-size: 28px;
}
.journal-card > p {
  font-size: 11px;
  margin-top: 14px;
}
.journal-articles {
  max-width: 880px;
  padding-top: 0;
}
.journal-article {
  padding: 70px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 100px;
}
.journal-article h2 {
  font-size: 45px;
}
.journal-article h3 {
  font-size: 24px;
  margin: 35px 0 13px;
}
.journal-article p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.9;
}
.journal-article .article-lede {
  font-size: 18px;
  color: #86715d;
}
.journal-article .inline-link {
  margin-top: 30px;
}
.journal-page footer {
  max-width: none;
  padding-left: max(40px, calc((100% - 1200px) / 2));
  padding-right: max(40px, calc((100% - 1200px) / 2));
  background: var(--dark);
}
@media (min-width: 1600px) {
  .hero-start {
    top: 26svh;
  }
  .hero-start h1 {
    font-size: 96px;
  }
  .hero-subtitle {
    font-size: 23px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-invitation {
    margin-top: 38px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    gap: 35px;
  }
  .site-header nav {
    gap: 20px;
  }
  .nav-end {
    gap: 13px;
  }
  .section {
    padding: 85px 32px;
  }
  .section-head {
    gap: 30px;
  }
  .section-head > p {
    font-size: 12px;
  }
  .capacity-copy {
    gap: 45px;
  }
  .capacity-copy h2 {
    font-size: 44px;
  }
  .stats-grid {
    gap: 15px;
  }
  .stat {
    padding: 0 18px;
  }
  .stat strong {
    font-size: 54px;
  }
  .stat:last-child strong {
    font-size: 44px;
  }
  .stat:last-child strong span {
    font-size: 27px;
  }
  .intelligence-section {
    padding: 85px 32px;
  }
  .intelligence-layout {
    gap: 40px;
    grid-template-columns: 1fr 1.4fr;
  }
  .intelligence-section h2 {
    font-size: 45px;
  }
  .editor-header {
    font-size: 6px;
  }
  .edit-clips span {
    font-size: 6px;
    padding: 6px;
  }
  .editor-footer {
    font-size: 6px;
  }
  .workspace-sidebar {
    display: none;
  }
  .workspace-body {
    grid-template-columns: 1fr;
  }
  .safety-section {
    gap: 50px;
  }
  .safety-intro h2 {
    font-size: 48px;
  }
  .work-hover strong {
    font-size: 24px;
  }
  .work-hover {
    padding: 70px 22px 20px;
  }
  .work-hover > span {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .site-header {
    width: calc(100% - 32px);
    height: 58px;
    top: 12px;
    padding: 0 17px;
    border-radius: 14px;
  }
  .site-header .wordmark {
    font-size: 25px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 12px 0 12px 12px;
  }
  .menu-toggle > span {
    display: block;
    width: 21px;
    height: 1px;
    background: #d7c7bb;
    transition: transform 0.25s;
  }
  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .site-header nav {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 68px;
    background: #281812f7;
    backdrop-filter: blur(30px);
    border: 1px solid #ffffff12;
    border-radius: 14px;
    padding: 28px;
    font-size: 15px;
    box-shadow: 0 20px 40px #0004;
  }
  .site-header nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .nav-end {
    margin: 10px 0 0;
    width: 100%;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid #b395801a;
  }
  .login-link {
    font-size: 12px;
  }
  .nav-book {
    font-size: 12px;
  }
  .hero-start h1 {
    font-size: 60px;
  }
  .hero-foot > span:first-child,
  .hero-foot > span:last-child {
    display: none;
  }
  .hero-foot {
    justify-content: center;
  }
  .hero-scroll {
    height: calc(100svh + 920px);
  }
  .hero-reveal h2 {
    font-size: 62px;
  }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .section-head > p {
    font-size: 13px;
  }
  .work-grid {
    gap: 10px;
  }
  .work-top {
    left: 15px;
    right: 15px;
    top: 13px;
    font-size: 6px;
  }
  .work-top > span:first-child {
    padding: 4px 7px;
  }
  .work-open {
    width: 23px;
    height: 23px;
    font-size: 15px;
  }
  .work-bottom {
    left: 18px;
    right: 15px;
    bottom: 18px;
  }
  .work-bottom strong,
  .work-pace .work-bottom strong {
    font-size: 35px;
  }
  .work-bottom > span {
    font-size: 8px;
  }
  .work-hover {
    padding: 60px 17px 18px;
  }
  .work-hover strong {
    font-size: 21px;
  }
  .work-hover > span:not(.work-view) {
    display: none;
  }
  .work-hover .work-view {
    font-size: 8px;
  }
  .capacity-copy {
    display: block;
  }
  .capacity-copy > p {
    margin-top: 25px;
    max-width: 430px;
    font-size: 13px;
  }
  .stat strong {
    font-size: 43px;
  }
  .stat strong span {
    font-size: 28px;
  }
  .stat:last-child strong {
    font-size: 38px;
  }
  .stat:last-child strong span {
    font-size: 23px;
  }
  .stat-kicker {
    font-size: 6px;
  }
  .stat p {
    font-size: 10px;
  }
  .process-grid {
    gap: 25px;
  }
  .process-grid h3 {
    font-size: 24px;
  }
  .process-grid p {
    font-size: 11px;
  }
  .step-label {
    font-size: 6px;
  }
  .intelligence-layout {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 45px;
  }
  .intelligence-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
  .intelligence-copy h3 {
    grid-column: 1/-1;
  }
  .intelligence-copy p {
    max-width: none;
  }
  .small-pill {
    justify-self: start;
    grid-column: 1/-1;
  }
  .editor-header {
    font-size: 8px;
  }
  .edit-clips span {
    font-size: 8px;
    padding: 10px;
  }
  .editor-footer {
    font-size: 8px;
  }
  .editor-footer span:last-child {
    font-size: 7px;
  }
  .shot-view {
    aspect-ratio: 1.3;
  }
  .safety-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .safety-intro p {
    max-width: 450px;
  }
  .safety-list p {
    max-width: 450px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .journal-index {
    gap: 17px;
  }
  .journal-card h2 {
    font-size: 23px;
  }
  .journal-card .overline {
    font-size: 7px;
  }
  .journal-card > p {
    font-size: 10px;
  }
}
@media (max-width: 540px) {
  html {
    scroll-padding-top: 90px;
  }
  .hero-stage {
    min-height: 650px;
  }
  .hero-start {
    top: 25svh;
    left: 15px;
    right: 15px;
  }
  .hero-start h1 {
    font-size: clamp(34px, 9.4vw, 49px);
    letter-spacing: -0.052em;
    line-height: 1.16;
  }
  .coin-slot {
    width: 1.13em;
    height: 1.04em;
    vertical-align: -0.12em;
    margin: 0 0.02em;
  }
  .hero-subtitle {
    font-size: 16px;
    letter-spacing: -0.035em;
    margin-top: 28px;
  }
  .hero-description {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 11px;
  }
  .hero-invitation {
    font-size: 11px;
    margin-top: 28px;
    padding: 4px 5px 4px 15px;
    gap: 17px;
    border-radius: 11px;
  }
  .round-arrow {
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 7px;
  }
  .hero-reveal {
    top: 22svh;
    left: 16px;
    right: 16px;
  }
  .hero-reveal .overline {
    font-size: 7px;
    margin-bottom: 22px;
    letter-spacing: 0.1em;
  }
  .hero-reveal h2 {
    font-size: 45px;
    line-height: 1.08;
  }
  .hero-reveal p {
    font-size: 10px;
    margin-top: 20px;
  }
  .hero-foot {
    bottom: 43px;
  }
  .scroll-cue {
    font-size: 9px;
    gap: 13px;
  }
  .scroll-cue > span {
    height: 31px;
    width: 24px;
  }
  .motion-control {
    right: 19px;
    bottom: 42px;
  }
  .hero-grid {
    inset: 95px 17px 0;
  }
  .light-stream {
    filter: blur(50px);
    opacity: 0.4;
  }
  .stream-one {
    left: -360px;
    bottom: 10px;
    width: 600px;
    height: 150px;
  }
  .stream-two {
    right: -360px;
    bottom: 10px;
    width: 600px;
    height: 150px;
  }
  .stream-three {
    width: 360px;
    left: calc(50% - 180px);
    bottom: -290px;
  }
  .cream-page,
  .second-cream {
    border-radius: 23px 23px 0 0;
  }
  .section {
    padding: 65px 22px;
  }
  .overline {
    font-size: 8px;
    margin-bottom: 21px;
    letter-spacing: 0.09em;
  }
  h2 {
    font-size: 36px;
  }
  .section-head {
    gap: 22px;
    margin-bottom: 30px;
  }
  .section-head > p {
    font-size: 11px;
    line-height: 1.8;
  }
  .work-section {
    padding-top: 63px;
  }
  .work-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .work-card {
    border-radius: 12px;
  }
  .work-top {
    left: 21px;
    right: 21px;
    top: 19px;
    font-size: 7px;
  }
  .work-top > span:first-child {
    padding: 5px 9px;
  }
  .work-open {
    width: 29px;
    height: 29px;
    font-size: 20px;
  }
  .work-bottom {
    left: 24px;
    bottom: 26px;
  }
  .work-bottom strong,
  .work-pace .work-bottom strong {
    font-size: 49px;
  }
  .work-bottom > span {
    font-size: 11px;
  }
  .work-hover {
    display: none;
  }
  .work-card:hover .work-bottom,
  .work-card:focus-visible .work-bottom {
    opacity: 1;
  }
  .work-note {
    flex-direction: column;
    gap: 11px;
    font-size: 8px;
    margin-top: 21px;
  }
  .work-note a {
    font-size: 10px;
  }
  .capacity-copy h2 {
    font-size: 36px;
  }
  .capacity-copy > p {
    font-size: 12px;
    margin-top: 21px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
    gap: 0;
  }
  .stat,
  .stat:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
    position: relative;
  }
  .stat:last-child {
    border: 0;
  }
  .stat-kicker {
    font-size: 7px;
  }
  .stat strong {
    font-size: 57px;
    margin: 11px 0 5px;
    line-height: 1;
  }
  .stat strong span {
    font-size: 32px;
  }
  .stat:last-child strong {
    font-size: 49px;
  }
  .stat:last-child strong span {
    font-size: 32px;
  }
  .stat p {
    font-size: 10px;
  }
  .fine-print {
    font-size: 8px;
    line-height: 1.7;
    margin-top: 20px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .step-number {
    padding: 17px 0 21px;
    font-size: 20px;
  }
  .process-grid h3 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .process-grid p {
    font-size: 12px;
    max-width: 100%;
  }
  .step-label {
    font-size: 7px;
    padding-top: 20px;
  }
  .iteration-strip {
    padding: 19px 18px;
    gap: 16px;
    margin-top: 34px;
  }
  .iteration-strip p {
    font-size: 10px;
    line-height: 1.75;
  }
  .iteration-strip strong {
    display: block;
    margin-bottom: 3px;
  }
  .intelligence-section {
    padding: 65px 22px;
  }
  .intelligence-section h2 {
    font-size: 35px;
  }
  .intelligence-layout {
    margin-top: 35px;
    gap: 35px;
  }
  .intelligence-copy {
    display: block;
  }
  .intelligence-copy h3 {
    font-size: 27px;
  }
  .intelligence-copy p {
    font-size: 11px;
    margin-top: 18px;
  }
  .small-pill {
    font-size: 8px;
    margin-top: 23px;
  }
  .editor-panel {
    padding: 14px 12px;
    border-radius: 10px;
  }
  .editor-header {
    font-size: 5px;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
  }
  .editor-preview {
    gap: 5px;
  }
  .shot-view {
    aspect-ratio: 1/1.15;
  }
  .shot-view > span {
    font-size: 5px;
    padding: 18px 5px 6px;
  }
  .editor-ruler {
    font-size: 6px;
    margin-top: 20px;
  }
  .edit-clips span {
    font-size: 5px;
    padding: 5px;
    height: 31px;
    line-height: 1.6;
  }
  .edit-finishing {
    font-size: 5px;
    padding: 8px 6px;
  }
  .editor-footer {
    font-size: 5px;
    gap: 12px;
    line-height: 1.8;
  }
  .editor-footer span:last-child {
    font-size: 4px;
  }
  .table-scroll {
    border-radius: 8px;
  }
  table {
    font-size: 10px;
    min-width: 680px;
  }
  thead th {
    font-size: 12px;
    padding: 23px 18px;
  }
  tbody th,
  tbody td {
    padding: 18px;
  }
  .comparison-section:after {
    content: "Swipe to compare";
    font-size: 8px;
    color: #a1856b;
    display: block;
    margin-top: 10px;
  }
  .center-heading {
    text-align: left;
    margin-bottom: 30px;
  }
  .center-heading p {
    font-size: 11px;
    margin-top: 22px;
  }
  .workspace {
    border-radius: 10px;
    margin: 0 -8px;
  }
  .workspace-top {
    padding: 16px 14px;
  }
  .workspace-logo {
    font-size: 16px;
  }
  .workspace-logo > span {
    font-size: 6px;
    margin-left: 7px;
  }
  .workspace-demo {
    font-size: 5px;
    padding: 4px 5px;
  }
  .review-main {
    padding: 19px 12px;
  }
  .review-heading {
    flex-direction: column;
    align-items: stretch;
    gap: 19px;
    margin-bottom: 20px;
  }
  .review-heading h3 {
    font-size: 22px;
  }
  .review-heading .overline {
    font-size: 6px;
    margin-bottom: 8px;
  }
  .tabs {
    align-self: flex-start;
  }
  .tabs button {
    font-size: 9px;
    padding: 7px 13px;
  }
  .compare-videos {
    gap: 8px;
  }
  .video-still {
    height: 208px;
    border-radius: 6px;
  }
  .video-still .video-caption {
    left: 10px;
    right: 10px;
    bottom: 12px;
    font-size: 8px;
    display: block;
    line-height: 1.8;
  }
  .sample-tag {
    display: none;
  }
  .video-version {
    font-size: 6px;
    padding: 3px 6px;
    left: 8px;
    top: 8px;
  }
  .panel-description {
    font-size: 8px;
    line-height: 1.7;
  }
  .workspace-bottom {
    padding: 12px 13px;
    font-size: 6px;
    gap: 10px;
  }
  .workspace-bottom > span:last-child {
    font-size: 5px;
    white-space: nowrap;
  }
  .workspace-note {
    font-size: 9px;
    margin-top: 18px;
  }
  .review-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .review-layout .video-still {
    height: 190px;
  }
  .review-notes {
    padding: 12px;
  }
  .review-notes p {
    font-size: 10px;
  }
  .review-notes .timestamp {
    margin-top: 10px;
  }
  .resolved-note {
    margin-top: 10px;
    padding-top: 10px;
  }
  .approval-list {
    gap: 8px;
  }
  .approved-asset {
    padding: 8px;
    gap: 9px;
  }
  .approved-asset img {
    height: 42px;
    width: 42px;
  }
  .approved-asset h4 {
    font-size: 14px;
  }
  .approved-asset p {
    font-size: 7px;
  }
  .approved-badge {
    font-size: 6px;
    padding: 4px 5px;
  }
  #workspace-panel {
    min-height: 255px;
  }
  .safety-intro h2 {
    font-size: 38px;
  }
  .safety-intro p {
    font-size: 12px;
  }
  .inline-link {
    font-size: 10px;
  }
  .safety-list article {
    gap: 15px;
    padding: 24px 0;
  }
  .safety-list h3 {
    font-size: 23px;
  }
  .safety-list p {
    font-size: 11px;
  }
  .safety-list article > span:first-child {
    font-size: 8px;
  }
  .journal-teaser h2 {
    font-size: 29px;
  }
  .journal-arrow {
    height: 45px;
    width: 45px;
    font-size: 25px;
    flex-shrink: 0;
  }
  .journal-teaser p {
    font-size: 10px;
    max-width: 270px;
  }
  .final-cta {
    padding: 81px 22px 75px;
  }
  .final-cta .overline {
    font-size: 7px;
  }
  .final-cta h2 {
    font-size: 36px;
    line-height: 1.08;
  }
  .final-cta p {
    font-size: 11px;
    line-height: 1.8;
    margin: 23px 0 27px;
  }
  .cta-invitation {
    font-size: 19px;
    gap: 27px;
    padding-bottom: 11px;
  }
  .cta-invitation > span {
    font-size: 27px;
  }
  .call-note {
    font-size: 7px;
    margin-top: 19px;
  }
  footer {
    padding: 40px 22px 20px;
  }
  .footer-top {
    column-gap: 35px;
    row-gap: 30px;
  }
  .footer-top > .wordmark {
    font-size: 30px;
  }
  .footer-top > p {
    font-size: 10px;
  }
  .footer-top > div,
  .footer-top button {
    font-size: 9px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 7px;
    margin-top: 32px;
    padding-top: 20px;
    gap: 15px;
  }
  .footer-bottom span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .footer-bottom button {
    font-size: 7px;
  }
  #dialog-content {
    padding: 42px 23px 30px;
  }
  #dialog-content h2 {
    font-size: 31px;
  }
  #dialog-content p {
    font-size: 12px;
  }
  .dialog-image {
    max-height: 280px;
  }
  .project-details {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .project-details p {
    margin-top: 6px !important;
  }
  .booking-dialog #dialog-content {
    padding: 22px 8px 8px;
  }
  .booking-dialog #dialog-title {
    font-size: 18px;
  }
  .booking-fallback {
    font-size: 8px !important;
    max-width: calc(100% - 45px);
  }
  .booking-dialog .dialog-close {
    right: 12px;
    top: 13px;
  }
  .calendly-frame {
    min-height: 400px;
  }
  .journal-main {
    padding-top: 105px;
  }
  .journal-heading {
    padding-top: 45px;
    padding-bottom: 48px;
  }
  .journal-heading h1 {
    font-size: 51px;
  }
  .journal-heading p {
    font-size: 12px;
  }
  .journal-index {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 38px;
  }
  .journal-card h2 {
    font-size: 29px;
    max-width: 320px;
  }
  .journal-card > p {
    font-size: 11px;
  }
  .journal-card .overline {
    font-size: 7px;
    margin-top: 20px;
  }
  .journal-articles {
    padding-top: 0;
  }
  .journal-article {
    padding: 50px 0;
  }
  .journal-article h2 {
    font-size: 34px;
  }
  .journal-article .article-lede {
    font-size: 16px;
  }
  .journal-article p {
    font-size: 12px;
  }
  .journal-article h3 {
    font-size: 23px;
  }
  .journal-page footer {
    padding: 40px 22px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .motion-enabled [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .motion-control {
    display: none;
  }
}
/* Reading sizes: small metadata stays quiet; the offer stays legible. */
:root {
  --muted: #8e8177;
}
.muted {
  color: #8e8177;
}
.site-header nav {
  font-size: 13px;
}
.login-link {
  font-size: 12px;
}
.hero-description {
  font-size: 15px;
}
.process-grid p {
  font-size: 14px;
}
.intelligence-copy p {
  font-size: 14px;
}
.safety-list p {
  font-size: 13px;
}
.stat p {
  font-size: 13px;
}
.work-note {
  font-size: 11px;
}
.iteration-strip p {
  font-size: 13px;
}
.fine-print {
  font-size: 10px;
}
.final-cta p {
  font-size: 15px;
}
.footer-top > div,
.footer-top button {
  font-size: 12px;
}
.footer-top > p {
  font-size: 12px;
}
.footer-bottom,
.footer-bottom button {
  font-size: 10px;
}
@media (max-width: 800px) {
  .site-header nav {
    font-size: 15px;
  }
  .process-grid p {
    font-size: 13px;
  }
  .stat p {
    font-size: 11px;
  }
}
@media (max-width: 540px) {
  .hero-description {
    font-size: 13px;
  }
  .hero-subtitle {
    font-size: 17px;
  }
  .section-head > p,
  .center-heading p {
    font-size: 14px;
  }
  .capacity-copy > p,
  .safety-intro p {
    font-size: 14px;
  }
  .process-grid p,
  .intelligence-copy p,
  .safety-list p {
    font-size: 14px;
  }
  .stat p {
    font-size: 13px;
  }
  .iteration-strip p {
    font-size: 12px;
  }
  .fine-print {
    font-size: 10px;
  }
  .work-note {
    font-size: 10px;
  }
  .workspace-note {
    font-size: 11px;
  }
  .journal-teaser p {
    font-size: 12px;
  }
  .final-cta p {
    font-size: 14px;
  }
  .footer-top > p,
  .footer-top > div,
  .footer-top button {
    font-size: 11px;
  }
  .footer-bottom,
  .footer-bottom button {
    font-size: 9px;
  }
  .journal-heading p,
  .journal-card > p {
    font-size: 14px;
  }
  .journal-article p {
    font-size: 15px;
  }
  .journal-article .article-lede {
    font-size: 18px;
  }
  .overline {
    font-size: 9px;
  }
}
