.ynot-eo-wrap {
	--ynot-eo-ink: #18212b;
	--ynot-eo-muted: #65717d;
	--ynot-eo-accent: #9b1c31;
	--ynot-eo-paper: #fffdf8;
	--ynot-eo-line: #d9d5cc;
	color: var(--ynot-eo-ink);
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(16px, 3vw, 40px);
}

.ynot-eo-template-main {
	display: block;
	float: none;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

/* The hub supplies its own masthead; avoid a duplicate theme-level page title. */
.ynot-eo-hub-page main > article > .entry-header,
.ynot-eo-hub-page main > .page-header { display: none; }

.ynot-eo-wrap *,
.ynot-eo-wrap *::before,
.ynot-eo-wrap *::after { box-sizing: border-box; }

.ynot-eo-hero {
	background: var(--ynot-eo-paper);
	border-block: 5px double var(--ynot-eo-ink);
	padding: clamp(30px, 6vw, 70px) clamp(18px, 5vw, 64px);
	text-align: center;
}

.ynot-eo-kicker {
	color: var(--ynot-eo-accent);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .16em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ynot-eo-hero h1 {
	font-size: clamp(2.2rem, 6vw, 5rem);
	letter-spacing: -.045em;
	line-height: .98;
	margin: 0 auto 18px;
}

.ynot-eo-intro {
	color: #3f4952;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.55;
	margin: 0 auto 26px;
	max-width: 760px;
}

.ynot-eo-intro p { margin: 0; }

.ynot-eo-button {
	appearance: none;
	background: var(--ynot-eo-accent);
	border: 2px solid var(--ynot-eo-accent);
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1.2;
	padding: 13px 19px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.ynot-eo-button:hover,
.ynot-eo-button:focus { background: #731426; border-color: #731426; }

.ynot-eo-section { margin-top: clamp(42px, 7vw, 80px); }

.ynot-eo-section-heading {
	align-items: end;
	border-bottom: 3px solid var(--ynot-eo-ink);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 10px;
}

.ynot-eo-section-heading h2,
.ynot-eo-submit h2 {
	font-size: clamp(1.75rem, 3vw, 2.7rem);
	letter-spacing: -.025em;
	line-height: 1.05;
	margin: 0;
}

.ynot-eo-section-heading > a {
	color: var(--ynot-eo-accent);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8rem;
	font-weight: 700;
	white-space: nowrap;
}

.ynot-eo-grid { display: grid; gap: 22px; }

.ynot-eo-card {
	background: #fff;
	border-bottom: 1px solid var(--ynot-eo-line);
	display: grid;
	gap: clamp(18px, 3vw, 34px);
	grid-template-columns: minmax(220px, 34%) 1fr;
	margin: 0;
	padding: 0 0 22px;
}

.ynot-eo-card-no-image { grid-template-columns: 1fr; }

.ynot-eo-image { display: block; min-height: 210px; overflow: hidden; }
.ynot-eo-image img { height: 100%; object-fit: cover; width: 100%; }
.ynot-eo-card-body { align-self: center; }

.ynot-eo-meta {
	color: var(--ynot-eo-muted);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ynot-eo-card h3 {
	font-size: clamp(1.45rem, 3vw, 2.3rem);
	line-height: 1.08;
	margin: 0 0 12px;
}

.ynot-eo-card h3 a { color: var(--ynot-eo-ink); text-decoration: none; }
.ynot-eo-card h3 a:hover { color: var(--ynot-eo-accent); }
.ynot-eo-excerpt { color: #3e4851; font-size: 1.02rem; line-height: 1.55; }
.ynot-eo-excerpt p { margin: 0 0 12px; }

.ynot-eo-card-footer {
	align-items: center;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .78rem;
	gap: 20px;
	justify-content: space-between;
	margin-top: 16px;
}

.ynot-eo-read { color: var(--ynot-eo-accent); font-weight: 800; text-decoration: none; }
.ynot-eo-card-footer > span { color: var(--ynot-eo-muted); white-space: nowrap; }

.ynot-eo-empty {
	background: #f5f2eb;
	border: 1px solid var(--ynot-eo-line);
	padding: 28px;
	text-align: center;
}

.ynot-eo-empty h3 { margin-top: 0; }

.ynot-eo-pagination {
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	margin-top: 32px;
}

.ynot-eo-pagination .page-numbers {
	border: 1px solid var(--ynot-eo-line);
	color: var(--ynot-eo-ink);
	min-width: 38px;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
}

.ynot-eo-pagination .current { background: var(--ynot-eo-ink); color: #fff; }

.ynot-eo-submit {
	background: #f5f2eb;
	border-top: 5px double var(--ynot-eo-ink);
	display: grid;
	gap: clamp(28px, 5vw, 60px);
	grid-template-columns: minmax(220px, .72fr) 1.28fr;
	padding: clamp(24px, 5vw, 58px);
}

.ynot-eo-submit-copy { font-size: 1.05rem; line-height: 1.55; }
.ynot-eo-review-note { border-left: 4px solid var(--ynot-eo-accent); font-weight: 700; padding-left: 14px; }
.ynot-eo-form { display: grid; gap: 18px; }
.ynot-eo-form label { display: grid; font-family: Arial, Helvetica, sans-serif; font-size: .84rem; font-weight: 700; gap: 7px; }
.ynot-eo-form label > span b { color: var(--ynot-eo-accent); }
.ynot-eo-field-row { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }

.ynot-eo-form input[type="text"],
.ynot-eo-form input[type="email"],
.ynot-eo-form input[type="file"],
.ynot-eo-form textarea {
	background: #fff;
	border: 1px solid #a8a399;
	border-radius: 2px;
	color: var(--ynot-eo-ink);
	font: 400 1rem/1.45 Arial, Helvetica, sans-serif;
	max-width: 100%;
	padding: 11px 12px;
	width: 100%;
}

.ynot-eo-form textarea { resize: vertical; }
.ynot-eo-form input:focus,
.ynot-eo-form textarea:focus { border-color: var(--ynot-eo-accent); box-shadow: 0 0 0 2px rgba(155,28,49,.18); outline: 0; }
.ynot-eo-form small { color: var(--ynot-eo-muted); font-weight: 400; }
.ynot-eo-form .ynot-eo-check { align-items: start; display: flex; font-weight: 400; gap: 10px; }
.ynot-eo-check input { margin-top: 3px; }
.ynot-eo-form .ynot-eo-button { justify-self: start; }
.ynot-eo-honeypot { height: 0 !important; left: -10000px !important; overflow: hidden !important; position: absolute !important; width: 0 !important; }

.ynot-eo-notice {
	border-left: 5px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 24px 0;
	padding: 14px 18px;
}

.ynot-eo-notice-success { background: #edf8f0; border-color: #238636; }
.ynot-eo-notice-error { background: #fff0f0; border-color: #b42318; }

@media (max-width: 760px) {
	.ynot-eo-card,
	.ynot-eo-submit { grid-template-columns: 1fr; }
	.ynot-eo-image { min-height: 190px; }
	.ynot-eo-field-row { grid-template-columns: 1fr; }
	.ynot-eo-section-heading { align-items: start; flex-direction: column; }
	.ynot-eo-card-footer { align-items: start; flex-direction: column; gap: 8px; }
}
