:root {
	--qt-ink: #111510;
	--qt-paper: #f4f1e8;
	--qt-paper-deep: #e7e1d3;
	--qt-green: #006633;
	--qt-green-bright: #3dbb68;
	--qt-line: rgba(17, 21, 16, 0.17);
	--qt-max: 1240px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-width: 320px;
	background: var(--qt-paper);
	color: var(--qt-ink);
	font-family: "Aptos", "Avenir Next", "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

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

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

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

:focus-visible {
	outline: 3px solid var(--qt-green-bright);
	outline-offset: 4px;
}

.site-shell {
	min-height: 100vh;
	overflow: hidden;
}

.page-wrap {
	width: min(calc(100% - 48px), var(--qt-max));
	margin-inline: auto;
}

.section-space {
	padding-block: clamp(84px, 10vw, 150px);
}

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	border-bottom: 1px solid var(--qt-line);
	background: rgba(244, 241, 232, 0.94);
	backdrop-filter: blur(16px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(210px, 1fr) auto minmax(150px, 1fr);
	align-items: center;
	width: min(calc(100% - 48px), 1360px);
	min-height: 78px;
	margin-inline: auto;
	gap: 32px;
}

.brand-link {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 14px;
}

.brand-link img {
	width: 156px;
	height: auto;
}

.brand-link span {
	padding-left: 14px;
	border-left: 1px solid var(--qt-line);
	color: #4b5149;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.quantana-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 28px;
	list-style: none;
}

.quantana-menu li {
	margin: 0;
}

.quantana-menu a {
	position: relative;
	display: block;
	padding-block: 27px;
	color: #535a52;
	font-size: 0.84rem;
	font-weight: 650;
	letter-spacing: 0.02em;
}

.quantana-menu a::after {
	position: absolute;
	right: 0;
	bottom: 17px;
	left: 0;
	height: 2px;
	background: var(--qt-green);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.quantana-menu a:hover,
.quantana-menu .current-menu-item > a,
.quantana-menu .current_page_item > a {
	color: var(--qt-ink);
}

.quantana-menu a:hover::after,
.quantana-menu .current-menu-item > a::after,
.quantana-menu .current_page_item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-self: end;
	gap: 8px;
	color: var(--qt-green);
	font-size: 0.84rem;
	font-weight: 750;
}

.header-cta span {
	transition: transform 180ms ease;
}

.header-cta:hover span {
	transform: translate(3px, -3px);
}

.menu-button,
.mobile-nav {
	display: none;
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 52%) minmax(0, 48%);
	min-height: min(820px, calc(100vh - 78px));
	border-bottom: 1px solid var(--qt-line);
}

.hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 700px;
	margin-right: clamp(38px, 5vw, 92px);
	margin-left: max(24px, calc((100vw - var(--qt-max)) / 2));
	padding-block: 76px;
	animation: qt-enter-up 700ms ease both;
}

.eyebrow,
.section-kicker {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 10px;
	color: var(--qt-green);
	font-size: 0.71rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.eyebrow__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--qt-green-bright);
	box-shadow: 0 0 0 6px rgba(61, 187, 104, 0.12);
}

.hero h1,
.page-hero h1,
.benefit-hero h1,
.contact-hero h1,
.editorial-page h1,
.not-found h1 {
	margin: 30px 0 24px;
	font-size: clamp(3.3rem, 6.3vw, 7.4rem);
	font-weight: 620;
	letter-spacing: -0.068em;
	line-height: 0.91;
}

.hero h1 span {
	display: block;
	color: var(--qt-green);
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.055em;
}

.hero__lead {
	max-width: 610px;
	margin: 0;
	color: #50564e;
	font-size: clamp(1.05rem, 1.3vw, 1.28rem);
	line-height: 1.65;
}

