:root {
  color-scheme: light dark;
  --background: #f5f8f5;
  --surface: rgba(255, 255, 252, 0.78);
  --surface-strong: #ffffff;
  --text: #222723;
  --muted: #68736c;
  --line: rgba(42, 65, 53, 0.16);
  --accent: #497465;
  --accent-warm: #ad6d58;
  --accent-soft: #dbe8e0;
  --blue: #4a7c9b;
  --green: #5b8c5a;
  --shadow: 0 22px 80px rgba(30, 54, 42, 0.14);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--background);
  min-height: 100vh;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header {
  padding: 22px 0;
}

.site-footer {
  padding: 34px 0 44px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
}

.brand img {
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(30, 54, 42, 0.16);
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
}

nav a:hover,
nav a[aria-current="page"] {
  color: var(--text);
}

main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: center;
  padding: 54px 0 84px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: 6rem;
  line-height: 0.92;
  text-wrap: balance;
}

h2 {
  margin: 0;
  font-size: 3.1rem;
  line-height: 1.02;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

p {
  line-height: 1.65;
}

.lede {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.25rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 650;
  border: 1px solid var(--line);
}

.button.primary {
  background: var(--text);
  color: var(--background);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.45);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  font-weight: 650;
  cursor: default;
}

.product-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 560px;
  opacity: 0.94;
  pointer-events: none;
}

.phone-frame {
  width: min(360px, 92vw);
  border-radius: 38px;
  padding: 20px;
  background: rgba(36, 33, 29, 0.9);
  color: #fffdfa;
  box-shadow: var(--shadow);
  margin-right: 56px;
}

.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 253, 250, 0.72);
  font-size: 0.82rem;
  margin-bottom: 16px;
}

.dot {
  width: 54px;
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 250, 242, 0.18);
}

.path-card,
.note-card {
  border: 1px solid rgba(255, 250, 242, 0.1);
  background: rgba(255, 250, 242, 0.08);
  border-radius: 14px;
  padding: 14px;
}

.path-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.path-card small,
.note-card small,
.watch-frame small {
  display: block;
  color: rgba(255, 250, 242, 0.6);
  margin-top: 2px;
}

.path-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.84rem;
  color: rgba(255, 250, 242, 0.9);
}

.path-card.blue .path-icon {
  background: rgba(74, 124, 155, 0.32);
}

.path-card.green .path-icon {
  background: rgba(91, 140, 90, 0.32);
}

.mark-count {
  color: rgba(255, 250, 242, 0.72);
  font-variant-numeric: tabular-nums;
}

.mini-chart {
  height: 138px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 9px;
  margin: 16px 2px;
}

.mini-chart span {
  display: block;
  min-height: 20px;
  border-radius: 999px 999px 8px 8px;
  background: rgba(240, 214, 195, 0.82);
}

.note-card p {
  margin: 4px 0 0;
  line-height: 1.35;
}

.watch-frame {
  position: absolute;
  right: 4%;
  bottom: 31%;
  width: 150px;
  height: 184px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  text-align: center;
  border-radius: 42px;
  background: #1f1d1a;
  color: #fffdfa;
  border: 8px solid #11100e;
  box-shadow: 0 18px 54px rgba(44, 31, 19, 0.28);
}

.watch-time {
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.78rem;
}

