@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Permanent+Marker&display=swap");

:root {
  color: #111827;
  background: #f5f0e4;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --ink: #111827;
  --muted: #62616a;
  --paper: #f5f0e4;
  --paper-deep: #ebe0c9;
  --white: #fffaf0;
  --teal: #0f8fa3;
  --coral: #eb5c46;
  --yellow: #f1b531;
  --blue: #225bd8;
  --green: #12a46c;
  --line: rgba(17, 24, 39, 0.18);
  --shadow: 0 20px 45px rgba(38, 30, 18, 0.18);
  --radius: 8px;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(241, 181, 49, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(17, 24, 39, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 24, 39, 0.028) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 34px 34px, 34px 34px, auto;
  color: var(--ink);
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
  letter-spacing: 0;
}

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

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

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

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

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% 13%, rgba(241, 181, 49, 0.14), transparent 22%),
    radial-gradient(circle at 15% 45%, rgba(15, 143, 163, 0.06), transparent 26%),
    radial-gradient(circle at 85% 42%, rgba(235, 92, 70, 0.06), transparent 24%),
    var(--paper);
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: multiply;
  background:
    radial-gradient(circle at 18% 22%, rgba(17, 24, 39, 0.22) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 48%, rgba(17, 24, 39, 0.12) 0 1px, transparent 1.5px),
    linear-gradient(115deg, transparent 0 48%, rgba(17, 24, 39, 0.045) 49%, transparent 51%);
  background-size: 19px 19px, 31px 31px, 240px 240px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  transform: none;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 18px max(36px, calc((100vw - 1360px) / 2)) 16px;
  color: var(--ink);
  background: rgba(245, 240, 228, 0.86);
  border-bottom: 1px solid rgba(17, 24, 39, 0.24);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1;
  text-transform: lowercase;
}

.brand img {
  width: 30px;
  height: 30px;
  filter: grayscale(1) brightness(0.05);
}

.topbar nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #34323a;
  font-size: 0.95rem;
  font-weight: 800;
}

.topbar nav a:hover,
.footer a:hover {
  color: var(--teal);
}

.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

.nav-cta {
  justify-self: end;
  min-width: 160px;
  padding: 0 18px;
  color: #fffaf0;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 6px;
}

.primary-button,
.secondary-button {
  min-width: 188px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(17, 24, 39, 0.16);
}

.primary-button {
  color: #fffaf0;
  background: var(--coral);
}

.secondary-button {
  color: var(--ink);
  background: #fffaf0;
}

.primary-button:hover,
.nav-cta:hover {
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 rgba(17, 24, 39, 0.18);
}

.secondary-button:hover {
  background: var(--yellow);
}

.hero-wall {
  --flow: 0;
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 36px));
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(720px, 1fr);
  gap: 18px;
  align-items: center;
  padding: 122px 0 72px;
}

.hero-wall::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 82px;
  z-index: 0;
  width: min(1360px, 100vw);
  height: min(820px, calc(100svh - 84px));
  transform: translateX(-50%);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.08) 0 1px, transparent 1.4px),
    radial-gradient(circle at 80% 55%, rgba(17, 24, 39, 0.06) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 24, 39, 0.016) 1px, transparent 1px),
    rgba(255, 250, 240, 0.52);
  background-size: 24px 24px, 37px 37px, 42px 42px, 42px 42px, auto;
  box-shadow: inset 0 1px 0 rgba(17, 24, 39, 0.1);
  pointer-events: none;
}

.hero-wall::after {
  content: "";
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: 48px;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.18), transparent);
  pointer-events: none;
}

.hero-copy-block {
  position: relative;
  z-index: 8;
  max-width: 460px;
  margin: 0;
  padding: 6px 0 0;
  text-align: left;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy-block .eyebrow,
.workspace-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  transform: rotate(-1.5deg);
}

.hero-copy-block .eyebrow {
  transform: rotate(-1.5deg) translateX(2px);
}

