:root {
	--paper: #f6f5ee;
	--ink: #233d33;
	--muted: #617066;
	--line: #dce0d4;
	--green: #193e33;
	--lime: #d4ed95;
	--serif: georgia, "Times New Roman", serif;
	--sans: -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
	cursor: pointer;
}

a,
button {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #6b873b;
	outline-offset: 6px;
}

a:hover {
	text-decoration-thickness: 1px;
}


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


p {
	line-height: 1.75;
}

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

h1,
h2 {
	font-family: var(--serif);
	font-weight: 400;
	letter-spacing: -2.8px;
}

h2 {
	font-size: clamp(38px, 4vw, 56px);
	line-height: 1.1;
	margin-bottom: 24px;
}

h1 em,
h2 em {
	font-weight: 400;
	color: #687e51;
}

.wrap {
	width: min(1240px, calc(100% - 112px));
	margin-inline: auto;
}

.eyebrow {
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.6;
	letter-spacing: 1.7px;
	margin-bottom: 26px;
}

.status-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #79994d;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 7px;
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	padding: 17px 23px;
	border: 1px solid var(--green);
	background: var(--green);
	color: #fff;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	transition:
		background 160ms,
		transform 160ms;
}

.button:hover {
	background: #2b5846;
	transform: translateY(-2px);
}

.button > span,
.text-link > span {
	font-size: 19px;
	line-height: 1;
}

.button-small {
	padding: 12px 17px;
	font-size: 12px;
	gap: 23px;
}

.text-link {
	font-size: 12px;
	font-weight: 600;
	display: inline-flex;
	gap: 16px;
	align-items: center;
	line-height: 1.8;
}

.text-link:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.skip-link {
	position: fixed;
	top: -70px;
	left: 20px;
	padding: 15px;
	z-index: 10;
	background: #fff;
}

.skip-link:focus {
	top: 10px;
}

.site-header {
	height: 99px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--line);
}

.brand {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	font-weight: 650;
	letter-spacing: -0.9px;
}

.brand img {
	margin-right: 11px;
}

.brand span {
	font-weight: 350;
}

.site-header nav {
	display: flex;
	gap: 35px;
	margin-left: 55px;
	font-size: 12px;
	font-weight: 500;
}

:where(.site-header nav) a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.nav-github span {
	margin-left: 5px;
}

.hero {
	display: grid;
	grid-template-columns: 1fr 1.08fr;
	gap: 42px;
	align-items: center;
	padding-block: 88px 86px;
}

.hero h1 {
	font-size: clamp(65px, 6.3vw, 90px);
	line-height: 0.99;
	letter-spacing: -4.5px;
	margin-bottom: 28px;
}

.hero-description {
	color: var(--muted);
	font-size: 16px;
	max-width: 398px;
	margin-bottom: 28px;
}

