/* ==========================================================================
   Product editorial layout
   --------------------------------------------------------------------------
   The commission pages carry long-form copy: how a piece is made, what is in
   the box, why the price is a range. A wall of paragraphs wastes it. These are
   the components that give that copy a shape — spec tables, a comparison, a
   price ladder, an included list, an FAQ — using the same tokens as the rest of
   the site so it reads as one document rather than an embed.
   ========================================================================== */

.pm-site .pm-prose {
	max-width: 74ch;
	font-size: 1.02rem;
	line-height: 1.72;
	color: var(--pm-ink);
}
.pm-site .pm-prose > * + * { margin-top: 1.05em; }

/* Lede — the one sentence that has to land first. */
.pm-site .pm-lede {
	font-family: var(--pm-font-display);
	font-size: clamp(1.2rem, 2.1vw, 1.5rem);
	line-height: 1.42;
	color: var(--pm-ink);
	margin: 0 0 1.4em;
	max-width: 34ch;
}

/* Section headings: a hairline rule above gives the eye a shelf to land on. */
.pm-site .pm-prose h3 {
	font-family: var(--pm-font-display);
	font-size: clamp(1.18rem, 2vw, 1.42rem);
	line-height: 1.3;
	margin: 2.4em 0 .7em;
	padding-top: .85em;
	border-top: 1px solid var(--pm-line);
	color: var(--pm-ink);
}
.pm-site .pm-prose h3:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.pm-site .pm-prose h4 {
	font-size: 1rem;
	font-weight: 650;
	margin: 1.6em 0 .5em;
	color: var(--pm-ink);
}
.pm-site .pm-prose p { margin: 0 0 1em; color: var(--pm-ink-soft); }
.pm-site .pm-prose strong { color: var(--pm-ink); font-weight: 650; }

.pm-site .pm-prose ul,
.pm-site .pm-prose ol { margin: 0 0 1.1em; padding-left: 0; list-style: none; }
.pm-site .pm-prose ul li,
.pm-site .pm-prose ol li {
	position: relative;
	padding-left: 1.55em;
	margin-bottom: .55em;
	color: var(--pm-ink-soft);
}
.pm-site .pm-prose ul li::before {
	content: "";
	position: absolute;
	left: .18em; top: .62em;
	width: .42em; height: .42em;
	border-radius: 50%;
	background: var(--pm-clay);
}
.pm-site .pm-prose ol { counter-reset: pm-step; }
.pm-site .pm-prose ol li { counter-increment: pm-step; padding-left: 2.1em; }
.pm-site .pm-prose ol li::before {
	content: counter(pm-step);
	position: absolute;
	left: 0; top: .18em;
	width: 1.5em; height: 1.5em;
	display: grid; place-items: center;
	border-radius: 50%;
	background: var(--pm-clay-soft, #f0e2db);
	color: var(--pm-clay-dark);
	font-size: .74rem;
	font-weight: 700;
}

/* Callout — used for the promises we most need believed. */
.pm-site .pm-callout {
	background: var(--pm-surface-alt);
	border-left: 3px solid var(--pm-clay);
	border-radius: 0 var(--pm-radius) var(--pm-radius) 0;
	padding: 1.15em 1.35em;
	margin: 1.6em 0;
}
.pm-site .pm-callout p:last-child { margin-bottom: 0; }
.pm-site .pm-callout--ink {
	background: var(--pm-ink);
	border-left-color: var(--pm-clay);
}
.pm-site .pm-callout--ink p,
.pm-site .pm-callout--ink strong { color: #fff; }

/* Table shell shared by the spec, comparison and price tables. */
.pm-site .pm-table-wrap {
	margin: 1.5em 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--pm-line);
	border-radius: var(--pm-radius);
	background: var(--pm-surface);
}
.pm-site table.pm-table {
	width: 100%;
	border-collapse: collapse;
	font-size: .95rem;
	min-width: 30rem;
}
.pm-site table.pm-table th,
.pm-site table.pm-table td {
	padding: .82em 1.05em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--pm-line);
	color: var(--pm-ink);
}
.pm-site table.pm-table thead th {
	background: var(--pm-surface-alt);
	font-size: .74rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pm-ink-soft);
	font-weight: 700;
}
.pm-site table.pm-table tbody tr:last-child th,
.pm-site table.pm-table tbody tr:last-child td { border-bottom: 0; }
.pm-site table.pm-table th[scope="row"] {
	font-weight: 600;
	color: var(--pm-ink);
	width: 38%;
}
.pm-site table.pm-table td.pm-num { font-variant-numeric: tabular-nums; font-weight: 650; }