.observatory-constellation {
  position: relative;
  margin: 0 0 28px;
  padding: 68px 0 74px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.constellation-copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.constellation-copy h2 {
  max-width: 760px;
  margin: 0 auto;
  text-wrap: balance;
}

.constellation-copy p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.chart-orbit {
  position: relative;
  min-height: 560px;
  margin-top: 26px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.chart-orbit::before,
.chart-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 51%;
  border: 1px solid rgba(73, 116, 101, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.chart-orbit::before {
  width: min(850px, 94%);
  height: 420px;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.chart-orbit::after {
  width: min(650px, 74%);
  height: 320px;
  transform: translate(-50%, -50%) rotate(12deg);
}

.chart-card {
  position: absolute;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  min-height: 164px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.76);
  box-shadow: 0 22px 70px rgba(30, 54, 42, 0.16);
  overflow: hidden;
}

.chart-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
  font-weight: 700;
}

.chart-card-top small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.chart-card.sunpath {
  left: 50%;
  top: 47%;
  z-index: 7;
  width: 276px;
  min-height: 214px;
  transform: translate(-50%, -50%) rotateX(8deg) rotateZ(-2deg);
}

.chart-card.galaxy {
  left: 4%;
  top: 22%;
  z-index: 4;
  width: 220px;
  opacity: 0.9;
  transform: rotateZ(-9deg) scale(0.92);
}

.chart-card.future {
  right: 5%;
  top: 17%;
  z-index: 5;
  width: 232px;
  opacity: 0.92;
  transform: rotateZ(7deg) scale(0.96);
}

.chart-card.return-map {
  left: 14%;
  bottom: 10%;
  z-index: 5;
  width: 238px;
  transform: rotateZ(6deg) scale(0.94);
}

.chart-card.pulse {
  right: 13%;
  bottom: 10%;
  z-index: 6;
  width: 238px;
  transform: rotateZ(-5deg) scale(0.96);
}

.chart-card.seasonality {
  left: 36%;
  top: 3%;
  z-index: 3;
  width: 198px;
  min-height: 148px;
  opacity: 0.78;
  transform: rotateZ(5deg) scale(0.82);
}

.chart-card.weather {
  right: 35%;
  bottom: 1%;
  z-index: 3;
  width: 204px;
  min-height: 142px;
  opacity: 0.8;
  transform: rotateZ(-4deg) scale(0.84);
}

.sunpath-chart,
.galaxy-chart,
.future-chart,
.return-chart {
  position: relative;
  min-height: 136px;
}

.sun-core {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d9a85f;
  box-shadow: 0 0 0 9px rgba(217, 168, 95, 0.14);
  transform: translate(-50%, -50%);
}

.sun-ray {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 106px;
  height: 2px;
  border-radius: 999px;
  background: rgba(173, 109, 88, 0.58);
  transform-origin: left center;
}

.sun-ray.ray-one {
  transform: rotate(-34deg);
}

.sun-ray.ray-two {
  transform: rotate(11deg);
}

.sun-ray.ray-three {
  transform: rotate(44deg);
}

.sun-track {
  position: absolute;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(73, 116, 101, 0.28);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.sun-track.track-one {
  width: 156px;
  height: 96px;
}

.sun-track.track-two {
  width: 206px;
  height: 122px;
  transform: translate(-50%, -50%) rotate(13deg);
}

.sun-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.sun-dot.dot-one {
  left: 30%;
  top: 24%;
}

.sun-dot.dot-two {
  right: 22%;
  top: 45%;
  background: var(--blue);
}

.sun-dot.dot-three {
  left: 62%;
  bottom: 15%;
  background: var(--accent-warm);
}

.galaxy-chart {
  min-height: 122px;
  border-radius: 8px;
  background: rgba(36, 33, 29, 0.88);
}

.galaxy-chart span,
.galaxy-chart i {
  position: absolute;
  display: block;
}

.galaxy-chart span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.84);
}

.galaxy-chart span:nth-child(1) {
  left: 18%;
  top: 24%;
}

.galaxy-chart span:nth-child(2) {
  left: 34%;
  top: 58%;
  background: rgba(217, 168, 95, 0.9);
}

.galaxy-chart span:nth-child(3) {
  left: 48%;
  top: 31%;
}

.galaxy-chart span:nth-child(4) {
  left: 68%;
  top: 44%;
  background: rgba(155, 197, 181, 0.95);
}

.galaxy-chart span:nth-child(5) {
  left: 76%;
  top: 72%;
}

.galaxy-chart span:nth-child(6) {
  left: 24%;
  top: 79%;
  width: 3px;
  height: 3px;
}

.galaxy-chart span:nth-child(7) {
  left: 57%;
  top: 67%;
  width: 4px;
  height: 4px;
}

.galaxy-chart span:nth-child(8) {
  left: 83%;
  top: 23%;
  width: 3px;
  height: 3px;
}

.galaxy-chart span:nth-child(9) {
  left: 42%;
  top: 15%;
  width: 3px;
  height: 3px;
}

.galaxy-chart span:nth-child(10) {
  left: 12%;
  top: 52%;
  width: 4px;
  height: 4px;
}

.galaxy-chart i {
  left: 26%;
  top: 26%;
  width: 106px;
  height: 58px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 50%;
  transform: rotate(-19deg);
}

.future-chart {
  min-height: 124px;
}

.horizon {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 28%;
  height: 1px;
  background: rgba(73, 116, 101, 0.24);
}

.future-arc {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 28%;
  height: 72px;
  border-top: 2px solid rgba(74, 124, 155, 0.62);
  border-radius: 50% 50% 0 0;
}

.future-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-warm);
}

