:root {
	--ink: #10211c;
	--ink-2: #18352c;
	--muted: #66736e;
	--paper: #f4f2e9;
	--paper-2: #ebe9df;
	--white: #fffef8;
	--line: #d5d8ce;
	--lime: #c9f25f;
	--lime-dark: #6f8e16;
	--orange: #ff6a3d;
	--orange-dark: #b63918;
	--soft: #e7f2df;
	--max: 1240px;
	--read: 760px;
	--radius: 18px;
	--shadow: 0 24px 70px rgba(16, 33, 28, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
	margin: 0;
	overflow-x: hidden;
	background: var(--paper);
	color: var(--ink);
	font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-color: #a8b1ab; text-underline-offset: .22em; }
a:hover { color: var(--orange-dark); text-decoration-color: var(--orange); }
img { max-width: 100%; }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: 24px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; background: var(--white); padding: 10px 14px; border-radius: 8px; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(244, 242, 233, .9);
	border-bottom: 1px solid rgba(16, 33, 28, .12);
	backdrop-filter: blur(18px);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; text-decoration: none; letter-spacing: -.035em; }
.brand:hover { color: var(--ink); }
.brand-mark { display: block; width: 36px; height: 36px; flex: 0 0 36px; line-height: 0; }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand-grid rect { fill: none; stroke: currentColor; stroke-width: 1.5; }
.brand-grid rect:nth-child(4) { fill: var(--lime); stroke: var(--ink); }
.brand-ear { fill: var(--orange); }
.brand-word { font-size: 19px; }
.brand-word > span { color: var(--orange-dark); }
.nav-shell nav { display: flex; gap: 30px; margin: auto; }
.nav-shell nav a, .nav-about { position: relative; font-size: 14px; font-weight: 750; text-decoration: none; }
.nav-shell nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s ease; }
.nav-shell nav a:hover::after { right: 0; }
.nav-about { padding: 9px 14px; border: 1px solid var(--ink); border-radius: 999px; }
.nav-about:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; }

