/* ------------------------------------------------------------------
   WORLDS BY — editorial sections
   Twelve-column grid. Quiet frame, generous space, drawings on paper.
   ------------------------------------------------------------------ */
.hero,
.statement,
.collection-description,
.impact,
.partner-cta-grid,
.community,
.page-heading,
.rich-editorial,
.founder,
.process,
.contact-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--column-gap);
}

/* The answer sheet ------------------------------------------------- */
.sheet {
  --tilt: 0deg;
  position: relative;
  container-type: inline-size;
  background: var(--wb-paper);
  rotate: var(--tilt);
  box-shadow:
    0 0 0 1px rgba(120, 100, 70, 0.06),
    0 2px 4px -2px var(--wb-paper-shadow),
    0 22px 44px -22px rgba(30, 27, 24, 0.28);
  transition:
    rotate 0.6s var(--ease-out),
    translate 0.6s var(--ease-out),
    box-shadow 0.6s var(--ease-out);
}
.sheet-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6cqi 6.5cqi 0;
  font-size: 10px;
  font-size: clamp(7px, 2.35cqi, 12px);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #5f584d;
}
.sheet-no {
  color: #9a4a34;
  font-variant-numeric: tabular-nums;
}
.sheet-question {
  margin: 0;
  padding: 2.6cqi 6.5cqi 4.6cqi;
  font-family: var(--font-editorial);
  font-size: 18px;
  font-size: clamp(11px, 5.6cqi, 30px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--wb-charcoal);
  border-bottom: 1px dashed rgba(95, 88, 77, 0.35);
  margin-inline: 0;
}
.sheet-head span {
  white-space: nowrap;
}
.sheet-head span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sheet-question {
  text-wrap: balance;
}
.sheet-art {
  padding: 0 3cqi 1cqi;
}
.sheet-fields {
  display: flex;
  gap: 5cqi;
  padding: 0 6.5cqi 5.5cqi;
  font-size: 10px;
  font-size: clamp(7px, 2.35cqi, 12px);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5f584d;
}
.sheet-field {
  display: flex;
  align-items: baseline;
  gap: 2cqi;
  white-space: nowrap;
}
.sheet-field--name {
  flex: 1;
}
.sheet-field > span {
  flex: 1;
  min-width: 8cqi;
  min-height: 1.4em;
  border-bottom: 1px solid rgba(95, 88, 77, 0.45);
  font-family: var(--font-editorial);
  font-size: 1.9em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  color: var(--wb-charcoal);
}
.sheet-field--age > span {
  flex: 0 0 10cqi;
}
.sheet-art img {
  width: 100%;
  aspect-ratio: 500 / 540;
  object-fit: contain;
  object-position: center 70%;
}

/* Hero ------------------------------------------------------------- */
.hero {
  overflow-x: clip;
  padding-top: clamp(20px, 2.6vw, 44px);
  padding-bottom: clamp(64px, 7vw, 120px);
  min-height: min(calc(100svh - 92px), 920px);
}
.hero-copy {
  grid-column: 1 / span 7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 2;
  padding-top: clamp(12px, 2.4vw, 40px);
}
.hero-status {
  color: var(--wb-muted);
}
.hero h1 {
  margin-top: clamp(24px, 3vw, 48px);
  font-size: clamp(60px, 8.9vw, 146px);
  line-height: 0.86;
  letter-spacing: -0.012em;
}
.hero-foot {
  display: grid;
  gap: 30px;
  max-width: 29em;
}
.hero-description {
  font-size: var(--fs-lead);
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px 32px;
  flex-wrap: wrap;
}
.hero-art {
  grid-column: 8 / -1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hero-stage {
  position: relative;
  flex: 1;
  min-height: 520px;
}
.hero-sheets {
  position: absolute;
  top: 5%;
  left: 2%;
  width: 64%;
  max-width: 440px;
}
.hero-sheet {
  position: relative;
}
.hero-sheet--back,
.hero-sheet--middle {
  position: absolute;
  inset: 0 0 auto;
}
.hero-sheet--back {
  translate: 24% -3%;
  rotate: 8deg;
}
.hero-sheet--middle {
  translate: 11% -1%;
  rotate: 3deg;
}
.hero-sheet--front {
  rotate: -4deg;
}
.hero-sheet--back .sheet,
.hero-sheet--middle .sheet {
  box-shadow:
    0 0 0 1px rgba(120, 100, 70, 0.08),
    0 12px 26px -16px rgba(30, 27, 24, 0.22);
}
.hero-sock {
  position: absolute;
  right: -4%;
  bottom: -4%;
  width: 66%;
  max-width: 500px;
  height: auto;
  filter: drop-shadow(14px 22px 18px var(--wb-object-shadow));
  z-index: 2;
}
.hero-custom-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.hero-art figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--wb-rule);
  font-size: var(--fs-small);
  color: var(--wb-muted);
}