h1 {
  max-width: 480px;
  margin-bottom: 22px;
  font-size: clamp(3.3rem, 4.8vw, 5.05rem);
  line-height: 0.97;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 span {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-family: "Permanent Marker", Inter, sans-serif;
  font-weight: 400;
  transform: rotate(-4deg);
}

h1 span::before {
  content: "";
  position: absolute;
  inset: -0.02em -0.2em -0.08em;
  z-index: -1;
  border: 4px solid var(--coral);
  border-radius: 48%;
  transform: rotate(5deg);
}

h1::after {
  content: "";
  display: block;
  width: min(340px, 82%);
  height: 7px;
  margin-top: 16px;
  background: var(--teal);
  border-radius: 999px;
  transform: rotate(-1.5deg);
}

.hero-copy {
  margin-bottom: 28px;
  color: #34323a;
  font-size: 1.18rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.price-stamp {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  border: 2px solid var(--ink);
  background: #fffaf0;
  box-shadow: 4px 4px 0 rgba(17, 24, 39, 0.14);
  transform: rotate(1.2deg);
}

.price-stamp span {
  padding: 10px 12px;
  font-weight: 900;
}

.price-stamp span + span {
  border-left: 2px solid var(--ink);
  color: var(--coral);
}

.edit-wall {
  position: relative;
  z-index: 2;
  width: min(1060px, 100%);
  min-height: 760px;
  margin: 0 auto;
  isolation: isolate;
}

.flow-field {
  position: absolute;
  inset: 9% 4% 12%;
  z-index: 1;
  pointer-events: none;
}

.artifact,
.phone-frame,
.wide-frame,
.desk-object,
.vela-hub {
  position: absolute;
  z-index: 3;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  transition:
    transform 200ms ease-out,
    opacity 200ms ease-out;
}

.artifact {
  width: 168px;
  min-height: 112px;
  padding: 15px 16px;
  color: var(--ink);
  background: #fffaf0;
  clip-path: polygon(1% 4%, 100% 0, 98% 96%, 0 100%);
  transform:
    translate(
      calc(var(--x, 0px) * (1 - var(--flow))),
      calc(var(--y, 0px) * (1 - var(--flow)))
    )
    rotate(var(--r, 0deg));
}

.artifact::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  width: 54px;
  height: 22px;
  transform: translateX(-50%) rotate(-3deg);
  background: rgba(241, 181, 49, 0.65);
  border: 1px solid rgba(17, 24, 39, 0.12);
}

.artifact span {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Permanent Marker", Inter, sans-serif;
  font-size: 1rem;
  color: var(--coral);
}

.artifact p,
.phone-frame p,
.desk-object span {
  margin: 0;
  color: #34323a;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 700;
}

.hook {
  --x: -105px;
  --y: -88px;
  --r: -5deg;
  left: 6%;
  top: 7%;
}

.cut {
  --x: 115px;
  --y: -70px;
  --r: 4deg;
  right: 7%;
  top: 11%;
  background: #eaf7f8;
}

.captioned {
  --x: -120px;
  --y: 115px;
  --r: 2deg;
  left: 1%;
  top: 69%;
  background: #fff1d2;
}

.post {
  --x: 150px;
  --y: -78px;
  --r: 3deg;
  right: 11%;
  top: 2%;
  width: 126px;
  min-height: 126px;
  font-size: 1.2rem;
  background: #f9df77;
}

.shorts {
  --x: 110px;
  --y: 76px;
  --r: -2deg;
  right: 5%;
  bottom: 28%;
  left: auto;
  background: #f8e6e3;
}

.thumb {
  --x: 50px;
  --y: -95px;
  --r: -4deg;
  right: 36%;
  bottom: auto;
  top: 7%;
  background: #e9f1ff;
}

.phone-frame {
  width: 118px;
  min-height: 205px;
  padding: 16px 12px;
  color: #fffaf0;
  background: #15171e;
  border-radius: 18px;
  transform:
    translate(
      calc(var(--x, 0px) * (1 - var(--flow))),
      calc(var(--y, 0px) * (1 - var(--flow)))
    )
    rotate(var(--r, 0deg));
}

.phone-frame::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 46px;
  background:
    linear-gradient(90deg, var(--coral) 0 34%, var(--yellow) 34% 58%, var(--teal) 58%);
  border-radius: 6px;
}

.phone-frame span,
.wide-frame span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 7px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.phone-frame strong,
.wide-frame strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.phone-frame p {
  color: rgba(255, 250, 240, 0.76);
}

.vertical-one {
  --x: -96px;
  --y: -82px;
  --r: -6deg;
  left: 5%;
  top: 18%;
}

.vertical-two {
  --x: 118px;
  --y: 42px;
  --r: 7deg;
  right: 10%;
  bottom: 24%;
}