.hero__actions {
	display: flex;
	align-items: center;
	margin-top: 36px;
	gap: 28px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	gap: 10px;
	border: 1px solid transparent;
	font-size: 0.83rem;
	font-weight: 780;
	letter-spacing: 0.015em;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button--primary {
	background: var(--qt-green);
	color: #fff;
}

.button--primary:hover {
	background: #004f28;
}

.button--light {
	background: var(--qt-paper);
	color: var(--qt-ink);
}

.button--light:hover {
	background: #fff;
}

.text-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	gap: 7px;
	border-bottom: 1px solid currentColor;
	color: var(--qt-green);
	font-size: 0.86rem;
	font-weight: 750;
}

.text-link span {
	transition: transform 180ms ease;
}

.text-link:hover span {
	transform: translateX(4px);
}

.text-link--light {
	color: #baf0cd;
}

.hero__tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	gap: 8px;
}

.hero__tags span {
	padding: 7px 11px;
	border: 1px solid var(--qt-line);
	color: #5a6058;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero__media {
	position: relative;
	min-height: 660px;
	overflow: hidden;
	background: #26352c;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: qt-image-reveal 900ms 150ms ease both;
}

.hero__media-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 54%, rgba(9, 17, 11, 0.8));
}

.hero__media-note {
	position: absolute;
	right: 36px;
	bottom: 32px;
	left: 36px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #fff;
}

.hero__media-note span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.hero__media-note strong {
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 520;
}

.manifesto-section {
	border-bottom: 1px solid var(--qt-line);
}

.manifesto-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	margin-top: 42px;
	gap: clamp(50px, 9vw, 130px);
}

.manifesto-grid h2 {
	margin: 0;
	font-size: clamp(2.7rem, 5.2vw, 6.1rem);
	font-weight: 580;
	letter-spacing: -0.06em;
	line-height: 0.99;
}

.manifesto-grid h2 em {
	color: var(--qt-green);
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-weight: 400;
}

.manifesto-copy {
	align-self: end;
	padding-bottom: 6px;
	padding-left: 34px;
	border-left: 1px solid var(--qt-line);
}

.manifesto-copy p {
	margin: 0 0 20px;
	color: #4e554d;
	font-size: 1.04rem;
}

.manifesto-copy p:last-child {
	margin-bottom: 0;
}

.capabilities-section {
	padding-block: clamp(90px, 10vw, 145px);
	background: #10150f;
	color: #f2f0e7;
}

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

.section-heading h2 {
	max-width: 760px;
	margin: 10px 0 0;
	font-size: clamp(2.35rem, 4.5vw, 4.9rem);
	font-weight: 590;
	letter-spacing: -0.055em;
	line-height: 1;
}

.capabilities-section .section-kicker,
.section-kicker--light {
	color: #79d797;
}

.capabilities-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.capability-card {
	min-height: 340px;
	padding: 36px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: background 220ms ease;
}

.capability-card:nth-child(2n) {
	border-right: 0;
}

.capability-card:hover {
	background: rgba(61, 187, 104, 0.08);
}

.capability-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #78d596;
}

.capability-card__top span,
.capability-card__top b {
	font-size: 0.69rem;
	font-weight: 780;
	letter-spacing: 0.12em;
}

.capability-card h3 {
	margin: 74px 0 16px;
	font-size: clamp(1.7rem, 2.4vw, 2.6rem);
	font-weight: 580;
	letter-spacing: -0.04em;
}

.capability-card p {
	max-width: 530px;
	margin: 0;
	color: rgba(242, 240, 231, 0.64);
}

.gepex-panel {
	display: grid;
	grid-template-columns: 175px minmax(0, 1fr) 250px;
	min-height: 400px;
	border: 1px solid var(--qt-line);
	background: rgba(255, 255, 255, 0.3);
}

.gepex-panel__mark {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 34px;
	border-right: 1px solid var(--qt-line);
	color: var(--qt-green);
}

.partnership-symbol {
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-style: italic;
}

