/*
 * Pitrupaksha.org V2 support surfaces.
 * Learn, Trust, evidence-gated directories, FAQ, Search and mobile shell.
 */

.pps-v2-longform,
.pps-v2-directory,
.pps-v2-faqs,
.pps-v2-search,
.pps-v2-profile {
	overflow: clip;
	background: #f6f1e6;
	color: #1a1613;
}

.pps-v2-longform :where(h1, h2, h3, p),
.pps-v2-directory :where(h1, h2, h3, p),
.pps-v2-faqs :where(h1, h2, h3, p),
.pps-v2-search :where(h1, h2, h3, p),
.pps-v2-profile :where(h1, h2, h3, p) {
	text-wrap: pretty;
}

.pps-v2-longform-wrap,
.pps-v2-directory-wrap,
.pps-v2-search-wrap {
	width: min(100% - clamp(36px, 8vw, 64px), 1100px);
	margin-inline: auto;
}

.pps-v2-local-nav {
	border-bottom: 1px solid rgba(26, 22, 19, .07);
	background: rgba(246, 241, 230, .96);
}

.pps-v2-local-nav__rail {
	display: flex;
	width: min(100% - clamp(36px, 8vw, 64px), 1100px);
	margin-inline: auto;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.pps-v2-local-nav__rail::-webkit-scrollbar {
	display: none;
}

.pps-v2-local-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding-right: 22px;
	white-space: nowrap;
	color: #635b4d;
	font-size: 13px;
	text-decoration: none;
}

.pps-v2-local-nav a:hover,
.pps-v2-local-nav a:focus-visible {
	color: #6e4e14;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.pps-v2-chapter {
	display: block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: #6e4e14;
}

.pps-v2-devanagari {
	font-family: "Noto Serif Devanagari", serif;
	font-size: 23px;
	line-height: 1.4;
	color: #6e4e14;
}

.pps-v2-devanagari--large {
	margin-top: 17px;
	font-size: 39px;
}

.pps-v2-longform-hero {
	padding-block: clamp(72px, 9vw, 104px) clamp(66px, 8vw, 94px);
	border-bottom: 1px solid rgba(26, 22, 19, .08);
}

.pps-v2-longform-hero__inner {
	width: min(100% - clamp(36px, 8vw, 64px), 760px);
	margin-inline: auto;
	text-align: center;
}

.pps-v2-longform-hero h1 {
	margin: 18px 0 0;
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(48px, 6.4vw, 72px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -.027em;
}

.pps-v2-longform-hero h1 em {
	color: #6e4e14;
	font-weight: 400;
}

.pps-v2-longform-hero p {
	max-width: 590px;
	margin: 22px auto 0;
	font-size: 18px;
	line-height: 1.68;
	color: #4a4239;
}

.pps-v2-longform-hero small {
	display: block;
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.6;
	color: #635b4d;
}

.pps-v2-story-section,
.pps-v2-longform-section {
	padding-block: clamp(70px, 8vw, 92px);
}

.pps-v2-story-grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	gap: clamp(34px, 6vw, 62px);
	align-items: start;
}

.pps-v2-story-sticky {
	position: sticky;
	top: 94px;
}

.pps-v2-story-sticky h2,
.pps-v2-longform-head h2 {
	margin: 10px 0 0;
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(38px, 4.5vw, 50px);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -.022em;
}

.pps-v2-story-sticky figure {
	position: relative;
	margin: 21px 0 0;
	overflow: hidden;
	border-radius: 18px;
	background: #ded0b4;
}

.pps-v2-story-sticky img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.pps-v2-story-sticky figcaption {
	position: absolute;
	bottom: 12px;
	left: 12px;
	padding: 6px 10px;
	border-radius: 99px;
	background: rgba(251, 247, 238, .9);
	font-size: 9px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #4a4239;
}

.pps-v2-prose {
	font-size: 17px;
	line-height: 1.8;
	color: #2b2520;
}

.pps-v2-prose p {
	margin: 0 0 18px;
}

.pps-v2-prose--dropcap > p:first-child::first-letter {
	float: left;
	margin: 7px 10px 0 0;
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 58px;
	line-height: .72;
	color: #6e4e14;
}

