/* ==========================================================================
   Emira Glow — Booking wizard & extended components
   Adds CSS for the wizard flow on top of main.css.
   All variables (--eg-*) come from main.css.
   ========================================================================== */

/* PAGE HEADER ============================================================ */
.eg-pheader {
	background: linear-gradient(180deg, var(--eg-surface) 0%, var(--eg-cream) 100%);
	padding: 80px 0 40px;
	border-bottom: 1px solid var(--eg-line);
}
.eg-pheader h1 {
	font-family: var(--eg-serif);
	font-size: clamp(40px, 6vw, 64px);
	font-weight: 300;
	letter-spacing: -0.02em;
	margin: 18px 0 16px;
	color: var(--eg-ink);
}
.eg-pheader .eg-eyebrow { display: inline-block; }
.eg-crumb {
	font-size: 13px;
	color: var(--eg-muted);
	letter-spacing: 0.02em;
}
.eg-crumb a { color: var(--eg-muted); text-decoration: none; }
.eg-crumb a:hover { color: var(--eg-rose-deep); }
.eg-pheader--booking {
	background: linear-gradient(180deg, #fef0ec 0%, var(--eg-cream) 100%);
}

/* BOOKING LAYOUT ========================================================= */
.eg-booking-section { padding: 56px 0 100px; }
.eg-booking-layout {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 36px;
	align-items: start;
	margin-top: 28px;
}
@media (max-width: 980px) {
	.eg-booking-layout { grid-template-columns: 1fr; }
	.eg-booking-side { order: -1; }
}
.eg-booking-main { min-width: 0; }

/* STEPPER ================================================================ */
.eg-stepper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 28px;
	overflow-x: auto;
	padding-bottom: 6px;
}
.eg-stp { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.eg-stp-num {
	width: 28px; height: 28px;
	display: inline-flex; align-items: center; justify-content: center;
	background: #fff;
	border: 1.5px solid var(--eg-line);
	border-radius: 999px;
	font-family: var(--eg-serif);
	font-size: 14px;
	font-weight: 500;
	color: var(--eg-muted);
}
.eg-stp-lbl {
	font-size: 13px;
	color: var(--eg-muted);
	font-weight: 500;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.eg-stp.eg-stp-active .eg-stp-num {
	background: var(--eg-rose-deep);
	border-color: var(--eg-rose-deep);
	color: #fff;
}
.eg-stp.eg-stp-active .eg-stp-lbl { color: var(--eg-ink); font-weight: 600; }
.eg-stp.eg-stp-done .eg-stp-num {
	background: var(--eg-rose);
	border-color: var(--eg-rose);
	color: #fff;
}
.eg-stp.eg-stp-done .eg-stp-num::after { content: '✓'; }
.eg-stp.eg-stp-done .eg-stp-num { font-size: 0; }
.eg-stp.eg-stp-done .eg-stp-num::after { font-size: 14px; }
.eg-stp.eg-stp-done .eg-stp-lbl { color: var(--eg-rose-deep); }
.eg-stp-bar {
	flex: 1 1 auto;
	height: 1.5px;
	background: var(--eg-line);
	min-width: 20px;
	max-width: 80px;
}

/* CARD =================================================================== */
.eg-card {
	background: #fff;
	border-radius: var(--eg-r-lg);
	padding: 36px clamp(20px, 4vw, 42px);
	box-shadow: var(--eg-shadow-sm);
	border: 1px solid var(--eg-line);
}
.eg-step h2 {
	font-family: var(--eg-serif);
	font-size: clamp(26px, 3.5vw, 34px);
	font-weight: 300;
	letter-spacing: -0.01em;
	margin: 0 0 8px;
	color: var(--eg-ink);
}
.eg-step-sub {
	color: var(--eg-muted);
	font-size: 15px;
	margin: 0 0 28px;
}

/* STEP 1 — service picker ================================================ */
.eg-cat-group { margin-top: 28px; }
.eg-cat-group:first-child { margin-top: 0; }
.eg-cat-group-title {
	font-family: var(--eg-serif);
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 16px;
	color: var(--eg-ink);
	padding-bottom: 10px;
	border-bottom: 1px solid var(--eg-line);
}
.eg-svc-pick-list { display: flex; flex-direction: column; gap: 12px; }
.eg-svc-pick {
	display: grid;
	grid-template-columns: 1fr 28px;
	gap: 18px;
	padding: 18px 20px;
	border: 1.5px solid var(--eg-line);
	border-radius: var(--eg-r-md);
	cursor: pointer;
	background: #fff;
	transition: var(--eg-tr);
	position: relative;
}
.eg-svc-pick:hover { border-color: var(--eg-rose); background: var(--eg-surface); }
.eg-svc-pick.eg-on {
	border-color: var(--eg-rose-deep);
	background: linear-gradient(135deg, #fef5f2 0%, #fef0ec 100%);
	box-shadow: var(--eg-shadow-sm);
}
.eg-svc-pick input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.eg-svc-pick-body { min-width: 0; }
.eg-svc-pick-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 6px;
}
.eg-svc-pick-head h4 {
	font-family: var(--eg-serif);
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color: var(--eg-ink);
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.eg-svc-pick-price { text-align: right; white-space: nowrap; }
.eg-svc-pick-price .eg-price-old {
	display: block;
	font-size: 12px;
	color: var(--eg-muted);
	text-decoration: line-through;
}
.eg-svc-pick-price .eg-price {
	font-family: var(--eg-serif);
	font-size: 18px;
	font-weight: 500;
	color: var(--eg-rose-deep);
}
.eg-svc-pick-meta {
	font-size: 13px;
	color: var(--eg-muted);
	margin-bottom: 8px;
}
.eg-svc-pick-desc {
	font-size: 14px;
	color: var(--eg-muted);
	line-height: 1.55;
	margin: 0;
}
.eg-svc-pick-check {
	width: 26px; height: 26px;
	border-radius: 50%;
	border: 1.5px solid var(--eg-line);
	display: flex; align-items: center; justify-content: center;
	color: #fff;
	transition: var(--eg-tr);
	align-self: center;
}
.eg-svc-pick-check svg { width: 14px; height: 14px; opacity: 0; transition: var(--eg-tr); }
.eg-svc-pick.eg-on .eg-svc-pick-check {
	background: var(--eg-rose-deep);
	border-color: var(--eg-rose-deep);
}
.eg-svc-pick.eg-on .eg-svc-pick-check svg { opacity: 1; }

/* STEP 2 — staff pick =================================================== */
.eg-staff-pick {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 28px;
	padding: 24px;
	border: 1.5px solid var(--eg-line);
	border-radius: var(--eg-r-lg);
	background: #fff;
	margin-top: 16px;
}
@media (max-width: 720px) {
	.eg-staff-pick { grid-template-columns: 1fr; }
}
.eg-staff-pick-portrait {
	width: 180px; height: 180px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--eg-surface);
	border: 3px solid #fff;
	box-shadow: var(--eg-shadow-sm);
}
.eg-staff-pick-portrait img { width: 100%; height: 100%; object-fit: cover; }
.eg-staff-pick-placeholder {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, var(--eg-rose), var(--eg-rose-deep));
	color: #fff;
	font-family: var(--eg-serif);
	font-size: 64px;
	font-weight: 300;
}
.eg-staff-pick-body h3 {
	font-family: var(--eg-serif);
	font-size: 28px;
	font-weight: 300;
	margin: 8px 0 12px;
	color: var(--eg-ink);
}
.eg-staff-pick-tagline {
	font-size: 13px;
	color: var(--eg-gold);
	font-weight: 500;
	margin: 0 0 16px;
	letter-spacing: 0.02em;
}
.eg-staff-pick-bio {
	font-size: 14px;
	color: var(--eg-muted);
	line-height: 1.6;
	margin: 0 0 20px;
}
.eg-earliest {
	padding-top: 16px;
	border-top: 1px solid var(--eg-line);
	margin-top: 16px;
}
.eg-earliest-label {
	font-size: 12px;
	color: var(--eg-muted);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.eg-earliest-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

/* SLOTS — buttons used everywhere ======================================= */
.eg-slot {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 11px 18px;
	border-radius: var(--eg-r-pill);
	background: #fff;
	border: 1.5px solid var(--eg-line);
	color: var(--eg-ink);
	font-family: var(--eg-sans);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: var(--eg-tr);
	cursor: pointer;
}
.eg-slot:hover {
	border-color: var(--eg-rose-deep);
	color: var(--eg-rose-deep);
	background: #fef5f2;
	transform: translateY(-1px);
}
.eg-slot--earliest {
	background: linear-gradient(135deg, var(--eg-rose) 0%, var(--eg-rose-deep) 100%);
	border-color: transparent;
	color: #fff;
}
.eg-slot--earliest:hover {
	background: linear-gradient(135deg, var(--eg-rose-deep) 0%, var(--eg-rose-deep) 100%);
	color: #fff;
}
.eg-slot--all {
	background: transparent;
	border-color: transparent;
	color: var(--eg-rose-deep);
}
.eg-slot--all:hover { background: var(--eg-surface); }
.eg-slot--off {
	opacity: 0.35;
	pointer-events: none;
	text-decoration: line-through;
}

/* STEP 3 — calendar ==================================================== */
.eg-cal-wrap { margin: 8px 0 28px; }
.eg-cal-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}
.eg-cal-title {
	font-family: var(--eg-serif);
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	color: var(--eg-ink);
}
.eg-cal-nav {
	width: 36px; height: 36px;
	border-radius: 50%;
	border: 1.5px solid var(--eg-line);
	background: #fff;
	color: var(--eg-ink);
	font-size: 20px;
	cursor: pointer;
	transition: var(--eg-tr);
	line-height: 1;
}
.eg-cal-nav:hover {
	border-color: var(--eg-rose-deep);
	color: var(--eg-rose-deep);
}
.eg-cal-dow {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	margin-bottom: 8px;
}
.eg-cal-dow span {
	text-align: center;
	font-size: 12px;
	color: var(--eg-muted);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 8px 0;
}
.eg-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	min-height: 240px;
}
.eg-cal-loading {
	grid-column: 1 / -1;
	text-align: center;
	padding: 40px 0;
	color: var(--eg-muted);
}
.eg-cal-cell {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1.5px solid transparent;
	border-radius: var(--eg-r-sm);
	font-family: var(--eg-sans);
	font-size: 14px;
	font-weight: 500;
	color: var(--eg-ink);
	cursor: pointer;
	transition: var(--eg-tr);
}
.eg-cal-cell:hover:not(.eg-cal-disabled) {
	border-color: var(--eg-rose-deep);
	background: #fef5f2;
}
.eg-cal-empty {
	background: transparent;
	cursor: default;
	border: none;
}
.eg-cal-disabled {
	color: var(--eg-line);
	cursor: not-allowed;
	background: transparent;
}
.eg-cal-today {
	color: var(--eg-rose-deep);
	font-weight: 700;
}
.eg-cal-selected {
	background: var(--eg-rose-deep) !important;
	border-color: var(--eg-rose-deep) !important;
	color: #fff !important;
}
.eg-slots-section { margin-top: 28px; }
.eg-slots-title {
	font-family: var(--eg-serif);
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 16px;
	color: var(--eg-ink);
	text-transform: capitalize;
}
.eg-slots-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
	gap: 8px;
}
.eg-slots-grid .eg-slot {
	justify-content: center;
	padding: 11px 12px;
}
.eg-slots-loading,
.eg-no-slots {
	grid-column: 1 / -1;
	text-align: center;
	color: var(--eg-muted);
	font-size: 14px;
	padding: 20px 0;
}