.gepex-panel__mark > span:last-child {
	font-size: 0.67rem;
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.gepex-panel__content {
	align-self: center;
	max-width: 700px;
	padding: 58px;
}

.gepex-panel__content h2 {
	margin: 14px 0 22px;
	font-size: clamp(2rem, 3.4vw, 4rem);
	font-weight: 590;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.gepex-panel__content p {
	color: #4f564e;
}

.gepex-panel__content .fine-print {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--qt-line);
	font-size: 0.82rem;
}

.gepex-panel__logo {
	display: grid;
	place-items: center;
	padding: 36px;
	border-left: 1px solid var(--qt-line);
	background: #fff;
}

.gepex-panel__logo img {
	width: min(100%, 190px);
	height: auto;
}

.benefit-section {
	padding-block: 92px;
	background: var(--qt-green);
	color: #fff;
}

.benefit-grid {
	display: grid;
	grid-template-columns: 100px 1fr 0.9fr;
	align-items: start;
	gap: 50px;
}

.benefit-symbol,
.benefit-leaf {
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	font-family: Georgia, serif;
	font-size: 2rem;
	font-style: italic;
}

.benefit-grid h2 {
	max-width: 570px;
	margin: 14px 0 0;
	font-size: clamp(2.4rem, 4.4vw, 5rem);
	font-weight: 570;
	letter-spacing: -0.055em;
	line-height: 1;
}

.benefit-copy {
	padding-left: 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.benefit-copy p {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.74);
}

.section-monogram {
	color: var(--qt-green);
	font-family: Georgia, serif;
	font-size: 3rem;
	font-style: italic;
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--qt-line);
	border-left: 1px solid var(--qt-line);
}

.logo-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 260px;
	padding: 28px;
	border-right: 1px solid var(--qt-line);
	border-bottom: 1px solid var(--qt-line);
	background: rgba(255, 255, 255, 0.24);
	transition: background 180ms ease;
}

.logo-card:hover {
	background: rgba(255, 255, 255, 0.65);
}

.logo-card span {
	color: #687066;
	font-size: 0.66rem;
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.logo-card img {
	width: min(70%, 350px);
	max-height: 95px;
	object-fit: contain;
	object-position: left bottom;
}

.closing-cta {
	padding-block: clamp(95px, 12vw, 170px);
	background: #10150f;
	color: #fff;
}

.closing-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 45px;
}

.closing-cta__inner .section-kicker {
	grid-column: 1 / -1;
}

.closing-cta h2 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(2.7rem, 5.2vw, 6.2rem);
	font-weight: 560;
	letter-spacing: -0.06em;
	line-height: 0.96;
}

.site-footer {
	padding: 72px max(24px, calc((100vw - var(--qt-max)) / 2)) 28px;
	background: var(--qt-paper-deep);
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 65px;
	gap: 60px;
}

.footer-logo {
	width: 210px;
	height: auto;
}

.site-footer__top p {
	max-width: 350px;
	color: #596057;
}