.pps-v2-prose aside {
	margin-top: 28px;
	padding: 20px 23px;
	border: 1px solid rgba(26, 22, 19, .1);
	border-radius: 16px;
	background: #fbf7ee;
	font-size: 14px;
	line-height: 1.7;
	color: #4a4239;
}

.pps-v2-prose aside strong {
	color: #1a1613;
}

.pps-v2-prose aside p {
	margin: 5px 0 0;
}

.pps-v2-longform-section--tint {
	background: #efe7d6;
}

.pps-v2-longform-head {
	max-width: 680px;
	margin-bottom: 44px;
}

.pps-v2-longform-head > p {
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 1.72;
	color: #4a4239;
}

.pps-v2-tithi-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.pps-v2-tithi-grid article {
	min-width: 0;
	padding: 16px;
	border: 1px solid rgba(26, 22, 19, .09);
	border-radius: 15px;
	background: #fbf7ee;
}

.pps-v2-tithi-grid article.is-final {
	background: #1a1613;
	color: #f6f1e6;
}

.pps-v2-tithi-grid article > div {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: baseline;
}

.pps-v2-tithi-grid h3 {
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 22px;
	font-weight: 500;
}

.pps-v2-tithi-grid span {
	font-size: 10px;
	white-space: nowrap;
	color: #635b4d;
}

.pps-v2-tithi-grid .is-final span {
	color: #d9be82;
}

.pps-v2-tithi-grid p {
	margin-top: 8px;
	font-size: 11.5px;
	line-height: 1.55;
	color: #635b4d;
}

.pps-v2-tithi-grid .is-final p {
	color: rgba(246, 241, 230, .75);
}

.pps-v2-source-note {
	max-width: 780px;
	margin-top: 22px;
	font-size: 13px;
	line-height: 1.7;
	color: #4a4239;
}

.pps-v2-source-note strong {
	color: #6e4e14;
}

.pps-v2-anatomy-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pps-v2-anatomy-list li {
	display: grid;
	grid-template-columns: 50px minmax(170px, .65fr) minmax(0, 1.35fr);
	gap: 22px;
	align-items: start;
	padding: 25px 0;
	border-bottom: 1px solid rgba(26, 22, 19, .09);
}

.pps-v2-anatomy-list li > span {
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 32px;
	line-height: 1;
	color: #6e4e14;
}

.pps-v2-anatomy-list h3 {
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

.pps-v2-anatomy-list small {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: #635b4d;
}

.pps-v2-anatomy-list p {
	font-size: 14px;
	line-height: 1.68;
	color: #2b2520;
}

.pps-v2-longform-section--dark {
	background: #1a1613;
	color: #f6f1e6;
}

.pps-v2-longform-section--dark .pps-v2-chapter,
.pps-v2-longform-section--dark .pps-v2-longform-head h2 {
	color: #d9be82;
}

.pps-v2-longform-section--dark .pps-v2-longform-head p {
	color: rgba(246, 241, 230, .73);
}

.pps-v2-glossary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
}

.pps-v2-glossary-grid article {
	min-width: 0;
	padding: 19px 21px;
	border: 1px solid rgba(246, 241, 230, .14);
	border-radius: 15px;
}

.pps-v2-glossary-grid h3 {
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 22px;
	font-weight: 500;
}

.pps-v2-glossary-grid h3 span {
	margin-left: 7px;
	font-family: "Noto Serif Devanagari", serif;
	font-size: 14px;
	color: #d9be82;
}

.pps-v2-glossary-grid p {
	margin-top: 8px;
	font-size: 12.5px;
	line-height: 1.64;
	color: rgba(246, 241, 230, .75);
}

.pps-v2-review-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.pps-v2-review-grid article {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 17px;
	align-items: start;
	padding: 22px 24px;
	border: 1px solid rgba(26, 22, 19, .1);
	border-radius: 17px;
	background: #fbf7ee;
}

.pps-v2-review-grid article > span {
	font-family: "Noto Serif Devanagari", serif;
	font-size: 22px;
	text-align: center;
	color: #6e4e14;
}

.pps-v2-review-grid h3 {
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 22px;
	font-weight: 500;
}

.pps-v2-review-grid p {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.65;
	color: #4a4239;
}

.pps-v2-longform-cta {
	padding-block: clamp(72px, 8vw, 96px);
	background: #efe7d6;
	text-align: center;
}

.pps-v2-longform-cta > div {
	width: min(100% - 36px, 700px);
	margin-inline: auto;
}

