@font-face {
  font-family: Instrument;
  src: url("assets/instrument-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: Fragment;
  src: url("assets/fragment-mono.woff2") format("woff2");
  font-display: swap;
}
:root {
  --paper: #f4f6ef;
  --ink: #182a23;
  --green: #245c47;
  --muted: #64746a;
  --line: #dce2d7;
  --lime: #dcebbe;
  --radius: 22px;
  --space: clamp(24px, 5vw, 80px);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    17px/1.6 Instrument,
    system-ui,
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #6c913d;
  outline-offset: 5px;
}
.wrap {
  width: min(1280px, 100% - var(--space) * 2);
  margin: auto;
}
.masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -1px;
}
.eyebrow {
  font:
    11px/1.5 Fragment,
    monospace;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--muted);
}
.release {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #77a255;
  flex-shrink: 0;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
  padding-block: 74px 90px;
}
h1 {
  font-size: clamp(55px, 6.6vw, 92px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -5px;
  margin: 25px 0;
}
h1 em {
  font-style: normal;
  color: var(--green);
}
.intro {
  font-size: 20px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 475px;
}
.hero-download {
  margin: 30px 0 16px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 15px;
  background: white;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #e9eee2;
  transform: translateY(-2px);
}
.primary {
  background: var(--green);
  border-color: var(--green);
  color: white;
  padding: 17px 24px;
}
.primary:hover {
  background: #193f32;
}
.fine {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.product-scene {
  position: relative;
  padding: 145px 0 130px;
  min-width: 0;
}
.orbit {
  position: absolute;
  border: 1px solid #d8e1cc;
  border-radius: 50%;
  z-index: -1;
  inset: 20px -20px;
}
.orbit-two {
  inset: 64px 30px;
}
.scene-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.device-note,
.phone-note {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 40px #243c2610;
  border-radius: 14px;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  z-index: 1;
}
.device-note {
  top: 57px;
  left: 40px;
  transform: rotate(-4deg);
}
small {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-size: 12px;
}
.device-icon {
  font-size: 30px;
  color: var(--green);
}
.device-note .dot {
  margin-left: 25px;
}
.preview-window {
  border: 1px solid #cdd8cb;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 65px #35472d19;
  transform: rotate(-2deg);
  overflow: hidden;
}
.window-bar {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  background: #ebefe6;
  font-size: 11px;
  color: #71816f;
}
.window-dots {
  color: #c4cebd;
  letter-spacing: 3px;
}
.preview-body {
  padding: 25px;
}
.preview-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
}
.preview-heading strong {
  font-size: 22px;
  letter-spacing: -0.6px;
}
.preview-heading small {
  font-size: 10px;
}
.folder-symbol {
  position: relative;
  display: inline-block;
  border: 1.8px solid var(--green);
  border-radius: 3px;
  width: 27px;
  height: 20px;
  flex-shrink: 0;
}
.folder-symbol:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -1.8px;
  border: 1.8px solid var(--green);
  border-bottom: 0;
  width: 11px;
  height: 5px;
  border-radius: 3px 3px 0 0;
  background: white;
}
.folder-symbol.small {
  width: 18px;
  height: 14px;
}
.folder-symbol.small:before {
  width: 7px;
  height: 4px;
  top: -5px;
}
.status {
  font-size: 9px;
  color: var(--green);
  background: #e8f0dc;
  border-radius: 20px;
  padding: 5px 8px;
  margin-left: auto;
  white-space: nowrap;
}
.breadcrumb {
  font-size: 11px;
  color: var(--muted);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb span {
  padding: 0 10px;
}
.file-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.file-row strong {
  font-weight: 500;
}
.file-row > span:nth-last-child(2) {
  margin-left: auto;
  color: var(--muted);
  font-size: 10px;
}
.file-row b {
  font-weight: 400;
  color: var(--muted);
}
.preview-footer {
  font-size: 10px;
  color: var(--muted);
  padding-top: 18px;
}
.preview-footer .dot {
  width: 5px;
  height: 5px;
  margin-right: 6px;
}
.phone-note {
  bottom: 70px;
  right: 12px;
  transform: rotate(4deg);
}
.phone-icon {
  width: 20px;
  height: 32px;
  border: 2px solid var(--green);
  border-radius: 5px;
}
.check {
  color: var(--green);
  background: var(--lime);
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  margin-left: 8px;
}
.scene-caption {
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
  font:
    10px Fragment,
    monospace;
  color: var(--muted);
}
.principles {
  border-block: 1px solid var(--line);
  padding-block: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}
.principles span:before {
  content: "✳";
  color: var(--green);
  margin-right: 12px;
}
.section {
  padding-block: 100px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0 80px;
  align-items: end;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
}
h2 {
  font-size: clamp(34px, 4vw, 53px);
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.12;
  margin: 15px 0 25px;
}
.section-heading > p:last-child {
  color: var(--muted);
  max-width: 400px;
  margin: 0 0 28px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 45px;
}
.feature-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e5ecd9;
  color: var(--green);
  font-size: 25px;
}
h3 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 1.25;
  margin: 22px 0 12px;
}
.feature-grid p,
.steps p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}
.how-section {
  background: #e8edde;
  padding-block: 85px;
}
.how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.how-layout .intro {
  font-size: 17px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid #ccd7c3;
}
.steps li > span {
  font:
    12px Fragment,
    monospace;
  color: var(--green);
  padding-top: 4px;
}
.steps h3 {
  margin: 0 0 12px;
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}
.download-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: #fff;
}
.mac-card {
  background: #e6edd9;
  border-color: #d6dfc9;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.badge {
  font-size: 10px;
  padding: 3px 10px;
  border: 1px solid #becdab;
  border-radius: 20px;
  color: var(--green);
}
.download-card h3 {
  font-size: 31px;
}
.download-card p {
  font-size: 16px;
  color: var(--muted);
  max-width: 360px;
  margin-bottom: 27px;
}
.download-card > small {
  margin-top: 17px;
}
.store-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.store {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 9px 16px;
  text-decoration: none;
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
}
.store small {
  font-size: 10px;
  margin-top: 4px;
}
.link-pending {
  color: var(--muted);
  font-size: 14px;
}
code {
  display: block;
  font:
    13px Fragment,
    monospace;
  background: #e8edde;
  padding: 18px;
  overflow: auto;
  margin: 20px 0;
}
.alpha-note {
  font-size: 12px;
  color: var(--muted);
  max-width: 860px;
  margin-top: 24px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  border-top: 1px solid var(--line);
}
details summary {
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}
details summary::-webkit-details-marker {
  display: none;
}
.answers details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.answers details:first-child {
  padding-top: 0;
}
.answers summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.answers summary:after {
  content: "+";
  color: var(--green);
}
.answers details[open] summary:after {
  content: "−";
}
.answers p {
  color: var(--muted);
  font-size: 15px;
  max-width: 510px;
  margin-bottom: 0;
}
footer {
  border-top: 1px solid var(--line);
  padding-block: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer p {
  color: var(--muted);
  font-size: 14px;
}
footer > span {
  font-size: 11px;
  color: var(--muted);
}
footer .brand {
  font-size: 23px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 90px 110px;
  }
}
@media (max-width: 1000px) {
  h1 {
    letter-spacing: -3px;
  }
  .hero {
    gap: 20px;
  }
  .preview-body {
    padding: 18px;
  }
  .status {
    display: none;
  }
  .how-layout {
    gap: 50px;
  }
  .questions {
    gap: 40px;
  }
  .feature-grid {
    gap: 28px;
  }
  .section-heading {
    gap: 0 40px;
  }
}
@media (max-width: 720px) {
  .masthead {
    padding-block: 22px;
  }
  .release {
    font-size: 9px;
    letter-spacing: 0.4px;
  }
  .brand {
    font-size: 25px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 40px 30px;
    gap: 20px;
  }
  h1 {
    font-size: clamp(40px, 11.7vw, 64px);
    letter-spacing: -2.4px;
  }
  .intro {
    font-size: 18px;
  }
  .product-scene {
    padding-top: 130px;
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .orbit {
    inset: 25px 0;
  }
  .orbit-two {
    inset: 65px 30px;
  }
  .preview-body {
    padding: 22px;
  }
  .status {
    display: block;
  }
  .principles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 11px;
    gap: 15px 10px;
  }
  .principles span:before {
    margin-right: 7px;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading,
  .feature-grid,
  .how-layout,
  .download-grid,
  .questions {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-heading {
    gap: 0;
  }
  .section-heading > p:last-child {
    margin-bottom: 0;
  }
  .feature-grid {
    gap: 35px;
    margin-top: 30px;
  }
  .feature-grid article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0 18px;
  }
  .feature-grid h3 {
    margin: 0 0 10px;
  }
  .feature-grid p {
    grid-column: 2;
  }
  .feature-number {
    grid-row: span 2;
  }
  .how-section {
    padding-block: 55px;
  }
  .how-layout {
    gap: 30px;
  }
  .download-card {
    padding: 25px;
  }
  .questions {
    gap: 30px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer p {
    margin: 0;
  }
  footer > span {
    width: 100%;
  }
  .device-note {
    left: 20px;
  }
  .phone-note {
    right: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}

.release-notes {
  margin-top: 24px;
  font-size: 14px;
}
.release-notes pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    13px/1.7 Instrument,
    sans-serif;
  color: var(--muted);
}

/* Ownership is part of the product explanation, alongside the everyday benefits. */
.hero-download {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}
.setup-link {
  font-size: 13px;
  color: var(--green);
  text-decoration: none;
}
.setup-link:hover {
  text-decoration: underline;
}
.ownership {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding-block: 0 90px;
}
.ownership h2 {
  font-size: clamp(32px, 3.4vw, 46px);
}
.ownership-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
}
.ownership-copy .ownership-tradeoff {
  font-size: 14px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-bottom: 0;
}
#setup {
  scroll-margin-top: 24px;
}
@media (max-width: 720px) {
  .ownership {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 55px;
  }
  .hero .eyebrow {
    max-width: 290px;
  }
}