.wide-frame {
  --x: -32px;
  --y: -118px;
  --r: 2deg;
  left: 23%;
  top: 30%;
  width: 250px;
  min-height: 92px;
  padding: 14px;
  color: #fffaf0;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(15, 143, 163, 0.86)),
    url("/assets/hero-reel-poster.png");
  background-size: cover;
  transform:
    translate(
      calc(var(--x, 0px) * (1 - var(--flow))),
      calc(var(--y, 0px) * (1 - var(--flow)))
    )
    rotate(var(--r, 0deg));
}

.desk-object {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  background: #fffaf0;
  border-radius: 999px;
  transform:
    translate(
      calc(var(--x, 0px) * (1 - var(--flow))),
      calc(var(--y, 0px) * (1 - var(--flow)))
    )
    rotate(var(--r, 0deg));
}

.mic-object {
  --x: -122px;
  --y: -210px;
  --r: 7deg;
  left: -2%;
  top: 36%;
}

.battery-object {
  --x: 122px;
  --y: -210px;
  --r: -6deg;
  right: -3%;
  top: 20%;
}

.coffee-object {
  --x: 124px;
  --y: 150px;
  --r: 5deg;
  right: 4%;
  bottom: 9%;
}

.vela-hub {
  left: 47%;
  top: 50%;
  z-index: 5;
  width: min(560px, 66vw);
  padding: 16px;
  color: #fffaf0;
  background: #111827;
  border-radius: 14px;
  transform: translate(-50%, -50%);
}

.hub-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.hub-top img {
  width: 38px;
  height: 38px;
}

.hub-top strong,
.workspace-tools strong {
  display: block;
  font-size: 1.08rem;
}

.hub-top span {
  color: rgba(255, 250, 240, 0.65);
  font-size: 0.86rem;
}

.hub-preview {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  background: #000;
}

.hub-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mini-timeline {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 0.9fr 1.25fr;
  gap: 7px;
  margin: 14px 0;
}

.mini-timeline span {
  height: 12px;
  border-radius: 999px;
  background: var(--teal);
}

.mini-timeline span:nth-child(2) {
  background: var(--coral);
}

.mini-timeline span:nth-child(3) {
  background: var(--yellow);
}

.mini-timeline span:nth-child(4) {
  background: #fffaf0;
}

.vela-hub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.vela-hub li {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 0 8px;
  color: #111827;
  background: #fffaf0;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

.paper-scrap,
.comment-strip,
.cut-list,
.audio-strip,
.desk-prop {
  position: absolute;
  z-index: 3;
  border: 1.5px solid rgba(17, 24, 39, 0.72);
  box-shadow: 10px 16px 24px rgba(38, 30, 18, 0.15);
}

.paper-scrap {
  padding: 16px 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 24%, rgba(17, 24, 39, 0.08) 0 1px, transparent 1.5px),
    #fff9ec;
  background-size: 20px 20px, auto;
  clip-path: polygon(2% 4%, 19% 0, 31% 3%, 43% 1%, 59% 4%, 72% 1%, 98% 5%, 100% 94%, 83% 100%, 61% 96%, 44% 100%, 21% 96%, 0 98%);
  font-size: 0.9rem;
}

.paper-scrap::before,
.paper-scrap::after,
.comment-strip::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 20px;
  background: rgba(221, 190, 116, 0.7);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.paper-scrap::before {
  left: 22px;
  top: -12px;
  transform: rotate(-4deg);
}

.paper-scrap strong,
.cut-list span,
.comment-strip {
  font-weight: 900;
}

.paper-scrap ul {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.paper-scrap li::before {
  content: "☑";
  margin-right: 7px;
}

.plan-scrap {
  left: 22%;
  top: 2%;
  width: 260px;
  transform: rotate(2deg);
}

.sketch-scrap {
  right: 28%;
  top: 4%;
  width: 210px;
  min-height: 150px;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(17, 24, 39, 0.13) 46% 47%, transparent 48%),
    repeating-linear-gradient(0deg, rgba(17, 24, 39, 0.08) 0 1px, transparent 1px 8px),
    #f2efe4;
  transform: rotate(-3deg);
}

.sketch-scrap span {
  position: absolute;
  left: 20px;
  top: -14px;
  padding: 5px 8px;
  color: var(--ink);
  background: #74c7d5;
  font-family: "Permanent Marker", Inter, sans-serif;
  transform: rotate(-3deg);
}

