@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/draw4love/fonts/onest-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/draw4love/fonts/onest-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light dark;
  --paper: #fff8ed;
  --surface: #fffdf7;
  --ink: #18131d;
  --muted: #675f69;
  --pink: #ff3f7f;
  --orange: #ff5a19;
  --lime: #dcff3f;
  --blue: #244dff;
  --yellow: #ffc83d;
  --mint: #50d3ad;
  --line: rgba(24, 19, 29, 0.18);
  --hard-shadow: 7px 7px 0 var(--ink);
  --soft-shadow: 0 24px 60px rgba(24, 19, 29, 0.16);
  --page: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Onest Variable", ui-rounded, "SF Pro Rounded", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: radial-gradient(currentColor 0.65px, transparent 0.8px);
  background-size: 8px 8px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 58%);
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 11px 16px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(var(--page), calc(100% - 40px));
  margin-inline: auto;
}

.landing-header {
  position: relative;
  z-index: 20;
  padding: 18px 0 0;
}

.nav-shell {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 9px 12px 9px 10px;
  color: var(--ink);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 4px 4px 0 var(--ink);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.24rem;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 13px;
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-3deg);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.desktop-nav > a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.desktop-nav > a:not(.nav-chip):hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.nav-chip,
.mobile-nav-chip {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  color: #18131d;
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
}