.button.link-pending {
  color: var(--ink);
}
.button.primary.link-pending {
  color: white;
}
.button.link-pending:hover {
  transform: none;
}

.platform-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  fill: currentColor;
  vertical-align: middle;
}
.button {
  justify-content: center;
  gap: 10px;
}
.download-arrow {
  margin-left: 8px;
}
.store {
  display: flex;
  align-items: center;
  gap: 10px;
}
.store .platform-icon {
  width: 23px;
  height: 23px;
}
@media (max-width: 480px) {
  .store-row {
    flex-direction: column;
  }
}

/* Shared controls keep preview and live-download icons on the same center line. */
.button,
.button.link-pending {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1.35;
}
.button > .platform-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.button > span:not(.download-arrow) {
  min-width: 0;
}
.download-alternatives {
  border-top: 1px solid #ccd8bf;
  margin-top: 26px;
  padding-top: 19px;
}
.download-alternatives-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 9px;
  gap: 2px;
}
.download-alternatives-list .button {
  border: 0;
  background: none;
  padding: 8px 0;
  font-size: 13px;
  justify-content: flex-start;
}
.download-alternatives-list .download-arrow {
  margin-left: 0;
}
.hub-download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 22px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #edf0e7;
}
.hub-download h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 14px;
  font-size: 27px;
}
.hub-download h3 .platform-icon {
  width: 30px;
  height: 30px;
  color: var(--green);
}
.hub-download-copy > p {
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 14px;
  max-width: 430px;
}
.hub-download-copy .hub-platforms {
  font-size: 12px;
  margin-bottom: 0;
}
.hub-download-action {
  align-self: center;
  min-width: 0;
}
.hub-download-action code {
  margin: 0 0 18px;
  background: #e2e8d8;
  border-radius: 8px;
  font-size: 12px;
}
.hub-download-action small {
  margin-top: 16px;
  max-width: 400px;
}
@media (max-width: 720px) {
  .hub-download {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px;
  }
  .hub-download-action .button {
    font-size: 14px;
  }
}
/* Slow, offset floating rhythms keep the device illustrations alive. */
@media (prefers-reduced-motion: no-preference) {
  .product-scene .device-note {
    animation: hub-float 7s ease-in-out infinite;
  }
  .product-scene .phone-note {
    animation: phone-float 8s ease-in-out infinite;
  }
  .product-scene .preview-window {
    animation: window-float 9s ease-in-out infinite;
  }
  .network-device {
    animation: replica-float 7s ease-in-out infinite;
  }
  .network-device:nth-of-type(2) {
    animation-delay: -2.5s;
  }
  .network-device:nth-of-type(3) {
    animation-delay: -4.5s;
  }
  .network-hub {
    animation: replica-float 9s ease-in-out infinite reverse;
  }
  .network-orbit {
    transform-origin: 200px 215px;
    animation: ring-breathe 9s ease-in-out infinite;
  }
  .network-orbit-outer {
    animation-delay: -4.5s;
  }
}
@keyframes hub-float {
  0%,
  100% {
    transform: translateY(5px) rotate(-4deg);
  }
  50% {
    transform: translateY(-7px) rotate(-3deg);
  }
}
@keyframes phone-float {
  0%,
  100% {
    transform: translateY(-5px) rotate(4deg);
  }
  50% {
    transform: translateY(8px) rotate(3deg);
  }
}
@keyframes window-float {
  0%,
  100% {
    transform: translateY(3px) rotate(-2deg);
  }
  50% {
    transform: translateY(-4px) rotate(-1.6deg);
  }
}
@keyframes replica-float {
  0%,
  100% {
    translate: 0 3px;
  }
  50% {
    translate: 0 -4px;
  }
}
@keyframes ring-breathe {
  0%,
  100% {
    scale: 1;
    opacity: 0.7;
  }
  50% {
    scale: 1.025;
    opacity: 1;
  }
}

.network {
  width: 100%;
  max-width: 440px;
  margin: 28px 0 0;
}
.network-diagram {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.network-orbit {
  fill: none;
  stroke: #d1dcc6;
  stroke-width: 1;
}
.network-device > rect {
  fill: var(--paper);
  stroke: #c9d5bf;
  stroke-width: 1;
}
.network-device-icon {
  fill: none;
  stroke: var(--green);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.network-device text {
  text-anchor: middle;
  fill: var(--ink);
  font-size: 16px;
  font-weight: 500;
}
.network-hub > rect {
  fill: var(--green);
}
.network-hub text {
  text-anchor: middle;
}
.network-hub-title {
  fill: #fff;
  font-size: 18px;
  font-weight: 600;
}
.network-hub-caption {
  fill: #d8e5d0;
  font-size: 12px;
}
.network figcaption {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