.hero-description strong {
	font-weight: 550;
	color: var(--ink);
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

.hero-footnote {
	color: var(--muted);
	font-size: 11px;
	margin: 23px 0 0;
}

.knowledge-map {
	height: 540px;
	position: relative;
	isolation: isolate;
	background-image: radial-gradient(#cdd4c2 1px, transparent 1px);
	background-size: 18px 18px;
	border-radius: 50%;
}

.map-label {
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	font-size: 9px;
	letter-spacing: 1.5px;
	color: var(--muted);
}

.map-orbit {
	position: absolute;
	border: 1px solid #dde1d2;
	border-radius: 50%;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.orbit-one {
	width: 370px;
	height: 370px;
}

.orbit-two {
	width: 500px;
	height: 500px;
}

.map-connections {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.map-connections path {
	stroke: #a3b294;
	stroke-width: 1.3;
	fill: none;
}

.map-connections circle {
	fill: #71945a;
	stroke: var(--paper);
	stroke-width: 3px;
}

.map-node {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 15px;
	border: 1px solid #e0e4d7;
	background: #fffef9;
	box-shadow: 0 8px 24px #243b3210;
	border-radius: 11px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
}

.map-node small {
	display: block;
	color: var(--muted);
	font-size: 9px;
	font-weight: 400;
	margin-top: 6px;
}

.app-icon {
	height: 44px;
	width: 44px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 29px;
	border-radius: 12px;
	font-weight: 400;
	line-height: 1;
	font-family: var(--sans);
}

.lavender {
	background: #e8e3f3;
	color: #71618e;
}

.peach {
	background: #f7e2d2;
	color: #a86d40;
}

.sage {
	background: #e0e9d5;
	color: #547246;
}

.blue {
	background: #e0e9f4;
	color: #617e9e;
}

.yellow {
	background: #f5edcc;
	color: #92803a;
}

.mint {
	background: #deebdf;
	color: #598164;
}

.node-notes {
	top: 83px;
	left: 9%;
	transform: rotate(-6deg);
}

.node-todo {
	top: 94px;
	right: 4%;
	transform: rotate(5deg);
}

.node-readwise {
	top: 243px;
	left: -2%;
	transform: rotate(-3deg);
}

.node-stuff {
	top: 260px;
	right: -4%;
	transform: rotate(4deg);
}

.node-evernote {
	top: 406px;
	left: 8%;
	transform: rotate(3deg);
}

.node-ai {
	top: 402px;
	right: 4%;
	transform: rotate(-5deg);
}

.map-center {
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid var(--paper);
	background: var(--green);
	width: 172px;
	height: 183px;
	border-radius: 27px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fffdf4;
	box-shadow: 0 12px 30px #193e3326;
}

.wp-mark {
	display: grid;
	place-content: center;
	width: 31px;
	height: 31px;
	border: 1px solid #adbe9d;
	border-radius: 50%;
	font:
		italic 23px Georgia,
		serif;
	color: var(--lime);
	margin-bottom: 10px;
}

.map-center strong {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.map-center-caption {
	font-size: 7px;
	letter-spacing: 1.4px;
	margin-top: 14px;
	color: #d4dfcb;
}

.map-footer {
	position: absolute;
	bottom: -19px;
	text-align: center;
	width: 100%;
	font-size: 10px;
	color: var(--muted);
}

.principles {
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding-block: 29px 36px;
	font-size: 11px;
	color: var(--muted);
}

.principles span {
	display: flex;
	align-items: center;
	gap: 12px;
}

.principles i {
	font-size: 21px;
	color: #53664a;
	font-style: normal;
}

.principles span:first-child i {
	font-family: var(--serif);
	font-style: italic;
	border: 1px solid #8c9a84;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
}

.knowledge-section {
	background: var(--green);
	color: #f8f8ef;
	padding-block: 83px 64px;
}

.knowledge-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 58px 100px;
	align-items: center;
}

.knowledge-copy {
	max-width: 440px;
}

.knowledge-copy .eyebrow {
	color: #becfac;
}

.knowledge-copy h2 em,
.start-panel h2 em {
	color: var(--lime);
}

:where(.knowledge-copy) p:not(.eyebrow) {
	color: #c2cfc4;
	font-size: 14px;
}

.light-link {
	color: #eef5d4;
	margin-top: 12px;
}

.record-panel {
	background: #f6f5ed;
	color: var(--ink);
	border-radius: 13px;
	padding: 24px 27px;
	box-shadow: 0 16px 50px #0a241d26;
	transform: rotate(1deg);
}

.record-header {
	font-size: 8px;
	letter-spacing: 1.3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--line);
	padding-bottom: 20px;
	color: var(--muted);
}

.record-title {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 25px 0;
}

.record-title small {
	font-size: 8px;
	letter-spacing: 1.2px;
	color: var(--muted);
}

.record-title h3 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: 23px;
	margin: 5px 0 0;
	letter-spacing: -0.5px;
}

.record-private {
	margin-left: auto;
	font-size: 9px;
	padding: 4px 8px;
	border: 1px solid var(--line);
	border-radius: 4px;
}

.record-fields {
	font-size: 11px;
}

.record-fields > div {
	display: grid;
	grid-template-columns: 115px 1fr;
	gap: 10px;
	padding: 14px 0;
	border-top: 1px solid var(--line);
}

.record-fields dt {
	color: var(--muted);
}

.record-fields dd {
	margin: 0;
}

.record-tag {
	padding: 4px 6px;
	background: #e8ebdf;
	border-radius: 4px;
	font-size: 9px;
	display: inline-block;
	margin: -4px 4px -4px 0;
}

.record-endpoint {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #e8ecdf;
	border: 1px solid #dce3ce;
	border-radius: 5px;
	padding: 13px 12px;
	gap: 12px;
	font-size: 11px;
	margin-top: 17px;
}

.request-method {
	font-size: 9px;
	font-weight: 650;
}

.record-note {
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.6;
}

.knowledge-details {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	padding-top: 32px;
	border-top: 1px solid #456153;
}

.detail-number {
	font-family: var(--serif);
	font-style: italic;
	font-size: 18px;
	color: #bcd48b;
}

.knowledge-details h3 {
	font-size: 15px;
	font-weight: 500;
	margin: 14px 0 10px;
}

.knowledge-details p {
	color: #c2cfc4;
	font-size: 12px;
	margin-bottom: 0;
}

.modules-section {
	padding-block: 91px 65px;
}

.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 38px;
}

.section-heading h2 {
	margin-bottom: 0;
}

.section-heading > p {
	max-width: 319px;
	color: var(--muted);
	font-size: 13px;
	margin-bottom: 4px;
}

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

.module-card {
	padding: 27px;
	border: 1px solid #dfe2d6;
	background: #fcfcf7;
	border-radius: 11px;
	display: flex;
	flex-direction: column;
	transition:
		border-color 180ms,
		box-shadow 180ms;
}

.module-card:hover {
	border-color: #a5b498;
	box-shadow: 0 6px 24px #193e3308;
}

.stuff-card {
	background: #edf0e2;
	border-color: #bcc9a3;
}

.card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.module-kind {
	font-size: 8px;
	color: var(--muted);
	letter-spacing: 1px;
}

.module-kind .status-dot {
	width: 4px;
	height: 4px;
	margin-right: 4px;
}

.module-card h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.6px;
	margin-bottom: 13px;
}