.pps-v2-longform-cta h2 {
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(40px, 5vw, 52px);
	font-weight: 500;
	line-height: 1.06;
}

.pps-v2-longform-cta h2 em {
	color: #6e4e14;
	font-weight: 400;
}

.pps-v2-longform-cta p {
	max-width: 540px;
	margin: 18px auto 0;
	font-size: 15px;
	line-height: 1.7;
	color: #4a4239;
}

.pps-v2-longform-cta > div > div:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.pps-v2-longform-cta .btn {
	min-height: 50px;
	padding-inline: 26px;
}

.pps-v2-longform-cta--dark {
	background: #1a1613;
	color: #f6f1e6;
}

.pps-v2-longform-cta--dark h2 {
	color: inherit;
}

.pps-v2-longform-cta--dark h2 em,
.pps-v2-longform-cta--dark .pps-v2-devanagari {
	color: #d9be82;
}

.pps-v2-longform-cta--dark p {
	color: rgba(246, 241, 230, .72);
}

.pps-v2-longform-cta--dark .btn-primary {
	background: #fbf7ee;
	color: #1a1613;
}

.pps-v2-longform-cta--dark .btn-secondary {
	border-color: rgba(246, 241, 230, .26);
	color: #f6f1e6;
}

.pps-v2-trust-gates {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pps-v2-trust-gates article,
.pps-v2-fact-ledger article {
	padding: 28px;
	border: 1px solid rgba(26, 22, 19, .1);
	border-radius: 19px;
	background: #fbf7ee;
}

.pps-v2-trust-gates article > div {
	display: flex;
	gap: 14px;
	align-items: baseline;
}

.pps-v2-trust-gates article > div > span {
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 37px;
	line-height: 1;
	color: #6e4e14;
}

.pps-v2-trust-gates h3 {
	font-size: 17px;
	font-weight: 600;
}

.pps-v2-trust-gates p,
.pps-v2-fact-ledger p,
.pps-v2-written-list p {
	margin-top: 12px;
	font-size: 13.5px;
	line-height: 1.7;
	color: #4a4239;
}

.pps-v2-fact-ledger {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.pps-v2-fact-ledger article {
	padding: 23px;
}

.pps-v2-fact-ledger strong {
	display: block;
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: 38px;
	font-weight: 500;
	line-height: 1;
	color: #6e4e14;
}

.pps-v2-fact-ledger h3 {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 600;
}

.pps-v2-writing-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(40px, 7vw, 80px);
	align-items: start;
}

.pps-v2-writing-grid > header {
	position: sticky;
	top: 94px;
}

.pps-v2-written-list {
	display: grid;
	gap: 11px;
}

.pps-v2-written-list article {
	padding: 21px 24px;
	border: 1px solid rgba(26, 22, 19, .1);
	border-radius: 16px;
	background: #fbf7ee;
}

.pps-v2-written-list h3 {
	font-size: 15.5px;
	font-weight: 600;
}

/* Directory, profiles and stories. */
.pps-v2-directory-hero {
	padding-block: clamp(56px, 7vw, 76px) 34px;
}

.pps-v2-directory-hero h1 {
	max-width: 680px;
	margin-top: 13px;
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(52px, 6.3vw, 66px);
	font-weight: 500;
	line-height: 1.01;
	letter-spacing: -.028em;
}

.pps-v2-directory-hero p {
	max-width: 710px;
	margin-top: 23px;
	font-size: 18px;
	line-height: 1.7;
	color: #4a4239;
}

.pps-v2-directory-body {
	padding-block: 20px clamp(72px, 9vw, 106px);
}

.pps-v2-filter-row {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	margin-top: 12px;
}

.pps-v2-filter-row > span {
	padding-top: 13px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #635b4d;
}

.pps-v2-filter-row > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pps-v2-filter-row a,
.pps-v2-faq-categories a,
.pps-v2-search-results nav a,
.pps-v2-search-suggestions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 17px;
	border: 1px solid rgba(26, 22, 19, .15);
	border-radius: 999px;
	color: #1a1613;
	font-size: 13px;
	text-decoration: none;
}

.pps-v2-filter-row a.is-active,
.pps-v2-faq-categories a.is-active,
.pps-v2-search-results nav a.is-active {
	border-color: #1a1613;
	background: #1a1613;
	color: #f6f1e6;
}

