:root {
	--twoix-ink: #111827;
	--twoix-graphite: #374151;
	--twoix-muted: #6b7280;
	--twoix-paper: #f7f4ed;
	--twoix-white: #ffffff;
	--twoix-teal: #0f766e;
	--twoix-teal-dark: #134e4a;
	--twoix-coral: #f9735b;
	--twoix-lime: #a3e635;
	--twoix-blue: #2563eb;
	--twoix-line: rgba(17, 24, 39, 0.14);
	--twoix-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.twoix-site {
	background: var(--twoix-paper);
	color: var(--twoix-ink);
	min-width: 320px;
}

.wp-site-blocks {
	min-height: 100vh;
}

a {
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--twoix-coral);
	text-decoration: underline;
}

.site-header {
	background: rgba(247, 244, 237, 0.92);
	border-bottom: 1px solid transparent;
	position: sticky;
	top: 0;
	z-index: 50;
}

.twoix-scrolled .site-header {
	border-bottom-color: var(--twoix-line);
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.08);
}

.site-header__inner {
	min-height: 76px;
	padding-bottom: 0.8rem;
	padding-top: 0.8rem;
}

.site-brand {
	gap: 0.7rem;
}

.site-brand__mark {
	align-items: center;
	background: var(--twoix-ink);
	border-radius: 8px;
	color: var(--twoix-white);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--system-mono);
	font-size: 0.95rem;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	width: 42px;
}

.site-brand__title {
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.1;
}

.site-nav {
	font-size: 0.9rem;
	font-weight: 720;
	gap: 0.25rem;
}

.site-nav .wp-block-navigation-item__content {
	border-radius: 8px;
	padding: 0.5rem 0.58rem;
}

.site-nav .wp-block-navigation-item__content:hover,
.site-nav .wp-block-navigation-item__content:focus {
	background: rgba(15, 118, 110, 0.1);
	text-decoration: none;
}

.site-main {
	overflow: clip;
}

.twoix-hero {
	background-color: var(--twoix-ink);
	background-image:
		linear-gradient(90deg, rgba(17, 24, 39, 0.95) 0%, rgba(17, 24, 39, 0.78) 42%, rgba(17, 24, 39, 0.18) 100%),
		url("../images/2ix-handoff-hub.png");
	background-position: center;
	background-size: cover;
	color: var(--twoix-white);
	isolation: isolate;
	min-height: 74svh;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.twoix-hero__content {
	margin-left: 0;
	max-width: 720px;
	position: relative;
	z-index: 2;
}

.twoix-hero__logo {
	filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.34));
	margin: 0;
	max-width: calc(100vw - 3rem);
	pointer-events: none;
	position: absolute;
	right: clamp(1.5rem, 5vw, 6rem);
	top: 50%;
	transform: translateY(-42%);
	width: clamp(220px, 31vw, 500px);
	z-index: 1;
}