.page-hero { padding: 88px 0 58px; border-bottom: 1px solid var(--line); }
.home-hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	align-items: center;
	overflow-x: hidden;
	overflow-y: visible;
	background: var(--ink);
	color: var(--white);
	border: 0;
	padding: 72px 0 56px;
}
.home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(to right, transparent, #000 18%, #000 82%, transparent);
}
.home-hero::after {
	content: "";
	position: absolute;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	right: -200px;
	top: -240px;
	background: var(--lime);
	filter: blur(150px);
	opacity: .16;
}
.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
}
.hero-grid > * { min-width: 0; }
.hero-copy { padding: 12px 0; }
.eyebrow {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 18px;
	color: var(--orange-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.home-hero .eyebrow { color: var(--lime); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--orange); }
.home-hero .eyebrow::before { background: var(--lime); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 980px; margin: 0; font-size: clamp(46px, 7vw, 86px); font-weight: 500; }
.home-hero h1 { max-width: 720px; font-size: clamp(48px, 6.4vw, 84px); overflow-wrap: break-word; }
h2 { margin: 2.2em 0 .65em; font-size: clamp(34px, 4vw, 52px); font-weight: 500; }
h3 { margin: 1.7em 0 .45em; font-size: 26px; }
.direct-answer { max-width: 820px; margin: 26px 0 0; font-size: clamp(19px, 2.1vw, 23px); line-height: 1.55; color: #42514b; }
.home-hero .direct-answer { max-width: min(640px, 100%); color: #cdd7d2; }
.updated { display: block; color: var(--muted); font-size: 13px; }
.home-hero .updated { color: #9dafa7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	min-height: 52px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #d8ff78; color: var(--ink); transform: translateY(-2px); }
.button-quiet { border: 1px solid rgba(255, 255, 255, .26); color: var(--white); }
.button-quiet:hover { border-color: var(--white); color: var(--white); }
.button-quiet.ink { border-color: var(--ink); color: var(--ink); }
.button-quiet.ink:hover { background: var(--ink); color: var(--white); }
.hero-meta { display: flex; gap: 22px; align-items: center; margin-top: 30px; color: #9dafa7; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.live-dot, .footer-signal { display: inline-flex; align-items: center; gap: 8px; }
.live-dot i, .footer-signal i {
	width: 7px;
	height: 7px;
	background: var(--lime);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(201, 242, 95, .12);
}

.mosaic-stage { position: relative; }
.logo-mosaic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas:
		"pulse eco ear"
		"credit geo finance"
		"chef gardens shield";
	gap: 12px;
	aspect-ratio: 1;
	width: min(100%, 520px);
	margin-left: auto;
}
.mosaic-cell, .mosaic-ear {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 0;
	padding: 14px 16px;
	border: 1.6px solid rgba(255, 255, 255, .34);
	border-radius: 18px;
	text-decoration: none;
	overflow: hidden;
	background: rgba(255, 255, 255, .04);
	transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.mosaic-cell strong, .mosaic-ear span {
	font-family: Georgia, serif;
	font-size: clamp(18px, 2.2vw, 26px);
	font-weight: 500;
	letter-spacing: -.03em;
}
.mosaic-cell span {
	color: #9dafa7;
	font-size: 11px;
	letter-spacing: .02em;
}
.mosaic-cell:hover { transform: translateY(-4px); background: var(--white); color: var(--ink); border-color: var(--white); }
.mosaic-cell:hover span { color: var(--muted); }
.mosaic-core {
	background: var(--lime);
	border-color: var(--lime);
	color: var(--ink);
	box-shadow: 0 0 48px rgba(201, 242, 95, .28);
}
.mosaic-core span { color: #4d6120; }
.mosaic-core:hover { background: #d8ff78; color: var(--ink); }
.mosaic-ear {
	grid-area: ear;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
	background: var(--orange);
	border: 0;
	border-radius: 18px 18px 6px 18px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.mosaic-ear span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}
.slot-pulse { grid-area: pulse; }
.slot-eco { grid-area: eco; }
.slot-credit { grid-area: credit; }
.slot-geo { grid-area: geo; }
.slot-finance { grid-area: finance; }
.slot-chef { grid-area: chef; }
.slot-gardens { grid-area: gardens; }
.slot-shield { grid-area: shield; }

.domain-strip { padding: 22px 0; background: var(--lime); }
.domain-row { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between; }
.domain-row a {
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: -.01em;
}
.domain-row a:hover { color: var(--ink); }

.section-wide { padding: 88px 0; }
.section-wide.alt { background: var(--paper-2); border-block: 1px solid var(--line); }
.section-kicker { display: block; margin-bottom: 12px; color: var(--orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; }
.text-link { font-size: 13px; font-weight: 850; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.network-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 9vw, 140px); align-items: end; margin-bottom: 56px; }
.network-heading h2 { margin: 0; }
.network-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 17px; }

.eeat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.eeat-cell {
	min-height: 280px;
	padding: 26px;
	background: var(--white);
	border: 1.6px solid var(--line);
	border-radius: 22px;
}
.eeat-letter {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 48px;
	border: 1.6px solid var(--ink);
	border-radius: 14px;
	font-family: Georgia, serif;
	font-size: 28px;
}
.eeat-cell:first-child .eeat-letter,
.eeat-cell:nth-child(2) .eeat-letter { background: var(--ink); color: var(--lime); }
.eeat-cell:nth-child(3) .eeat-letter { background: var(--lime); }
.eeat-cell:nth-child(4) .eeat-letter { background: var(--orange); color: var(--white); border-color: var(--orange); }
.eeat-cell h3 { margin: 0 0 12px; font-family: inherit; font-size: 20px; letter-spacing: -.02em; }
.eeat-cell p { margin: 0; color: var(--muted); font-size: 15px; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: 26px;
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, transparent 55%, rgba(201, 242, 95, .2));
	opacity: 0;
	transition: opacity .22s;
	pointer-events: none;
}
.product-card:hover { transform: translateY(-5px); border-color: #aab4a9; box-shadow: var(--shadow); color: var(--ink); }
.product-card:hover::before { opacity: 1; }
.product-card .icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 36px;
	background: var(--ink);
	color: var(--lime);
	border-radius: 12px;
	font-size: 13px;
	font-weight: 900;
}
.product-card .label { display: block; margin-bottom: 10px; color: var(--orange-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.product-card h3 { position: relative; margin: 0 0 12px; font-family: inherit; font-size: 22px; letter-spacing: -.025em; }
.product-card p { position: relative; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.arrow { position: relative; display: inline-block; margin-top: auto; padding-top: 28px; color: var(--orange-dark); font-size: 13px; font-weight: 850; }
.product-core { background: var(--ink); border-color: var(--ink); color: var(--white); }
.product-core p { color: #aebbb5; }
.product-core .label, .product-core .arrow { color: var(--lime); }
.product-core .icon { background: var(--lime); color: var(--ink); }
.product-core:hover { color: var(--white); }

.split-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.split-copy h2 { margin-top: 0; }
.split-copy p { color: #42514b; }

.news-grid { display: grid; gap: 0; }
.news-row, .archive-row {
	display: grid;
	grid-template-columns: 90px 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 24px 0;
	border-top: 1px solid var(--line);
	text-decoration: none;
}
.news-row h3, .archive-row h2 { margin: 0; font-family: inherit; font-size: 22px; }
.news-row .type, .archive-row .type { font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; color: var(--orange-dark); }
.news-row .date, .archive-row .date { color: var(--muted); font-size: 12px; }

.content-shell { display: grid; grid-template-columns: minmax(0, var(--read)) minmax(220px, 1fr); gap: 80px; padding-top: 64px; padding-bottom: 96px; }
.article-body p { margin: 0 0 1.25em; }
.article-body ul, .article-body ol { padding-left: 1.25em; }
.article-body li { margin-bottom: .55em; }
.article-body strong { font-weight: 750; }
.article-body.archive-intro { max-width: 860px; margin-top: 64px; }
.toc, .side-card { position: sticky; top: 110px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.toc h2, .side-card h2 { margin: 0 0 14px; font-family: inherit; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.toc a, .side-card a { display: block; padding: 7px 0; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.toc a:hover, .side-card a:hover { color: var(--orange-dark); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 750; list-style: none; }
summary::after { content: "+"; float: right; color: var(--orange); font-size: 22px; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin: 12px 0 4px; color: #4d5b55; }
.related { margin-top: 72px; padding-top: 32px; border-top: 3px solid var(--ink); }
.related h2 { margin: 0 0 24px; font-size: 34px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.related a { padding: 16px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-weight: 750; text-decoration: none; }
.notice { padding: 18px; border: 1px solid #d7a88e; background: #fff2e9; border-radius: 10px; }
.contact-form { display: grid; gap: 14px; max-width: 620px; }
.contact-form label { font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font: inherit; }
.contact-form button { justify-self: start; border: 0; background: var(--ink); color: var(--white); padding: 12px 20px; border-radius: 999px; font-weight: 800; }

.site-footer { padding: 72px 0 26px; background: #0b1713; color: #f4f4eb; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.site-footer .brand-word > span { color: var(--lime); }
.site-footer .brand-grid rect { stroke: #f4f4eb; }
.site-footer h2 { margin: 0 0 14px; font-family: inherit; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #88978f; }
.site-footer a:not(.brand) { display: block; margin: 8px 0; color: #d9e0dc; text-decoration: none; font-size: 13px; }
.site-footer p { max-width: 390px; color: #92a098; }
.footer-signal { margin-top: 10px; color: #a9b5af; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 22px; border-top: 1px solid #293b34; color: #718078; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1080px) {
	.product-grid, .eeat-grid { grid-template-columns: repeat(2, 1fr); }
	.hero-grid { grid-template-columns: 1fr .8fr; }
}

@media (max-width: 820px) {
	.hero-grid, .network-heading, .split-copy, .content-shell { grid-template-columns: 1fr; }
	.home-hero { min-height: 0; }
	.logo-mosaic { margin: 8px auto 28px; width: 100%; max-width: 400px; }
	.content-aside { order: -1; }
	.toc { position: static; box-shadow: none; }
}

@media (max-width: 720px) {
	.shell { padding-inline: 16px; }
	.nav-shell { min-height: 68px; gap: 18px; }
	.brand-mark { width: 32px; height: 32px; flex-basis: 32px; }
	.menu-toggle { display: inline-flex; align-items: center; gap: 9px; margin-left: auto; border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 999px; padding: 8px 13px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
	.menu-toggle i, .menu-toggle i::before { content: ""; display: block; width: 14px; height: 1px; background: currentColor; transition: transform .2s; }
	.menu-toggle i::before { transform: translateY(4px); }
	.menu-toggle[aria-expanded="true"] i { transform: rotate(45deg) translateY(2px); }
	.menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
	.nav-shell nav { display: none; }
	.nav-shell nav.is-open { position: absolute; top: 68px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; margin: 0; padding: 14px 16px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 22px 44px rgba(16, 33, 28, .14); }
	.nav-shell nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
	.nav-shell nav a::after { display: none; }
	.nav-about { display: none; }
	.page-hero { padding: 58px 0 36px; }
	.home-hero { padding: 36px 0 16px; }
	.hero-actions { display: grid; }
	.button { width: 100%; }
	.hero-meta { flex-direction: column; align-items: flex-start; gap: 8px; }
	.logo-mosaic { gap: 8px; width: 100%; max-width: 100%; }
	.logo-mosaic > * { min-width: 0; }
	.mosaic-cell { padding: 10px 12px; border-radius: 14px; }
	.mosaic-cell strong { font-size: 15px; }
	.mosaic-cell span { display: none; }
	.domain-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
	.domain-row > * { min-width: 0; overflow-wrap: anywhere; }
	.home-hero h1 { font-size: 1.75rem; line-height: 1.12; }
	.home-hero .direct-answer { font-size: 16px; overflow-wrap: break-word; }
	.section-wide { padding: 62px 0; }
	.section-heading { align-items: flex-start; flex-direction: column; }
	.product-grid, .eeat-grid, .related-grid { grid-template-columns: 1fr; }
	.eeat-cell, .product-card { min-height: 0; }
	.eeat-letter { margin-bottom: 22px; }
	.news-row, .archive-row { grid-template-columns: 1fr; gap: 6px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid > div:first-child { grid-column: 1 / -1; }
	.footer-bottom { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
