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

/* Hero Builder dock: fills the composition and shows where a widget came from. */
.hero-canvas-v3 .hero-sunrise-seat,
.hero-canvas-v3 .hero-moon-photo,
.hero-canvas-v3 .hero-umbrella-pill {
  display: none;
}

.hero-canvas-v3 .hero-laundry {
  width: 50%;
}

.hero-builder-dock {
  position: absolute;
  z-index: 6;
  top: 11%;
  right: 3.5%;
  bottom: 5%;
  display: flex;
  width: 42.5%;
  flex-direction: column;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 21px;
  color: #f1ece4;
  background:
    radial-gradient(circle at 100% 0%, rgba(212,135,90,0.17), transparent 34%),
    #171815;
  box-shadow: 0 22px 50px rgba(39,29,19,0.27);
}

.hero-builder-brand {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 7px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.hero-builder-brand > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  color: #171815;
  background: #d4875a;
  font-size: 11px;
}

.hero-builder-brand b {
  font-size: 9px;
  font-weight: 500;
}

.hero-builder-brand small {
  color: #7f7d76;
  font-family: var(--font-mono);
  font-size: 6px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-builder-prompt {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  background: rgba(255,255,255,0.045);
}

.hero-builder-prompt > span,
.hero-builder-made-label {
  color: #d89a72;
  font-family: var(--font-mono);
  font-size: 6px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-builder-prompt p {
  margin: 5px 0 0;
  color: #d8d3ca;
  font-size: 8px;
  line-height: 1.38;
}

.hero-builder-made {
  position: relative;
  flex: 1;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid rgba(117,189,157,0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 15% 0%, rgba(81,123,157,0.2), transparent 42%),
    #1a242c;
}

.hero-builder-made::before {
  position: absolute;
  bottom: 100%;
  left: 24px;
  width: 1px;
  height: 10px;
  background: rgba(212,135,90,0.4);
  content: "";
}

.hero-builder-made-label {
  display: flex;
  justify-content: space-between;
  color: #7f98aa;
}

.hero-builder-made-label b {
  color: #75bd9d;
  font-weight: 500;
}

.hero-builder-made-label b::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border-radius: 50%;
  background: #75bd9d;
  content: "";
  box-shadow: 0 0 0 3px rgba(117,189,157,0.1);
}

.hero-project-widget {
  margin-top: 8px;
}

.hero-project-widget > div {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  gap: 7px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 8px;
}

.hero-project-widget > div:last-child {
  border-bottom: 0;
}

.hero-project-widget i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #75bd9d;
}

.hero-project-widget b {
  color: #7f98aa;
  font-family: var(--font-mono);
  font-size: 6px;
  font-weight: 500;
}

.hero-builder-foot {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 9px;
  color: #77756f;
  font-family: var(--font-mono);
  font-size: 5px;
}

.hero-builder-foot span {
  padding: 4px 5px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 99px;
}

.hero-builder-foot b {
  margin-left: auto;
  color: #a8a39a;
  font-weight: 500;
}

/* Complete Builder receipts need enough space to read as separate artifacts. */
.gallery-card:has(> .gallery-prompt) {
  margin-bottom: 148px;
}

.gallery-card > .gallery-prompt {
  bottom: -132px;
  min-height: 120px;
}

.gallery-prompt > p {
  font-size: 0.66rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hero-builder-dock {
    width: 43%;
  }
}

@media (max-width: 620px) {
  .hero-canvas-v3 .hero-laundry {
    width: 53%;
  }

  .hero-canvas-v3 .hero-window-sun {
    top: 43%;
    width: 51%;
  }

  .hero-canvas-v3 .hero-sourdough {
    width: 51%;
  }

  .hero-builder-dock {
    top: 12%;
    right: 2.5%;
    bottom: 4%;
    width: 43.5%;
    padding: 9px;
  }

  .hero-builder-prompt {
    padding: 7px;
  }

  .hero-builder-prompt p {
    font-size: 7px;
  }

  .hero-builder-foot span {
    display: none;
  }

  .gallery-card:has(> .gallery-prompt) {
    margin-bottom: 172px;
  }

  .gallery-card > .gallery-prompt {
    bottom: -155px;
    min-height: 142px;
  }
}

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

/* Hero v3: one clean desktop with genuinely different widget shapes. */
#hero-stage > :not(.hero-canvas-v3) {
  display: none !important;
}

.hero-canvas-v3 {
  position: absolute;
  inset: 1.5% 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(207, 183, 236, 0.28), transparent 27%),
    radial-gradient(circle at 14% 84%, rgba(113, 162, 139, 0.21), transparent 31%),
    linear-gradient(145deg, #eee8dc, #dfd3c1);
  box-shadow:
    0 36px 90px rgba(57, 42, 25, 0.22),
    0 8px 24px rgba(57, 42, 25, 0.09),
    inset 0 0 0 1px rgba(27, 24, 19, 0.04);
}