.footer-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.footer-links > div {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.footer-label {
	margin-bottom: 8px;
	color: var(--qt-green);
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.footer-links a,
.footer-links span:not(.footer-label) {
	color: #50574f;
	font-size: 0.9rem;
}

.footer-links a:hover {
	color: var(--qt-green);
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
	gap: 25px;
	border-top: 1px solid rgba(17, 21, 16, 0.19);
	color: #686e66;
	font-size: 0.73rem;
}

.page-hero {
	display: grid;
	grid-template-columns: 1.4fr 0.6fr;
	align-items: end;
	min-height: 570px;
	padding-block: 110px 85px;
	gap: 60px;
	border-bottom: 1px solid var(--qt-line);
}

.page-hero .eyebrow {
	grid-column: 1 / -1;
}

.page-hero h1 {
	margin: 0;
	font-size: clamp(3.5rem, 7vw, 8.2rem);
}

.page-hero p {
	align-self: end;
	margin: 0;
	padding-left: 28px;
	border-left: 1px solid var(--qt-line);
	color: #50574f;
	font-size: 1.08rem;
}

.feature-split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	align-items: stretch;
	padding-block: clamp(90px, 11vw, 155px);
	gap: clamp(45px, 8vw, 110px);
	border-bottom: 1px solid var(--qt-line);
}

.feature-split--reverse {
	grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
}

.feature-image {
	min-height: 560px;
	overflow: hidden;
	background: #25372d;
}

.feature-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.feature-image:hover img {
	transform: scale(1.025);
}

.feature-content {
	position: relative;
	align-self: center;
}

.feature-number {
	position: absolute;
	top: 0;
	right: 0;
	color: #8d948b;
	font-size: 0.72rem;
	font-weight: 780;
	letter-spacing: 0.12em;
}

.feature-icon,
.software-mark {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	margin-bottom: 34px;
	border: 1px solid var(--qt-line);
	color: var(--qt-green);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.feature-content h2 {
	margin: 0 0 22px;
	font-size: clamp(2.25rem, 4vw, 4.5rem);
	font-weight: 580;
	letter-spacing: -0.055em;
	line-height: 1;
}

.feature-content > p {
	color: #525951;
	font-size: 1.03rem;
}

.lined-list {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.lined-list li {
	padding: 13px 0;
	border-top: 1px solid var(--qt-line);
	font-size: 0.9rem;
	font-weight: 650;
}

.lined-list li:last-child {
	border-bottom: 1px solid var(--qt-line);
}

.software-band {
	padding-block: clamp(95px, 10vw, 145px);
	background: var(--qt-green);
	color: #fff;
}

.software-band__grid {
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	gap: clamp(70px, 10vw, 150px);
}

.software-band .software-mark {
	width: 78px;
	height: 78px;
	margin-bottom: 54px;
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff;
}

.software-band__grid h2 {
	max-width: 650px;
	margin: 16px 0 0;
	font-size: clamp(2.7rem, 5vw, 5.8rem);
	font-weight: 560;
	letter-spacing: -0.06em;
	line-height: 0.97;
}

.software-band__grid > div:last-child {
	align-self: end;
	padding-left: 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.software-band__grid p {
	color: rgba(255, 255, 255, 0.76);
}

.ecosystem-detail__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--qt-line);
	border-left: 1px solid var(--qt-line);
}

.ecosystem-detail__grid article {
	min-height: 330px;
	padding: 26px;
	border-right: 1px solid var(--qt-line);
	border-bottom: 1px solid var(--qt-line);
}

.ecosystem-detail__grid img {
	width: 100%;
	height: 95px;
	margin-bottom: 54px;
	object-fit: contain;
	object-position: left center;
}

.ecosystem-detail__grid h3 {
	margin: 0 0 10px;
	font-size: 1.35rem;
	letter-spacing: -0.025em;
}

.ecosystem-detail__grid p {
	margin: 0;
	color: #5b6259;
	font-size: 0.9rem;
}

.inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 120px;
	padding: 56px;
	gap: 45px;
	border: 1px solid var(--qt-line);
	background: rgba(255, 255, 255, 0.35);
}

.inline-cta h2 {
	max-width: 720px;
	margin: 10px 0 0;
	font-size: clamp(2rem, 3.8vw, 4rem);
	font-weight: 580;
	letter-spacing: -0.05em;
	line-height: 1;
}

.benefit-hero {
	padding-block: 120px;
	background: var(--qt-green);
	color: #fff;
}

.benefit-hero__inner {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	align-items: end;
	gap: clamp(60px, 10vw, 150px);
}

.eyebrow--light {
	color: #a8ebbf;
}

.benefit-hero h1 {
	max-width: 860px;
	margin-bottom: 0;
	font-size: clamp(3.7rem, 7vw, 8rem);
}

.benefit-hero__side {
	padding-left: 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.benefit-hero__side p {
	margin: 38px 0 0;
	color: rgba(255, 255, 255, 0.76);
}

.principles-section {
	padding-block: 110px;
	background: #e8e3d6;
}

.principles-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--qt-line);
	border-left: 1px solid var(--qt-line);
}

.principles-grid article {
	min-height: 310px;
	padding: 28px;
	border-right: 1px solid var(--qt-line);
	border-bottom: 1px solid var(--qt-line);
}