.sketch-scrap strong {
  display: block;
  margin: 42px 0 0 72px;
  font-family: "Permanent Marker", Inter, sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  transform: rotate(-5deg);
}

.upload-scrap {
  left: 14%;
  bottom: 7%;
  width: 220px;
  transform: rotate(-4deg);
}

.ideas-scrap {
  left: 46%;
  bottom: 5%;
  width: 220px;
  transform: rotate(2deg);
}

.ideas-scrap strong {
  font-family: "Permanent Marker", Inter, sans-serif;
  font-size: 1.1rem;
}

.ideas-scrap p {
  margin: 8px 0 0;
  font-family: "Permanent Marker", Inter, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}

.audio-strip {
  left: 25%;
  top: 29%;
  width: 260px;
  height: 54px;
  border: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(15, 143, 163, 0.55) 7px 10px, transparent 10px 14px),
    linear-gradient(#fff9ec, #fff9ec);
  transform: rotate(-2deg);
}

.audio-strip span {
  position: absolute;
  left: 102px;
  top: -15px;
  padding: 5px 12px;
  background: #74c7d5;
  font-family: "Permanent Marker", Inter, sans-serif;
  transform: rotate(-2deg);
}

.comment-strip {
  left: 19%;
  bottom: 24%;
  width: 245px;
  padding: 14px 16px;
  background: #fff9ec;
  clip-path: polygon(0 9%, 100% 0, 96% 91%, 8% 100%);
  transform: rotate(-4deg);
  font-size: 0.82rem;
}

.comment-strip::before {
  right: 18px;
  top: -10px;
  transform: rotate(7deg);
}

.comment-two {
  left: auto;
  right: 22%;
  bottom: 12%;
  width: 190px;
  transform: rotate(3deg);
}

.cut-list {
  right: -1%;
  top: 54%;
  display: grid;
  gap: 9px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cut-list span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-width: 172px;
  padding: 10px 12px;
  border: 1.5px solid rgba(17, 24, 39, 0.72);
  background: #f7b9aa;
  box-shadow: 6px 8px 0 rgba(17, 24, 39, 0.08);
  transform: rotate(4deg);
}

.cut-list span:nth-child(2) {
  background: #f7d873;
  transform: rotate(-3deg);
}

.cut-list span:nth-child(3) {
  background: #9dd8dd;
  transform: rotate(2deg);
}

.cut-list b {
  font-weight: 900;
}

.desk-prop {
  pointer-events: none;
}

.mic-prop {
  left: -205px;
  bottom: -74px;
  width: 160px;
  height: 238px;
  border: 0;
  box-shadow: none;
  transform: rotate(-18deg);
}

.mic-prop::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 88px;
  height: 144px;
  border-radius: 48px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.18), transparent 18%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 8px),
    #15171e;
  box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.35), 16px 18px 24px rgba(38, 30, 18, 0.2);
}

.mic-prop::after {
  content: "";
  position: absolute;
  left: 65px;
  top: 121px;
  width: 20px;
  height: 128px;
  background: #111827;
  transform: rotate(-18deg);
  transform-origin: top;
}

.coffee-prop {
  right: -98px;
  bottom: 82px;
  width: 118px;
  height: 118px;
  border: 10px solid #cdbb96;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #1b1008 0 45%, #3b281b 46% 58%, transparent 59%),
    #e0d1b5;
  box-shadow: inset 0 0 0 8px #f1e5ca, 14px 18px 24px rgba(38, 30, 18, 0.2);
}

.coffee-prop::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 34px;
  width: 46px;
  height: 38px;
  border: 10px solid #cdbb96;
  border-left: 0;
  border-radius: 0 28px 28px 0;
}

.card-prop {
  left: 4%;
  bottom: 24%;
  width: 68px;
  height: 92px;
  padding: 10px;
  color: #fffaf0;
  background: #181d23;
  border-radius: 4px;
  transform: rotate(-5deg);
}

.card-prop span {
  display: block;
  margin-top: 10px;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-bottom-flow {
  position: absolute;
  left: 20%;
  right: 11%;
  bottom: -12px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-family: "Permanent Marker", Inter, sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
}

.hero-bottom-flow span {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.hero-bottom-flow span::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 0;
  bottom: 2px;
  height: 5px;
  background: var(--teal);
  border-radius: 999px;
  z-index: -1;
}

.hero-bottom-flow span:nth-child(2)::after {
  background: var(--coral);
}

.hero-bottom-flow span:nth-child(3)::after {
  background: var(--yellow);
}

.hero-bottom-flow b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
}