/* STEP 4 — form ======================================================== */
.eg-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 20px;
	margin: 20px 0 28px;
}
@media (max-width: 640px) {
	.eg-form-grid { grid-template-columns: 1fr; }
}
.eg-field--full { grid-column: 1 / -1; }
.eg-field label {
	display: block;
	font-size: 13px;
	color: var(--eg-ink);
	font-weight: 600;
	margin-bottom: 8px;
	letter-spacing: 0.01em;
}
.eg-field input[type="text"],
.eg-field input[type="email"],
.eg-field input[type="tel"],
.eg-field textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1.5px solid var(--eg-line);
	border-radius: var(--eg-r-md);
	background: #fff;
	color: var(--eg-ink);
	font-family: var(--eg-sans);
	font-size: 15px;
	transition: var(--eg-tr);
}
.eg-field input:focus,
.eg-field textarea:focus {
	outline: none;
	border-color: var(--eg-rose-deep);
	box-shadow: 0 0 0 3px rgba(201, 126, 116, 0.12);
}
.eg-field--note small {
	color: var(--eg-muted);
	font-size: 12px;
}
.eg-field--check label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--eg-muted);
	line-height: 1.55;
	cursor: pointer;
}
.eg-field--check input { margin-top: 3px; flex-shrink: 0; }
.eg-field--check a { color: var(--eg-rose-deep); text-decoration: underline; text-underline-offset: 2px; }

