.legacy-main {
  display: none !important;
}

.v2-main {
  --v2-ink: #1b1813;
  --v2-muted: #716b62;
  --v2-paper: #f4f1ea;
  --v2-line: rgba(27, 24, 19, 0.12);
  --v2-copper: #bd6631;
  --v2-mint: #4f8770;
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.wide-wrap {
  width: min(1180px, calc(100% - 3.5rem));
  margin: 0 auto;
}

.section-kicker {
  margin: 0;
  color: var(--v2-copper);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.section-heading h2,
.starter-intro h2,
.request-copy h2,
.weekly-copy h2 {
  margin: 0.65rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading > p {
  max-width: 35rem;
  margin: 0;
  color: var(--v2-muted);
  font-size: 1.02rem;
}

.manifesto {
  padding: 6.5rem 0;
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 2.5rem;
  align-items: start;
}

.manifesto-copy {
  max-width: 34ch;
  margin: -0.15em 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.examples-section,
.community-section,
.starter-section,
.request-section {
  padding: 8rem 0;
}

.widget-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gallery-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  border: 1px solid rgba(27, 24, 19, 0.1);
  border-radius: 26px;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(45, 36, 23, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
}

.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 65px rgba(45, 36, 23, 0.13);
}

.gallery-card:nth-child(1),
.gallery-card:nth-child(5) {
  grid-column: span 5;
}

.gallery-card:nth-child(2),
.gallery-card:nth-child(4) {
  grid-column: span 4;
}

.gallery-card:nth-child(3),
.gallery-card:nth-child(6) {
  grid-column: span 3;
}

.gallery-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.gallery-hero {
  margin-top: 1.8rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.gallery-card > p {
  margin: 0.7rem 0 0;
  font-size: 0.8rem;
  opacity: 0.65;
}

.gallery-card--mint {
  color: #294c3d;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.7), transparent 28%),
    linear-gradient(145deg, #e0f0e5, #bfd9c9);
}

.moisture-track,
.focus-track {
  height: 7px;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(41, 76, 61, 0.16);
}

.moisture-track i {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: #4f8770;
}

.gallery-card--ink {
  color: #f6f1e8;
  background:
    radial-gradient(circle at 85% 0%, rgba(212, 135, 90, 0.23), transparent 35%),
    #17140f;
}

.commit-row,
.device-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.83rem;
}

.commit-row span {
  color: #aaa297;
  font-family: var(--font-mono);
  font-size: 0.7rem;
}

.commit-dots {
  display: flex;
  gap: 6px;
  margin-top: 1.5rem;
}

.commit-dots i {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #4f8770;
}

.commit-dots i:nth-child(2),
.commit-dots i:nth-child(6) { opacity: 0.32; }
.commit-dots i:nth-child(4) { background: #d4875a; }

.gallery-card--lilac {
  color: #493c62;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.75), transparent 30%),
    linear-gradient(150deg, #eee7f8, #d8cbea);
}

.gallery-number {
  font-family: var(--font-display);
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.tiny-stamps {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.45rem;
}

.tiny-stamps span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(73, 60, 98, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.36);
  font-size: 0.7rem;
}

.gallery-card--cream {
  color: #41372c;
  background:
    linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0)),
    #eadfce;
}

.focus-time {
  margin-top: 1.5rem;
  font-family: var(--font-mono);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.08em;
  line-height: 1;
}

.focus-track {
  background: rgba(65, 55, 44, 0.12);
}

.focus-track i {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: #bd6631;
}

.gallery-card--blue {
  color: #dceaf8;
  background:
    radial-gradient(circle at 20% 0%, rgba(101, 151, 198, 0.23), transparent 35%),
    #17202a;
}

.device-row {
  border-color: rgba(255, 255, 255, 0.08);
}

.device-row b {
  color: #75bd9d;
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.device-row.muted {
  opacity: 0.48;
}

.live-dot::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: #75bd9d;
  content: "";
  box-shadow: 0 0 0 4px rgba(117, 189, 157, 0.12);
}

.gallery-card--orange {
  color: #fff4e8;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 218, 185, 0.28), transparent 32%),
    linear-gradient(145deg, #c86432, #9d4024);
}

.parcel-route {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  margin: 2.4rem 0 1.2rem;
}

.parcel-route::before,
.parcel-route::after {
  height: 2px;
  background: rgba(255, 255, 255, 0.42);
  content: "";
}

.parcel-route i {
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 50%;
}

.parcel-route i:first-child {
  background: #fff4e8;
}

.builder-v2 {
  padding: 8rem 0 8.5rem;
  color: #f4f0e8;
  background:
    radial-gradient(900px 500px at 15% 0%, rgba(189, 102, 49, 0.18), transparent 58%),
    radial-gradient(800px 500px at 90% 100%, rgba(79, 135, 112, 0.13), transparent 58%),
    #111210;
}

.section-heading--light > p {
  color: #aaa69d;
}

.builder-demo {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 1rem;
}

.builder-steps {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.builder-step {
  display: grid;
  grid-template-columns: 30px 1fr;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 15px;
  color: #888780;
  background: rgba(255,255,255,0.025);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s, background 0.25s, transform 0.25s;
}

.builder-step:hover {
  transform: translateX(3px);
  color: #d8d3cb;
}

.builder-step.is-active {
  color: #fffaf1;
  border-color: rgba(212, 135, 90, 0.45);
  background: rgba(212, 135, 90, 0.1);
}

.builder-step span {
  grid-row: 1 / span 2;
  color: #d4875a;
  font-family: var(--font-mono);
  font-size: 0.65rem;
}

.builder-step b {
  font-size: 0.92rem;
  font-weight: 500;
}

.builder-step small {
  font-size: 0.72rem;
  opacity: 0.65;
}

.builder-workspace {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: #1a1b18;
  box-shadow: 0 40px 90px rgba(0,0,0,0.35);
}

.workspace-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 49px;
  padding: 0 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #9b9991;
  font-size: 0.7rem;
}

.workspace-bar > span:first-child {
  display: flex;
  gap: 6px;
}

.workspace-bar > span:first-child i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #524f49;
}

.workspace-bar > b {
  color: #d7d2c9;
  font-weight: 500;
}

.workspace-status {
  justify-self: end;
  color: #d4875a;
  font-family: var(--font-mono);
}

.workspace-body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 490px;
}

.builder-conversation {
  padding: 2rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.builder-prompt > span,
.builder-response > span {
  color: #85827b;
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.builder-prompt p {
  margin: 0.7rem 0 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  color: #e9e4db;
  background: rgba(255,255,255,0.04);
  font-size: 0.9rem;
  line-height: 1.5;
}

.builder-response {
  opacity: 0.4;
  transition: opacity 0.35s;
}

.builder-demo[data-step="1"] .builder-response,
.builder-demo[data-step="2"] .builder-response,
.builder-demo[data-step="3"] .builder-response {
  opacity: 1;
}

.build-checks {
  margin-top: 0.8rem;
}

.build-checks p {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0;
  padding: 0.67rem 0;
  color: #6f6e68;
  font-size: 0.78rem;
  transition: color 0.3s;
}

.build-checks i {
  width: 14px;
  height: 14px;
  border: 1px solid #53524d;
  border-radius: 50%;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.builder-demo[data-step="0"] [data-check="0"],
.builder-demo[data-step="1"] [data-check="0"],
.builder-demo[data-step="1"] [data-check="1"],
.builder-demo[data-step="2"] [data-check="0"],
.builder-demo[data-step="2"] [data-check="1"],
.builder-demo[data-step="2"] [data-check="2"],
.builder-demo[data-step="3"] .build-checks p {
  color: #d9d4cb;
}

.builder-demo[data-step="0"] [data-check="0"] i,
.builder-demo[data-step="1"] [data-check="0"] i,
.builder-demo[data-step="1"] [data-check="1"] i,
.builder-demo[data-step="2"] [data-check="0"] i,
.builder-demo[data-step="2"] [data-check="1"] i,
.builder-demo[data-step="2"] [data-check="2"] i,
.builder-demo[data-step="3"] .build-checks i {
  border-color: #6ba88e;
  background: #4f8770;
  box-shadow: 0 0 0 4px rgba(79,135,112,0.1);
}

.builder-preview {
  padding: 1.25rem;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 32px 32px;
}

.preview-label {
  display: flex;
  justify-content: space-between;
  color: #817f78;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.preview-label button {
  padding: 0;
  border: 0;
  color: #aaa69d;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.preview-label button:hover {
  color: #fff;
}

.preview-desktop {
  display: grid;
  height: 420px;
  place-items: center;
  perspective: 1000px;
}

.network-widget {
  width: min(320px, 90%);
  padding: 1.1rem;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 22px;
  color: #dae8f5;
  background:
    radial-gradient(circle at 20% 0%, rgba(101, 151, 198, 0.24), transparent 42%),
    rgba(18, 29, 39, 0.92);
  box-shadow: 0 25px 60px rgba(0,0,0,0.34);
  opacity: 0.18;
  transform: rotateX(10deg) scale(0.87);
  filter: blur(2px);
  transition: opacity 0.6s, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s;
}

.builder-demo[data-step="1"] .network-widget {
  opacity: 0.35;
  transform: rotateX(7deg) scale(0.91);
  filter: blur(1.5px);
}

.builder-demo[data-step="2"] .network-widget {
  opacity: 0.82;
  transform: rotateX(3deg) scale(0.97);
  filter: blur(0);
}

.builder-demo[data-step="3"] .network-widget {
  opacity: 1;
  transform: rotateX(0) scale(1);
  filter: blur(0);
  box-shadow: 0 28px 70px rgba(0,0,0,0.45), 0 0 0 1px rgba(117,189,157,0.08);
}

.network-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.network-head b {
  font-size: 0.82rem;
  font-weight: 500;
}

.network-head b i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #75bd9d;
  box-shadow: 0 0 0 4px rgba(117,189,157,0.1);
}

.network-head span {
  color: #7f98aa;
  font-family: var(--font-mono);
  font-size: 0.6rem;
}

.network-person {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.74rem;
}

.network-person > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75bd9d;
}

.network-person b {
  color: #75bd9d;
  font-family: var(--font-mono);
  font-size: 0.61rem;
  font-weight: 500;
}

.network-person.is-away {
  opacity: 0.45;
}

.network-person.is-away > i {
  background: #d4875a;
}

.latency-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 30px;
  margin-top: 0.8rem;
}

.latency-bars i {
  flex: 1;
  height: 30%;
  border-radius: 2px;
  background: rgba(117,189,157,0.5);
}

.latency-bars i:nth-child(2),
.latency-bars i:nth-child(8) { height: 50%; }
.latency-bars i:nth-child(3),
.latency-bars i:nth-child(7),
.latency-bars i:nth-child(11) { height: 75%; }
.latency-bars i:nth-child(4),
.latency-bars i:nth-child(9) { height: 42%; }
.latency-bars i:nth-child(5) { height: 90%; }
.latency-bars i:nth-child(6),
.latency-bars i:nth-child(12) { height: 62%; }

.builder-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255,255,255,0.05);
}

.builder-progress i {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, #bd6631, #d99a73);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.community-section {
  background: #f4f1ea;
}

.community-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.community-paths article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 1.8rem;
  border-right: 1px solid var(--v2-line);
}