/* One orchestrated arrival: the answers fan out, then the pair lands.
   Text is never animated, so the headline paints immediately. */
@keyframes wb-rise {
  from {
    opacity: 0;
    translate: 0 26px;
  }
}
@keyframes wb-fan {
  from {
    opacity: 0;
    translate: 0 0;
    rotate: -4deg;
  }
}
@keyframes wb-land {
  from {
    opacity: 0;
    translate: 10% 6%;
    rotate: 6deg;
  }
}
.hero-sheet--front {
  animation: wb-rise 1s var(--ease-out) 0.15s both;
}
.hero-sheet--middle {
  animation: wb-fan 1.1s var(--ease-out) 0.55s both;
}
.hero-sheet--back {
  animation: wb-fan 1.1s var(--ease-out) 0.7s both;
}
.hero-sock {
  animation: wb-land 1.2s var(--ease-out) 1s both;
}

/* Statement -------------------------------------------------------- */
.statement {
  padding-block: var(--section-space);
}
.statement > .eyebrow {
  grid-column: 1 / span 4;
  padding-top: 0.9em;
}
.statement > div {
  grid-column: 5 / -1;
}
.statement h2 {
  max-width: 13em;
}
.statement .prose {
  margin-top: clamp(28px, 3vw, 44px);
  font-size: var(--fs-lead);
  line-height: 1.55;
  max-width: 30em;
  color: #3a3632;
}
.statement .text-link {
  margin-top: 28px;
}

/* Collection intro ------------------------------------------------- */
.collection-intro {
  padding-top: var(--section-space);
  padding-bottom: clamp(44px, 5vw, 80px);
  border-top: 1px solid var(--wb-rule);
}
.collection-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 3.4vw, 52px);
  align-items: center;
}
.collection-status {
  font-size: var(--fs-small);
  color: var(--wb-muted);
}
.question {
  position: relative;
  font-size: clamp(56px, 8.2vw, 136px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  max-width: 10.5em;
}
.question::before {
  content: "“";
  position: absolute;
  right: 100%;
  padding-right: 0.04em;
  color: var(--wb-collection-accent);
}
.collection-description {
  margin-top: clamp(32px, 3.6vw, 56px);
  align-items: start;
}
.collection-description > * {
  grid-column: 1 / span 6;
}
.collection-description > p:last-child {
  grid-column: 1 / span 6;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: #3a3632;
  margin: 0;
}
.collection-description > .serif + p:last-child {
  grid-column: 8 / -1;
  font-size: var(--fs-body);
  color: var(--wb-muted);
  padding-top: 0.35em;
}
.collection-intro .text-link {
  margin-top: 24px;
}
.collection-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: clamp(32px, 3.4vw, 48px);
  padding-top: 20px;
  border-top: 1px solid var(--wb-rule);
  font-size: var(--fs-small);
  color: var(--wb-muted);
}
.collection-metadata span {
  padding-right: 22px;
}
.collection-metadata span + span {
  border-left: 1px solid var(--wb-rule);
  padding-left: 22px;
}