.module-card > p {
	font-size: 12px;
	color: var(--muted);
	margin-bottom: 21px;
}

.module-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	font-size: 10px;
	line-height: 1.7;
}

.module-card li {
	padding-left: 13px;
	position: relative;
	margin-bottom: 7px;
}

.module-card li::before {
	content: "+";
	position: absolute;
	left: 0;
	color: #7b915d;
}

.module-card > a {
	margin-top: auto;
	border-top: 1px solid var(--line);
	padding-top: 17px;
	font-size: 11px;
	font-weight: 550;
	display: flex;
	justify-content: space-between;
}

:where(.module-card) > a:hover {
	color: #55703e;
}

.module-card .arrow {
	font-size: 16px;
}

.module-note {
	margin: 24px 0 0;
	text-align: center;
	font-size: 11px;
	color: var(--muted);
}

.module-note span {
	font-size: 17px;
	margin-right: 6px;
}

.preview-section {
	padding-block: 72px 66px;
	background: #eeefe5;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.preview-controls {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 36px 0 19px;
}

.preview-controls button {
	border: 1px solid transparent;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 9px;
	color: #55634d;
	padding: 11px 17px;
	border-radius: 6px;
	font-size: 15px;
}

.preview-controls .tab-label {
	font-size: 12px;
}

.preview-controls button[aria-selected="true"] {
	color: #fff;
	background: var(--green);
	box-shadow: 0 2px 6px #193e3312;
}

.preview-controls button:hover:not([aria-selected="true"]) {
	background: #e1e6d6;
}

.preview-label {
	margin-left: auto;
	font-size: 8px;
	letter-spacing: 1.1px;
	color: var(--muted);
}

.browser-frame {
	background: #fff;
	border: 1px solid #d4dacb;
	border-radius: 12px;
	box-shadow: 0 22px 42px #193e330d;
	overflow: hidden;
}

.browser-chrome {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 18px;
	background: #f7f8f2;
	border-bottom: 1px solid #dfe3d8;
	font-size: 13px;
	color: #74806b;
}

.window-dots {
	font-size: 10px;
	letter-spacing: 3px;
	color: #c4cbbc;
}

.browser-address {
	background: #ecefe5;
	padding: 6px 60px;
	border: 1px solid #e2e6da;
	border-radius: 5px;
	font-size: 9px;
	color: #58634f;
}

.browser-address span {
	color: #41563d;
}

.preview-panel {
	aspect-ratio: 1440 / 900;
}

.preview-panel img {
	width: 100%;
	height: auto;
}

.preview-panel a {
	display: block;
}

.preview-caption {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	color: var(--muted);
	margin-top: 19px;
}

.preview-caption p {
	font-size: 11px;
	margin: 0;
}

