:root {
  --snow: #f7f7f2;
  --fjord: #426f83;
  --fjord-deep: #285265;
  --fjord-soft: #dbe9ee;
  --pine: #264f47;
  --pine-deep: #153b34;
  --pine-soft: #dce9e4;
  --cabin: #cb5d52;
  --cabin-deep: #a9463e;
  --cabin-soft: #f2d8d4;
  --ink: #152b35;
  --muted: #62737a;
  --paper: #fbfcf9;
  --paper-cool: #eef3f1;
  --white: #fff;
  --line: rgba(21, 43, 53, 0.13);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 30px 80px rgba(28, 57, 66, 0.15);
  --shadow-soft: 0 18px 50px rgba(34, 65, 75, 0.1);
  --radius: 28px;
  --radius-small: 16px;
  --shell: min(1200px, calc(100% - 48px));
  --display: "Avenir Next", Avenir, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--display);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--display);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: #fff;
  background: var(--fjord);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5.2vw, 72px);
}

h3 {
  font-size: clamp(24px, 2.7vw, 36px);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 9px 14px;
  color: white;
  background: var(--ink);
  border-radius: 9px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.subpage .site-header {
  border-color: var(--line);
  background: rgba(251, 252, 249, 0.9);
  box-shadow: 0 8px 30px rgba(29, 55, 62, 0.05);
  backdrop-filter: blur(20px) saturate(130%);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.brand-mark::before {
  top: 7px;
  left: 11px;
  width: 10px;
  height: 2px;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.brand-mark::after {
  top: 5px;
  bottom: 5px;
  left: 6px;
  width: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #36515d;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--cabin-deep);
}

.nav-cta {
  padding: 10px 16px;
  color: white !important;
  background: var(--pine);
  border-radius: 12px;
}

.soon-label {
  margin-left: 4px;
  opacity: 0.68;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background: var(--ink);
  border-radius: 2px;
  content: "";
}

.menu-toggle span::before {
  transform: translateY(-6px);
}

.menu-toggle span::after {
  transform: translateY(4px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 95px;
  background:
    radial-gradient(circle at 84% 3%, rgba(66, 111, 131, 0.23), transparent 28rem),
    radial-gradient(circle at 12% 45%, rgba(203, 93, 82, 0.12), transparent 24rem),
    linear-gradient(145deg, var(--snow), #edf4f1 60%, #e4eef0);
}

.hero::before {
  position: absolute;
  top: 12%;
  right: -13%;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(66, 111, 131, 0.11);
  border-radius: 50%;
  content: "";
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.79fr) minmax(570px, 1.21fr);
  align-items: center;
  gap: clamp(48px, 7vw, 105px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cabin-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #b7d4d3;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(60px, 7vw, 96px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
  color: var(--fjord);
}

.hero-lede {
  max-width: 570px;
  margin: 28px 0 0;
  color: #526870;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--pine);
  border-radius: 13px;
  color: white;
  background: var(--pine);
  box-shadow: 0 13px 30px rgba(38, 79, 71, 0.18);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.button-ghost {
  color: var(--ink);
  border-color: rgba(21, 43, 53, 0.18);
  background: rgba(255, 255, 255, 0.63);
  box-shadow: none;
}

.button-light {
  color: var(--pine-deep);
  border-color: white;
  background: white;
  box-shadow: 0 12px 34px rgba(3, 27, 22, 0.22);
}

.hero-meta {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: #6b7a7f;
  font-size: 12px;
  font-weight: 600;
}

.hero-meta span:not(:first-child)::before {
  margin-right: 18px;
  color: var(--cabin);
  content: "•";
}

.product-stage {
  position: relative;
  min-width: 0;
  padding: 30px 0 40px;
}

.stage-glow {
  position: absolute;
  inset: 1% -7% -8% 2%;
  border-radius: 48%;
  background: rgba(66, 111, 131, 0.18);
  filter: blur(50px);
}

.app-window {
  position: relative;
  z-index: 1;
  min-height: 510px;
  display: grid;
  overflow: hidden;
  grid-template-columns: 168px minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: #fdfdfb;
  box-shadow: 0 40px 90px rgba(23, 55, 64, 0.23);
}

.mock-sidebar {
  position: relative;
  padding: 17px 13px 75px;
  color: white;
  background: var(--fjord);
}

.traffic {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
}

.traffic i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.mock-search {
  margin-bottom: 19px;
  padding: 9px;
  border-radius: 9px;
  color: #49636f;
  background: rgba(255, 255, 255, 0.93);
  font-size: 8px;
}

.mock-sidebar small {
  display: block;
  margin: 14px 7px 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.mock-nav {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 2px 0;
  padding: 8px 8px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  font-weight: 600;
}

.mock-nav svg,
.mock-bottom svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mock-nav.active {
  color: white;
  background: rgba(255, 255, 255, 0.15);
}

.mock-bottom {
  position: absolute;
  right: 20px;
  bottom: 19px;
  left: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 8px;
}

.mock-bottom div {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 21px;
}

.mock-library {
  padding: 35px 26px;
  background:
    radial-gradient(circle at 92% 0, rgba(66, 111, 131, 0.08), transparent 28%),
    #fdfdfb;
}

.mock-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mock-heading strong,
.mock-heading small {
  display: block;
}

.mock-heading strong {
  font-size: 19px;
}

.mock-heading small {
  margin-top: 2px;
  color: #7b898d;
  font-size: 7px;
}

.mock-heading > div:last-child {
  display: flex;
  gap: 7px;
}

.mock-heading span {
  padding: 6px 8px;
  border: 1px solid rgba(21, 43, 53, 0.12);
  border-radius: 7px;
  color: #4f6269;
  background: white;
  font-size: 6px;
}

.cover-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
}

.cover {
  position: relative;
  display: block;
  aspect-ratio: 0.68;
  overflow: hidden;
  border-radius: 2px 4px 4px 2px;
  background: var(--cabin);
  box-shadow: 0 8px 15px rgba(15, 35, 44, 0.18);
}

.cover::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.23), rgba(255, 255, 255, 0.14), transparent);
  content: "";
}

.cover::after {
  position: absolute;
  top: 18%;
  right: 15%;
  left: 18%;
  height: 9%;
  border-top: 4px solid rgba(255, 255, 255, 0.77);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  content: "";
}

.mock-pagination {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #718085;
  font-size: 6px;
}

.mock-pagination span {
  padding: 5px 7px;
  border: 1px solid rgba(21, 43, 53, 0.12);
  border-radius: 6px;
  background: white;
}

.mock-pagination b {
  font-weight: 600;
}

.cover.c2 {
  background: linear-gradient(155deg, #1b333c, #487b86 60%, #d3a470);
}

.cover.c3 {
  background: linear-gradient(145deg, #d9bf6b, #ca734d 62%, #7c382e);
}

.cover.c4 {
  background: linear-gradient(160deg, #d9e7df, #3d7169 55%, #173d37);
}

.cover.c5 {
  background: linear-gradient(165deg, #d3d7cd, #707969);
}

.cover.c6 {
  background: linear-gradient(150deg, #d16b5b, #e2a15d 55%, #315d70);
}

.cover.c7 {
  background: linear-gradient(150deg, #263e63, #798fb7 58%, #eee6d9);
}

.cover.c8 {
  background: linear-gradient(160deg, #231f27, #69586f 62%, #b8745b);
}

.cover.c9 {
  background: linear-gradient(155deg, #9eb99e, #3b695c 58%, #efe8d3);
}

.cover.c10 {
  background: linear-gradient(145deg, #d9d1b2, #a75a48 60%, #513d39);
}

.cover.c11 {
  background: linear-gradient(160deg, #244656, #719dad 62%, #d7c7a8);
}

.cover.c12 {
  background: linear-gradient(150deg, #c77266, #f2d6a1 52%, #4c715e);
}

.floating-card {
  position: absolute;
  z-index: 3;
  right: -28px;
  bottom: 7px;
  width: 178px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 20px 48px rgba(20, 48, 56, 0.18);
  backdrop-filter: blur(16px);
}

.floating-card span {
  display: block;
  color: var(--cabin-deep);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.floating-card strong {
  display: block;
  margin: 2px 0 11px;
  font-size: 15px;
}

.floating-card > i {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.floating-card b {
  width: 9px;
  height: 12px;
  border-radius: 2px;
  background: var(--fjord-soft);
}

.floating-card b:nth-child(2),
.floating-card b:nth-child(5) {
  height: 23px;
}

.floating-card b:nth-child(3),
.floating-card b:nth-child(7) {
  height: 17px;
  background: var(--fjord);
}

.floating-card b:nth-child(4),
.floating-card b:nth-child(8) {
  height: 28px;
  background: var(--cabin);
}

.proof-strip {
  color: white;
  background: var(--pine);
}

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

.proof {
  min-height: 118px;
  padding: 28px 24px;
  border-left: 1px solid var(--line-light);
}

.proof:last-child {
  border-right: 1px solid var(--line-light);
}

.proof span,
.proof strong {
  display: block;
}

.proof span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.proof strong {
  font-size: 15px;
  font-weight: 600;
}

.section {
  padding: 125px 0;
}

.section-heading {
  margin-bottom: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  align-items: end;
  gap: 80px;
}

.section-heading p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.library-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(45px, 7vw, 95px);
}

.illustration-frame {
  overflow: hidden;
  border: 1px solid rgba(21, 43, 53, 0.09);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-soft);
}

.illustration-frame img {
  width: 100%;
  height: auto;
}

.feature-copy h3,
.sync-copy h2 {
  margin-bottom: 20px;
}

.feature-copy p,
.sync-copy > p {
  color: var(--muted);
  font-size: 17px;
}

.feature-number {
  margin-bottom: 17px;
  color: var(--cabin);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.quiet-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.quiet-list li {
  position: relative;
  padding: 13px 0 13px 27px;
  border-top: 1px solid var(--line);
  color: #4d626a;
  font-size: 14px;
}

.quiet-list li::before {
  position: absolute;
  top: 14px;
  left: 2px;
  color: var(--cabin);
  content: "✓";
  font-weight: 800;
}

.feature-cards {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-cards article {
  min-height: 270px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(66, 111, 131, 0.08), transparent 45%),
    white;
}

.feature-cards article:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0, rgba(38, 79, 71, 0.1), transparent 45%),
    white;
}

.feature-cards article:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0, rgba(203, 93, 82, 0.1), transparent 45%),
    white;
}

.feature-cards article > span {
  color: var(--cabin-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-cards h3 {
  margin: 30px 0 15px;
  font-size: 27px;
}

.feature-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pine-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 5% 5%, rgba(66, 111, 131, 0.4), transparent 28rem),
    linear-gradient(140deg, #173c38, var(--pine-deep));
}

.pine-section::after {
  position: absolute;
  right: -160px;
  bottom: -300px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.split-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(350px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(50px, 8vw, 115px);
}

.split-copy h2 {
  max-width: 500px;
}

.split-copy > p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.illustration-frame.pale {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 35px 90px rgba(2, 24, 20, 0.34);
}

.metric-row {
  margin: 38px 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.metric-row div {
  padding: 20px 11px 20px 0;
}

.metric-row div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.metric-row strong,
.metric-row span {
  display: block;
}

.metric-row strong {
  font-size: 25px;
  font-weight: 600;
}

.metric-row span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link {
  color: var(--fjord-deep);
  font-size: 14px;
  font-weight: 700;
}

.light-link {
  color: white;
}

.sync-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.sync-copy h2 {
  font-size: clamp(42px, 4.8vw, 67px);
}

.sync-rules {
  margin: 32px 0;
}

.sync-rules > div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.sync-rules i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cabin-deep);
  background: var(--cabin-soft);
  font-style: normal;
  font-weight: 800;
}

.sync-rules strong,
.sync-rules span span {
  display: block;
}

.sync-rules strong {
  color: var(--ink);
  font-size: 14px;
}

.sync-rules span {
  color: var(--muted);
  font-size: 13px;
}

.fine-print {
  padding: 16px 18px;
  border-left: 3px solid var(--fjord);
  background: var(--fjord-soft);
  font-size: 12px !important;
}

.data-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(66, 111, 131, 0.12), transparent 28rem),
    var(--paper-cool);
}

.data-map {
  display: grid;
  grid-template-columns: 1fr 90px 1fr 90px 1fr;
  align-items: center;
}

.data-card {
  min-height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.data-card.featured {
  color: white;
  border-color: var(--fjord);
  background: var(--fjord);
  box-shadow: 0 24px 55px rgba(66, 111, 131, 0.22);
  transform: translateY(-12px);
}

.data-card small {
  margin-bottom: 22px;
  color: var(--cabin-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.data-card.featured small {
  color: #d7eceb;
}

.data-card strong {
  font-size: 20px;
}

.data-card span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.data-card.featured span {
  color: rgba(255, 255, 255, 0.7);
}

.data-connector {
  position: relative;
  height: 1px;
  background: rgba(21, 43, 53, 0.18);
}

.data-connector::after {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(21, 43, 53, 0.35);
  border-right: 1px solid rgba(21, 43, 53, 0.35);
  content: "";
  transform: rotate(45deg);
}

.data-note {
  max-width: 760px;
  margin: 44px auto 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.palette-section {
  overflow: hidden;
}

.palette-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
  align-items: center;
  gap: 90px;
}

.palette-copy > p {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.swatches {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swatches span {
  padding: 8px 12px 8px 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-size: 11px;
  font-weight: 700;
}

.swatches i {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(21, 43, 53, 0.12);
  border-radius: 50%;
  background: var(--snow);
}

.swatches .fjord i {
  background: var(--fjord);
}

.swatches .pine i {
  background: var(--pine);
}

.swatches .cabin i {
  background: var(--cabin);
}

.swatches .glass i {
  background: linear-gradient(135deg, rgba(66, 111, 131, 0.24), rgba(255, 255, 255, 0.8));
}

.palette-quote {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  color: white;
  background:
    radial-gradient(circle at 90% 10%, rgba(66, 111, 131, 0.6), transparent 45%),
    linear-gradient(145deg, #102c38, #183f49 55%, #173c38);
  box-shadow: var(--shadow);
}

.palette-quote::before {
  position: absolute;
  top: -130px;
  right: -130px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.palette-quote small {
  color: var(--cabin);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.palette-quote blockquote {
  max-width: 570px;
  margin: 45px 0;
  font-size: clamp(31px, 3.8vw, 48px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.14;
}

.palette-quote blockquote::first-letter {
  color: var(--cabin);
}

.palette-quote > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.help-ribbon {
  padding: 105px 0;
  color: white;
  background:
    radial-gradient(circle at 80% 0, rgba(66, 111, 131, 0.75), transparent 35rem),
    var(--pine);
}

.help-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: 90px;
}

.help-layout h2 {
  max-width: 650px;
}

.help-layout p {
  max-width: 620px;
  margin: 25px 0 30px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
}

.help-shelf {
  height: 280px;
  padding: 45px 45px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 13px;
  border-bottom: 8px solid rgba(255, 255, 255, 0.25);
}

.help-shelf i {
  position: relative;
  width: 48px;
  height: 160px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 3px 10px 8px 3px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 8px 12px 0 rgba(0, 0, 0, 0.07);
}

.help-shelf i:nth-child(2),
.help-shelf i:nth-child(5) {
  height: 205px;
  background: rgba(66, 111, 131, 0.42);
}

.help-shelf i:nth-child(3) {
  height: 185px;
  background: rgba(203, 93, 82, 0.48);
}

.help-shelf i:nth-child(4) {
  width: 83px;
  height: 83px;
  border-radius: 10px;
}

.help-shelf i:nth-child(6) {
  height: 225px;
}

.help-shelf i:nth-child(7) {
  width: 72px;
  height: 72px;
  border-radius: 9px;
  background: rgba(203, 93, 82, 0.35);
}

.release-section {
  padding: 95px 0;
  background: var(--snow);
}

.release-panel {
  padding: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 0 100%, rgba(203, 93, 82, 0.34), transparent 32rem),
    linear-gradient(135deg, #183441, #102b36);
  box-shadow: var(--shadow);
}

.release-panel h2 {
  font-size: clamp(40px, 5vw, 66px);
}

.release-panel p {
  max-width: 670px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}

.release-button {
  min-width: 215px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.site-footer {
  padding: 75px 0 28px;
  color: #c9d5d7;
  background: #102630;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 0.8fr);
  gap: 55px;
}

.site-footer .brand {
  color: white;
}

.footer-brand p {
  max-width: 300px;
  margin: 19px 0 0;
  color: #82979f;
  font-size: 13px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
}

.footer-column strong {
  margin-bottom: 8px;
  color: white;
  font-size: 12px;
}

.footer-column a {
  color: #879ca4;
  text-decoration: none;
}

.footer-column a:hover {
  color: white;
}

.footer-bottom {
  margin-top: 62px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #6f8790;
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

:focus-visible {
  outline: 3px solid rgba(203, 93, 82, 0.55);
  outline-offset: 4px;
}

/* Shared subpages */
.subpage {
  background:
    radial-gradient(circle at 85% 0, rgba(66, 111, 131, 0.12), transparent 28rem),
    var(--paper);
}

.subpage main {
  min-height: 72vh;
}

.subpage-hero {
  padding: 160px 0 80px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 10%, rgba(66, 111, 131, 0.18), transparent 28rem),
    linear-gradient(145deg, var(--snow), #eff4f1);
}

.subpage-hero .shell {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 0.55fr);
  align-items: center;
  gap: 75px;
}

.subpage-hero h1 {
  margin: 0;
  font-size: clamp(58px, 7vw, 92px);
  letter-spacing: -0.075em;
}

.subpage-hero p {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.subpage-art {
  position: relative;
  min-height: 245px;
  display: grid;
  place-items: center;
}

.subpage-art::before,
.subpage-art::after {
  position: absolute;
  border: 1px solid rgba(66, 111, 131, 0.18);
  border-radius: 50%;
  content: "";
}

.subpage-art::before {
  width: 240px;
  height: 240px;
}

.subpage-art::after {
  width: 160px;
  height: 160px;
}

.subpage-art .brand-mark {
  z-index: 1;
  width: 80px;
  height: 80px;
  color: var(--cabin);
  transform: scale(2);
}

.subpage-art .brand-mark::before {
  top: 20px;
  left: 32px;
  width: 34px;
  height: 4px;
  box-shadow: 0 18px 0 currentColor, 0 36px 0 currentColor;
}

.subpage-art .brand-mark::after {
  top: 14px;
  bottom: 14px;
  left: 18px;
  width: 4px;
}

.subpage-art.changelog-art::before,
.subpage-art.changelog-art::after {
  content: none;
}

.changelog-art img {
  width: min(100%, 440px);
  display: block;
  border: 1px solid rgba(66, 111, 131, 0.16);
  border-radius: 30px;
  box-shadow: 0 24px 55px rgba(15, 43, 55, 0.11);
}

.content-shell {
  width: min(920px, calc(100% - 48px));
  margin-inline: auto;
  padding: 90px 0 120px;
}

.content-shell.wide {
  width: var(--shell);
}

.content-shell > article {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.content-shell > article:first-child {
  padding-top: 0;
}

.content-shell article h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 48px);
}

.content-shell article h3 {
  margin: 30px 0 10px;
  font-size: 22px;
}

.content-shell article p,
.content-shell article li {
  color: #52676f;
}

.content-shell article a {
  color: var(--fjord-deep);
}

.callout {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--cabin);
  border-radius: 0 13px 13px 0;
  background: var(--cabin-soft);
  color: #653d39;
}

.page-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.page-card {
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.72);
}

.page-card small {
  color: var(--cabin-deep);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.page-card h2,
.page-card h3 {
  margin: 20px 0 13px;
}

.page-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.status-pill {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--pine-deep);
  background: var(--pine-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .hero-layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
    gap: 45px;
  }

  .app-window {
    min-height: 470px;
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .mock-library {
    padding: 32px 20px;
  }

  .cover-grid {
    gap: 16px 12px;
  }

  .section-heading,
  .library-feature,
  .split-layout,
  .sync-layout,
  .palette-layout,
  .help-layout {
    gap: 50px;
  }
}

@media (max-width: 900px) {
  .site-header {
    background: rgba(251, 252, 249, 0.9);
    backdrop-filter: blur(20px);
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 68px;
    right: 24px;
    left: 24px;
    padding: 17px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 10px 12px;
  }

  .nav-cta {
    margin-top: 7px;
    text-align: center;
  }

  .hero {
    padding: 132px 0 75px;
  }

  .hero-layout,
  .library-feature,
  .split-layout,
  .sync-layout,
  .palette-layout,
  .help-layout,
  .subpage-hero .shell {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 700px;
  }

  .product-stage {
    max-width: 720px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof:nth-child(3) {
    border-top: 1px solid var(--line-light);
  }

  .proof:nth-child(4) {
    border-top: 1px solid var(--line-light);
  }

  .section {
    padding: 95px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .feature-cards article {
    min-height: 0;
  }

  .split-copy {
    max-width: 700px;
  }

  .pine-section .illustration-frame {
    order: -1;
  }

  .data-map {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .data-connector {
    width: 1px;
    height: 34px;
    margin-inline: auto;
  }

  .data-connector::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .data-card.featured {
    transform: none;
  }

  .palette-quote {
    min-height: 360px;
  }

  .release-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 30px;
  }

  .subpage-art {
    display: none;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: min(100% - 28px, 1200px);
  }

  .nav {
    min-height: 68px;
  }

  .hero {
    padding: 115px 0 62px;
  }

  .hero h1 {
    font-size: clamp(53px, 16vw, 75px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-meta span:not(:first-child)::before {
    display: none;
  }

  .app-window {
    min-height: 405px;
    grid-template-columns: 105px minmax(0, 1fr);
    border-radius: 18px;
    transform: none;
  }

  .mock-sidebar {
    padding: 14px 8px 66px;
  }

  .traffic {
    margin-bottom: 18px;
  }

  .mock-search {
    padding: 7px;
    font-size: 6px;
  }

  .mock-nav {
    padding: 7px 5px;
    font-size: 6px;
  }

  .mock-library {
    padding: 25px 12px;
  }

  .mock-heading {
    margin-bottom: 16px;
  }

  .mock-heading strong {
    font-size: 14px;
  }

  .mock-heading > div:last-child span:first-child {
    display: none;
  }

  .cover-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 9px;
  }

  .cover:nth-child(n + 10) {
    display: none;
  }

  .floating-card {
    right: -5px;
    bottom: -18px;
    transform: scale(0.86);
    transform-origin: bottom right;
  }

  .proof {
    min-height: 108px;
    padding: 22px 15px;
  }

  .proof strong {
    font-size: 13px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading p,
  .feature-copy p,
  .sync-copy > p,
  .split-copy > p,
  .palette-copy > p,
  .help-layout p {
    font-size: 16px;
  }

  .feature-cards article {
    padding: 25px;
  }

  .metric-row strong {
    font-size: 20px;
  }

  .data-card {
    min-height: 180px;
  }

  .palette-quote {
    min-height: 320px;
    padding: 35px 27px;
  }

  .help-shelf {
    height: 210px;
    padding: 20px 12px 0;
    gap: 8px;
  }

  .help-shelf i {
    width: 33px;
    height: 120px;
  }

  .help-shelf i:nth-child(2),
  .help-shelf i:nth-child(5) {
    height: 155px;
  }

  .help-shelf i:nth-child(3) {
    height: 138px;
  }

  .help-shelf i:nth-child(4),
  .help-shelf i:nth-child(7) {
    width: 57px;
    height: 57px;
  }

  .help-shelf i:nth-child(6) {
    height: 170px;
  }

  .release-panel {
    padding: 38px 27px;
  }

  .release-button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .subpage-hero {
    padding: 125px 0 60px;
  }

  .subpage-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .content-shell {
    width: min(100% - 28px, 920px);
    padding: 65px 0 90px;
  }

  .page-cards {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