/* Archive wall ----------------------------------------------------- */
.archive {
  padding-bottom: var(--section-space);
}
.perspective-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(48px, 5.4vw, 88px) clamp(24px, 3.4vw, 56px);
  align-items: start;
}
.archive .perspective-card:nth-child(3n + 2) {
  margin-top: clamp(40px, 6vw, 104px);
}
.archive .perspective-card:nth-child(3n + 3) {
  margin-top: clamp(16px, 2.4vw, 40px);
}
.perspective-card {
  min-width: 0;
}
.perspective-card:nth-child(4n + 1) .sheet {
  --tilt: -1.2deg;
}
.perspective-card:nth-child(4n + 2) .sheet {
  --tilt: 0.9deg;
}
.perspective-card:nth-child(4n + 3) .sheet {
  --tilt: -0.5deg;
}
.perspective-card:nth-child(4n + 4) .sheet {
  --tilt: 1.4deg;
}
.artwork-link {
  display: block;
}
.artwork-frame {
  padding: 0;
}
.artwork-link:hover .sheet,
.artwork-link:focus-visible .sheet {
  rotate: 0deg;
  translate: 0 -6px;
  box-shadow:
    0 0 0 1px rgba(120, 100, 70, 0.06),
    0 4px 8px -4px var(--wb-paper-shadow),
    0 34px 60px -30px rgba(30, 27, 24, 0.34);
}
.card-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  align-items: start;
}
.card-caption h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.card-caption p {
  font-size: var(--fs-small);
  color: var(--wb-muted);
  margin-top: 4px;
}
.card-caption svg {
  width: 20px;
  margin-top: 1px;
  transition: transform 0.3s var(--ease-out);
}
.artwork-link:hover .card-caption svg {
  transform: translateX(4px);
}
.archive-note {
  font-size: var(--fs-small);
  color: var(--wb-muted);
  margin-top: clamp(48px, 5vw, 80px);
  padding-top: 20px;
  border-top: 1px solid var(--wb-rule);
  max-width: none;
}

/* Drawing to design ------------------------------------------------ */
.transformation {
  background: var(--wb-canvas);
  padding-block: var(--section-space);
}
.transformation .section-heading h2 {
  max-width: 10em;
}
.comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(64px, 9vw, 140px) minmax(0, 1fr);
  align-items: center;
  margin-top: clamp(24px, 3vw, 48px);
}
.comparison-item {
  min-width: 0;
}
.comparison-art,
.comparison-product {
  height: clamp(360px, 40vw, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-sheet {
  width: min(78%, 420px);
}
.comparison-sheet .sheet {
  --tilt: -3deg;
}
.comparison-product img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(14px 20px 18px var(--wb-object-shadow));
}
.comparison figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  margin-top: clamp(24px, 3vw, 40px);
  font-size: var(--fs-small);
  font-weight: 500;
  border-top: 1px solid #d9d6d1;
}
.comparison-arrow {
  color: var(--wb-charcoal);
  padding-inline: 8px;
  margin-bottom: 64px;
}
.comparison-arrow svg {
  width: 100%;
  height: auto;
}
.mini-process {
  list-style: none;
  padding: 0;
  margin: clamp(56px, 6vw, 104px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--column-gap);
}
.mini-process li {
  border-top: 1px solid var(--wb-charcoal);
  padding-top: 20px;
}
.mini-process-step {
  display: block;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mini-process p {
  font-family: var(--font-editorial);
  font-size: var(--fs-h3);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-top: 16px;
  max-width: 11em;
}

/* Principles ------------------------------------------------------- */
.principles {
  padding-block: var(--section-space);
}
.principles > .section-heading {
  display: block;
}
.principles > .section-heading h2 {
  max-width: 11em;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--column-gap);
  margin-top: clamp(40px, 5vw, 80px);
}
.principles-grid article {
  border-top: 1px solid var(--wb-charcoal);
  padding-top: 24px;
}
.principles-grid h3 {
  font-family: var(--font-editorial);
  font-size: var(--fs-h3);
  line-height: 1.04;
  letter-spacing: -0.01em;
  max-width: 7em;
}
.principles-grid p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--wb-muted);
  margin-top: 20px;
  max-width: 19em;
}