.principle-mark {
	color: var(--qt-green);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.principles-grid h3 {
	margin: 68px 0 12px;
	font-size: 1.5rem;
	letter-spacing: -0.03em;
}

.principles-grid p {
	margin: 0;
	color: #565d55;
	font-size: 0.91rem;
}

.quote-section {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	align-items: end;
	gap: 85px;
	border-bottom: 1px solid var(--qt-line);
}

.quote-section blockquote {
	margin: 0;
	color: var(--qt-green);
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-size: clamp(3rem, 6vw, 7rem);
	font-style: italic;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.quote-section p {
	margin: 0;
	padding-left: 30px;
	border-left: 1px solid var(--qt-line);
	color: #545b52;
}

.contact-hero {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	align-items: end;
	padding-block: 115px 90px;
	gap: clamp(60px, 9vw, 130px);
	border-bottom: 1px solid var(--qt-line);
}

.contact-hero h1 {
	max-width: 880px;
	margin-bottom: 0;
	font-size: clamp(3.5rem, 6.8vw, 7.8rem);
}

.contact-hero > p {
	margin: 0;
	padding-left: 30px;
	border-left: 1px solid var(--qt-line);
	color: #50574f;
	font-size: 1.06rem;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	padding-block: 85px;
	gap: 18px;
}

.contact-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: 30px;
	border: 1px solid var(--qt-line);
	background: rgba(255, 255, 255, 0.35);
}

.contact-card--primary {
	background: var(--qt-green);
	color: #fff;
	transition: background 180ms ease;
}

.contact-card--primary:hover {
	background: #004f28;
}

.contact-card > div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contact-card > div > span:last-child {
	font-size: 0.7rem;
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-mark {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid currentColor;
	font-size: 0.75rem;
	font-weight: 800;
}

.contact-card strong {
	margin-top: auto;
	font-size: clamp(1.4rem, 2vw, 2.2rem);
	font-weight: 560;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.contact-card p {
	margin: 8px 0 0;
	color: #5c635a;
}

.contact-card--primary strong {
	padding-right: 36px;
	color: #fff;
}

.contact-card__arrow {
	position: absolute;
	right: 28px;
	bottom: 30px;
	font-size: 1.6rem;
	opacity: 0.75;
}

.contact-topics {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	gap: 10px;
}

.contact-topics span {
	padding: 11px 15px;
	border: 1px solid var(--qt-line);
	background: rgba(255, 255, 255, 0.24);
	font-size: 0.78rem;
	font-weight: 700;
}

.editorial-page {
	min-height: 60vh;
}

.editorial-page header {
	padding-bottom: 50px;
	border-bottom: 1px solid var(--qt-line);
}

.editorial-page h1,
.not-found h1 {
	max-width: 950px;
}

.entry-content {
	max-width: 820px;
	margin-top: 55px;
	font-size: 1.05rem;
}

.entry-content h2 {
	margin-top: 2.5em;
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.1;
}

.entry-content a {
	color: var(--qt-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.not-found {
	min-height: 66vh;
}

.not-found p {
	max-width: 620px;
	margin-bottom: 34px;
	color: #50574f;
	font-size: 1.05rem;
}

@keyframes qt-enter-up {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes qt-image-reveal {
	from { opacity: 0; transform: scale(1.025); }
	to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1080px) {
	.site-header__inner {
		grid-template-columns: 1fr auto;
	}

	.desktop-nav,
	.header-cta {
		display: none;
	}

	.menu-button {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		gap: 5px;
		border: 1px solid var(--qt-line);
		background: transparent;
		cursor: pointer;
	}

	.menu-button span {
		width: 19px;
		height: 1px;
		background: var(--qt-ink);
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.menu-button[aria-expanded="true"] span:first-child {
		transform: translateY(6px) rotate(45deg);
	}

	.menu-button[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.menu-button[aria-expanded="true"] span:last-child {
		transform: translateY(-6px) rotate(-45deg);
	}

	.mobile-nav {
		position: fixed;
		inset: 78px 0 0;
		display: block;
		padding: 18px 24px 36px;
		overflow-y: auto;
		background: var(--qt-paper);
	}

	.admin-bar .mobile-nav {
		top: 110px;
	}

	.mobile-nav[hidden] {
		display: none;
	}

	.quantana-menu--mobile {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.quantana-menu--mobile a,
	.mobile-email {
		display: block;
		padding: 17px 0;
		border-bottom: 1px solid var(--qt-line);
		font-size: 1rem;
		font-weight: 650;
	}

	.quantana-menu--mobile a::after {
		display: none;
	}

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

	.hero__copy {
		min-height: 650px;
		max-width: none;
		margin-inline: max(24px, calc((100vw - var(--qt-max)) / 2));
	}

	.hero__media {
		min-height: 560px;
	}

	.ecosystem-detail__grid,
	.principles-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.contact-card--primary {
		grid-column: 1 / -1;
	}
}

@media (max-width: 820px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .mobile-nav {
		top: 124px;
	}

	.page-wrap {
		width: min(calc(100% - 32px), var(--qt-max));
	}

	.site-header__inner {
		width: calc(100% - 32px);
	}

	.brand-link img {
		width: 135px;
	}

	.brand-link span {
		display: none;
	}

	.manifesto-grid,
	.benefit-grid,
	.closing-cta__inner,
	.page-hero,
	.feature-split,
	.feature-split--reverse,
	.software-band__grid,
	.benefit-hero__inner,
	.quote-section,
	.contact-hero {
		grid-template-columns: 1fr;
	}

	.manifesto-grid,
	.page-hero,
	.feature-split,
	.feature-split--reverse,
	.benefit-hero__inner,
	.quote-section,
	.contact-hero {
		gap: 44px;
	}

	.manifesto-copy,
	.page-hero p,
	.software-band__grid > div:last-child,
	.benefit-hero__side,
	.quote-section p,
	.contact-hero > p {
		padding-top: 26px;
		padding-left: 0;
		border-top: 1px solid var(--qt-line);
		border-left: 0;
	}

	.benefit-hero__side {
		border-color: rgba(255, 255, 255, 0.3);
	}

	.page-hero {
		min-height: auto;
		padding-block: 90px 65px;
	}

	.page-hero .eyebrow {
		grid-column: auto;
	}

	.feature-split--reverse .feature-content {
		order: 2;
	}

	.feature-split--reverse .feature-image {
		order: 1;
	}

	.feature-image {
		min-height: 440px;
	}

	.benefit-grid {
		gap: 32px;
	}

	.benefit-copy {
		padding-top: 28px;
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
		border-left: 0;
	}

	.gepex-panel {
		grid-template-columns: 90px 1fr;
	}

	.gepex-panel__content {
		padding: 42px 30px;
	}

	.gepex-panel__logo {
		grid-column: 1 / -1;
		min-height: 190px;
		border-top: 1px solid var(--qt-line);
		border-left: 0;
	}

	.closing-cta__inner .section-kicker {
		grid-column: auto;
	}

	.closing-cta__inner {
		align-items: start;
	}

	.closing-cta__inner .button {
		justify-self: start;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		flex-direction: column;
	}

	.inline-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 36px;
	}
}

@media (max-width: 580px) {
	.hero__copy {
		min-height: 580px;
		margin-inline: 16px;
		padding-block: 62px;
	}

	.hero h1 {
		font-size: clamp(3.05rem, 14vw, 4.8rem);
	}

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

	.hero__media {
		min-height: 460px;
	}

	.hero__media-note {
		right: 20px;
		bottom: 22px;
		left: 20px;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.capabilities-grid,
	.logo-grid,
	.ecosystem-detail__grid,
	.principles-grid,
	.contact-grid,
	.footer-links {
		grid-template-columns: 1fr;
	}

	.capability-card,
	.capability-card:nth-child(2n) {
		border-right: 0;
	}

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

	.gepex-panel {
		grid-template-columns: 1fr;
	}

	.gepex-panel__mark {
		align-items: center;
		flex-direction: row;
		padding: 22px;
		border-right: 0;
		border-bottom: 1px solid var(--qt-line);
	}

	.gepex-panel__mark > span:last-child {
		writing-mode: initial;
		transform: none;
	}

	.feature-image {
		min-height: 340px;
	}

	.ecosystem-detail__grid article,
	.principles-grid article {
		min-height: 270px;
	}

	.contact-card--primary {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