.pps-v2-filter-row a:hover,
.pps-v2-filter-row a:focus-visible,
.pps-v2-faq-categories a:hover,
.pps-v2-faq-categories a:focus-visible {
	border-color: #6e4e14;
}

.pps-v2-filter-row small,
.pps-v2-faq-categories small,
.pps-v2-search-results nav small {
	margin-left: 7px;
	font-family: var(--font-mono, monospace);
	font-size: 9px;
	opacity: .7;
}

.pps-v2-evidence-empty {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: clamp(24px, 5vw, 54px);
	align-items: center;
	margin-top: 30px;
	padding: clamp(30px, 5vw, 54px);
	border: 1px solid rgba(26, 22, 19, .1);
	border-radius: 22px;
	background: #fbf7ee;
}

.pps-v2-evidence-empty__glyph,
.pps-v2-evidence-empty__quote {
	display: grid;
	place-items: center;
	width: 108px;
	height: 108px;
	border-radius: 999px;
	background: linear-gradient(145deg, #d9be82, #a87926);
	font-family: "Noto Serif Devanagari", serif;
	font-size: 38px;
	color: #fffaf0;
}

.pps-v2-evidence-empty__quote {
	font-family: var(--font-display, Georgia, serif);
	font-size: 74px;
	font-style: italic;
}

.pps-v2-evidence-empty h2 {
	max-width: 690px;
	margin-top: 8px;
	font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(35px, 4vw, 46px);
	font-weight: 500;
	line-height: 1.07;
}

.pps-v2-evidence-empty p {
	max-width: 690px;
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #4a4239;
}

.pps-v2-evidence-empty div > div,
.pps-v2-evidence-empty .btn {
	margin-top: 21px;
}

.pps-v2-profile-grid,
.pps-v2-voice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.pps-v2-profile-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 24px;
	border: 1px solid rgba(26, 22, 19, .12);
	border-radius: 19px;
	background: #fbf7ee;
}

.pps-v2-profile-card__head {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 15px;
	align-items: center;
}

.pps-v2-profile-card__head > span {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background: linear-gradient(145deg, #d9be82, #a87926);
	font-family: var(--font-display, Georgia, serif);
	font-size: 19px;
	color: #fffaf0;
}

.pps-v2-profile-card h2 {
	font-family: var(--font-display, Georgia, serif);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.05;
}

.pps-v2-profile-card em,
.pps-v2-profile-card small {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.45;
	color: #635b4d;
}

.pps-v2-profile-card > ul,
.pps-v2-profile-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.pps-v2-profile-card > ul li,
.pps-v2-profile-tags span {
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(26, 22, 19, .055);
	font-size: 11px;
}

.pps-v2-profile-card footer {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid rgba(26, 22, 19, .09);
}

.pps-v2-profile-card footer > span {
	font-size: 9px;
	line-height: 1.45;
	color: #635b4d;
}

.pps-v2-profile-card footer a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	white-space: nowrap;
	color: #6e4e14;
	font-size: 12px;
}

.pps-v2-directory-note {
	margin-top: 26px;
	padding: 24px;
	border: 1px solid rgba(26, 22, 19, .1);
	border-radius: 17px;
	background: #fbf7ee;
}

.pps-v2-directory-note > p {
	margin-top: 10px;
	font-size: 13.5px;
	line-height: 1.72;
	color: #4a4239;
}

.pps-v2-directory-note a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: 8px;
	color: #6e4e14;
	font-size: 12px;
}

.pps-v2-directory-cta {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	margin-top: 22px;
	padding: clamp(28px, 4vw, 38px);
	border-radius: 20px;
	background: #efe7d6;
}

.pps-v2-directory-cta h2 {
	font-family: var(--font-display, Georgia, serif);
	font-size: 30px;
	font-weight: 500;
}

.pps-v2-directory-cta p {
	max-width: 600px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.65;
	color: #4a4239;
}

.pps-v2-directory-cta .btn {
	min-height: 50px;
	padding-inline: 26px;
	white-space: nowrap;
}

.pps-v2-directory-cta--center {
	flex-direction: column;
	text-align: center;
}

.pps-v2-directory-cta--center h2 {
	font-size: clamp(38px, 4.5vw, 48px);
	line-height: 1.05;
}