/* Community -------------------------------------------------------- */
.community {
  padding-block: var(--section-space);
  border-top: 1px solid var(--wb-rule);
  align-items: center;
}
.community-figure {
  grid-column: 1 / span 7;
  min-width: 0;
}
.community-copy {
  grid-column: 9 / -1;
}
.community-placeholder {
  position: relative;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 48px);
  background: var(--wb-canvas);
}
/* Crop marks: a frame waiting for a photograph that only consent can fill. */
.community-placeholder::before {
  --mark: #8a847c;
  content: "";
  position: absolute;
  inset: -14px;
  pointer-events: none;
  background:
    linear-gradient(var(--mark), var(--mark)) top left / 26px 1px no-repeat,
    linear-gradient(var(--mark), var(--mark)) top left / 1px 26px no-repeat,
    linear-gradient(var(--mark), var(--mark)) top right / 26px 1px no-repeat,
    linear-gradient(var(--mark), var(--mark)) top right / 1px 26px no-repeat,
    linear-gradient(var(--mark), var(--mark)) bottom left / 26px 1px no-repeat,
    linear-gradient(var(--mark), var(--mark)) bottom left / 1px 26px no-repeat,
    linear-gradient(var(--mark), var(--mark)) bottom right / 26px 1px no-repeat,
    linear-gradient(var(--mark), var(--mark)) bottom right / 1px 26px no-repeat;
}
.reserved-corner {
  display: none;
}
.community-placeholder > .eyebrow {
  color: var(--wb-muted);
}
.community-question {
  font-family: var(--font-editorial);
  font-size: clamp(38px, 4.6vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.015em;
  color: #8a847c;
}
.community-note {
  font-size: var(--fs-small);
  color: var(--wb-muted);
  max-width: 26em;
}
.community-figure > img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
.community figcaption {
  font-size: var(--fs-small);
  color: var(--wb-muted);
  padding-top: 28px;
}
.community-copy h2 {
  margin-block: 24px 32px;
  font-size: clamp(40px, 4.4vw, 70px);
}
.community-copy .prose {
  color: #3a3632;
}
.community-copy .text-link {
  margin-top: 24px;
}

/* Impact ----------------------------------------------------------- */
.impact {
  padding-block: var(--section-space);
  border-top: 1px solid var(--wb-rule);
  row-gap: 36px;
}
.impact > .eyebrow {
  grid-column: 1 / span 4;
  padding-top: 0.9em;
}
.impact h2 {
  grid-column: 5 / -1;
  max-width: 11em;
}
.impact > .prose,
.impact > .partner-credit {
  grid-column: 5 / span 6;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: #3a3632;
  max-width: 30em;
}

/* Partner invitation ----------------------------------------------- */
.partner-cta {
  background: var(--wb-charcoal);
  color: var(--wb-ivory);
  padding-block: clamp(80px, 9vw, 150px);
}
.partner-cta .eyebrow {
  color: #b9b3aa;
}
.partner-cta-grid {
  margin-top: clamp(32px, 3.4vw, 56px);
  align-items: end;
  row-gap: 48px;
}
.partner-cta h2 {
  grid-column: 1 / span 8;
  font-size: clamp(46px, 6.4vw, 106px);
  line-height: 0.94;
  max-width: 11em;
}
.partner-cta-body {
  grid-column: 9 / -1;
}
.partner-cta-body > p {
  font-size: var(--fs-body);
  color: #d9d4cc;
}
.pilot-format {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  font-size: 15px;
}
.pilot-format li {
  padding-block: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.pilot-format li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.partner-cta .button {
  margin-top: 32px;
}
.partner-cta :focus-visible {
  outline-color: var(--wb-ivory);
}

/* Page heading ----------------------------------------------------- */
.page-heading {
  padding-block: clamp(40px, 5vw, 88px) clamp(72px, 8vw, 136px);
}
.page-heading > * {
  grid-column: 1 / -1;
}
.page-heading h1 {
  max-width: 12em;
  margin-block: 32px clamp(36px, 4vw, 64px);
  font-size: clamp(54px, 7.6vw, 128px);
}
.page-heading .prose {
  grid-column: 7 / -1;
  font-size: var(--fs-lead);
  line-height: 1.55;
  max-width: 30em;
  color: #3a3632;
}
.page-heading .button {
  grid-column: 7 / -1;
  justify-self: start;
  margin-top: 32px;
}

/* Rich editorial / founder ----------------------------------------- */
.rich-editorial,
.founder {
  padding-block: clamp(72px, 8vw, 136px);
  border-top: 1px solid var(--wb-rule);
}
.rich-editorial > .eyebrow,
.founder > .eyebrow {
  grid-column: 1 / span 4;
  padding-top: 0.9em;
}
.rich-editorial > div,
.founder > div {
  grid-column: 5 / span 7;
}
.rich-editorial h2,
.founder h2 {
  margin-bottom: 32px;
  max-width: 12em;
}
.rich-editorial .prose,
.founder .prose {
  font-size: var(--fs-lead);
  line-height: 1.55;
  max-width: 32em;
}
.editorial-dark {
  background: var(--wb-charcoal);
  color: var(--wb-ivory);
  width: 100%;
  max-width: none;
  border-top: 0;
  padding-inline: max(calc((100vw - 1480px) / 2 + var(--gutter)), var(--gutter));
}
.editorial-dark .eyebrow {
  color: #b9b3aa;
}
.editorial-point {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 12px var(--column-gap);
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid var(--wb-rule);
  max-width: 820px;
}
.editorial-dark .editorial-point {
  border-top-color: rgba(255, 255, 255, 0.18);
}
.editorial-point h3 {
  font-size: 17px;
  font-weight: 600;
}
.editorial-point .rte {
  font-size: 16px;
  line-height: 1.65;
}
.founder-portrait {
  max-width: 320px;
  margin-bottom: 28px;
}

/* Process ---------------------------------------------------------- */
.process {
  padding-block: clamp(72px, 8vw, 136px);
  border-top: 1px solid var(--wb-rule);
}
.process-intro {
  grid-column: 1 / span 5;
  align-self: start;
  position: sticky;
  top: 40px;
}
.process-list {
  grid-column: 7 / -1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-intro h2 {
  margin-block: 24px;
  font-size: clamp(40px, 4.4vw, 70px);
}
.process-intro .prose {
  font-size: var(--fs-lead);
  line-height: 1.55;
}
.process-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding-block: 28px;
  border-top: 1px solid var(--wb-charcoal);
}
.process-list li:last-child {
  border-bottom: 1px solid var(--wb-rule);
}
.process-number {
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 12px;
  font-variant-numeric: tabular-nums;
}
.process-list h3 {
  font-family: var(--font-editorial);
  font-size: var(--fs-h3);
  line-height: 1.05;
  margin-bottom: 14px;
}
.process-list .rte {
  color: #3a3632;
}

/* Contact ---------------------------------------------------------- */
.contact-section {
  padding-block: clamp(72px, 8vw, 136px);
  border-top: 1px solid var(--wb-rule);
}
.contact-section > div:first-child {
  grid-column: 1 / span 5;
}
.contact-form {
  grid-column: 7 / -1;
}
.contact-section h2 {
  margin-block: 24px;
  font-size: clamp(40px, 4.4vw, 70px);
}
.contact-section .prose {
  font-size: var(--fs-lead);
  line-height: 1.55;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
  margin-bottom: 24px;
}

/* ------------------------------------------------------------------ */
@media (max-width: 1100px) {
  .hero-copy {
    grid-column: 1 / span 7;
  }
  .hero-art {
    grid-column: 8 / -1;
  }
  .hero-stage {
    min-height: 460px;
  }
  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }
  .community-figure {
    grid-column: 1 / span 6;
  }
  .community-copy {
    grid-column: 7 / -1;
  }
  .partner-cta h2 {
    grid-column: 1 / span 7;
  }
  .partner-cta-body {
    grid-column: 8 / -1;
  }
}
@media (max-width: 860px) {
  .hero {
    min-height: 0;
    row-gap: 40px;
  }
  .hero-copy,
  .hero-art {
    grid-column: 1 / -1;
  }
  .hero-copy {
    gap: 36px;
  }
  .hero-stage {
    min-height: 0;
    aspect-ratio: 1 / 0.92;
  }
  .hero-sheets {
    width: 58%;
    left: 4%;
  }
  .hero-sock {
    width: 58%;
    right: 0;
  }
  .statement > .eyebrow,
  .statement > div,
  .impact > .eyebrow,
  .impact h2,
  .impact > .prose,
  .impact > .partner-credit,
  .rich-editorial > .eyebrow,
  .rich-editorial > div,
  .founder > .eyebrow,
  .founder > div,
  .process-list,
  .contact-section > div:first-child,
  .contact-form,
  .community-figure,
  .community-copy,
  .partner-cta h2,
  .partner-cta-body,
  .page-heading .prose,
  .page-heading .button,
  .collection-description > *,
  .collection-description > p:last-child,
  .collection-description > .serif + p:last-child {
    grid-column: 1 / -1;
  }
  .statement,
  .impact,
  .rich-editorial,
  .founder {
    row-gap: 20px;
  }
  .statement > .eyebrow,
  .impact > .eyebrow,
  .rich-editorial > .eyebrow,
  .founder > .eyebrow {
    padding-top: 0;
  }
  .process,
  .contact-section,
  .community {
    row-gap: 44px;
  }
  .process-intro {
    grid-column: 1 / -1;
    position: static;
  }
  .collection-description {
    row-gap: 20px;
  }
  .perspective-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .archive .perspective-card:nth-child(3n + 2),
  .archive .perspective-card:nth-child(3n + 3) {
    margin-top: 0;
  }
  .archive .perspective-card:nth-child(2n) {
    margin-top: clamp(32px, 7vw, 64px);
  }
  .archive .perspective-card:nth-child(2n + 1) {
    margin-top: 0;
  }
  .question::before {
    position: static;
    padding: 0;
  }
}
@media (max-width: 760px) {
  .hero {
    padding-top: 8px;
    padding-bottom: 8px;
    row-gap: 32px;
  }
  .hero-copy {
    gap: 32px;
  }
  .hero h1 {
    font-size: clamp(44px, 15vw, 84px);
    margin-top: 20px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-actions {
    gap: 8px 24px;
  }
  .hero-stage {
    aspect-ratio: 1 / 1.02;
  }
  .hero-sheets {
    width: 64%;
    top: 4%;
    left: 1%;
  }
  .hero-sock {
    width: 62%;
    right: -4%;
  }
  .hero-art figcaption {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .question {
    font-size: clamp(46px, 13.4vw, 72px);
  }
  .collection-topline {
    align-items: start;
    gap: 8px;
    flex-direction: column;
  }
  .collection-metadata span,
  .collection-metadata span + span {
    border-left: 0;
    padding-inline: 0;
    width: 100%;
  }
  .perspective-grid {
    gap: 40px 16px;
  }
  .card-caption {
    padding-top: 16px;
    gap: 8px;
  }
  .card-caption h3 {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .card-caption p {
    font-size: 13px;
  }
  .card-caption svg {
    width: 16px;
    min-width: 16px;
  }
  .comparison {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
  }
  .comparison-arrow {
    display: none;
  }
  .comparison-art,
  .comparison-product {
    height: clamp(200px, 58vw, 340px);
  }
  .comparison-sheet {
    width: 92%;
  }
  .comparison figcaption {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
  }
  .mini-process {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mini-process p {
    font-size: 28px;
  }
  .principles-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .principles-grid p {
    margin-top: 12px;
  }
  .principles-grid h3 {
    max-width: none;
  }
  .community-question {
    font-size: clamp(30px, 9vw, 44px);
  }
  .community-placeholder {
    aspect-ratio: 4 / 3.6;
  }
  .partner-cta h2 {
    font-size: clamp(42px, 11.4vw, 60px);
  }
  .page-heading h1 {
    font-size: clamp(46px, 13.4vw, 72px);
    margin-block: 24px 28px;
    overflow-wrap: break-word;
  }
  .editorial-point {
    grid-template-columns: 1fr;
  }
  .process-list li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 14.6vw;
  }
  .perspective-grid {
    column-gap: 12px;
  }
}