.twoix-hero__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.eyebrow {
	color: var(--twoix-teal);
	font-family: var(--wp--preset--font-family--system-mono);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.twoix-hero .eyebrow,
.section-band--ink .eyebrow {
	color: var(--twoix-lime);
}

.twoix-hero__title {
	color: var(--twoix-white);
	font-size: 3.9rem;
	letter-spacing: 0;
	line-height: 0.95;
	margin-bottom: 1.1rem;
	margin-top: 0;
}

.twoix-hero__lede {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.25rem;
	line-height: 1.55;
	max-width: 680px;
}

.twoix-actions {
	margin-top: 2rem;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.hero-proof li {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.92);
	font-family: var(--wp--preset--font-family--system-mono);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0.42rem 0.7rem;
}

.wp-block-button__link {
	border-radius: 8px;
	font-weight: 800;
	white-space: normal;
}

.is-style-outline .wp-block-button__link {
	border-color: currentColor;
	color: inherit;
}

.twoix-hero .is-style-outline .wp-block-button__link {
	color: var(--twoix-white);
}

.action-strip {
	background: var(--twoix-white);
	border-bottom: 1px solid var(--twoix-line);
	border-top: 1px solid var(--twoix-line);
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.action-grid {
	gap: 1rem;
	margin-bottom: 0;
	margin-top: 0;
}

.action-card {
	background: var(--twoix-paper);
	border: 1px solid var(--twoix-line);
	border-radius: 8px;
	min-height: 220px;
	padding: 1.2rem;
}

.action-card__label {
	color: var(--twoix-teal);
	font-family: var(--wp--preset--font-family--system-mono);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.action-card h2 {
	font-size: 1.28rem;
	line-height: 1.15;
	margin: 0 0 0.55rem;
}

.action-card p {
	color: var(--twoix-graphite);
	margin-bottom: 0;
}

.action-card a {
	font-weight: 800;
}

.section-band {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.section-band--paper {
	background: var(--twoix-paper);
}

.section-band--white {
	background: var(--twoix-white);
}

.section-band--ink {
	background: var(--twoix-ink);
	color: var(--twoix-white);
}

.section-band--ink h2,
.section-band--ink h3 {
	color: var(--twoix-white);
}

.section-band--ink p {
	color: rgba(255, 255, 255, 0.78);
}

.section-heading {
	margin-bottom: 2rem;
}

.section-heading h2,
.split-panel h2,
.registry-callout h2 {
	font-size: 2.45rem;
	line-height: 1.08;
	margin-top: 0;
	max-width: 760px;
}

.feature-grid {
	gap: 1rem;
}

.feature-card,
.post-card,
.registry-panel {
	background: var(--twoix-white);
	border: 1px solid var(--twoix-line);
	border-radius: 8px;
	box-shadow: var(--twoix-shadow);
	padding: 1.5rem;
}

.feature-card {
	border-top-width: 6px;
	min-height: 250px;
}

.feature-card--teal {
	border-top-color: var(--twoix-teal);
}

.feature-card--coral {
	border-top-color: var(--twoix-coral);
}

.feature-card--blue {
	border-top-color: var(--twoix-blue);
}

.feature-card h3,
.registry-panel h3 {
	font-size: 1.35rem;
	margin-top: 0;
}

.feature-card p,
.registry-panel p,
.registry-panel li,
.entry-shell li,
.entry-shell p {
	color: var(--twoix-graphite);
}

.split-panel {
	gap: 3rem;
}

.split-panel__intro {
	align-self: flex-start;
}

.process-list {
	display: grid;
	gap: 1rem;
}

.process-item {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 1.35rem;
}

.process-item__step {
	color: var(--twoix-lime) !important;
	font-family: var(--wp--preset--font-family--system-mono);
	font-weight: 800;
	margin: 0 0 0.3rem;
}

.process-item h3 {
	font-size: 1.18rem;
	margin: 0 0 0.25rem;
}

.registry-callout {
	align-items: center !important;
	gap: 2rem;
}

.registry-panel {
	border-left: 6px solid var(--twoix-coral);
	box-shadow: none;
}

.registry-panel ul {
	margin-bottom: 1.35rem;
	padding-left: 1.2rem;
}

.page-hero {
	background:
		linear-gradient(90deg, rgba(247, 244, 237, 1) 0%, rgba(247, 244, 237, 0.92) 56%, rgba(163, 230, 53, 0.22) 100%);
	border-bottom: 1px solid var(--twoix-line);
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.page-hero--compact {
	min-height: 48svh;
}

.page-hero h1 {
	font-size: 3rem;
	line-height: 1;
	margin: 0;
}

.entry-shell {
	padding-bottom: 5rem;
	padding-top: 3rem;
}

.entry-shell h2 {
	font-size: 2rem;
	line-height: 1.12;
	margin-top: 2.2rem;
}

.entry-shell h3 {
	font-size: 1.35rem;
	line-height: 1.18;
	margin-top: 1.6rem;
}

.entry-shell .wp-block-columns {
	gap: 1rem;
}

.entry-shell .wp-block-column {
	min-width: 0;
}

.entry-shell .wp-block-group.is-style-default,
.entry-shell .wp-block-column.has-background {
	border-radius: 8px;
}

.page-lede {
	color: var(--twoix-graphite);
	font-size: 1.18rem;
	line-height: 1.62;
	margin-bottom: 2rem;
	max-width: 820px;
}

.panel-grid {
	gap: 1rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.signal-card {
	background: var(--twoix-white);
	border: 1px solid var(--twoix-line);
	border-radius: 8px;
	box-shadow: 0 12px 36px rgba(17, 24, 39, 0.08);
	min-height: 220px;
	padding: 1.25rem;
}

.signal-card__label {
	color: var(--twoix-teal);
	font-family: var(--wp--preset--font-family--system-mono);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.signal-card h3 {
	font-size: 1.25rem;
	line-height: 1.18;
	margin: 0 0 0.55rem;
}

.signal-card p {
	color: var(--twoix-graphite);
	margin: 0;
}

.check-list {
	background: var(--twoix-white);
	border: 1px solid var(--twoix-line);
	border-radius: 8px;
	box-shadow: 0 12px 36px rgba(17, 24, 39, 0.07);
	display: grid;
	gap: 0.85rem;
	margin-bottom: 2rem;
	margin-top: 1.4rem;
	padding: 1.25rem 1.25rem 1.25rem 2.6rem;
}

.check-list li {
	color: var(--twoix-graphite);
	padding-left: 0.15rem;
}

.note-band {
	background: rgba(163, 230, 53, 0.18);
	border: 1px solid rgba(15, 118, 110, 0.22);
	border-radius: 8px;
	color: var(--twoix-ink) !important;
	font-weight: 720;
	margin-top: 2rem;
	padding: 1.1rem 1.2rem;
}

.page-actions {
	margin-bottom: 1rem;
	margin-top: 1.8rem;
}

.registry-embed {
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}

.post-meta {
	border-bottom: 1px solid var(--twoix-line);
	color: var(--twoix-muted);
	font-size: 0.92rem;
	gap: 1rem;
	padding-bottom: 1rem;
}

.post-list {
	display: grid;
	gap: 1rem;
	margin-bottom: 3rem;
}

.post-card {
	box-shadow: none;
}

.post-card h2 {
	font-size: 1.45rem;
	margin-top: 0;
}

.wp-block-search__inside-wrapper {
	border: 1px solid var(--twoix-line);
	border-radius: 8px;
	overflow: hidden;
}

.wp-block-search__input {
	border: 0;
	min-height: 48px;
	padding: 0.7rem 0.9rem;
}

.wp-block-search__button {
	background: var(--twoix-ink);
	border: 0;
	color: var(--twoix-white);
	font-weight: 800;
	min-height: 48px;
	padding: 0.7rem 1rem;
}

.pdb-signup,
.pdb-list,
.pdb-record,
.pdb-single {
	background: var(--twoix-white);
	border: 1px solid var(--twoix-line);
	border-radius: 8px;
	box-shadow: var(--twoix-shadow);
	margin-top: 1.5rem;
	padding: 1.25rem;
}

.pdb-signup input,
.pdb-signup select,
.pdb-signup textarea,
.pdb-record input,
.pdb-record select,
.pdb-record textarea,
.pdb-list input,
.pdb-list select {
	border: 1px solid var(--twoix-line);
	border-radius: 6px;
	font: inherit;
	max-width: 100%;
	padding: 0.72rem 0.8rem;
}

.pdb-signup input[type="submit"],
.pdb-record input[type="submit"],
.pdb-list input[type="submit"] {
	background: var(--twoix-ink);
	border: 0;
	border-radius: 8px;
	color: var(--twoix-white);
	cursor: pointer;
	font-weight: 800;
	padding: 0.82rem 1rem;
}

.pdb-list table,
.pdb-list th,
.pdb-list td {
	border-color: var(--twoix-line);
}

.pdb-list table {
	border-collapse: collapse;
	width: 100%;
}

.pdb-list th,
.pdb-list td {
	padding: 0.8rem;
	text-align: left;
	vertical-align: top;
}

.site-footer {
	background: var(--twoix-ink);
	color: var(--twoix-white);
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.site-footer h2,
.site-footer h3 {
	color: var(--twoix-white);
}

.site-footer p,
.footer-links {
	color: rgba(255, 255, 255, 0.76);
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links li + li {
	margin-top: 0.45rem;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.86);
}

.footer-links a:hover,
.footer-links a:focus {
	color: var(--twoix-lime);
}

@media (max-width: 900px) {
	.site-header__inner {
		min-height: auto;
	}

	.twoix-hero {
		background-image:
			linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(17, 24, 39, 0.74) 64%, rgba(17, 24, 39, 0.34) 100%),
			url("../images/2ix-handoff-hub.png");
		min-height: 70svh;
		padding-bottom: 4rem;
		padding-top: 4rem;
	}

	.twoix-hero__title {
		font-size: 2.9rem;
	}

	.twoix-hero__lede {
		font-size: 1.1rem;
	}

	.hero-proof {
		gap: 0.45rem;
	}

	.twoix-hero__logo {
		margin-top: 2rem;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		width: min(360px, 72vw);
		z-index: 2;
	}

	.section-heading h2,
	.split-panel h2,
	.registry-callout h2,
	.page-hero h1 {
		font-size: 2.05rem;
	}

	.section-band {
		padding-bottom: 3.2rem;
		padding-top: 3.2rem;
	}

	.page-hero {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
}

@media (max-width: 640px) {
	.site-header__inner {
		padding-bottom: 0.7rem;
		padding-top: 0.7rem;
	}

	.site-brand__mark {
		height: 38px;
		width: 38px;
	}

	.site-nav {
		width: 100%;
	}

	.twoix-hero {
		min-height: 68svh;
		padding-bottom: 3rem;
		padding-top: 3rem;
	}

	.twoix-hero__title {
		font-size: 2.25rem;
	}

	.wp-block-buttons.twoix-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wp-block-buttons.twoix-actions .wp-block-button,
	.wp-block-buttons.twoix-actions .wp-block-button__link {
		width: 100%;
	}

	.hero-proof li {
		border-radius: 8px;
		width: 100%;
	}

	.feature-card,
	.post-card,
	.action-card,
	.signal-card,
	.registry-panel,
	.process-item {
		padding: 1.1rem;
	}

	.check-list {
		padding-left: 2rem;
	}
}