.nav-chip span {
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mobile-nav-chip {
  display: none;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 900;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: clamp(38px, 7vw, 96px);
  min-height: 760px;
  padding: clamp(60px, 8vw, 104px) 0 110px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.kicker,
.section-tag {
  display: inline-block;
  margin: 0 0 22px;
  padding: 7px 11px;
  color: #18131d;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 7px;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.hero h1 {
  max-width: 770px;
  margin: 0;
  font-size: clamp(4rem, 7.5vw, 7.35rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.84;
}

.hero h1 span {
  position: relative;
  display: inline;
  z-index: 0;
}

.hero h1 span::after {
  position: absolute;
  right: -0.04em;
  bottom: 0.02em;
  left: -0.03em;
  z-index: -1;
  height: 0.25em;
  background: var(--pink);
  content: "";
  transform: rotate(-1.6deg) scaleX(0);
  transform-origin: left center;
  animation: marker-swipe 720ms 260ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-lede {
  max-width: 620px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions,
.closing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.button-ink {
  color: var(--paper);
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--pink);
}

.button-paper {
  color: var(--ink);
  background: var(--surface);
  box-shadow: 5px 5px 0 var(--ink);
}

.button-lime {
  color: #18131d;
  background: var(--lime);
  box-shadow: 5px 5px 0 #18131d;
}

.proof-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 0.81rem;
  font-weight: 750;
}

.proof-notes li::before {
  margin-right: 7px;
  color: var(--pink);
  content: "✦";
}

.hero-visual {
  position: relative;
  width: min(100%, 560px);
  justify-self: end;
  aspect-ratio: 1003 / 1568;
  border: 3px solid var(--ink);
  border-radius: 26px;
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(1.2deg);
  animation: collage-in 640ms 100ms both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.zine-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.app-proof {
  position: absolute;
  top: 12%;
  right: 9%;
  width: 46%;
  margin: 0;
  transform: rotate(5.5deg);
  filter: drop-shadow(12px 16px 0 rgba(24, 19, 29, 0.95));
}

.device-frame {
  overflow: hidden;
  aspect-ratio: 1206 / 2622;
  background: #f6f2f4;
  border: 5px solid #18131d;
  border-radius: 16% / 7.5%;
}

.device-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-proof figcaption {
  position: absolute;
  right: -14%;
  bottom: 4%;
  padding: 7px 10px;
  color: #18131d;
  background: var(--lime);
  border: 2px solid #18131d;
  border-radius: 6px;
  font-size: clamp(0.5rem, 1vw, 0.72rem);
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.sticker {
  position: absolute;
  z-index: 4;
  padding: 8px 11px;
  color: #18131d;
  border: 2px solid #18131d;
  border-radius: 999px;
  box-shadow: 3px 3px 0 #18131d;
  font-size: clamp(0.58rem, 1vw, 0.78rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.sticker-top {
  top: 7%;
  left: -7%;
  background: var(--yellow);
  transform: rotate(-9deg);
}

.sticker-side {
  right: -8%;
  bottom: 22%;
  background: var(--mint);
  transform: rotate(7deg);
}

.ticker {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 13px 0;
  color: #fff8ed;
  background: #18131d;
  border-block: 3px solid #18131d;
  transform: rotate(-1deg) scale(1.02);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  font-size: clamp(0.86rem, 1.4vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  animation: ticker 24s linear infinite;
}

.ticker-track i {
  color: var(--pink);
  font-style: normal;
}

.section {
  padding: clamp(84px, 11vw, 150px) 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 58px;
}

.section-heading-wide {
  max-width: 990px;
}

.section-heading h2,
.make-copy h2,
.privacy-layout h2,
.pricing-card h2,
.pairanoid-copy h2,
.faq-heading h2,
.closing-card h2 {
  margin: 0;
  font-size: clamp(2.75rem, 5.6vw, 5.9rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.91;
}

.section-heading > p:last-child,
.make-copy > p,
.pairanoid-copy > p,
.pricing-lede,
.closing-card > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.proof-wall {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 3vw, 34px);
}

.proof-card {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--ink);
  box-shadow: var(--hard-shadow);
}

.proof-card-photo {
  grid-column: 1 / span 5;
  aspect-ratio: 4 / 5;
  border-radius: 34px 12px 30px 16px;
  transform: rotate(-1.2deg);
}

.proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 14px 15px;
  color: #18131d;
  background: color-mix(in srgb, #fff8ed 91%, transparent);
  border: 2px solid #18131d;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.photo-label strong,
.photo-label span {
  display: block;
}

.photo-label strong {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.1;
}

.photo-label span {
  margin-top: 4px;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-card-doodle {
  grid-column: 7 / span 6;
  padding: clamp(22px, 4vw, 46px);
  background: var(--blue);
  border-radius: 12px 38px 16px 26px;
  transform: translateY(42px) rotate(1deg);
}

.mini-widget {
  padding: clamp(20px, 3vw, 34px);
  color: #18131d;
  background: #ffe8ad;
  border: 3px solid #18131d;
  border-radius: 30px;
  box-shadow: 7px 7px 0 #18131d;
}

.mini-widget > span {
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-widget svg {
  margin: 12px 0 8px;
  fill: none;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10;
}

.mini-widget strong {
  display: block;
  font-size: clamp(1.6rem, 3.5vw, 3.25rem);
  letter-spacing: -0.055em;
}

.proof-card-doodle > p {
  max-width: 430px;
  margin: 28px 0 0;
  color: #fff8ed;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 760;
}

.proof-card-collage {
  grid-column: 2 / span 6;
  margin-top: 24px;
  aspect-ratio: 1;
  border-radius: 16px 36px 18px 28px;
  transform: rotate(1.4deg);
}

.photo-label-dark {
  color: #fff8ed;
  background: color-mix(in srgb, #18131d 91%, transparent);
  border-color: #fff8ed;
}

.proof-note {
  grid-column: 9 / span 4;
  margin-top: clamp(70px, 9vw, 130px);
  padding: 30px;
  color: #18131d;
  background: var(--lime);
  border: 3px solid var(--ink);
  border-radius: 48% 52% 50% 18% / 34% 38% 62% 66%;
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(-3deg);
}

.proof-note span {
  font-size: 2.2rem;
  font-weight: 950;
}

.proof-note p {
  margin: 7px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  font-weight: 850;
  line-height: 1.35;
}

.how-section {
  overflow: hidden;
  background: var(--pink);
  border-block: 3px solid var(--ink);
}

.how-section .section-tag {
  background: var(--lime);
}

.how-section .section-heading > p:last-child {
  color: #402333;
}

.steps-list {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(22px, 3vw, 36px);
  color: #18131d;
  background: #fff8ed;
  border: 3px solid #18131d;
  box-shadow: 7px 7px 0 #18131d;
}

.step-one {
  width: 91%;
  border-radius: 14px 34px 14px 24px;
  transform: rotate(-0.6deg);
}

.step-two {
  width: 88%;
  margin-left: auto;
  background: var(--yellow);
  border-radius: 34px 12px 26px 16px;
  transform: rotate(0.7deg);
}

.step-three {
  width: 94%;
  margin-left: 3%;
  background: var(--mint);
  border-radius: 16px 30px 40px 12px;
  transform: rotate(-0.4deg);
}

.step-number {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.step h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.7vw, 2.45rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.step p {
  max-width: 610px;
  margin: 8px 0 0;
  color: #4f444b;
}

.step-doodle {
  padding: 7px 10px;
  border: 2px solid #18131d;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  transform: rotate(4deg);
}

.honest-note {
  max-width: 740px;
  margin: 38px 0 0 auto;
  color: #402333;
  font-size: 0.88rem;
}

.make-section {
  overflow: hidden;
}

.make-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(470px, 1fr);
  align-items: center;
  gap: clamp(50px, 9vw, 120px);
}

.make-copy .section-tag {
  background: var(--orange);
  color: #fff8ed;
}

.tool-list {
  display: grid;
  gap: 15px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.tool-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--line);
}

.tool-list strong {
  font-size: 1.05rem;
}

.tool-list small {
  color: var(--muted);
  font-weight: 650;
}

.tool-swatch {
  width: 34px;
  height: 20px;
  border: 2px solid var(--ink);
  border-radius: 60% 20% 60% 30%;
  transform: rotate(-8deg);
}

.swatch-pink { background: var(--pink); }
.swatch-blue { background: var(--blue); }
.swatch-lime { background: var(--lime); }

.message-board {
  position: relative;
  min-height: 650px;
  background-color: var(--yellow);
  background-image: radial-gradient(#18131d 1.3px, transparent 1.5px);
  background-size: 16px 16px;
  border: 3px solid var(--ink);
  border-radius: 25px 60px 22px 45px;
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(1deg);
}

.message {
  position: absolute;
  margin: 0;
  padding: clamp(17px, 3vw, 28px);
  color: #18131d;
  border: 3px solid #18131d;
  box-shadow: 6px 6px 0 #18131d;
  font-size: clamp(1.35rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.message-a {
  top: 8%;
  left: 7%;
  background: #fff8ed;
  border-radius: 12px 28px 14px 20px;
  transform: rotate(-5deg);
}

.message-b {
  top: 15%;
  right: 4%;
  color: #fff8ed;
  background: var(--blue);
  border-radius: 32px 12px 24px 12px;
  transform: rotate(6deg);
}

.message-c {
  right: 8%;
  bottom: 9%;
  background: var(--lime);
  border-radius: 14px 34px 12px 26px;
  transform: rotate(-4deg);
}

.message-d {
  bottom: 17%;
  left: 5%;
  color: #fff8ed;
  background: var(--orange);
  border-radius: 32px 12px 30px 16px;
  transform: rotate(5deg);
}

.board-scribble {
  position: absolute;
  top: 44%;
  left: 37%;
  color: var(--pink);
  font-size: 8rem;
  font-weight: 900;
  transform: rotate(-19deg);
}

.board-star {
  position: absolute;
  color: #18131d;
  font-size: 3.8rem;
}

.star-a { right: 9%; bottom: 39%; transform: rotate(10deg); }
.star-b { top: 42%; left: 8%; color: var(--pink); transform: rotate(-12deg); }

.privacy-section {
  color: var(--paper);
  background: var(--ink);
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(60px, 10vw, 140px);
}

.section-tag-light {
  color: #18131d;
  background: var(--mint);
  border-color: #fff8ed;
  box-shadow: 3px 3px 0 #fff8ed;
}

.privacy-notes {
  display: grid;
}

.privacy-notes article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid color-mix(in srgb, var(--paper) 28%, transparent);
}

.privacy-notes article:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 28%, transparent);
}

.privacy-notes article > span {
  color: var(--pink);
  font-size: 0.77rem;
  font-weight: 950;
}

.privacy-notes h3 {
  margin: 0;
  font-size: 1.35rem;
}

.privacy-notes p {
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--paper) 72%, transparent);
}

.pricing-section {
  background-color: var(--paper);
  background-image: linear-gradient(45deg, color-mix(in srgb, var(--blue) 7%, transparent) 25%, transparent 25%, transparent 75%, color-mix(in srgb, var(--blue) 7%, transparent) 75%), linear-gradient(45deg, color-mix(in srgb, var(--blue) 7%, transparent) 25%, transparent 25%, transparent 75%, color-mix(in srgb, var(--blue) 7%, transparent) 75%);
  background-position: 0 0, 18px 18px;
  background-size: 36px 36px;
}

.pricing-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(48px, 8vw, 110px);
  padding: clamp(38px, 6vw, 78px);
  color: #18131d;
  background: var(--lime);
  border: 3px solid #18131d;
  border-radius: 18px 56px 22px 42px;
  box-shadow: 12px 12px 0 #18131d;
}

.pricing-card .section-tag {
  background: var(--pink);
  border-color: #18131d;
  color: #18131d;
}

.pricing-card h2 {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.pricing-card h2 span {
  color: var(--blue);
}

.pricing-lede {
  color: #4b5030;
}

.pricing-main .button {
  margin-top: 30px;
}

.pricing-details {
  align-self: end;
}

.pricing-details ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 850;
}

.pricing-details li::before {
  margin-right: 9px;
  color: var(--blue);
  content: "✦";
}

.pricing-details p {
  margin: 28px 0 0;
  color: #4b5030;
  font-size: 0.78rem;
  line-height: 1.55;
}

.price-sticker {
  position: absolute;
  top: -42px;
  right: 7%;
  display: grid;
  width: 112px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff8ed;
  background: var(--orange);
  border: 3px solid #18131d;
  box-shadow: 6px 6px 0 #18131d;
  font-size: 0.75rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
  clip-path: polygon(50% 0%, 61% 13%, 78% 5%, 82% 22%, 100% 23%, 91% 40%, 100% 53%, 84% 62%, 89% 81%, 69% 80%, 60% 100%, 48% 86%, 31% 96%, 25% 79%, 7% 78%, 14% 60%, 0% 49%, 15% 37%, 6% 19%, 25% 20%, 32% 3%);
}

.pairanoid-section {
  padding-top: 28px;
}

.pairanoid-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(350px, 0.72fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
  padding: clamp(36px, 6vw, 74px);
  color: #fff8ed;
  background: var(--blue);
  border: 3px solid var(--ink);
  border-radius: 54px 16px 42px 18px;
  box-shadow: 11px 11px 0 var(--ink);
}

.pairanoid-copy > p {
  color: #e4e8ff;
}

.pairanoid-copy .language-note {
  max-width: 580px;
  padding-left: 15px;
  border-left: 4px solid var(--lime);
  font-size: 0.84rem;
}

.pairanoid-copy .button {
  margin-top: 28px;
  border-color: #18131d;
}

.pairanoid-poster {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  padding: 25px;
  color: #18131d;
  background: var(--pink);
  border: 3px solid #18131d;
  box-shadow: 9px 9px 0 #18131d;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 950;
  letter-spacing: -0.11em;
  line-height: 0.72;
  transform: rotate(3deg);
}

.pairanoid-poster span:nth-child(2) {
  color: var(--lime);
  text-align: right;
}

.pairanoid-poster span:nth-child(3) {
  grid-column: 1 / -1;
  color: var(--yellow);
}

.pairanoid-poster small {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 10px;
  background: #fff8ed;
  border: 2px solid #18131d;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.67fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.faq-list {
  border-top: 3px solid var(--ink);
}

.faq-list details {
  border-bottom: 3px solid var(--ink);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  font-weight: 850;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 3px;
  content: "+";
  font-size: 1.6rem;
  font-weight: 500;
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -7px 46px 24px 0;
  color: var(--muted);
}

.closing-section {
  padding: 20px 0 clamp(90px, 10vw, 140px);
}

.closing-card {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 8vw, 100px);
  color: #18131d;
  background: var(--orange);
  border: 3px solid var(--ink);
  border-radius: 18px 66px 22px 46px;
  box-shadow: 12px 12px 0 var(--ink);
}

.closing-card h2 {
  max-width: 850px;
  font-size: clamp(3.2rem, 7vw, 7rem);
}

.closing-card > p {
  color: #47251c;
}

.closing-star {
  position: absolute;
  top: 7%;
  right: 7%;
  color: var(--blue);
  font-size: clamp(4rem, 9vw, 10rem);
  line-height: 1;
  transform: rotate(14deg);
}

.closing-actions {
  position: relative;
  z-index: 2;
}

.text-link {
  color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  font-weight: 850;
}

.landing-footer {
  padding: 54px 0;
  color: #fff8ed;
  background: #18131d;
  border-top: 3px solid #18131d;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
}

.brand-footer {
  color: #fff8ed;
}

.brand-footer img {
  border-color: #fff8ed;
  box-shadow: 2px 2px 0 #fff8ed;
}

.footer-layout p {
  max-width: 510px;
  margin: 18px 0 0;
  color: #bdb4bf;
  font-size: 0.86rem;
}

.footer-layout nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 13px 24px;
}

.footer-layout nav a {
  color: #fff8ed;
  text-underline-offset: 5px;
  font-size: 0.84rem;
  font-weight: 760;
}

@keyframes marker-swipe {
  to { transform: rotate(-1.6deg) scaleX(1); }
}

@keyframes collage-in {
  from { opacity: 0; transform: translateY(28px) rotate(4deg); }
  to { opacity: 1; transform: translateY(0) rotate(1.2deg); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@media (hover: hover) {
  .proof-card,
  .message,
  .pairanoid-poster {
    transition: transform 180ms ease;
  }

  .proof-card-photo:hover { transform: rotate(-2.2deg) translateY(-6px); }
  .proof-card-doodle:hover { transform: translateY(36px) rotate(2deg); }
  .proof-card-collage:hover { transform: rotate(0.2deg) translateY(-6px); }
  .message:hover { z-index: 4; transform: rotate(0deg) translateY(-5px); }
  .pairanoid-poster:hover { transform: rotate(1deg) translateY(-5px); }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav-chip {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 70px;
  }

  .hero-copy {
    max-width: 790px;
  }

  .hero-visual {
    width: min(88%, 560px);
    justify-self: center;
  }

  .make-layout,
  .privacy-layout,
  .pricing-card,
  .pairanoid-card,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .make-layout,
  .privacy-layout,
  .pairanoid-card,
  .faq-layout {
    gap: 56px;
  }

  .message-board {
    min-height: 620px;
  }

  .privacy-layout h2 {
    max-width: 700px;
  }

  .pricing-card {
    gap: 52px;
  }

  .pairanoid-poster {
    width: min(82%, 520px);
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 28px, var(--page));
  }

  .landing-header {
    padding-top: 12px;
  }

  .nav-shell {
    min-height: 58px;
    padding: 7px 9px 7px 8px;
    border-radius: 15px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .brand {
    font-size: 1.07rem;
  }

  .brand img {
    width: 39px;
    height: 39px;
    border-radius: 11px;
  }

  .mobile-nav-chip {
    min-height: 38px;
    padding: 8px 12px;
  }

  .hero {
    min-height: auto;
    gap: 52px;
    padding: 58px 0 88px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.2rem);
  }

  .hero-lede {
    margin-top: 26px;
    font-size: 1.07rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-visual {
    width: 94%;
    border-radius: 19px;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .zine-poster {
    border-radius: 16px;
  }

  .app-proof {
    right: 8%;
    width: 49%;
  }

  .ticker {
    padding: 11px 0;
  }

  .section {
    padding: 88px 0;
  }

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

  .section-heading h2,
  .make-copy h2,
  .privacy-layout h2,
  .faq-heading h2 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .proof-wall {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .proof-card-photo,
  .proof-card-doodle,
  .proof-card-collage,
  .proof-note {
    grid-column: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }

  .proof-card-photo {
    width: 88%;
  }

  .proof-card-doodle {
    width: 94%;
    margin-left: auto;
  }

  .proof-card-collage {
    width: 90%;
  }

  .proof-note {
    width: 82%;
    margin-left: auto;
  }

  .step {
    grid-template-columns: 54px minmax(0, 1fr);
    width: 100%;
    margin: 0;
    padding: 21px 18px;
  }

  .step-doodle {
    display: none;
  }

  .step-number {
    align-self: start;
    font-size: 2rem;
  }

  .honest-note {
    margin-top: 32px;
  }

  .make-layout {
    grid-template-columns: 1fr;
  }

  .tool-list li {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .tool-list small {
    grid-column: 2;
  }

  .message-board {
    min-height: 540px;
    border-radius: 18px 38px 18px 30px;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .message {
    padding: 16px;
    font-size: clamp(1.2rem, 6.7vw, 1.85rem);
    box-shadow: 4px 4px 0 #18131d;
  }

  .message-a { top: 8%; left: 5%; }
  .message-b { top: 25%; right: 4%; }
  .message-c { right: 5%; bottom: 8%; }
  .message-d { bottom: 27%; left: 4%; }
  .board-scribble { top: 44%; left: 22%; font-size: 7rem; }
  .star-a { right: 8%; bottom: 38%; }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-notes article {
    padding: 22px 0;
  }

  .pricing-section {
    padding-top: 116px;
  }

  .pricing-card,
  .pairanoid-card {
    width: calc(100% - 28px);
    padding: 34px 24px;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .pricing-card h2,
  .pairanoid-copy h2,
  .closing-card h2 {
    font-size: clamp(2.7rem, 13vw, 4.3rem);
  }

  .price-sticker {
    top: -53px;
    right: -4px;
    width: 100px;
  }

  .pricing-main .button,
  .pairanoid-copy .button {
    width: 100%;
  }

  .pairanoid-poster {
    width: 95%;
    padding: 18px;
    font-size: clamp(3rem, 16vw, 5.5rem);
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .faq-list summary {
    padding-block: 20px;
  }

  .closing-section {
    padding-top: 10px;
  }

  .closing-card {
    width: calc(100% - 28px);
    padding: 48px 25px;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .closing-star {
    top: 4%;
    right: 4%;
    opacity: 0.56;
  }

  .closing-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

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

  .footer-layout nav {
    justify-content: flex-start;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #17131d;
    --surface: #231e28;
    --ink: #fff8ed;
    --muted: #c0b6c2;
    --line: rgba(255, 248, 237, 0.22);
    --hard-shadow: 7px 7px 0 #070509;
  }

  .privacy-section {
    color: #18131d;
    background: #fff8ed;
  }

  .privacy-notes article {
    border-color: rgba(24, 19, 29, 0.2);
  }

  .privacy-notes p {
    color: #675f69;
  }

  .landing-footer {
    border-top-color: #fff8ed;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