.community-paths article:last-child {
  border-right: 0;
}

.path-number {
  color: #9d978e;
  font-family: var(--font-mono);
  font-size: 0.66rem;
}

.path-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 2.2rem 0 1.5rem;
  place-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 16px;
  color: var(--v2-copper);
  background: rgba(255,255,255,0.4);
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.community-paths h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.community-paths p {
  margin: 0.6rem 0 2rem;
  color: var(--v2-muted);
  font-size: 0.9rem;
}

.community-paths a,
.coming-label {
  margin-top: auto;
  font-size: 0.78rem;
  font-weight: 500;
}

.coming-label {
  color: #918b82;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.weekly-section {
  padding: 2rem 0 8rem;
}

.weekly-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  min-height: 570px;
  border-radius: 34px;
  color: #f7f2e9;
  background:
    radial-gradient(650px 460px at 80% 25%, rgba(101,151,198,0.18), transparent 60%),
    #171815;
}

.weekly-copy {
  padding: 4.5rem;
}

.weekly-copy h2 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.weekly-copy > p:not(.section-kicker) {
  max-width: 30rem;
  margin: 1.4rem 0;
  color: #aaa69d;
}

.weekly-copy ul {
  margin: 1.6rem 0 2.4rem;
  padding: 0;
  list-style: none;
}