.hero-desktop-grid {
  position: absolute;
  inset: 38px 0 0;
  background-image:
    linear-gradient(rgba(27,24,19,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,24,19,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 45%, black 25%, transparent 82%);
  -webkit-mask-image: radial-gradient(circle at 50% 45%, black 25%, transparent 82%);
}

.hero-desktop-bar {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(27,24,19,0.08);
  color: #70695f;
  background: rgba(255,255,255,0.38);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-family: var(--font-mono);
  font-size: 9px;
}

.hero-desktop-bar b {
  color: #3b352d;
  font-weight: 500;
}

.hero-desktop-bar > span:last-child {
  justify-self: end;
}

.hero-traffic {
  display: flex;
  gap: 5px;
}

.hero-traffic i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7bdb0;
}

.hero-widget,
.hero-weather-pill {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 15px 35px rgba(50,37,22,0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-music {
  top: 15%;
  left: 5%;
  display: grid;
  width: 58%;
  grid-template-columns: 72px 1fr 34px;
  gap: 13px;
  align-items: center;
  padding: 12px;
  border-radius: 20px;
  color: #f7f2ea;
  background: rgba(25, 23, 22, 0.93);
  animation: hero-drift-one 8s ease-in-out infinite;
}

.hero-album-art,
.gallery-album-art {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 32% 30%, #ead0a7 0 8%, transparent 9%),
    radial-gradient(circle at 65% 56%, #d6826d 0 17%, transparent 18%),
    linear-gradient(145deg, #59456e, #d48671 58%, #f0c895);
}

.hero-album-art {
  width: 72px;
  height: 72px;
}

.hero-album-art::before,
.gallery-album-art::before {
  position: absolute;
  inset: 21%;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  content: "";
}

.hero-album-art i,
.gallery-album-art i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f7e6c7;
  transform: translate(-50%, -50%);
}

.hero-music-copy {
  min-width: 0;
}

.hero-music-copy > span,
.hero-music-copy > small {
  display: block;
  color: #99928a;
  font-size: 9px;
}

.hero-music-copy b {
  display: block;
  overflow: hidden;
  margin: 3px 0 1px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-music-line {
  height: 3px;
  margin-top: 9px;
  border-radius: 9px;
  background: rgba(255,255,255,0.14);
}

.hero-music-line i {
  display: block;
  width: 57%;
  height: 100%;
  border-radius: inherit;
  background: #d4875a;
}

.hero-music button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  color: #f7f2ea;
  background: rgba(255,255,255,0.08);
  font-size: 11px;
}

.hero-controls {
  top: 43%;
  left: 8%;
  width: 47%;
  padding: 13px;
  border-radius: 18px;
  color: #373127;
  background: rgba(255,253,248,0.82);
  animation: hero-drift-two 9s ease-in-out 0.4s infinite;
}

.hero-widget-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: inherit;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  opacity: 0.65;
  text-transform: uppercase;
}

.hero-control-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hero-control-row span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  padding: 8px 7px;
  border: 1px solid rgba(27,24,19,0.08);
  border-radius: 11px;
  background: rgba(255,255,255,0.45);
}

.hero-control-row span.is-on {
  color: #74431f;
  background: #f2d6ae;
}

.hero-control-row span.is-warm {
  color: #443654;
  background: #dfd2ec;
}

.hero-control-row i {
  font-style: normal;
  font-size: 14px;
}

.hero-control-row b {
  overflow: hidden;
  font-size: 8px;
  font-weight: 600;
  text-overflow: ellipsis;
}

.hero-score {
  bottom: 7%;
  left: 5%;
  width: 42%;
  padding: 12px 14px;
  border-radius: 16px;
  color: #f0eee8;
  background: rgba(29,31,29,0.94);
  animation: hero-drift-one 10s ease-in-out 0.8s infinite reverse;
}

.hero-scoreline {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.hero-scoreline > span {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
}

.hero-scoreline > span:last-child {
  justify-content: flex-end;
}

.hero-scoreline strong {
  font-family: var(--font-mono);
  font-size: 19px;
  font-weight: 500;
}

.team-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.team-dot--red { background: #c95445; }
.team-dot--blue { background: #476b9f; }

.hero-flight {
  top: 15%;
  right: 4%;
  width: 33%;
  padding: 14px;
  border-radius: 19px;
  color: #4b3b55;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.7), transparent 38%),
    rgba(225,214,238,0.9);
  animation: hero-drift-two 8.5s ease-in-out 1s infinite reverse;
}

.hero-flight > strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 13px 0;
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: -0.04em;
}

.hero-flight > strong i {
  color: #937ba5;
  font-style: normal;
  font-size: 15px;
}

.hero-flight-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #786b80;
  font-size: 8px;
}

.hero-dev {
  right: 5%;
  bottom: 8%;
  width: 43%;
  padding: 13px;
  border-radius: 17px;
  color: #d9e6f0;
  background:
    radial-gradient(circle at 15% 0%, rgba(81,123,157,0.2), transparent 42%),
    rgba(20,29,37,0.95);
  animation: hero-drift-one 9.5s ease-in-out 0.2s infinite;
}

.hero-live {
  color: #75bd9d;
}

.hero-live::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border-radius: 50%;
  background: #75bd9d;
  content: "";
}

.hero-dev-row {
  display: grid;
  grid-template-columns: 6px 1fr auto;
  gap: 7px;
  align-items: center;
  padding: 6px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 9px;
}

.hero-dev-row i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #75bd9d;
}