.pps-v2-voice-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 26px;
	border: 1px solid rgba(26, 22, 19, .12);
	border-radius: 19px;
	background: #fbf7ee;
}

.pps-v2-voice-card.is-featured {
	grid-column: 1 / -1;
	padding: clamp(34px, 5vw, 52px);
	background: linear-gradient(140deg, #1a1613, #332719);
	color: #f6f1e6;
}

.pps-v2-voice-card__quote {
	font-family: var(--font-display, Georgia, serif);
	font-size: 48px;
	line-height: .6;
	color: #c79e4f;
}

.pps-v2-voice-card blockquote {
	margin: 16px 0 0;
	font-family: var(--font-display, Georgia, serif);
	font-size: 23px;
	font-style: italic;
	line-height: 1.48;
}

.pps-v2-voice-card.is-featured blockquote {
	max-width: 920px;
	font-size: clamp(28px, 3.7vw, 40px);
}

.pps-v2-voice-card footer {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 24px;
}

.pps-v2-voice-card footer > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: linear-gradient(145deg, #d9be82, #a87926);
	font-family: var(--font-display, Georgia, serif);
	color: #fff;
}

.pps-v2-voice-card footer strong,
.pps-v2-voice-card footer small {
	display: block;
}

.pps-v2-voice-card footer small,
.pps-v2-voice-card > p {
	margin-top: 3px;
	font-size: 11px;
	color: #635b4d;
}

.pps-v2-voice-card.is-featured footer small,
.pps-v2-voice-card.is-featured > p {
	color: rgba(246, 241, 230, .67);
}

.pps-v2-voice-card > p {
	margin-top: 17px;
	padding-top: 13px;
	border-top: 1px solid rgba(26, 22, 19, .09);
	letter-spacing: .06em;
	color: #6e4e14;
}

/* Public pandit detail. */
.pps-v2-profile-hero {
	padding-block: clamp(40px, 6vw, 70px) clamp(60px, 8vw, 92px);
}

.pps-v2-profile-hero nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 38px;
	font-size: 11px;
	color: #635b4d;
}

.pps-v2-profile-hero nav a {
	color: #6e4e14;
}

.pps-v2-profile-hero__grid {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	gap: clamp(38px, 7vw, 86px);
	align-items: center;
}

.pps-v2-profile-hero__grid > div:first-child img,
.pps-v2-profile-monogram {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 24px;
	object-fit: cover;
	background: linear-gradient(145deg, #d9be82, #9d701f);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(64px, 10vw, 120px);
	color: #fffaf0;
}

.pps-v2-profile-hero h1 {
	margin-top: 11px;
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(48px, 6vw, 68px);
	font-weight: 500;
	line-height: 1.02;
}

.pps-v2-profile-lineage {
	margin-top: 12px;
	font-family: var(--font-display, Georgia, serif);
	font-size: 22px;
	font-style: italic;
	color: #6e4e14;
}

.pps-v2-profile-hero__grid > div:last-child > p:not(.pps-v2-profile-lineage) {
	margin-top: 10px;
	color: #4a4239;
}

.pps-v2-profile-hero .btn {
	margin-top: 26px;
}

.pps-v2-profile-hero__grid > div:last-child > small {
	display: block;
	margin-top: 10px;
	color: #635b4d;
}

.pps-v2-profile-body {
	padding-block: clamp(62px, 8vw, 90px);
	background: #efe7d6;
}

.pps-v2-profile-body__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pps-v2-profile-body__grid article {
	padding: 28px;
	border: 1px solid rgba(26, 22, 19, .1);
	border-radius: 18px;
	background: #fbf7ee;
}

.pps-v2-profile-body__grid h2 {
	margin-top: 9px;
	font-family: var(--font-display, Georgia, serif);
	font-size: 32px;
	font-weight: 500;
}

.pps-v2-profile-body__grid p,
.pps-v2-profile-body__grid li {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.7;
	color: #4a4239;
}

/* FAQ. */
.pps-v2-faq-hero {
	padding-block: clamp(58px, 7vw, 80px) 42px;
}

.pps-v2-faq-hero h1 {
	margin-top: 13px;
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(50px, 6vw, 64px);
	font-weight: 500;
	line-height: 1.02;
}

.pps-v2-faq-hero > div > p {
	max-width: 680px;
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.7;
	color: #4a4239;
}

.pps-v2-faq-hero form {
	max-width: 790px;
	margin-top: 30px;
}

.pps-v2-faq-hero form > label,
.pps-v2-search form > label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.pps-v2-faq-hero form > div,
.pps-v2-search form > div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 64px;
	overflow: hidden;
	border: 1px solid rgba(26, 22, 19, .15);
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 14px 30px rgba(26, 22, 19, .06);
}