.weekly-copy li {
  position: relative;
  padding: 0.38rem 0 0.38rem 1.4rem;
  color: #d7d1c8;
  font-size: 0.86rem;
}

.weekly-copy li::before {
  position: absolute;
  left: 0;
  color: #75bd9d;
  content: "✓";
}

.weekly-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.weekly-actions > a:last-child {
  color: #c7c2ba;
  font-size: 0.82rem;
}

.weekly-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

.weekly-visual::before {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(255,255,255,0.018), 0 0 0 160px rgba(255,255,255,0.012);
}

.weekly-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 99px;
  color: #bdb8af;
  background: rgba(0,0,0,0.2);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.network-widget--large {
  position: relative;
  width: min(390px, 80%);
  padding: 1.5rem;
  opacity: 1;
  transform: rotate(-2deg);
  filter: none;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.25rem;
  border: 0;
  border-radius: 99px;
  color: #fff !important;
  background: linear-gradient(165deg, #d4875a, #bd6631);
  box-shadow: 0 9px 24px rgba(189, 102, 49, 0.22);
  font: 600 0.88rem var(--font-body);
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.22s, box-shadow 0.22s;
}

.pill-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(189, 102, 49, 0.32);
}

.pill-button--dark {
  color: #171815 !important;
  background: #f3eee5;
  box-shadow: none;
}