.future-dot.dot-one {
  left: 18%;
  bottom: 32%;
}

.future-dot.dot-two {
  left: 48%;
  top: 22%;
  background: var(--blue);
}

.future-dot.dot-three {
  right: 17%;
  bottom: 31%;
  background: var(--accent);
}

.return-chart {
  min-height: 126px;
}

.return-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: rgba(73, 116, 101, 0.32);
}

.return-line.line-one {
  left: 15%;
  top: 38%;
  width: 126px;
  transform: rotate(18deg);
}

.return-line.line-two {
  left: 30%;
  top: 64%;
  width: 118px;
  transform: rotate(-21deg);
}

.return-node {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(73, 116, 101, 0.34);
  background: rgba(219, 232, 224, 0.78);
}

.return-node.node-one {
  left: 11%;
  top: 24%;
}

.return-node.node-two {
  left: 48%;
  top: 49%;
  border-color: rgba(173, 109, 88, 0.42);
}

.return-node.node-three {
  right: 12%;
  top: 34%;
  border-color: rgba(74, 124, 155, 0.42);
}

.pulse-chart {
  height: 116px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 8px;
}

.pulse-chart span {
  display: block;
  min-height: 22px;
  border-radius: 999px 999px 8px 8px;
  background: rgba(74, 124, 155, 0.54);
}

.pulse-chart span:nth-child(even) {
  background: rgba(173, 109, 88, 0.52);
}

.season-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  padding-top: 4px;
}

.season-chart span {
  display: block;
  aspect-ratio: 1;
  border-radius: 6px;
  background: rgba(73, 116, 101, 0.15);
}

.season-chart span:nth-child(4n),
.season-chart span:nth-child(7n) {
  background: rgba(173, 109, 88, 0.34);
}

.season-chart span:nth-child(5n) {
  background: rgba(74, 124, 155, 0.28);
}

.weather-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  align-items: end;
  min-height: 94px;
}

.weather-chart span {
  display: block;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(91, 140, 90, 0.24);
}

.weather-chart span:nth-child(2) {
  min-height: 58px;
  background: rgba(74, 124, 155, 0.32);
}

.weather-chart span:nth-child(3) {
  min-height: 44px;
}

.weather-chart span:nth-child(4) {
  min-height: 74px;
  background: rgba(217, 168, 95, 0.38);
}

.weather-chart span:nth-child(5) {
  min-height: 50px;
}

.weather-chart span:nth-child(6) {
  min-height: 66px;
  background: rgba(173, 109, 88, 0.3);
}

.chart-image-card {
  display: block;
  aspect-ratio: 16 / 9;
  min-height: auto;
  padding: 0;
  background: #111412;
  box-shadow: 0 24px 82px rgba(9, 19, 15, 0.26);
}

.chart-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.chart-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.32)),
    radial-gradient(circle at 65% 20%, rgba(255, 218, 166, 0.14), transparent 38%);
  pointer-events: none;
}