.hero-dev-row:last-child i {
  background: #d4875a;
}

.hero-dev-row b {
  color: #8197a8;
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 500;
}

.hero-weather-pill {
  top: 48%;
  right: 6%;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 99px;
  color: #694725;
  background: rgba(255, 239, 206, 0.92);
  animation: hero-drift-two 7.5s ease-in-out infinite;
}

.hero-weather-pill > span {
  color: #d9923f;
}

.hero-weather-pill b {
  font-family: var(--font-mono);
  font-size: 12px;
}

.hero-weather-pill small {
  color: #9b7955;
  font-size: 8px;
}

@keyframes hero-drift-one {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes hero-drift-two {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(4px) rotate(0.4deg); }
}

/* Example mix: media, controls, sport, travel, kitchen, developer, creative, personal. */
.widget-gallery .gallery-card:nth-child(1) { grid-column: span 7; }
.widget-gallery .gallery-card:nth-child(2) { grid-column: span 5; }
.widget-gallery .gallery-card:nth-child(3),
.widget-gallery .gallery-card:nth-child(4),
.widget-gallery .gallery-card:nth-child(5) { grid-column: span 4; }
.widget-gallery .gallery-card:nth-child(6) { grid-column: span 5; }
.widget-gallery .gallery-card:nth-child(7) { grid-column: span 4; }
.widget-gallery .gallery-card:nth-child(8) { grid-column: span 3; }

.gallery-card--music {
  color: #f6f1e9;
  background:
    radial-gradient(circle at 85% 0%, rgba(217,135,108,0.23), transparent 35%),
    #191716;
}

.gallery-music-layout {
  display: grid;
  grid-template-columns: minmax(100px, 0.72fr) 1fr;
  gap: 1.5rem;
  align-items: center;
}

.gallery-album-art {
  width: 100%;
  aspect-ratio: 1;
}

.gallery-music-layout .gallery-hero {
  margin: 0;
}

.gallery-music-layout p {
  margin: 0.35rem 0 1.2rem;
  color: #9d968e;
  font-size: 0.75rem;
}

.gallery-player {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #bcb5ad;
}

.gallery-player b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #211e1b;
  background: #f4eee6;
  font-size: 0.7rem;
}

.gallery-card--home {
  color: #3e3429;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.75), transparent 35%),
    #e7ddce;
}

.gallery-scene-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.gallery-scene-grid button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 0.6rem;
  padding: 0.8rem;
  border: 1px solid rgba(62,52,41,0.09);
  border-radius: 13px;
  color: inherit;
  background: rgba(255,255,255,0.4);
  font: inherit;
  text-align: left;
  pointer-events: none;
}

.gallery-scene-grid button.is-active {
  background: #f2d5aa;
}

.gallery-scene-grid i {
  grid-row: 1 / span 2;
  font-style: normal;
  font-size: 1.05rem;
}

.gallery-scene-grid b {
  font-size: 0.72rem;
}

.gallery-scene-grid span {
  color: #8d8276;
  font-family: var(--font-mono);
  font-size: 0.57rem;
}

.gallery-card--score {
  color: #f2efe9;
  background:
    radial-gradient(circle at 50% -15%, rgba(106,149,115,0.22), transparent 45%),
    #18201b;
}

.gallery-score {
  display: grid;
  grid-template-columns: 1fr auto auto auto 1fr;
  gap: 0.55rem;
  align-items: center;
  margin: 3rem 0 1.6rem;
}

.gallery-score > span {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 600;
}

.gallery-score > span:last-child {
  justify-content: flex-end;
}

.gallery-score b {
  font-family: var(--font-display);
  font-size: 2.5rem;
  line-height: 1;
}

.gallery-score small {
  color: #797f7a;
}

.gallery-card--travel {
  color: #493b56;
  background:
    radial-gradient(circle at 15% 90%, rgba(255,255,255,0.55), transparent 34%),
    linear-gradient(145deg, #eadff5, #d4c4e2);
}

.gallery-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  margin: 2.2rem 0;
}

.gallery-route > span {
  display: flex;
  flex-direction: column;
}

.gallery-route > span:last-child {
  text-align: right;
}

.gallery-route b {
  font-family: var(--font-display);
  font-size: 2.4rem;
  letter-spacing: -0.06em;
  line-height: 1;
}

.gallery-route small {
  color: #80728a;
  font-size: 0.66rem;
}

.gallery-route > i {
  color: #967eaa;
  font-style: normal;
}

.gallery-pass {
  display: flex;
  justify-content: space-between;
  padding-top: 0.8rem;
  border-top: 1px dashed rgba(73,59,86,0.25);
  font-family: var(--font-mono);
  font-size: 0.58rem;
}

.gallery-card--recipe {
  color: #49341f;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,255,255,0.55), transparent 30%),
    #ead3ae;
}

.gallery-recipe-visual {
  position: relative;
  height: 78px;
  margin-top: 0.5rem;
}