.preview-caption > span {
	font-size: 7px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.ownership-section {
	padding-block: 90px;
}

.ownership-layout {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 85px;
}

.ownership-layout h2 {
	margin-bottom: 0;
}

.ownership-layout p {
	font-size: 13px;
	color: var(--muted);
}

.start-section {
	margin-bottom: 53px;
}

.start-panel {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 100px;
	padding: 60px;
	background: var(--green);
	color: #f6f6ee;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.start-panel::after {
	content: "";
	position: absolute;
	height: 330px;
	width: 330px;
	border-radius: 50%;
	border: 1px solid #53734c;
	bottom: -270px;
	left: 230px;
	box-shadow:
		0 0 0 35px #ffffff03,
		0 0 0 70px #ffffff03;
	pointer-events: none;
}

.start-panel .eyebrow {
	color: #c5d4b4;
	font-size: 8px;
}

.start-panel .status-dot {
	background: var(--lime);
}

.start-panel h2 {
	font-size: 64px;
	margin-bottom: 21px;
}

:where(.start-panel) p:not(.eyebrow) {
	color: #c2cfc4;
	font-size: 13px;
}

.start-actions {
	display: flex;
	gap: 25px;
	align-items: center;
	margin-top: 29px;
}

.button-lime {
	background: var(--lime);
	color: var(--green);
	border-color: var(--lime);
}

.button-lime:hover {
	background: #e1f5b4;
}

.start-actions .text-link {
	font-size: 10px;
	margin-top: 0;
	gap: 8px;
}

.start-steps {
	list-style: none;
	padding: 8px 0 0;
	margin: 0;
}

.start-steps li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 23px 0;
	border-bottom: 1px solid #44604f;
}

.start-steps li:first-child {
	padding-top: 0;
}

.start-steps li:last-child {
	padding-bottom: 0;
	border: 0;
}

.start-steps li > span {
	color: #bed997;
	font-family: var(--serif);
	font-style: italic;
	font-size: 18px;
	line-height: 1.5;
}

.start-steps h3 {
	font-size: 15px;
	font-weight: 500;
	margin: 3px 0 8px;
}

.start-steps p {
	margin-bottom: 0;
	font-size: 11px !important;
}