.starter-section {
  border-top: 1px solid var(--v2-line);
  background:
    radial-gradient(850px 400px at 50% 0%, rgba(212,135,90,0.12), transparent 65%),
    #efe9df;
}

.starter-intro {
  max-width: 760px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.starter-intro > p:last-child {
  max-width: 34rem;
  margin: 1rem auto 0;
  color: var(--v2-muted);
}

.vibe-picker {
  display: flex;
  width: fit-content;
  max-width: 100%;
  gap: 0.35rem;
  margin: 0 auto 2rem;
  padding: 0.35rem;
  overflow-x: auto;
  border: 1px solid var(--v2-line);
  border-radius: 99px;
  background: rgba(255,255,255,0.45);
}

.vibe-button {
  flex: 0 0 auto;
  padding: 0.62rem 1rem;
  border: 0;
  border-radius: 99px;
  color: #756f66;
  background: transparent;
  font: 500 0.78rem var(--font-body);
  cursor: pointer;
}

.vibe-button.is-active {
  color: #fff;
  background: #1d1b17;
  box-shadow: 0 6px 16px rgba(27,24,19,0.16);
}

.starter-result {
  max-width: 920px;
  margin: 0 auto;
  padding: 1.2rem;
  border: 1px solid rgba(27,24,19,0.1);
  border-radius: 28px;
  background: rgba(255,255,255,0.55);
  box-shadow: 0 30px 70px rgba(55,43,28,0.08);
}

.starter-label {
  padding: 0.3rem 0.4rem 0.8rem;
  color: #8c867d;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.starter-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.starter-card {
  position: relative;
  min-height: 235px;
  overflow: hidden;
  padding: 1.7rem;
  border-radius: 21px;
  background: #fffdf8;
  animation: starter-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.starter-card:nth-child(2) {
  animation-delay: 0.06s;
}

@keyframes starter-in {
  from { opacity: 0; transform: translateY(10px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.starter-card .starter-card-type {
  color: #9a938a;
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.starter-card h3 {
  max-width: 13ch;
  margin: 2.2rem 0 0.45rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.starter-card p {
  max-width: 28rem;
  margin: 0;
  color: #7a746c;
  font-size: 0.78rem;
}

.starter-card .starter-accent {
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 145px;
  height: 145px;
  border-radius: 44px;
  background: var(--card-accent, #d9c7b5);
  opacity: 0.65;
  transform: rotate(18deg);
}

.starter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 0.4rem 0.25rem;
}

.starter-actions > a:not(.pill-button) {
  color: #756e66;
  font-size: 0.76rem;
}

.starter-actions span {
  margin-left: auto;
  color: #918b83;
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.request-section {
  color: #f5f0e8;
  background:
    radial-gradient(700px 500px at 0% 0%, rgba(189,102,49,0.17), transparent 60%),
    #191a17;
}

.request-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.request-copy h2 {
  max-width: 10ch;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.request-copy > p:not(.section-kicker) {
  max-width: 31rem;
  color: #aaa69d;
}

.request-note {
  display: flex;
  max-width: 31rem;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 2.2rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
  font-size: 0.78rem;
}

.request-note span {
  color: #95928a;
}

.request-form {
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
}

.request-form label {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: #b6b1a8;
  font-size: 0.72rem;
  font-weight: 500;
}

.request-form textarea,
.request-form input,
.request-form select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  outline: none;
  color: #f2eee7;
  background: #11120f;
  font: 0.88rem/1.5 var(--font-body);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.request-form textarea {
  min-height: 145px;
  padding: 0.9rem 1rem;
  resize: vertical;
}

.request-form input,
.request-form select {
  height: 48px;
  padding: 0 0.9rem;
}

.request-form textarea:focus,
.request-form input:focus,
.request-form select:focus {
  border-color: rgba(212,135,90,0.65);
  box-shadow: 0 0 0 4px rgba(212,135,90,0.08);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.request-form .checkbox-label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 1rem 0 1.25rem;
  color: #8f8c85;
  font-weight: 400;
}

.checkbox-label input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #bd6631;
}

.request-form button[disabled] {
  opacity: 0.55;
  cursor: wait;
}

.form-status {
  min-height: 1.4rem;
  margin: 0.8rem 0 0;
  color: #9bbda9;
  font-size: 0.74rem;
}

.form-status.is-error {
  color: #e3a38c;
}

@media (max-width: 900px) {
  .section-heading,
  .manifesto-grid,
  .weekly-card,
  .request-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-grid,
  .section-heading {
    gap: 1.4rem;
  }

  .gallery-card:nth-child(n) {
    grid-column: span 6;
  }

  .builder-demo {
    grid-template-columns: 1fr;
  }

  .builder-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .builder-step {
    grid-template-columns: 1fr;
  }

  .builder-step span {
    grid-row: auto;
  }

  .builder-step small {
    display: none;
  }

  .workspace-body {
    grid-template-columns: 1fr;
  }

  .builder-conversation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .builder-workspace {
    min-height: auto;
  }

  .preview-desktop {
    height: 350px;
  }

  .community-paths {
    grid-template-columns: 1fr;
  }

  .community-paths article {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid var(--v2-line);
  }

  .community-paths article:last-child {
    border-bottom: 0;
  }

  .weekly-copy {
    padding: 3rem;
  }

  .weekly-visual {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  .wide-wrap {
    width: min(100% - 2rem, 1180px);
  }

  .examples-section,
  .community-section,
  .starter-section,
  .request-section,
  .builder-v2 {
    padding: 5.5rem 0;
  }

  .manifesto {
    padding: 4.5rem 0;
  }

  .section-heading {
    margin-bottom: 2rem;
  }

  .section-heading h2,
  .starter-intro h2 {
    font-size: 2.65rem;
  }

  .widget-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-card:nth-child(n) {
    grid-column: auto;
  }

  .builder-steps {
    grid-template-columns: 1fr 1fr;
  }

  .builder-step {
    padding: 0.8rem;
  }

  .builder-conversation {
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }

  .builder-prompt p {
    margin-bottom: 0.8rem;
  }

  .builder-preview {
    padding: 0.9rem;
  }

  .preview-desktop {
    height: 320px;
  }

  .workspace-bar {
    grid-template-columns: 1fr auto;
  }

  .workspace-bar > span:first-child {
    display: none;
  }

  .weekly-copy {
    padding: 2.2rem 1.5rem;
  }

  .weekly-visual {
    min-height: 360px;
  }

  .weekly-badge {
    top: 1rem;
    right: 1rem;
  }

  .starter-cards,
  .form-row {
    grid-template-columns: 1fr;
  }

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

  .starter-actions span {
    margin-left: 0;
    text-align: center;
  }

  .request-form {
    padding: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-card,
  .starter-card,
  .network-widget,
  .builder-progress i,
  .builder-step,
  .pill-button {
    animation: none !important;
    transition: none !important;
  }
}