/* The highlighted column in the comparison. */
.pm-site table.pm-table .pm-col-good { background: #f2f7f1; }
.pm-site table.pm-table thead .pm-col-good { background: #e6f0e4; color: #2f5d34; }

/* Included-in-the-box checklist. */
.pm-site .pm-included {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: .7em 1.4em;
	margin: 1.4em 0;
	padding: 0;
	list-style: none;
}
.pm-site .pm-included li {
	display: flex;
	gap: .6em;
	align-items: flex-start;
	padding: 0;
	margin: 0;
	color: var(--pm-ink-soft);
	font-size: .95rem;
}
.pm-site .pm-included li::before {
	content: "";
	flex: 0 0 auto;
	width: 1.05em; height: 1.05em;
	margin-top: .28em;
	border-radius: 50%;
	background: var(--pm-clay);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.6 16.2 5.4 12l-1.4 1.4 5.6 5.6 12-12L20.2 5.6z'/%3E%3C/svg%3E") center/78% no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.6 16.2 5.4 12l-1.4 1.4 5.6 5.6 12-12L20.2 5.6z'/%3E%3C/svg%3E") center/78% no-repeat;
}
.pm-site .pm-included li strong { color: var(--pm-ink); }

/* Feature strip: icon, title, one line. */
.pm-site .pm-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
	gap: 1.1em;
	margin: 1.8em 0;
}
.pm-site .pm-feature {
	background: var(--pm-surface);
	border: 1px solid var(--pm-line);
	border-radius: var(--pm-radius);
	padding: 1.15em 1.2em;
}
.pm-site .pm-feature h4 {
	margin: 0 0 .35em;
	font-size: .97rem;
	font-weight: 650;
	color: var(--pm-ink);
}
.pm-site .pm-feature p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.58;
	color: var(--pm-ink-soft);
}
.pm-site .pm-feature__num {
	display: block;
	font-family: var(--pm-font-display);
	font-size: 1.5rem;
	line-height: 1;
	color: var(--pm-clay);
	margin-bottom: .45em;
}

/* FAQ as native disclosure — works with no JavaScript at all. */
.pm-site .pm-faq { margin: 1.5em 0; border-top: 1px solid var(--pm-line); }
.pm-site .pm-faq details {
	border-bottom: 1px solid var(--pm-line);
	padding: 0;
}
.pm-site .pm-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 1.05em 2.4em 1.05em 0;
	position: relative;
	font-weight: 600;
	color: var(--pm-ink);
	font-size: 1rem;
}
.pm-site .pm-faq summary::-webkit-details-marker { display: none; }
.pm-site .pm-faq summary::after {
	content: "";
	position: absolute;
	right: .35em; top: 1.35em;
	width: .62em; height: .62em;
	border-right: 2px solid var(--pm-clay);
	border-bottom: 2px solid var(--pm-clay);
	transform: rotate(45deg);
	transition: transform .2s ease;
}
.pm-site .pm-faq details[open] summary::after { transform: rotate(-135deg); }
.pm-site .pm-faq details > *:not(summary) {
	padding: 0 0 1.15em;
	margin: 0;
	color: var(--pm-ink-soft);
}
.pm-site .pm-faq details > p { max-width: 68ch; }

/* Alternating image + copy rows for the process story. */
.pm-site .pm-split {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: clamp(1.4rem, 3.5vw, 3rem);
	align-items: center;
	margin: 2.2em 0;
}
.pm-site .pm-split--flip .pm-split__media { order: 2; }
.pm-site .pm-split__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--pm-radius);
}
.pm-site .pm-split__body h3 { margin-top: 0; padding-top: 0; border-top: 0; }
@media (max-width: 780px) {
	.pm-site .pm-split { grid-template-columns: 1fr; }
	.pm-site .pm-split--flip .pm-split__media { order: 0; }
}