.chart-label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  color: rgba(255, 250, 242, 0.84);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.58);
}

.surface-card {
  left: 50%;
  top: 46%;
  z-index: 8;
  width: 430px;
  transform: translate(-50%, -50%) rotateX(7deg) rotateZ(-1.5deg);
}

.sunpath-card {
  right: 3%;
  top: 18%;
  z-index: 6;
  width: 294px;
  opacity: 0.94;
  transform: rotateZ(6deg) scale(0.98);
}

.galaxy-card {
  left: 4%;
  top: 20%;
  z-index: 5;
  width: 290px;
  opacity: 0.93;
  transform: rotateZ(-8deg) scale(0.96);
}

.river-card {
  left: 10%;
  bottom: 8%;
  z-index: 7;
  width: 390px;
  aspect-ratio: 2.15 / 1;
  transform: rotateZ(5deg) scale(0.96);
}

.weather-matrix-card {
  right: 11%;
  bottom: 8%;
  z-index: 4;
  width: 228px;
  min-height: 152px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(22, 34, 30, 0.92), rgba(35, 28, 24, 0.92)),
    rgba(255, 252, 246, 0.1);
  opacity: 0.86;
  transform: rotateZ(-5deg) scale(0.9);
}

.weather-matrix-card .chart-label {
  position: static;
  display: block;
  margin-bottom: 16px;
}

.matrix-preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.matrix-preview span {
  display: block;
  aspect-ratio: 1;
  border-radius: 7px;
  background: rgba(155, 197, 181, 0.18);
}

.matrix-preview span:nth-child(3n) {
  background: rgba(217, 168, 95, 0.28);
}

.matrix-preview span:nth-child(4n) {
  background: rgba(173, 109, 88, 0.25);
}

.matrix-preview span:nth-child(7n) {
  background: rgba(74, 124, 155, 0.26);
}

.compact-section,
.privacy-band,
.quote-section,
.feature-grid,
.document {
  margin: 28px 0;
}

.compact-section,
.privacy-band,
.quote-section {
  padding: 60px 0;
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: end;
}

.split > p,
.culture p {
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-grid article,
.support-card,
.faq-list article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.58);
}

.feature-grid p,
.faq-list p,
.muted {
  color: var(--muted);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: #244d40;
}

.privacy-band {
  display: grid;
  grid-template-columns: 0.9fr 1fr auto;
  gap: 26px;
  align-items: center;
  background: #24211d;
  color: #fffdfa;
  padding: 56px 34px;
  border-radius: 8px;
}

.privacy-band .eyebrow,
.privacy-band .text-link {
  color: #dbe8e0;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(255, 250, 242, 0.76);
}

.check-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--accent-soft);
}

.text-link {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.quote-section {
  text-align: center;
}

blockquote {
  margin: 0 auto 18px;
  max-width: 760px;
}

blockquote p {
  margin: 0;
  font-size: 4rem;
  line-height: 1.04;
}

.document {
  max-width: 780px;
  padding: 54px 0 72px;
}

.document h1 {
  max-width: 12ch;
}

.document section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.document h2 {
  font-size: 2.1rem;
}

.document-list {
  color: var(--muted);
  padding-left: 1.2rem;
}

.document-list li {
  margin: 0.45rem 0;
}

.faq-list {
  display: grid;
  gap: 14px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #141815;
    --surface: rgba(37, 33, 28, 0.76);
    --surface-strong: #202822;
    --text: #f7fbf6;
    --muted: #b6c1b9;
    --line: rgba(247, 251, 246, 0.13);
    --accent: #9bc5b5;
    --accent-warm: #d99a84;
    --accent-soft: #263b32;
    --shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
  }

  body {
    background: var(--background);
  }

  .button.secondary,
  .status-pill,
  .chart-card,
  .feature-grid article,
  .support-card,
  .faq-list article {
    background: rgba(255, 250, 242, 0.04);
  }

  .chart-orbit::before,
  .chart-orbit::after {
    border-color: rgba(155, 197, 181, 0.15);
  }

  .galaxy-chart {
    background: rgba(255, 250, 242, 0.06);
  }

  .return-node {
    background: rgba(38, 59, 50, 0.86);
  }

  .chart-image-card {
    background: #0d1110;
  }
}