.pps-v2-faq-hero form span,
.pps-v2-search form span {
	padding-left: 17px;
	font-size: 23px;
	color: #635b4d;
}

.pps-v2-faq-hero input,
.pps-v2-search input {
	width: 100%;
	min-width: 0;
	height: 62px;
	padding: 0 14px;
	border: 0;
	outline: 0;
	background: transparent;
	font: inherit;
	font-size: 15px;
	color: #1a1613;
}

.pps-v2-faq-hero form button,
.pps-v2-search form button {
	align-self: stretch;
	min-width: 100px;
	border: 0;
	background: #1a1613;
	color: #f6f1e6;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
}

.pps-v2-faq-body {
	padding-block: 10px clamp(72px, 9vw, 100px);
}

.pps-v2-faq-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 38px;
}

.pps-v2-faq-groups {
	display: grid;
	gap: 46px;
}

.pps-v2-faq-groups > section {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 38px;
	align-items: start;
}

.pps-v2-faq-groups > section > h2 {
	position: sticky;
	top: 94px;
	font-family: var(--font-display, Georgia, serif);
	font-size: 28px;
	font-weight: 500;
	color: #6e4e14;
}

.pps-v2-faq-groups details {
	scroll-margin-top: 100px;
	border-top: 1px solid rgba(26, 22, 19, .12);
}

.pps-v2-faq-groups details:last-child {
	border-bottom: 1px solid rgba(26, 22, 19, .12);
}

.pps-v2-faq-groups details:target {
	margin-inline: -18px;
	padding-inline: 18px;
	border-radius: 12px;
	background: rgba(184, 137, 58, .09);
}

.pps-v2-faq-groups summary {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	align-items: center;
	min-height: 68px;
	padding-block: 14px;
	cursor: pointer;
	list-style: none;
}

.pps-v2-faq-groups summary::-webkit-details-marker {
	display: none;
}

.pps-v2-faq-groups summary h3 {
	font-family: var(--font-display, Georgia, serif);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}

.pps-v2-faq-groups summary > span {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(26, 22, 19, .15);
	border-radius: 999px;
}

.pps-v2-faq-groups summary > span::before,
.pps-v2-faq-groups summary > span::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 8px;
	width: 12px;
	height: 1px;
	background: #6e4e14;
}

.pps-v2-faq-groups summary > span::after {
	transform: rotate(90deg);
}

.pps-v2-faq-groups details[open] summary > span::after {
	transform: rotate(0);
}

.pps-v2-faq-groups details > div {
	padding: 0 54px 22px 0;
}

.pps-v2-faq-groups details p {
	font-size: 14px;
	line-height: 1.72;
	color: #4a4239;
}

.pps-v2-faq-groups details > div > a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: 8px;
	font-size: 11px;
	color: #6e4e14;
}

.pps-v2-faq-cta {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	align-items: center;
	margin-top: 58px;
	padding: clamp(28px, 4vw, 40px);
	border-radius: 20px;
	background: #efe7d6;
}

.pps-v2-faq-cta h2 {
	font-family: var(--font-display, Georgia, serif);
	font-size: 34px;
	font-weight: 500;
}

.pps-v2-faq-cta p {
	max-width: 530px;
	margin-top: 8px;
	font-size: 13.5px;
	line-height: 1.65;
	color: #4a4239;
}

.pps-v2-faq-cta > div:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 9px;
}

/* Search overlay-style page. */
.pps-v2-search {
	min-height: 72vh;
}

.pps-v2-search-wrap {
	padding-block: clamp(44px, 7vw, 72px) clamp(72px, 9vw, 110px);
}

.pps-v2-search-wrap > header {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.pps-v2-search-wrap > header h1 {
	font-family: var(--font-display, Georgia, serif);
	font-size: 38px;
	font-weight: 500;
}

.pps-v2-search-wrap > header a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #6e4e14;
	font-size: 13px;
	text-decoration: none;
}

.pps-v2-search > div > form {
	margin-top: 20px;
}