.site-footer {
	border-top: 1px solid var(--line);
	padding-block: 34px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.site-footer .brand {
	font-size: 19px;
}

.site-footer p {
	font-size: 10px;
	color: var(--muted);
	margin: 0;
}

.site-footer p a {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.site-footer > div {
	text-align: right;
}

.site-footer > div a {
	font-size: 11px;
}

.site-footer > div span {
	display: block;
	font-size: 7px;
	color: var(--muted);
	letter-spacing: 1.2px;
	margin-top: 11px;
}

[hidden] {
	display: none !important;
}

@media (min-width: 1500px) {

	.hero h1 {
		font-size: 90px;
	}
}

@media (max-width: 1100px) {

	.wrap {
		width: calc(100% - 64px);
	}

	.hero {
		gap: 15px;
	}

	.hero h1 {
		font-size: 72px;
	}

	.hero-actions {
		gap: 14px;
	}

	.hero-actions .text-link {
		font-size: 10px;
		gap: 6px;
	}

	.knowledge-map {
		transform: scale(0.87);
		transform-origin: center;
	}

	.map-node {
		padding: 12px 10px;
		gap: 8px;
	}

	.map-node small {
		font-size: 8px;
	}

	.node-readwise {
		left: -8%;
	}

	.node-stuff {
		right: -10%;
	}

	.knowledge-layout {
		gap: 45px;
	}

	.record-title h3 {
		font-size: 19px;
	}

	.record-fields > div {
		grid-template-columns: 90px 1fr;
	}

	.record-endpoint {
		font-size: 9px;
	}

	.module-card {
		padding: 22px;
	}

	.module-card h3 {
		font-size: 18px;
	}

	.start-panel {
		padding: 45px;
		gap: 45px;
	}

	.start-actions {
		flex-wrap: wrap;
		gap: 16px;
	}
}

@media (max-width: 960px) {

	.wrap {
		width: calc(100% - 48px);
	}

	.site-header {
		height: 83px;
	}

	.site-header nav {
		margin: 0;
		gap: 20px;
	}

	.site-header .button {
		display: none;
	}

	.hero {
		grid-template-columns: 1fr;
		padding-block: 65px 45px;
		gap: 32px;
	}

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

	.hero h1 {
		font-size: 80px;
	}

	.hero-description {
		max-width: 440px;
	}

	.hero-actions .text-link {
		font-size: 12px;
		gap: 16px;
	}

	.hero-actions {
		gap: 24px;
	}

	.knowledge-map {
		width: min(570px, 100%);
		margin-inline: auto;
		transform: none;
	}

	.principles {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 23px 30px;
	}

	.principles > span {
		width: calc(50% - 15px);
	}

	.knowledge-layout {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.knowledge-copy {
		max-width: 550px;
	}

	.record-panel {
		width: min(500px, 100%);
		margin-inline: auto;
	}

	.record-fields > div {
		grid-template-columns: 115px 1fr;
	}

	.record-title h3 {
		font-size: 23px;
	}

	.record-endpoint {
		font-size: 11px;
	}

	.knowledge-details {
		gap: 24px;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.section-heading > p {
		max-width: 480px;
	}

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

	.module-card {
		padding: 25px;
	}

	.ownership-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.ownership-layout > div {
		max-width: 580px;
	}

	.start-panel {
		grid-template-columns: 1fr;
		padding: 40px;
		gap: 40px;
	}

	.start-actions {
		flex-wrap: nowrap;
	}

	.preview-caption {
		flex-direction: column;
		gap: 7px;
	}

	.site-footer {
		flex-wrap: wrap;
	}
}

@media (max-width: 520px) {

	.wrap {
		width: calc(100% - 40px);
	}

	.site-header {
		height: 76px;
	}

	.brand {
		font-size: 20px;
	}

	.brand img {
		width: 28px;
		height: 28px;
		margin-right: 8px;
	}

	.site-header nav {
		gap: 16px;
		font-size: 10px;
	}

	.nav-github {
		display: none;
	}

	.hero {
		padding-top: 48px;
		gap: 33px;
	}

	:where(.hero) .eyebrow {
		font-size: 8px;
		letter-spacing: 1.1px;
	}

	.hero h1 {
		font-size: 65px;
		letter-spacing: -3.5px;
	}

	.hero-description {
		font-size: 14px;
	}

	.hero-actions {
		gap: 18px;
	}

	.hero-actions .button {
		font-size: 11px;
		padding: 15px 17px;
		gap: 14px;
	}

	.hero-actions .text-link {
		font-size: 10px;
		gap: 7px;
	}

	.knowledge-map {
		height: 375px;
		background-size: 15px 15px;
	}

	.map-label {
		font-size: 7px;
		letter-spacing: 1.1px;
	}

	.map-node {
		padding: 9px;
		gap: 7px;
		font-size: 10px;
		border-radius: 8px;
	}

	.map-node .app-icon {
		width: 30px;
		height: 32px;
		font-size: 21px;
		border-radius: 8px;
	}

	.map-node small {
		display: none;
	}

	.map-center {
		top: 130px;
		width: 132px;
		height: 138px;
		border-radius: 21px;
		border-width: 4px;
	}

	.map-center strong {
		font-size: 14px;
	}

	.wp-mark {
		font-size: 19px;
		width: 26px;
		height: 26px;
		margin-bottom: 7px;
	}

	.map-center-caption {
		font-size: 5px;
		margin-top: 10px;
		letter-spacing: 1px;
	}

	.node-notes {
		top: 68px;
		left: 6%;
	}

	.node-todo {
		top: 68px;
		right: 5%;
	}

	.node-readwise {
		top: 181px;
		left: -1%;
	}

	.node-stuff {
		top: 191px;
		right: -1%;
	}

	.node-evernote {
		top: 297px;
		left: 5%;
	}

	.node-ai {
		top: 300px;
		right: 4%;
	}

	.orbit-one {
		width: 245px;
		height: 245px;
	}

	.orbit-two {
		width: 330px;
		height: 330px;
		max-width: 100%;
	}

	.map-connections {
		top: 6px;
	}

	.map-footer {
		bottom: -8px;
		font-size: 7px;
	}

	.principles {
		font-size: 9px;
		padding-block: 23px 28px;
		gap: 18px 20px;
	}

	.principles > span {
		width: calc(50% - 10px);
		gap: 8px;
	}

	.principles i {
		font-size: 18px;
	}

	.principles span:first-child i {
		width: 22px;
		height: 22px;
	}

	h2 {
		font-size: 39px;
		letter-spacing: -1.8px;
	}

	.eyebrow {
		font-size: 8px;
		letter-spacing: 1.3px;
		margin-bottom: 20px;
	}

	.knowledge-section {
		padding-block: 57px 44px;
	}

	:where(.knowledge-copy) p:not(.eyebrow) {
		font-size: 13px;
	}

	.record-panel {
		padding: 20px;
		transform: none;
	}

	.record-header {
		font-size: 6px;
		letter-spacing: 0.8px;
	}

	.record-title {
		gap: 10px;
	}

	.record-title h3 {
		font-size: 20px;
	}

	.record-title .app-icon {
		width: 36px;
		height: 36px;
		font-size: 23px;
	}

	.record-private {
		font-size: 7px;
	}

	.record-fields {
		font-size: 10px;
	}

	.record-fields > div {
		grid-template-columns: 90px 1fr;
		gap: 7px;
	}

	.record-tag {
		font-size: 8px;
		margin-right: 3px;
		padding: 4px;
	}

	.record-endpoint {
		font-size: 9px;
		padding-inline: 8px;
		gap: 5px;
	}

	.knowledge-details {
		grid-template-columns: 1fr;
		gap: 23px;
		padding-top: 25px;
	}

	.knowledge-details article {
		position: relative;
		padding-left: 34px;
	}

	.detail-number {
		position: absolute;
		left: 0;
		top: 0;
	}

	.knowledge-details h3 {
		margin-top: 2px;
	}

	.modules-section {
		padding-block: 58px 41px;
	}

	.module-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.module-card {
		padding: 26px;
	}

	.module-card h3 {
		font-size: 21px;
	}

	.module-card > p {
		font-size: 13px;
	}

	.module-card ul {
		font-size: 11px;
		margin-bottom: 20px;
	}

	.module-card > a {
		font-size: 12px;
	}

	.module-note {
		font-size: 10px;
	}

	.preview-section {
		padding-block: 52px 40px;
	}

	.preview-controls {
		gap: 3px;
		flex-wrap: wrap;
		margin-top: 25px;
	}

	.preview-controls button {
		padding: 10px 16px;
	}

	.preview-label {
		margin: 10px 0 0;
		width: 100%;
		font-size: 7px;
	}

	.browser-chrome {
		padding: 9px 11px;
	}

	.browser-address {
		padding: 5px 15px;
		font-size: 7px;
	}

	.window-dots {
		font-size: 7px;
		letter-spacing: 1px;
	}

	.browser-frame {
		border-radius: 8px;
	}

	.preview-caption p {
		font-size: 10px;
	}

	.preview-caption > span {
		font-size: 6px;
	}

	.ownership-section {
		padding-block: 55px;
	}

	.ownership-layout p {
		font-size: 12px;
	}

	.start-panel {
		padding: 30px 25px;
		border-radius: 11px;
		gap: 32px;
	}

	.start-panel h2 {
		font-size: 58px;
	}

	.start-panel .eyebrow {
		font-size: 7px;
		letter-spacing: 1px;
	}

	.start-actions {
		flex-wrap: wrap;
		gap: 20px;
	}

	.start-section {
		margin-bottom: 34px;
	}

	.site-footer {
		padding-block: 28px;
		gap: 22px;
	}

	.site-footer > .brand {
		width: 100%;
	}

	.site-footer p {
		font-size: 9px;
	}

	.site-footer > div span {
		font-size: 6px;
		letter-spacing: 0.7px;
	}
}

@media (max-width: 360px) {

	.wrap {
		width: calc(100% - 30px);
	}

	.hero h1 {
		font-size: 59px;
	}

	.hero-actions {
		gap: 12px;
	}

	.hero-actions .button {
		padding-inline: 12px;
	}

	.hero-actions .text-link {
		font-size: 9px;
	}

	.record-panel {
		padding: 16px;
	}

	.record-private {
		display: none;
	}

	.record-fields > div {
		grid-template-columns: 77px 1fr;
	}

	.record-tag {
		font-size: 7px;
	}

	.site-footer > div {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition: none !important;
	}
}

@media print {

	body {
		background: #fff;
	}

	.wrap {
		width: 100%;
	}

	.skip-link,
	.preview-controls {
		display: none;
	}

	.knowledge-section,
	.start-panel {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	.module-card,
	.record-panel {
		break-inside: avoid;
	}
}