.workflow-band {
  padding: 88px 24px 96px;
  color: #fffaf0;
  background: #111827;
}

.workflow-inner,
.workspace-section,
.creator-proof,
.trial-section,
.faq-grid,
.footer {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.workflow-inner h2,
.section-heading h2,
.proof-copy h2,
.trial-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.workflow-inner h2 {
  max-width: 850px;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.flow-steps div,
.workspace-tools,
.pricing-note,
.trial-form,
.faq-item {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.13);
}

.flow-steps div {
  min-height: 220px;
  padding: 24px;
  color: var(--ink);
  background: #fffaf0;
}

.flow-steps span,
.workspace-number {
  font-family: "Permanent Marker", Inter, sans-serif;
  color: var(--coral);
  font-size: 2.1rem;
}

.flow-steps strong {
  display: block;
  margin: 20px 0 10px;
  font-size: 1.45rem;
}

.flow-steps p,
.section-heading p,
.workspace-copy p,
.proof-copy p,
.trial-copy p,
.faq-item p,
.pricing-note p {
  color: var(--muted);
  line-height: 1.65;
}

.workflow-band .eyebrow {
  color: var(--yellow);
}

.workspace-section {
  padding: 98px 0;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 46px;
}

.workspace-stack {
  display: grid;
  gap: 18px;
}

.workspace-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  background: rgba(255, 250, 240, 0.72);
  border-top: 2px solid var(--ink);
}

.workspace-number {
  padding-top: 6px;
  color: var(--accent);
}

.workspace-copy h3 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1;
  text-wrap: balance;
}

.workspace-kicker {
  margin: 0 0 16px;
  background: var(--accent);
  color: #fffaf0;
}

.easy-note {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  max-width: 660px;
  margin-top: 22px;
  padding: 14px 16px;
  background: rgba(255, 250, 240, 0.92);
  border: 2px dashed rgba(17, 24, 39, 0.45);
}

.easy-note svg {
  color: var(--accent);
}

.easy-note span {
  color: #34323a;
  font-weight: 800;
  line-height: 1.45;
}

.workspace-tools {
  padding: 22px;
  background: #fffaf0;
}

.workspace-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: #fffaf0;
  background: var(--accent);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.workspace-tools ul,
.pricing-note ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
}

.workspace-tools li,
.pricing-note li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #34323a;
  line-height: 1.45;
  font-weight: 700;
}

.workspace-tools li svg,
.pricing-note li svg {
  color: var(--accent, var(--green));
  margin-top: 2px;
}

.creator-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
  gap: 34px;
  align-items: stretch;
  padding: 98px 0;
}

.proof-copy {
  min-height: 520px;
  padding: 42px;
  color: #fffaf0;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(17, 24, 39, 0.68)),
    url("/assets/hero-reel-poster.png");
  background-size: cover;
  border: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
}

.proof-copy p {
  max-width: 760px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 1.08rem;
}

.proof-copy .eyebrow {
  color: var(--yellow);
}

.pricing-note {
  padding: 30px;
  background: #fffaf0;
}

.price-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-weight: 900;
}

.price-topline svg {
  color: var(--coral);
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 30px 0 12px;
}

.price strong {
  font-size: 5rem;
  line-height: 0.85;
}

.price span {
  color: var(--muted);
  font-weight: 900;
  padding-bottom: 8px;
}

.full-width {
  width: 100%;
  margin-top: 28px;
}

.trial-band {
  padding: 98px 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 24, 39, 0.04) 1px, transparent 1px),
    #ebe0c9;
  background-size: 28px 28px;
}

.trial-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 40px;
  align-items: start;
}

.trial-copy {
  position: sticky;
  top: 120px;
}

.trial-note {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  margin-top: 28px;
  padding: 18px;
  border: 2px dashed rgba(17, 24, 39, 0.45);
  color: #34323a;
  background: rgba(255, 250, 240, 0.74);
  line-height: 1.55;
}

.trial-note svg {
  color: var(--teal);
}

.trial-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  background: #fffaf0;
}

.trial-form label {
  display: grid;
  gap: 8px;
  color: #34323a;
  font-size: 0.94rem;
  font-weight: 900;
}