.pps-v2-search form > div {
	min-height: 68px;
}

.pps-v2-search input {
	height: 66px;
	font-size: 17px;
}

.pps-v2-search-suggestions,
.pps-v2-search-browse,
.pps-v2-search-results {
	margin-top: 34px;
}

.pps-v2-search-suggestions > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.pps-v2-search-browse > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.pps-v2-search-browse a {
	display: flex;
	min-height: 140px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 21px;
	border: 1px solid rgba(26, 22, 19, .12);
	border-radius: 17px;
	color: #1a1613;
	text-decoration: none;
}

.pps-v2-search-browse a:hover,
.pps-v2-search-browse a:focus-visible {
	border-color: #6e4e14;
	transform: translateY(-2px);
}

.pps-v2-search-browse a > span {
	margin-bottom: auto;
	font-family: "Noto Serif Devanagari", serif;
	font-size: 23px;
	color: #6e4e14;
}

.pps-v2-search-browse strong {
	font-family: var(--font-display, Georgia, serif);
	font-size: 23px;
	font-weight: 500;
}

.pps-v2-search-browse small {
	margin-top: 5px;
	font-size: 11px;
	color: #635b4d;
}

.pps-v2-search-empty {
	max-width: 720px;
	margin: 70px auto 0;
	text-align: center;
}

.pps-v2-search-empty > span {
	font-size: 48px;
	color: #b8893a;
}

.pps-v2-search-empty h2 {
	margin-top: 18px;
	font-family: var(--font-display, Georgia, serif);
	font-size: 40px;
	font-weight: 500;
}

.pps-v2-search-empty p {
	margin-top: 11px;
	color: #635b4d;
}

.pps-v2-search-empty > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px;
	margin-top: 23px;
}

.pps-v2-search-empty a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 16px;
	border: 1px solid rgba(26, 22, 19, .14);
	border-radius: 999px;
	color: #1a1613;
	text-decoration: none;
}

.pps-v2-search-results > header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: end;
	margin-bottom: 34px;
}

.pps-v2-search-results > header h2 {
	margin-top: 7px;
	font-family: var(--font-display, Georgia, serif);
	font-size: 34px;
	font-weight: 500;
}

.pps-v2-search-results nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
}

.pps-v2-search-results > section + section {
	margin-top: 38px;
}

.pps-v2-search-results > section > h3 {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(26, 22, 19, .12);
	font-family: var(--font-display, Georgia, serif);
	font-size: 26px;
	font-weight: 500;
}

.pps-v2-search-results > section > h3 small {
	font-family: var(--font-mono, monospace);
	font-size: 9px;
	color: #635b4d;
}

.pps-v2-search-result {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	min-height: 112px;
	padding-block: 15px;
	border-bottom: 1px solid rgba(26, 22, 19, .1);
	color: #1a1613;
	text-decoration: none;
}

.pps-v2-search-result img,
.pps-v2-search-result > span {
	display: grid;
	place-items: center;
	width: 116px;
	height: 82px;
	border-radius: 12px;
	object-fit: cover;
	background: #efe7d6;
	font-size: 24px;
	color: #6e4e14;
}

.pps-v2-search-result strong {
	font-family: var(--font-display, Georgia, serif);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.15;
}

.pps-v2-search-result p {
	display: -webkit-box;
	margin-top: 6px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12.5px;
	line-height: 1.55;
	color: #635b4d;
}

.pps-v2-search-result:hover strong,
.pps-v2-search-result:focus-visible strong {
	color: #6e4e14;
}

/* Dedicated mobile mockup navigation, public-safe destinations only. */
.pps-lr-mobile-dock {
	display: none;
}