/* Step actions bar ===================================================== */
.eg-step-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--eg-line);
	flex-wrap: wrap;
}
.eg-step-actions .eg-btn:only-child { margin-left: auto; }
.eg-step-summary {
	flex: 1;
	font-size: 14px;
	color: var(--eg-muted);
	text-align: right;
	margin-right: 8px;
}
.eg-step-summary-count { color: var(--eg-ink); font-weight: 600; }
.eg-step-summary strong { color: var(--eg-rose-deep); font-weight: 600; }

/* SUMMARY SIDEBAR ======================================================= */
.eg-summary {
	background: #fff;
	border-radius: var(--eg-r-lg);
	padding: 28px 24px;
	border: 1px solid var(--eg-line);
	box-shadow: var(--eg-shadow-sm);
	position: sticky;
	top: 100px;
}
.eg-summary h4 {
	font-family: var(--eg-serif);
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 18px;
	color: var(--eg-ink);
	padding-bottom: 12px;
	border-bottom: 1px solid var(--eg-line);
}
.eg-summary-empty {
	color: var(--eg-muted);
	font-size: 14px;
	font-style: italic;
	margin: 8px 0 0;
}
.eg-summary-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.eg-summary-list li { padding: 10px 0; }
.eg-summary-row {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: baseline;
}
.eg-summary-label { flex: 1; min-width: 0; }
.eg-summary-label strong {
	display: block;
	font-family: var(--eg-sans);
	font-size: 14px;
	font-weight: 600;
	color: var(--eg-ink);
	line-height: 1.4;
	margin-bottom: 2px;
}
.eg-summary-label span {
	font-size: 12px;
	color: var(--eg-muted);
}
.eg-summary-price {
	font-family: var(--eg-serif);
	font-size: 15px;
	font-weight: 500;
	color: var(--eg-rose-deep);
	white-space: nowrap;
}
.eg-summary-sep {
	height: 1px;
	background: var(--eg-line);
	margin: 8px 0;
}
.eg-summary-total {
	padding-top: 8px;
}
.eg-summary-total .eg-summary-label strong {
	font-family: var(--eg-serif);
	font-size: 16px;
	font-weight: 500;
}
.eg-summary-total .eg-summary-price {
	font-size: 20px;
	font-weight: 600;
}
.eg-summary-block {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--eg-line);
}
.eg-summary-block-label {
	font-size: 11px;
	color: var(--eg-muted);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 4px;
}
.eg-summary-block-value {
	font-family: var(--eg-serif);
	font-size: 16px;
	color: var(--eg-ink);
	font-weight: 400;
}
.eg-summary-help {
	margin-top: 16px;
	padding: 18px 20px;
	background: var(--eg-surface);
	border-radius: var(--eg-r-md);
	font-size: 13px;
	color: var(--eg-muted);
	line-height: 1.6;
}
.eg-summary-help h5 {
	font-family: var(--eg-serif);
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--eg-ink);
}
.eg-summary-help a {
	color: var(--eg-rose-deep);
	text-decoration: none;
	display: inline-block;
	margin: 2px 0;
}
.eg-summary-help a:hover { text-decoration: underline; }