.trial-form input,
.trial-form select {
  width: 100%;
  min-height: 48px;
  border: 2px solid rgba(17, 24, 39, 0.22);
  border-radius: var(--radius);
  padding: 0 12px;
  color: var(--ink);
  background: #fffdf7;
  font-size: 1rem;
}

.trial-form input:focus,
.trial-form select:focus {
  outline: 4px solid rgba(15, 143, 163, 0.18);
  border-color: var(--teal);
}

.submit-button {
  grid-column: 1 / -1;
  cursor: pointer;
}

.submit-button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.form-message {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.form-message.success {
  color: #08764d;
}

.form-message.error {
  color: #a03333;
}

.form-message a {
  color: #0b6d78;
  font-weight: 900;
}

.faq-section {
  padding: 88px 0;
}

.compact-heading {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto 36px;
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  padding: 22px;
  background: #fffaf0;
}

.faq-item h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 30px 0 38px;
  border-top: 2px solid var(--ink);
}

.footer p {
  margin: 0;
  text-align: center;
  color: #34323a;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .artifact,
  .phone-frame,
  .wide-frame,
  .desk-object {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .topbar {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .topbar nav {
    display: none;
  }

  .hero-wall {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(760px, calc(100% - 36px));
  }

  .hero-copy-block {
    max-width: 680px;
    padding-top: 24px;
    text-align: center;
    margin: 0 auto;
  }

  h1 {
    max-width: 680px;
  }

  h1::after {
    margin-right: auto;
    margin-left: auto;
  }

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

  .edit-wall {
    min-height: 700px;
    width: min(760px, 100%);
  }

  .mic-prop,
  .coffee-prop,
  .cut-list,
  .comment-two {
    display: none;
  }

  .workspace-row {
    grid-template-columns: 72px 1fr;
  }

  .workspace-tools {
    grid-column: 2;
  }

  .creator-proof,
  .trial-section {
    grid-template-columns: 1fr;
  }

  .trial-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .topbar {
    top: 0;
    grid-template-columns: 1fr;
    border-radius: 0;
    padding: 14px 16px 12px;
  }

  .brand {
    justify-self: start;
  }

  .nav-cta {
    display: none;
  }

  .hero-wall {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 96px 0 56px;
  }

  h1 {
    font-size: 3rem;
    line-height: 1;
  }

  h1 span::before {
    border-width: 3px;
  }

  .hero-copy {
    font-size: 1.03rem;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-width: 0;
  }

  .price-stamp {
    display: grid;
    width: 100%;
    transform: none;
  }

  .price-stamp span + span {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }

  .edit-wall {
    min-height: 720px;
    transform: scale(0.9);
    transform-origin: top center;
    margin: 8px auto -64px;
  }

  .artifact {
    width: 146px;
    padding: 13px;
  }

  .phone-frame {
    width: 104px;
    min-height: 180px;
  }

  .wide-frame {
    width: 188px;
  }

  .vela-hub {
    width: min(350px, 94vw);
    top: 48%;
  }

  .vela-hub ul {
    grid-template-columns: 1fr;
  }

  .paper-scrap,
  .comment-strip {
    font-size: 0.78rem;
  }

  .plan-scrap,
  .sketch-scrap,
  .ideas-scrap,
  .card-prop,
  .battery-object,
  .coffee-object {
    display: none;
  }

  .audio-strip {
    left: 18%;
    top: 25%;
    width: 210px;
  }

  .upload-scrap {
    left: 0;
    bottom: 1%;
  }

  .hero-bottom-flow {
    left: 2%;
    right: 2%;
    bottom: 18px;
    font-size: 1.5rem;
  }

  .workflow-band,
  .workspace-section,
  .creator-proof,
  .trial-band,
  .faq-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .workflow-inner,
  .workspace-section,
  .creator-proof,
  .trial-section,
  .faq-grid,
  .footer {
    width: calc(100% - 28px);
  }

  .flow-steps,
  .faq-grid,
  .trial-form {
    grid-template-columns: 1fr;
  }

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

  .workspace-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }

  .workspace-tools {
    grid-column: auto;
  }

  .proof-copy {
    min-height: 430px;
    padding: 28px;
  }

  .price strong {
    font-size: 4rem;
  }

  .trial-form {
    padding: 20px;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer p {
    text-align: left;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.62rem;
  }

  .edit-wall {
    min-height: 650px;
    transform: scale(0.82);
    margin: 10px auto -116px;
  }

  .hero-copy-block .eyebrow {
    transform: none;
  }
}