@media (max-width: 900px) {
	.pps-v2-tithi-grid,
	.pps-v2-fact-ledger {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pps-v2-glossary-grid,
	.pps-v2-profile-grid,
	.pps-v2-voice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pps-v2-story-grid,
	.pps-v2-writing-grid,
	.pps-v2-profile-hero__grid {
		grid-template-columns: 1fr;
	}

	.pps-v2-story-sticky,
	.pps-v2-writing-grid > header,
	.pps-v2-faq-groups > section > h2 {
		position: static;
	}

	.pps-v2-story-sticky figure {
		max-width: 620px;
	}

	.pps-v2-profile-hero__grid > div:first-child img,
	.pps-v2-profile-monogram {
		max-width: 390px;
	}

	.pps-v2-faq-groups > section {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.pps-v2-search-results > header {
		grid-template-columns: 1fr;
	}

	.pps-v2-search-results nav {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	body {
		padding-bottom: 82px;
	}

	.pps-lr-mobile-dock {
		position: fixed;
		z-index: 9990;
		right: max(10px, env(safe-area-inset-right));
		bottom: max(9px, env(safe-area-inset-bottom));
		left: max(10px, env(safe-area-inset-left));
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 430px;
		margin-inline: auto;
		padding: 5px;
		border: 1px solid rgba(255, 255, 255, .12);
		border-radius: 24px;
		background: rgba(26, 22, 19, .96);
		box-shadow: 0 10px 34px rgba(26, 22, 19, .3);
		backdrop-filter: blur(14px) saturate(150%);
	}

	.pps-lr-mobile-dock a {
		display: flex;
		min-width: 0;
		min-height: 58px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		border-radius: 19px;
		color: rgba(246, 241, 230, .67);
		text-decoration: none;
	}

	.pps-lr-mobile-dock a.is-current {
		background: #f6f1e6;
		color: #1a1613;
	}

	.pps-lr-mobile-dock a > span {
		font-family: "Noto Serif Devanagari", var(--font-display, Georgia, serif);
		font-size: 18px;
		line-height: 1;
	}

	.pps-lr-mobile-dock small {
		font-size: 9px;
		line-height: 1.2;
		letter-spacing: .04em;
	}

	.pps-v2-longform-hero,
	.pps-v2-story-section,
	.pps-v2-longform-section {
		padding-block: 58px;
	}

	.pps-v2-longform-hero h1,
	.pps-v2-directory-hero h1,
	.pps-v2-faq-hero h1 {
		font-size: clamp(43px, 13vw, 56px);
	}

	.pps-v2-longform-hero p,
	.pps-v2-directory-hero p {
		font-size: 16px;
	}

	.pps-v2-story-sticky h2,
	.pps-v2-longform-head h2 {
		font-size: 36px;
	}

	.pps-v2-anatomy-list li {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
	}

	.pps-v2-anatomy-list li > p {
		grid-column: 2;
	}

	.pps-v2-review-grid,
	.pps-v2-trust-gates,
	.pps-v2-profile-body__grid {
		grid-template-columns: 1fr;
	}

	.pps-v2-filter-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.pps-v2-filter-row > span {
		padding-top: 6px;
	}

	.pps-v2-filter-row > div,
	.pps-v2-faq-categories,
	.pps-v2-search-results nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.pps-v2-filter-row a,
	.pps-v2-faq-categories a,
	.pps-v2-search-results nav a {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.pps-v2-evidence-empty {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.pps-v2-evidence-empty__glyph,
	.pps-v2-evidence-empty__quote {
		width: 76px;
		height: 76px;
		font-size: 30px;
	}

	.pps-v2-evidence-empty__quote {
		font-size: 54px;
	}

	.pps-v2-directory-cta,
	.pps-v2-faq-cta {
		flex-direction: column;
		align-items: stretch;
	}

	.pps-v2-directory-cta .btn,
	.pps-v2-faq-cta .btn {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.pps-v2-faq-cta > div:last-child {
		justify-content: stretch;
	}

	.pps-v2-search-browse > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pps-v2-faq-hero form > div,
	.pps-v2-search form > div {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.pps-v2-faq-hero form button,
	.pps-v2-search form button {
		grid-column: 1 / -1;
		min-height: 48px;
	}
}

@media (max-width: 560px) {
	.pps-v2-tithi-grid,
	.pps-v2-glossary-grid,
	.pps-v2-fact-ledger,
	.pps-v2-profile-grid,
	.pps-v2-voice-grid,
	.pps-v2-search-browse > div {
		grid-template-columns: 1fr;
	}

	.pps-v2-review-grid article {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 19px;
	}

	.pps-v2-profile-card footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.pps-v2-search-result {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 14px;
	}

	.pps-v2-search-result img,
	.pps-v2-search-result > span {
		width: 82px;
		height: 70px;
	}

	.pps-v2-search-result strong {
		font-size: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pps-v2-search-browse a,
	.pps-v2-faq-groups summary > span::after {
		transition: none;
	}
}