/* ALERTS ================================================================ */
.eg-alert {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 18px;
	padding: 28px 32px;
	border-radius: var(--eg-r-lg);
	margin: 24px 0;
	align-items: start;
}
.eg-alert--ok {
	background: linear-gradient(135deg, #ebf7ee 0%, #e0f0e4 100%);
	border: 1px solid #b8dec0;
}
.eg-alert--err {
	background: linear-gradient(135deg, #fde8e3 0%, #fbd9d0 100%);
	border: 1px solid #f0b9ab;
}
.eg-alert-icon {
	width: 44px; height: 44px;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.eg-alert--ok .eg-alert-icon { background: #2e7d3a; }
.eg-alert--err .eg-alert-icon { background: #a64141; }
.eg-alert h3 {
	font-family: var(--eg-serif);
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 6px;
	color: var(--eg-ink);
}
.eg-alert p { margin: 0; color: var(--eg-muted); line-height: 1.6; }

/* CATEGORY TABS / BLOCKS on Services page =============================== */
.eg-cat-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 36px;
	justify-content: center;
}
.eg-cat-tab {
	padding: 10px 22px;
	border-radius: var(--eg-r-pill);
	border: 1.5px solid var(--eg-line);
	background: #fff;
	color: var(--eg-ink);
	font-family: var(--eg-sans);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: var(--eg-tr);
}
.eg-cat-tab:hover { border-color: var(--eg-rose-deep); color: var(--eg-rose-deep); }
.eg-cat-tab.eg-on {
	background: var(--eg-rose-deep);
	border-color: var(--eg-rose-deep);
	color: #fff;
}
.eg-cat-block { margin-top: 56px; }
.eg-cat-block:first-child { margin-top: 0; }
.eg-cat-block-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--eg-line);
}
.eg-cat-block-head h2 {
	font-family: var(--eg-serif);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 300;
	margin: 0;
	color: var(--eg-ink);
}

/* SINGLE SERVICE detail ================================================= */
.eg-svc-detail {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 48px;
	align-items: start;
}
@media (max-width: 880px) { .eg-svc-detail { grid-template-columns: 1fr; } }
.eg-svc-detail-img {
	border-radius: var(--eg-r-lg);
	overflow: hidden;
	position: relative;
	aspect-ratio: 4 / 5;
	background: var(--eg-surface);
}
.eg-svc-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.eg-svc-detail-body {
	padding-top: 16px;
}
.eg-svc-detail-price {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-top: 32px;
	padding: 20px 24px;
	background: var(--eg-surface);
	border-radius: var(--eg-r-md);
}
.eg-svc-detail-price .eg-price {
	font-family: var(--eg-serif);
	font-size: 32px;
	font-weight: 400;
	color: var(--eg-rose-deep);
}
.eg-svc-detail-price .eg-price-old {
	font-size: 18px;
	color: var(--eg-muted);
	text-decoration: line-through;
}

/* PHILOSOPHY (about) ==================================================== */
.eg-philo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
	margin-top: 40px;
}
.eg-philo-card {
	background: #fff;
	padding: 32px 28px;
	border-radius: var(--eg-r-lg);
	border: 1px solid var(--eg-line);
	box-shadow: var(--eg-shadow-sm);
	transition: var(--eg-tr);
}
.eg-philo-card:hover { transform: translateY(-2px); box-shadow: var(--eg-shadow); }
.eg-philo-num {
	font-family: var(--eg-serif);
	font-size: 28px;
	font-weight: 300;
	color: var(--eg-rose-deep);
	margin-bottom: 12px;
}
.eg-philo-card h4 {
	font-family: var(--eg-serif);
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px;
	color: var(--eg-ink);
}
.eg-philo-card p {
	font-size: 14px;
	color: var(--eg-muted);
	margin: 0;
	line-height: 1.6;
}

/* POLICY PAGE =========================================================== */
.eg-policy-wrap {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 48px;
	align-items: start;
}
@media (max-width: 880px) { .eg-policy-wrap { grid-template-columns: 1fr; } }
.eg-policy-nav {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: sticky;
	top: 100px;
	padding: 18px;
	background: var(--eg-surface);
	border-radius: var(--eg-r-md);
}
.eg-policy-nav a {
	padding: 8px 12px;
	border-radius: var(--eg-r-sm);
	color: var(--eg-muted);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: var(--eg-tr);
}
.eg-policy-nav a:hover { background: #fff; color: var(--eg-rose-deep); }
.eg-policy-body { max-width: 720px; }
.eg-policy-body h2 {
	font-family: var(--eg-serif);
	font-size: clamp(26px, 3.5vw, 34px);
	font-weight: 300;
	margin: 56px 0 16px;
	color: var(--eg-ink);
	padding-bottom: 12px;
	border-bottom: 1px solid var(--eg-line);
	scroll-margin-top: 100px;
}
.eg-policy-body h2:first-child { margin-top: 0; }
.eg-policy-body h3 {
	font-family: var(--eg-serif);
	font-size: 22px;
	font-weight: 400;
	margin: 32px 0 12px;
	color: var(--eg-ink);
	scroll-margin-top: 100px;
}
.eg-policy-body p { color: var(--eg-muted); line-height: 1.75; margin: 0 0 14px; }
.eg-policy-body ul { color: var(--eg-muted); line-height: 1.8; padding-left: 22px; margin: 0 0 14px; }
.eg-policy-body a { color: var(--eg-rose-deep); text-decoration: underline; text-underline-offset: 2px; }
.eg-policy-meta {
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid var(--eg-line);
	font-size: 12px;
	color: var(--eg-muted);
	font-style: italic;
}

/* PROSE (page.php) ====================================================== */
.eg-prose { max-width: 760px; margin: 0 auto; }
.eg-prose h2 {
	font-family: var(--eg-serif);
	font-size: 28px;
	font-weight: 300;
	margin: 40px 0 16px;
	color: var(--eg-ink);
}
.eg-prose h3 {
	font-family: var(--eg-serif);
	font-size: 22px;
	font-weight: 400;
	margin: 28px 0 12px;
	color: var(--eg-ink);
}
.eg-prose p { color: var(--eg-muted); line-height: 1.8; margin: 0 0 16px; font-size: 16px; }
.eg-prose ul, .eg-prose ol { color: var(--eg-muted); line-height: 1.8; padding-left: 22px; margin: 0 0 16px; }
.eg-prose a { color: var(--eg-rose-deep); text-underline-offset: 2px; }