.gallery-recipe-visual i {
  position: absolute;
  bottom: 0;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(73,52,31,0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 45%, #6f8d56 0 14%, transparent 15%),
    radial-gradient(circle at 63% 61%, #ba7550 0 12%, transparent 13%),
    #f4e5ca;
  box-shadow: 0 10px 20px rgba(73,52,31,0.1);
}

.gallery-recipe-visual i:nth-child(1) { left: 6%; }
.gallery-recipe-visual i:nth-child(2) { left: 35%; transform: scale(0.82); }
.gallery-recipe-visual i:nth-child(3) { left: 62%; transform: scale(0.64); }

.gallery-card--recipe .gallery-hero {
  margin-top: 1rem;
}

.gallery-card--dev {
  color: #dce9f4;
  background:
    radial-gradient(circle at 12% 0%, rgba(76,119,154,0.24), transparent 38%),
    #151d24;
}

.gallery-terminal p {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  gap: 0.65rem;
  align-items: center;
  margin: 0;
  padding: 0.66rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.72rem;
}

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

.gallery-terminal p:nth-child(2) > i {
  background: #d4875a;
}

.gallery-terminal p > span {
  color: #7890a2;
  font-family: var(--font-mono);
  font-size: 0.58rem;
}

.gallery-card--creative {
  color: #4e3b34;
  background:
    radial-gradient(circle at 100% 100%, rgba(194,138,120,0.24), transparent 40%),
    #efe1d8;
}

.gallery-card--creative blockquote {
  margin: 2.7rem 0 2rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.gallery-palette {
  display: flex;
}

.gallery-palette i {
  width: 28px;
  height: 28px;
  margin-left: -5px;
  border: 2px solid #efe1d8;
  border-radius: 50%;
  background: #c57d64;
}

.gallery-palette i:nth-child(2) { background: #778b74; }
.gallery-palette i:nth-child(3) { background: #e1b369; }
.gallery-palette i:nth-child(4) { background: #6d617e; }

.gallery-card--personal {
  color: #443c31;
  background:
    linear-gradient(rgba(255,255,255,0.32), transparent),
    #ded6c6;
}

.gallery-letter {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(68,60,49,0.1);
  border-radius: 12px;
  background: rgba(255,253,246,0.58);
  transform: rotate(-1.5deg);
}

.gallery-letter > span {
  color: #968b7d;
  font-family: var(--font-mono);
  font-size: 0.56rem;
  text-transform: uppercase;
}

.gallery-letter p {
  margin: 0.6rem 0 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.gallery-mood-row {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  margin-top: 1.4rem;
  color: #8d8376;
  font-size: 0.62rem;
}

.gallery-mood-row i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(68,60,49,0.16);
}

.gallery-mood-row i.is-on {
  background: #bd6631;
  box-shadow: 0 0 0 4px rgba(189,102,49,0.12);
}

@media (max-width: 900px) {
  .widget-gallery .gallery-card:nth-child(n) {
    grid-column: span 6;
  }
}

@media (max-width: 620px) {
  #hero-stage {
    min-height: 500px !important;
    height: 500px !important;
  }

  .hero-canvas-v3 {
    inset: 2% 0 0;
  }

  .hero-music {
    width: 75%;
  }

  .hero-controls {
    top: 40%;
    left: 5%;
    width: 61%;
  }

  .hero-flight {
    top: 21%;
    width: 39%;
  }

  .hero-weather-pill {
    top: 52%;
    right: 4%;
  }

  .hero-score {
    bottom: 6%;
    width: 46%;
  }

  .hero-dev {
    right: 4%;
    bottom: 7%;
    width: 45%;
  }

  .hero-flight > strong {
    font-size: 18px;
  }

  .hero-widget-label {
    font-size: 7px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .hero-widget,
  .hero-weather-pill {
    animation: none !important;
  }
}

/* Buildable, oddly-specific hero widgets. */
.hero-laundry {
  top: 14%;
  left: 5%;
  width: 57%;
  padding: 14px;
  border-radius: 20px;
  color: #29483b;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.72), transparent 35%),
    rgba(210, 232, 218, 0.94);
  animation: hero-drift-one 8s ease-in-out infinite;
}

.hero-laundry > strong {
  display: block;
  margin: 7px 0 11px;
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-laundry-stats {
  display: flex;
  gap: 17px;
}

.hero-laundry-stats span {
  display: flex;
  flex-direction: column;
}

.hero-laundry-stats b {
  font-family: var(--font-mono);
  font-size: 10px;
}

.hero-laundry-stats small {
  color: #668274;
  font-size: 7px;
}

.hero-dry-line {
  position: relative;
  height: 3px;
  margin-top: 11px;
  border-radius: 9px;
  background: rgba(41,72,59,0.12);
}

.hero-dry-line i {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: #4f8770;
}

.hero-dry-line b {
  position: absolute;
  top: -3px;
  left: 74%;
  width: 9px;
  height: 9px;
  border: 2px solid #d2e8da;
  border-radius: 50%;
  background: #4f8770;
}

.hero-window-sun {
  top: 44%;
  left: 8%;
  width: 43%;
  padding: 13px;
  border-radius: 18px;
  color: #604628;
  background: rgba(255, 242, 210, 0.9);
  animation: hero-drift-two 9s ease-in-out 0.4s infinite;
}

.hero-sun-orbit {
  position: relative;
  height: 39px;
  overflow: hidden;
  margin: 2px 0 5px;
  border-bottom: 1px solid rgba(96,70,40,0.14);
}

.hero-sun-orbit::before {
  position: absolute;
  right: 12%;
  bottom: -31px;
  width: 90px;
  height: 65px;
  border: 1px dashed rgba(96,70,40,0.25);
  border-radius: 50% 50% 0 0;
  content: "";
}

.hero-sun-orbit i {
  position: absolute;
  top: 7px;
  right: 35%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e5a74c;
  box-shadow: 0 0 0 5px rgba(229,167,76,0.14);
}

.hero-sun-orbit span {
  position: absolute;
  right: 11%;
  bottom: 0;
  width: 42px;
  height: 16px;
  border: 1px solid rgba(96,70,40,0.13);
  background: rgba(255,255,255,0.35);
}

.hero-window-sun > strong {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: -0.035em;
}

.hero-window-sun > small {
  color: #947652;
  font-size: 8px;
}

.hero-sourdough {
  bottom: 7%;
  left: 5%;
  display: grid;
  width: 42%;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 12px 14px;
  border-radius: 17px;
  color: #f1e9de;
  background: rgba(52, 37, 26, 0.94);
  animation: hero-drift-one 10s ease-in-out 0.8s infinite reverse;
}

.hero-sourdough .hero-widget-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.hero-rise-chart {
  position: relative;
  height: 42px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.hero-rise-chart::before {
  position: absolute;
  right: 8%;
  bottom: 0;
  width: 76%;
  height: 34px;
  border-top: 2px solid #d7a76c;
  border-radius: 70% 70% 0 0;
  content: "";
  transform: skewX(-12deg);
}

.hero-rise-chart i,
.hero-rise-chart b {
  position: absolute;
  bottom: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d7a76c;
}

.hero-rise-chart i { left: 17%; }
.hero-rise-chart b { right: 13%; }

.hero-rise-chart span {
  position: absolute;
  right: 10%;
  bottom: 31px;
  width: 1px;
  height: 9px;
  background: rgba(255,255,255,0.35);
}

.hero-sourdough > div:last-child {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.hero-sourdough > div:last-child small {
  color: #aa9684;
  font-size: 7px;
}

.hero-sourdough > div:last-child strong {
  font-family: var(--font-mono);
  font-size: 11px;
}

.hero-sunrise-seat {
  top: 14%;
  right: 4%;
  width: 34%;
  padding: 14px;
  border-radius: 19px;
  color: #4d405a;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.7), transparent 38%),
    rgba(224, 212, 238, 0.94);
  animation: hero-drift-two 8.5s ease-in-out 1s infinite reverse;
}

.hero-seat-result {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 7px 0 9px;
}

.hero-seat-result span {
  color: #857592;
  font-size: 8px;
}

.hero-seat-result strong {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: -0.05em;
}

.hero-seat-map {
  display: grid;
  grid-template-columns: repeat(3, 12px);
  gap: 5px;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 8px;
  border: 1px solid rgba(77,64,90,0.1);
  border-radius: 8px 8px 14px 14px;
  background: rgba(255,255,255,0.28);
}

.hero-seat-map i {
  width: 10px;
  height: 8px;
  border-radius: 3px;
  background: rgba(77,64,90,0.17);
}

.hero-seat-map i.is-best {
  background: #bd6631;
  box-shadow: 0 0 0 3px rgba(189,102,49,0.12);
}

.hero-sunrise-seat > small {
  display: block;
  color: #81728c;
  font-size: 7px;
}

.hero-moon-photo {
  right: 5%;
  bottom: 8%;
  width: 44%;
  padding: 13px;
  border-radius: 18px;
  color: #e7e7f2;
  background:
    radial-gradient(circle at 18% 0%, rgba(95,102,162,0.27), transparent 43%),
    rgba(21, 25, 43, 0.95);
  animation: hero-drift-one 9.5s ease-in-out 0.2s infinite;
}

.hero-moon-layout {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
}

.hero-moon-disc,
.moon-disc {
  position: relative;
  border-radius: 50%;
  background: #dedbeb;
  box-shadow: 0 0 24px rgba(207,205,229,0.24);
}

.hero-moon-disc {
  width: 56px;
  height: 56px;
}

.hero-moon-disc i,
.moon-disc i {
  position: absolute;
  inset: 0 0 0 35%;
  border-radius: 50%;
  background: #252b48;
}

.hero-moon-layout > div:last-child {
  display: flex;
  flex-direction: column;
}

.hero-moon-layout small {
  color: #9598b4;
  font-size: 7px;
}

.hero-moon-layout strong {
  margin: 2px 0;
  font-family: var(--font-mono);
  font-size: 12px;
}

.hero-moon-layout span {
  color: #8589a7;
  font-size: 8px;
}

.hero-umbrella-pill {
  top: 49%;
  right: 5%;
  color: #264a42;
  background: rgba(207, 232, 220, 0.94);
}

.hero-umbrella-pill > span {
  color: #4f8770;
}

.hero-umbrella-pill small {
  color: #66897f;
}

/* Buildable, oddly-specific gallery. */
.widget-gallery .gallery-card > h3 {
  max-width: 18ch;
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.gallery-card--laundry {
  color: #28493b;
  background:
    radial-gradient(circle at 95% 0%, rgba(255,255,255,0.7), transparent 34%),
    linear-gradient(145deg, #dcecdf, #bdd8c7);
}

.laundry-answer {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.laundry-answer > strong {
  font-family: var(--font-display);
  font-size: 4.2rem;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.laundry-answer > span {
  padding-left: 1rem;
  border-left: 1px solid rgba(40,73,59,0.18);
  color: #648072;
  font-size: 0.68rem;
}

.laundry-answer b {
  color: #28493b;
  font-family: var(--font-mono);
}

.laundry-weather {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.laundry-weather span {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.65rem;
  border: 1px solid rgba(40,73,59,0.09);
  border-radius: 10px;
  background: rgba(255,255,255,0.3);
  color: #708b7e;
  font-size: 0.56rem;
}

.laundry-weather b {
  color: #28493b;
  font-family: var(--font-mono);
  font-size: 0.74rem;
}

.gallery-card--sunrise-flight {
  color: #4d4059;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.7), transparent 36%),
    linear-gradient(145deg, #e9def3, #d3c1e1);
}

.flight-answer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 2.5rem;
}

.flight-answer > div {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  color: #8c779d;
  font-family: var(--font-mono);
}

.flight-answer > div i {
  font-style: normal;
}

.flight-answer > strong {
  font-family: var(--font-display);
  font-size: 2.4rem;
  letter-spacing: -0.05em;
}

.flight-answer > span {
  color: #806f8c;
  font-size: 0.7rem;
}

.gallery-card--desk-sun {
  color: #644727;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,255,255,0.65), transparent 34%),
    #f0dbaa;
}

.desk-sun-visual {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
}

.desk-window {
  position: relative;
  height: 82px;
  overflow: hidden;
  border-bottom: 1px solid rgba(100,71,39,0.18);
}

.desk-window::before {
  position: absolute;
  right: 12%;
  bottom: -48px;
  width: 120px;
  height: 92px;
  border: 1px dashed rgba(100,71,39,0.3);
  border-radius: 50% 50% 0 0;
  content: "";
}

.desk-window i {
  position: absolute;
  top: 10px;
  right: 40%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #d99136;
  box-shadow: 0 0 0 7px rgba(217,145,54,0.13);
}

.desk-window span {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 52px;
  height: 25px;
  border: 1px solid rgba(100,71,39,0.14);
  background: rgba(255,255,255,0.25);
}

.desk-sun-visual > div:last-child {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.desk-sun-visual strong {
  font-family: var(--font-display);
  font-size: 2.1rem;
  letter-spacing: -0.06em;
}

.desk-sun-visual > div:last-child span {
  color: #9a754a;
  font-size: 0.62rem;
}

.gallery-card--moon {
  color: #ebeaf4;
  background:
    radial-gradient(circle at 15% 0%, rgba(93,101,158,0.25), transparent 42%),
    #171b30;
}

.moon-answer {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 1.2rem;
  align-items: center;
}

.moon-disc {
  width: 78px;
  height: 78px;
}

.moon-disc i {
  background: #222741;
}

.moon-answer > div:last-child {
  display: flex;
  flex-direction: column;
}

.moon-answer strong {
  font-family: var(--font-mono);
  font-size: 1.15rem;
}

.moon-answer span {
  color: #9598b3;
  font-size: 0.65rem;
}

.moon-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #8589a7;
  font-family: var(--font-mono);
  font-size: 0.56rem;
}

.gallery-card--starter {
  color: #f1e9dd;
  background:
    radial-gradient(circle at 95% 0%, rgba(183,126,72,0.2), transparent 37%),
    #35271d;
}

.starter-curve {
  position: relative;
  height: 74px;
  margin: 0.3rem 0 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.starter-curve::before {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 82%;
  height: 62px;
  border-top: 3px solid #d6a466;
  border-radius: 70% 70% 0 0;
  content: "";
  transform: skewX(-9deg);
}

.starter-curve i,
.starter-curve b {
  position: absolute;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6a466;
}

.starter-curve i { left: 15%; }
.starter-curve b {
  right: 12%;
  bottom: 56px;
}

.starter-curve span {
  position: absolute;
  bottom: 8px;
  left: 12%;
  color: #a7927e;
  font-family: var(--font-mono);
  font-size: 0.53rem;
}

.starter-curve b::after {
  position: absolute;
  top: -15px;
  left: -6px;
  color: #d6a466;
  content: "peak";
  font: 0.5rem var(--font-mono);
}

.starter-answer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #ac9987;
  font-size: 0.62rem;
}

.starter-answer strong {
  color: #f1e9dd;
  font-family: var(--font-mono);
}

.gallery-card--overlap {
  color: #2e3f3b;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.7), transparent 36%),
    #d3e2dd;
}

.overlap-time {
  display: flex;
  flex-direction: column;
}

.overlap-time strong {
  font-family: var(--font-display);
  font-size: 3.7rem;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.overlap-time span {
  color: #698079;
  font-size: 0.65rem;
}

.city-times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: 1.2rem;
}

.city-times span {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem;
  border: 1px solid rgba(46,63,59,0.08);
  border-radius: 9px;
  background: rgba(255,255,255,0.3);
  font-family: var(--font-mono);
  font-size: 0.56rem;
}

.city-times b {
  font-family: var(--font-body);
  font-weight: 500;
}

.gallery-card--trail {
  color: #eee9dc;
  background:
    radial-gradient(circle at 12% 0%, rgba(99,136,93,0.25), transparent 40%),
    #242d24;
}

.trail-state {
  margin-top: 2.2rem;
}

.trail-state > span {
  display: flex;
  gap: 4px;
  margin-bottom: 1rem;
}

.trail-state i {
  flex: 1;
  height: 10px;
  border-radius: 99px;
  background: #76533b;
}

.trail-state i:nth-child(4),
.trail-state i:nth-child(5) {
  background: #70896c;
}

.trail-state strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.gallery-card--trail > p {
  color: #8fa18c;
}

.gallery-card--umbrella {
  color: #23453e;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.67), transparent 38%),
    #c9dfd7;
}

.umbrella-route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem;
  align-items: center;
  margin: 2rem 0 1.5rem;
}

.umbrella-route > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6d8980;
  font-size: 0.55rem;
}

.umbrella-route i {
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: #4f8770;
}

.umbrella-route > b {
  height: 2px;
  border-radius: 9px;
  background: repeating-linear-gradient(90deg, #7da296 0 5px, transparent 5px 9px);
}

.umbrella-answer {
  display: flex;
  flex-direction: column;
}

.umbrella-answer strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}

.umbrella-answer span {
  color: #6b887e;
  font-size: 0.63rem;
}

.gallery-prompt {
  margin-top: 1.2rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid currentColor;
  border-radius: 11px;
  background: rgba(255,255,255,0.13);
  opacity: 0.72;
}

.gallery-prompt > span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--font-mono);
  font-size: 0.5rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gallery-prompt > p {
  margin: 0;
  font-size: 0.68rem;
  font-style: italic;
  line-height: 1.4;
}

.gallery-card--laundry,
.gallery-card--moon,
.gallery-card--overlap {
  min-height: 375px;
}

@media (max-width: 620px) {
  .hero-laundry { width: 74%; }
  .hero-window-sun { top: 41%; left: 5%; width: 58%; }
  .hero-sunrise-seat { top: 21%; width: 41%; }
  .hero-umbrella-pill { top: 51%; }
  .hero-sourdough { width: 47%; }
  .hero-moon-photo { width: 48%; }
  .hero-laundry > strong { font-size: 17px; }
  .hero-seat-result strong { font-size: 16px; }
  .hero-moon-layout { grid-template-columns: 42px 1fr; gap: 8px; }
  .hero-moon-disc { width: 42px; height: 42px; }
}

/* The prompt is a Canvas creation receipt, not part of the resulting widget. */
.gallery-card:has(> .gallery-prompt) {
  overflow: visible;
  margin-bottom: 92px;
}

.gallery-card > .gallery-prompt {
  position: absolute;
  z-index: 5;
  right: 1rem;
  bottom: -78px;
  left: 1rem;
  min-height: 68px;
  margin: 0;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  color: #f3eee6;
  background:
    radial-gradient(circle at 100% 0%, rgba(212,135,90,0.12), transparent 40%),
    #191a17;
  box-shadow: 0 14px 32px rgba(32,25,18,0.18);
  opacity: 1;
  transform: rotate(-0.5deg);
}

.gallery-card > .gallery-prompt::before {
  position: absolute;
  bottom: 100%;
  left: 25px;
  width: 1px;
  height: 15px;
  background: rgba(27,24,19,0.28);
  content: "";
}

.gallery-prompt > span {
  display: flex;
  gap: 0.42rem;
  align-items: center;
  margin-bottom: 0.3rem;
  color: #d89a72;
  font-style: normal;
  opacity: 1;
}

.gallery-prompt > span i {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 5px;
  color: #191a17;
  background: #d89a72;
  font: normal 0.58rem var(--font-body);
}

.gallery-prompt > p {
  color: #ddd7ce;
  font-style: normal;
  opacity: 1;
}

/* Persistent widget family. */
.anchors-section {
  padding: 8rem 0;
  border-top: 1px solid rgba(27,24,19,0.1);
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(79,135,112,0.1), transparent 62%),
    #e9e3d9;
}

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

.anchor-card {
  min-height: 330px;
  padding: 1.7rem;
  overflow: hidden;
  border: 1px solid rgba(27,24,19,0.1);
  border-radius: 26px;
  box-shadow: 0 20px 48px rgba(45,36,23,0.07);
}

.anchor-card:nth-child(1) { grid-column: span 7; }
.anchor-card:nth-child(2) { grid-column: span 5; }
.anchor-card:nth-child(3),
.anchor-card:nth-child(4),
.anchor-card:nth-child(5) { grid-column: span 4; }
.anchor-card:nth-child(6) { grid-column: span 12; }

.anchor-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.anchor-topline b {
  font-weight: 500;
  opacity: 0.6;
}

.anchor-card h3 {
  max-width: 18ch;
  margin: 0 0 1.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.anchor-value {
  margin: 1.2rem 0 0;
  font-size: 0.68rem;
  opacity: 0.58;
}

.anchor-card--project {
  color: #dce9f3;
  background:
    radial-gradient(circle at 10% 0%, rgba(81,123,157,0.25), transparent 42%),
    #151d24;
}

.project-health {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.project-health > div {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 0.3rem 0.55rem;
  padding: 0.85rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.035);
}

.project-health i {
  grid-row: 1 / span 2;
  width: 7px;
  height: 7px;
  margin-top: 3px;
  border-radius: 50%;
  background: #75bd9d;
}

.project-health span {
  font-size: 0.68rem;
}

.project-health b {
  color: #7891a3;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 500;
}

.anchor-card--home {
  color: #2c493e;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.72), transparent 38%),
    #cfe2d7;
}

.home-pulse {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.home-pulse > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 0.8rem;
  border: 1px solid rgba(44,73,62,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.28);
}

.home-pulse strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.05em;
}

.home-pulse span {
  color: #708a80;
  font-size: 0.58rem;
}

.home-status {
  margin-top: 1rem;
  color: #627d72;
  font-size: 0.66rem;
}

.home-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #4f8770;
  box-shadow: 0 0 0 4px rgba(79,135,112,0.11);
}

.anchor-card--people {
  color: #4e3d34;
  background: #e5d5ca;
}

.people-list > div {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(78,61,52,0.1);
}

.people-list > div > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff9ef;
  background: #a67061;
  font-family: var(--font-mono);
  font-size: 0.58rem;
}

.people-list p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.people-list p b {
  font-size: 0.72rem;
}

.people-list p small {
  color: #917a6e;
  font-size: 0.57rem;
}

.people-list > div > i {
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(78,61,52,0.12);
  border-radius: 99px;
  color: #8e7467;
  font: normal 0.54rem var(--font-body);
}

.anchor-card--household {
  color: #443b2d;
  background: #e5d8bb;
}

.household-timeline {
  border-left: 1px solid rgba(68,59,45,0.18);
}

.household-timeline > div {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 1.1rem 1rem;
}

.household-timeline > div::before {
  position: absolute;
  top: 3px;
  left: -4px;
  width: 7px;
  height: 7px;
  border: 2px solid #e5d8bb;
  border-radius: 50%;
  background: #bd6631;
  content: "";
}

.household-timeline span {
  color: #9b8461;
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.household-timeline b {
  font-size: 0.74rem;
}

.anchor-card--capacity {
  color: #ebe8f3;
  background:
    radial-gradient(circle at 100% 0%, rgba(143,122,169,0.22), transparent 40%),
    #2c2635;
}

.capacity-number {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.capacity-number strong {
  font-family: var(--font-display);
  font-size: 4.5rem;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.capacity-number span {
  color: #aaa1b7;
  font-size: 0.62rem;
}

.capacity-week {
  display: flex;
  gap: 0.35rem;
  align-items: end;
  height: 45px;
  margin-top: 1.2rem;
}

.capacity-week i {
  flex: 1;
  height: 35%;
  border-radius: 4px 4px 1px 1px;
  background: #8e78a7;
}

.capacity-week i:nth-child(2) { height: 78%; }
.capacity-week i:nth-child(3) { height: 52%; }
.capacity-week i:nth-child(4) { height: 90%; background: #d4875a; }
.capacity-week i:nth-child(5) { height: 45%; }
.capacity-week i:nth-child(6),
.capacity-week i:nth-child(7) { height: 18%; opacity: 0.35; }

.anchor-card--memory {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 2.5rem;
  align-items: center;
  min-height: 300px;
  color: #493d33;
  background:
    radial-gradient(circle at 85% 0%, rgba(255,255,255,0.62), transparent 35%),
    #ded4c5;
}

.anchor-card--memory .anchor-topline {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.anchor-card--memory h3 {
  margin: 0;
}

.memory-note {
  padding: 1.5rem;
  border: 1px solid rgba(73,61,51,0.1);
  border-radius: 15px;
  background: rgba(255,253,246,0.55);
  box-shadow: 0 13px 30px rgba(60,44,28,0.08);
  transform: rotate(-1deg);
}

.memory-note span {
  color: #96897b;
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.memory-note p {
  margin: 0.7rem 0 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: -0.035em;
  line-height: 1.22;
}

.anchor-card--memory .anchor-value {
  grid-column: 2;
  margin: -1.5rem 0 0;
}

@media (max-width: 900px) {
  .anchor-card:nth-child(n) {
    grid-column: span 6;
  }

  .anchor-card--memory {
    grid-template-columns: 1fr;
  }

  .anchor-card--memory .anchor-topline,
  .anchor-card--memory .anchor-value {
    grid-column: auto;
  }

  .anchor-card--memory .anchor-value {
    margin: 0;
  }
}

@media (max-width: 620px) {
  .anchors-section {
    padding: 5.5rem 0;
  }

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

  .project-health {
    grid-template-columns: 1fr;
  }

  .gallery-card:has(> .gallery-prompt) {
    margin-bottom: 100px;
  }
}