@media (max-width: 880px) {
  .hero,
  .split,
  .privacy-band,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 22px;
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .product-scene {
    position: relative;
    min-height: 510px;
    justify-content: center;
    opacity: 1;
  }

  .phone-frame {
    margin-right: 0;
  }

  .watch-frame {
    right: 2%;
    bottom: 8%;
  }

  .observatory-constellation {
    padding: 58px 0 64px;
  }

  .chart-orbit {
    min-height: 620px;
  }

  .chart-card.sunpath {
    top: 46%;
  }

  .chart-card.galaxy {
    left: 0;
    top: 24%;
  }

  .chart-card.future {
    right: 0;
    top: 22%;
  }

  .chart-card.return-map {
    left: 4%;
  }

  .chart-card.pulse {
    right: 4%;
  }

  .chart-card.seasonality {
    left: 34%;
    top: 1%;
  }

  .chart-card.weather {
    right: 32%;
  }

  .surface-card {
    top: 45%;
    width: min(430px, 54vw);
  }

  .sunpath-card {
    right: 0;
    top: 22%;
    width: min(294px, 36vw);
  }

  .galaxy-card {
    left: 0;
    top: 24%;
    width: min(290px, 36vw);
  }

  .river-card {
    left: 2%;
    bottom: 10%;
    width: min(390px, 45vw);
  }

  .weather-matrix-card {
    right: 3%;
    bottom: 10%;
  }

  .privacy-band {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 3rem;
    line-height: 0.96;
  }

  h2 {
    font-size: 2.1rem;
  }

  blockquote p {
    font-size: 2.3rem;
  }

  .actions {
    flex-direction: column;
  }

  .button,
  .status-pill {
    width: 100%;
  }

  .phone-frame {
    width: 100%;
  }

  .observatory-constellation {
    padding: 48px 0 52px;
  }

  .constellation-copy {
    text-align: left;
  }

  .chart-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: auto;
    margin-top: 22px;
    perspective: none;
  }

  .chart-orbit::before,
  .chart-orbit::after {
    display: none;
  }

  .chart-card,
  .chart-card.sunpath,
  .chart-card.galaxy,
  .chart-card.future,
  .chart-card.return-map,
  .chart-card.pulse,
  .chart-card.seasonality,
  .chart-card.weather {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 148px;
    opacity: 1;
    transform: none;
  }

  .chart-card.sunpath {
    grid-column: 1 / -1;
    min-height: 190px;
  }

  .chart-image-card {
    min-height: 148px;
    aspect-ratio: 1.45 / 1;
  }

  .surface-card {
    grid-column: 1 / -1;
    min-height: 210px;
    aspect-ratio: 1.75 / 1;
  }

  .river-card {
    grid-column: 1 / -1;
    aspect-ratio: 2.1 / 1;
    min-height: 148px;
  }

  .weather-matrix-card {
    min-height: 148px;
    padding: 16px;
  }

  .chart-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .chart-card-top small {
    font-size: 0.68rem;
  }

  .sunpath-chart,
  .galaxy-chart,
  .future-chart,
  .return-chart {
    min-height: 112px;
  }

  .pulse-chart {
    height: 96px;
    gap: 6px;
  }

  .weather-chart {
    min-height: 86px;
  }

  .watch-frame {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -42px;
    justify-self: end;
  }
}

@media (max-width: 340px) {
  .chart-orbit {
    grid-template-columns: 1fr;
  }

  .chart-card.sunpath {
    grid-column: auto;
  }

  .surface-card,
  .river-card {
    grid-column: auto;
  }
}
