@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 {
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% 9%, rgba(241, 181, 49, 0.18), transparent 20%),
    radial-gradient(circle at 15% 45%, rgba(15, 143, 163, 0.08), transparent 26%),
    radial-gradient(circle at 85% 42%, rgba(235, 92, 70, 0.08), transparent 24%),
    var(--paper);
}

.topbar {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 40;
  width: min(1160px, calc(100% - 28px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 10px 12px 10px 16px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.88);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  font-weight: 900;
  font-size: 1.1rem;
}

.brand img {
  width: 34px;
  height: 34px;
}

.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 {
  min-width: 164px;
  padding: 0 16px;
  color: #fffaf0;
  background: var(--ink);
  border: 2px solid var(--ink);
}

.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;
  width: min(1220px, calc(100% - 36px));
  min-height: 100svh;
  margin: 0 auto;
  display: block;
  padding: 116px 0 62px;
}

.hero-wall::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 106px;
  z-index: 0;
  width: min(1040px, 96vw);
  height: min(620px, 60vw);
  transform: translateX(-50%) rotate(-1deg);
  border: 2px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 24, 39, 0.03) 1px, transparent 1px),
    rgba(255, 250, 240, 0.62);
  background-size: 42px 42px;
  box-shadow: 14px 18px 0 rgba(17, 24, 39, 0.04);
  pointer-events: none;
}

.hero-copy-block {
  position: relative;
  z-index: 8;
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 0 0;
  text-align: center;
}

.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);
}

h1 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 22px;
  font-size: clamp(3.45rem, 6.15vw, 6.15rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 28px;
  color: #34323a;
  font-size: 1.18rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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: 620px;
  margin: -50px auto 0;
  isolation: isolate;
}

.flow-field {
  position: absolute;
  inset: 2%;
  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;
  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: -260px;
  --y: -145px;
  --r: -5deg;
  left: 22%;
  top: 11%;
}

.cut {
  --x: 250px;
  --y: -130px;
  --r: 4deg;
  right: 12%;
  top: 12%;
  background: #eaf7f8;
}

.captioned {
  --x: -290px;
  --y: 25px;
  --r: 3deg;
  left: 8%;
  top: 44%;
  background: #fff1d2;
}

.post {
  --x: 310px;
  --y: 30px;
  --r: -4deg;
  right: 6%;
  top: 43%;
}

.shorts {
  --x: -240px;
  --y: 155px;
  --r: -2deg;
  left: 20%;
  bottom: 3%;
  background: #f8e6e3;
}

.thumb {
  --x: 250px;
  --y: 150px;
  --r: 5deg;
  right: 14%;
  bottom: 0;
  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: -230px;
  --y: -10px;
  --r: -6deg;
  left: 14%;
  top: 22%;
}

.vertical-two {
  --x: 260px;
  --y: -6px;
  --r: 7deg;
  right: 12%;
  bottom: 22%;
}

.wide-frame {
  --x: 0px;
  --y: -190px;
  --r: 2deg;
  left: 40%;
  top: 25%;
  width: 230px;
  min-height: 120px;
  padding: 16px;
  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: -330px;
  --y: -195px;
  --r: 7deg;
  left: 9%;
  top: 10%;
}

.battery-object {
  --x: 340px;
  --y: -190px;
  --r: -6deg;
  right: 8%;
  top: 10%;
}

.coffee-object {
  --x: 330px;
  --y: 170px;
  --r: 5deg;
  right: 4%;
  bottom: 6%;
}

.vela-hub {
  left: 50%;
  top: 46%;
  z-index: 5;
  width: min(520px, 76vw);
  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;
}

.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: calc(100% - 22px);
  }

  .topbar nav {
    display: none;
  }

  .hero-wall {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-copy-block {
    max-width: 760px;
    padding-top: 24px;
  }

  .edit-wall {
    min-height: 620px;
  }

  .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: 10px;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .brand {
    justify-self: start;
  }

  .nav-cta {
    display: none;
  }

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

  h1 {
    font-size: 3.1rem;
  }

  .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: 760px;
    transform: scale(0.92);
    transform-origin: top center;
    margin: 0 auto -48px;
  }

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

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

  .wide-frame {
    width: 188px;
  }

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

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

  .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: 680px;
    transform: scale(0.82);
    margin: 0 auto -112px;
  }

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