/*
Theme Name: ProofStamp
Theme URI: https://proofstamp.org/
Author: ProofStamp
Description: A privacy-first WordPress block child theme for ProofStamp.org.
Requires at least: 6.6
Requires PHP: 7.4
Version: 0.1.6
Template: ollie
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: proofstamp
*/

:root {
	--proofstamp-navy: #071c33;
	--proofstamp-navy-soft: #0d2947;
	--proofstamp-teal: #15c9ba;
	--proofstamp-teal-light: #d9fbf7;
	--proofstamp-blue: #78b8ff;
	--proofstamp-mist: #f3f8fb;
	--proofstamp-border: #d8e3ea;
	--proofstamp-copy: #51677c;
	--proofstamp-shadow: 0 24px 70px rgba(7, 28, 51, 0.14);
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

a {
	text-underline-offset: 0.2em;
}

.proofstamp-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid rgba(216, 227, 234, 0.86);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.proofstamp-header .wp-block-site-logo img {
	max-height: 48px;
	width: auto;
}

.proofstamp-header .wp-block-site-title {
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

.proofstamp-nav a {
	text-decoration: none;
}

.proofstamp-nav a:hover,
.proofstamp-nav a:focus-visible {
	color: var(--proofstamp-teal);
	text-decoration: none;
}

.proofstamp-nav .wp-block-navigation__responsive-container-open,
.proofstamp-nav .wp-block-navigation__responsive-container-close {
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
}

.proofstamp-nav .wp-block-navigation__responsive-container-open svg,
.proofstamp-nav .wp-block-navigation__responsive-container-close svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.proofstamp-header-cta .wp-block-button__link,
.proofstamp-button-primary .wp-block-button__link {
	box-shadow: 0 8px 24px rgba(7, 28, 51, 0.16);
}

.proofstamp-header-cta .wp-block-button__link:hover,
.proofstamp-button-primary .wp-block-button__link:hover {
	background: var(--proofstamp-navy-soft);
	transform: translateY(-1px);
}

.proofstamp-button-secondary .wp-block-button__link {
	border-color: rgba(7, 28, 51, 0.24);
}

.proofstamp-button-secondary .wp-block-button__link:hover {
	border-color: var(--proofstamp-navy);
	background: var(--proofstamp-mist);
	transform: translateY(-1px);
}

.proofstamp-header-cta .wp-block-button__link,
.proofstamp-button-primary .wp-block-button__link,
.proofstamp-button-secondary .wp-block-button__link {
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.proofstamp-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 22%, rgba(21, 201, 186, 0.18), transparent 27rem),
		radial-gradient(circle at 15% 0%, rgba(120, 184, 255, 0.15), transparent 24rem),
		linear-gradient(180deg, #ffffff 0%, #f5fafc 100%);
}

.proofstamp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.34;
	background-image:
		linear-gradient(rgba(7, 28, 51, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 28, 51, 0.055) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.proofstamp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	margin: 0;
	padding: 0.46rem 0.78rem;
	border: 1px solid rgba(7, 28, 51, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--proofstamp-navy);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.proofstamp-kicker::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--proofstamp-teal);
	box-shadow: 0 0 0 5px rgba(21, 201, 186, 0.13);
}

.proofstamp-display {
	max-width: 12ch;
	margin-top: 0;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.proofstamp-lead {
	max-width: 43rem;
	color: var(--proofstamp-copy);
	font-size: clamp(1.12rem, 1.8vw, 1.35rem);
	line-height: 1.55;
}

.proofstamp-microcopy {
	color: var(--proofstamp-copy);
	font-size: 0.83rem;
}

.proofstamp-receipt-wrap {
	position: relative;
	min-height: 32rem;
}

.proofstamp-orbit {
	position: absolute;
	inset: 8% 3% 2% 10%;
	border: 1px dashed rgba(21, 201, 186, 0.45);
	border-radius: 50%;
	transform: rotate(-13deg);
}

.proofstamp-receipt {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1.35rem;
	background: var(--proofstamp-navy);
	box-shadow: 0 32px 90px rgba(7, 28, 51, 0.28);
	color: #ffffff;
	transform: rotate(1.5deg);
}

.proofstamp-receipt::after {
	content: "";
	position: absolute;
	right: -3rem;
	bottom: -5rem;
	width: 15rem;
	height: 15rem;
	border: 1px solid rgba(21, 201, 186, 0.25);
	border-radius: 50%;
	box-shadow:
		0 0 0 1.8rem rgba(21, 201, 186, 0.035),
		0 0 0 3.8rem rgba(21, 201, 186, 0.025);
}

.proofstamp-receipt > * {
	position: relative;
	z-index: 2;
}

.proofstamp-receipt-label {
	color: #9eb3c6;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.proofstamp-status {
	display: inline-flex;
	width: fit-content;
	padding: 0.42rem 0.68rem;
	border: 1px solid rgba(21, 201, 186, 0.33);
	border-radius: 999px;
	background: rgba(21, 201, 186, 0.12);
	color: #8af4e9;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
}

.proofstamp-code {
	overflow-wrap: anywhere;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.045);
	color: #c8d6e3;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.75rem;
	line-height: 1.5;
}

.proofstamp-trustbar {
	border-top: 1px solid var(--proofstamp-border);
	border-bottom: 1px solid var(--proofstamp-border);
	background: rgba(255, 255, 255, 0.88);
}

.proofstamp-trust-item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.9rem;
	font-weight: 650;
}

.proofstamp-trust-item::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--proofstamp-teal-light);
	color: #08796f;
	font-size: 0.74rem;
}

.proofstamp-section-heading {
	max-width: 18ch;
	margin-top: 0;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.proofstamp-section-intro {
	max-width: 43rem;
	color: var(--proofstamp-copy);
	font-size: 1.08rem;
}

.proofstamp-hash-section {
	position: relative;
	overflow: hidden;
}

.proofstamp-hash-section::after {
	content: "";
	position: absolute;
	right: -14rem;
	bottom: -17rem;
	width: 34rem;
	height: 34rem;
	border: 1px solid rgba(21, 201, 186, 0.16);
	border-radius: 50%;
	box-shadow:
		0 0 0 4rem rgba(21, 201, 186, 0.025),
		0 0 0 8rem rgba(120, 184, 255, 0.02);
	pointer-events: none;
}

.proofstamp-hash-section > * {
	position: relative;
	z-index: 1;
}

.proofstamp-hash-points {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.8rem;
	padding: 0;
	list-style: none;
}

.proofstamp-hash-points li {
	position: relative;
	padding-left: 2rem;
}

.proofstamp-hash-points li::before {
	content: "";
	position: absolute;
	top: 0.48em;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: var(--proofstamp-teal);
	box-shadow: 0 0 0 1px rgba(7, 28, 51, 0.12);
}

.proofstamp-hash-precision {
	max-width: 42rem;
	margin-top: 1.8rem;
	padding-top: 1rem;
	border-top: 1px solid var(--proofstamp-border);
	color: var(--proofstamp-copy);
}

.proofstamp-hash-demo {
	padding: clamp(1.5rem, 4vw, 2.6rem);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at 100% 0%, rgba(21, 201, 186, 0.2), transparent 18rem),
		var(--proofstamp-navy);
	box-shadow: var(--proofstamp-shadow);
	color: #ffffff;
}

.proofstamp-hash-demo-label {
	margin: 0 0 0.65rem;
	color: #8af4e9;
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.proofstamp-hash-demo h3 {
	max-width: 18ch;
	margin: 0 0 1.6rem;
	color: #ffffff;
	font-size: clamp(1.5rem, 3vw, 2.15rem);
	line-height: 1.15;
}

.proofstamp-hash-demo label {
	display: block;
	margin-bottom: 0.55rem;
	color: #c7d6e3;
	font-size: 0.84rem;
	font-weight: 650;
}

.proofstamp-hash-demo textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 6.5rem;
	resize: vertical;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0.85rem;
	outline: none;
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
	font: inherit;
	line-height: 1.5;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.proofstamp-hash-demo textarea:focus {
	border-color: var(--proofstamp-teal);
	box-shadow: 0 0 0 4px rgba(21, 201, 186, 0.13);
}

.proofstamp-hash-output-wrap {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.045);
}

.proofstamp-hash-output-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.8rem;
	color: #9eb3c6;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.proofstamp-copy-hash {
	flex: 0 0 auto;
	padding: 0.45rem 0.7rem;
	border: 1px solid rgba(21, 201, 186, 0.3);
	border-radius: 999px;
	background: rgba(21, 201, 186, 0.12);
	color: #8af4e9;
	cursor: pointer;
	font: inherit;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.proofstamp-copy-hash:hover,
.proofstamp-copy-hash:focus-visible {
	border-color: var(--proofstamp-teal);
	background: rgba(21, 201, 186, 0.2);
}

.proofstamp-hash-output {
	display: block;
	min-height: 4.5em;
	overflow-wrap: anywhere;
	color: #d9fbf7;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: clamp(0.82rem, 1.8vw, 1rem);
	line-height: 1.5;
}

.proofstamp-hash-demo-note {
	margin: 1rem 0 0;
	color: #9eb3c6;
	font-size: 0.76rem;
}

.proofstamp-article-intro {
	max-width: 45rem;
	color: var(--proofstamp-copy);
	line-height: 1.5;
}

.proofstamp-single-header > * {
	width: min(100%, 1200px);
	max-width: 1200px;
}

.proofstamp-post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1.55rem;
}

.proofstamp-post-tags a {
	display: inline-flex;
	padding: 0.3rem 0.62rem;
	border-radius: 999px;
	background: var(--proofstamp-navy);
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 650;
	line-height: 1;
	text-decoration: none;
}

.proofstamp-post-tags a:hover,
.proofstamp-post-tags a:focus-visible {
	background: var(--proofstamp-navy-soft);
	color: #ffffff;
}

.proofstamp-single-header .wp-block-post-title {
	max-width: 1200px;
	margin-top: 0;
	font-size: clamp(3.2rem, 5.2vw, 4.5rem);
	line-height: 1.06;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.proofstamp-post-byline {
	margin-top: 1.65rem;
}

.proofstamp-post-byline > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.proofstamp-post-byline .wp-block-post-author-name {
	font-size: 1rem;
	line-height: 1.35;
}

.proofstamp-post-byline .wp-block-post-author-name a {
	color: inherit;
	font-weight: 650;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.proofstamp-post-meta {
	gap: 0 !important;
	margin-top: 0.35rem;
	color: var(--proofstamp-copy);
	font-size: 0.86rem !important;
	line-height: 1.4;
}

.proofstamp-post-meta > p::before,
.proofstamp-post-meta .wp-block-shortcode::before {
	content: "·";
	margin: 0 0.55rem;
	color: #91a2b1;
}

.proofstamp-post-meta > p {
	margin: 0;
}

.proofstamp-post-meta .wp-block-shortcode {
	margin: 0;
}

.proofstamp-lab-jump {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	width: fit-content;
	margin: 0 0 1rem;
	padding: 0.62rem 1.05rem;
	border-radius: 0.32rem;
	background: var(--proofstamp-teal);
	color: var(--proofstamp-navy);
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.proofstamp-lab-jump:hover,
.proofstamp-lab-jump:focus-visible {
	background: #10b9ac;
	color: var(--proofstamp-navy);
}

.proofstamp-single-hero {
	overflow: hidden;
	aspect-ratio: 2.2 / 1;
}

.proofstamp-single-hero img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.proofstamp-article-layout {
	align-items: flex-start;
	margin-top: var(--wp--preset--spacing--x-large);
}

.proofstamp-article-main .wp-block-post-content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.proofstamp-article-main .wp-block-post-content > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.proofstamp-article-main .wp-block-post-content > :where(.alignwide, .alignfull),
.proofstamp-article-main .proofstamp-sha-lab-wrap {
	width: 100%;
	max-width: 100%;
}

.proofstamp-article-sidebar {
	position: sticky;
	top: 7rem;
}

.proofstamp-post-toc {
	padding: 0;
	border: 0;
}

.proofstamp-post-toc summary {
	margin-bottom: 0.8rem;
	color: var(--proofstamp-navy);
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.proofstamp-post-toc ol {
	margin: 0;
	padding-left: 1.7rem;
	color: var(--proofstamp-copy);
	font-size: 0.86rem;
	line-height: 1.45;
}

.proofstamp-post-toc li {
	padding: 0.42rem 0 0.42rem 0.25rem;
}

.proofstamp-post-toc li::marker {
	color: #8394a3;
	font-variant-numeric: tabular-nums;
}

.proofstamp-post-toc a {
	color: inherit;
	text-decoration-color: rgba(81, 103, 124, 0.38);
}

.proofstamp-post-toc a:hover,
.proofstamp-post-toc a:focus-visible {
	color: var(--proofstamp-navy);
	text-decoration-color: var(--proofstamp-teal);
}

#sha-256-lab {
	scroll-margin-top: 7rem;
}

.proofstamp-article-summary {
	border-left: 4px solid var(--proofstamp-teal);
	border-radius: 0 1rem 1rem 0;
	background: var(--proofstamp-mist);
}

.proofstamp-article-summary p:last-child,
.proofstamp-article-sources p:last-child {
	margin-bottom: 0;
}

.proofstamp-sha-lab-wrap {
	width: min(100%, 1080px);
}

.proofstamp-sha-lab {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at 100% 0%, rgba(21, 201, 186, 0.2), transparent 25rem),
		var(--proofstamp-navy);
	box-shadow: 0 30px 80px rgba(7, 28, 51, 0.22);
	color: #ffffff;
}

.proofstamp-sha-lab-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.proofstamp-sha-lab-heading h2 {
	max-width: 17ch;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.proofstamp-local-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	flex: 0 0 auto;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(21, 201, 186, 0.3);
	border-radius: 999px;
	background: rgba(21, 201, 186, 0.12);
	color: #8af4e9;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.proofstamp-local-badge::before {
	content: "";
	width: 0.52rem;
	height: 0.52rem;
	border-radius: 50%;
	background: var(--proofstamp-teal);
	box-shadow: 0 0 0 4px rgba(21, 201, 186, 0.12);
}

.proofstamp-sha-tool {
	display: grid;
	grid-template-columns: minmax(13rem, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	padding: clamp(1.5rem, 4vw, 3rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.proofstamp-sha-tool-copy h3 {
	margin: 0.55rem 0 0.65rem;
	color: #ffffff;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.proofstamp-sha-tool-copy p:last-child {
	margin-bottom: 0;
	color: #9eb3c6;
	font-size: 0.9rem;
}

.proofstamp-sha-tool-number {
	margin: 0;
	color: #8af4e9;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.proofstamp-sha-tool-control > label:not(.proofstamp-file-picker) {
	display: block;
	margin-bottom: 0.55rem;
	color: #c7d6e3;
	font-size: 0.82rem;
	font-weight: 650;
}

.proofstamp-sha-tool textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 7rem;
	resize: vertical;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0.85rem;
	outline: none;
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
	font: inherit;
	line-height: 1.5;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.proofstamp-sha-tool textarea:focus {
	border-color: var(--proofstamp-teal);
	box-shadow: 0 0 0 4px rgba(21, 201, 186, 0.13);
}

.proofstamp-file-picker {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 5.5rem;
	padding: 1rem 1.1rem;
	border: 1px dashed rgba(21, 201, 186, 0.52);
	border-radius: 0.9rem;
	background: rgba(21, 201, 186, 0.07);
	color: #ffffff;
	cursor: pointer;
}

.proofstamp-file-picker:hover,
.proofstamp-file-picker:focus-within {
	border-color: var(--proofstamp-teal);
	background: rgba(21, 201, 186, 0.12);
}

.proofstamp-file-picker span {
	font-weight: 750;
}

.proofstamp-file-picker small {
	color: #9eb3c6;
	font-size: 0.72rem;
}

.proofstamp-file-picker input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
}

.proofstamp-file-status {
	margin: 0.7rem 0 0;
	color: #9eb3c6;
	font-size: 0.78rem;
}

.proofstamp-sha-result {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.045);
}

.proofstamp-sha-result-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
	color: #9eb3c6;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.proofstamp-sha-result button {
	padding: 0.42rem 0.65rem;
	border: 1px solid rgba(21, 201, 186, 0.3);
	border-radius: 999px;
	background: rgba(21, 201, 186, 0.12);
	color: #8af4e9;
	cursor: pointer;
	font: inherit;
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.proofstamp-sha-result button:hover,
.proofstamp-sha-result button:focus-visible {
	border-color: var(--proofstamp-teal);
	background: rgba(21, 201, 186, 0.2);
}

.proofstamp-sha-result button:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.proofstamp-sha-result output {
	display: block;
	min-height: 3em;
	overflow-wrap: anywhere;
	color: #d9fbf7;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: clamp(0.78rem, 1.6vw, 0.96rem);
	line-height: 1.5;
}

.proofstamp-sha-privacy {
	margin: 0;
	padding: 1.1rem clamp(1.5rem, 4vw, 3rem);
	background: rgba(21, 201, 186, 0.08);
	color: #bcd0df;
	font-size: 0.78rem;
}

.proofstamp-property-grid .proofstamp-card,
.proofstamp-article-flow .proofstamp-card {
	min-height: 100%;
}

.proofstamp-article-sources {
	border: 1px solid var(--proofstamp-border);
	border-radius: 1rem;
	background: var(--proofstamp-mist);
}

.wp-block-details {
	padding: 1.1rem 0;
	border-top: 1px solid var(--proofstamp-border);
}

.wp-block-details:last-of-type {
	border-bottom: 1px solid var(--proofstamp-border);
}

.wp-block-details summary {
	color: var(--proofstamp-navy);
	cursor: pointer;
	font-weight: 700;
}

.proofstamp-card {
	height: 100%;
	border: 1px solid var(--proofstamp-border);
	border-radius: 1.1rem;
	background: #ffffff;
	box-shadow: 0 12px 35px rgba(7, 28, 51, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.proofstamp-card:hover {
	transform: translateY(-4px);
	border-color: rgba(21, 201, 186, 0.58);
	box-shadow: 0 20px 46px rgba(7, 28, 51, 0.1);
}

.proofstamp-step-number {
	display: grid;
	place-items: center;
	width: 2.45rem;
	height: 2.45rem;
	margin: 0;
	border-radius: 50%;
	background: var(--proofstamp-navy);
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 750;
}

.proofstamp-card p:last-child {
	margin-bottom: 0;
}

.proofstamp-proof-grid {
	overflow: hidden;
	border: 1px solid var(--proofstamp-border);
	border-radius: 1.35rem;
	box-shadow: var(--proofstamp-shadow);
}

.proofstamp-proof-yes {
	background: var(--proofstamp-navy);
	color: #ffffff;
}

.proofstamp-proof-no {
	background: #ffffff;
}

.proofstamp-proof-yes .wp-block-list,
.proofstamp-proof-no .wp-block-list {
	list-style: none;
	padding-left: 0;
}

.proofstamp-proof-yes li,
.proofstamp-proof-no li {
	position: relative;
	padding-left: 1.8rem;
}

.proofstamp-proof-yes li::before,
.proofstamp-proof-no li::before {
	position: absolute;
	left: 0;
	font-weight: 800;
}

.proofstamp-proof-yes li::before {
	content: "✓";
	color: #74eee3;
}

.proofstamp-proof-no li::before {
	content: "—";
	color: #8ca0b2;
}

.proofstamp-use-case {
	position: relative;
	overflow: hidden;
}

.proofstamp-use-case::after {
	content: "";
	position: absolute;
	right: -2rem;
	bottom: -2rem;
	width: 7rem;
	height: 7rem;
	border: 1px solid rgba(21, 201, 186, 0.2);
	border-radius: 50%;
}

.proofstamp-icon {
	display: grid;
	place-items: center;
	width: 2.8rem;
	height: 2.8rem;
	margin: 0;
	border-radius: 0.8rem;
	background: var(--proofstamp-teal-light);
	color: #08796f;
	font-size: 1.05rem;
	font-weight: 800;
}

.proofstamp-audience {
	position: relative;
	overflow: hidden;
	border-radius: 1.35rem;
}

.proofstamp-audience-business {
	background: var(--proofstamp-navy);
	color: #ffffff;
}

.proofstamp-audience-partner {
	border: 1px solid var(--proofstamp-border);
	background: #ffffff;
}

.proofstamp-audience-business .wp-block-list,
.proofstamp-audience-partner .wp-block-list {
	padding-left: 1.1rem;
}

.proofstamp-principle {
	padding-top: 1rem;
	border-top: 3px solid var(--proofstamp-teal);
}

.proofstamp-query .wp-block-post {
	height: 100%;
	padding: 1.45rem;
	border: 1px solid var(--proofstamp-border);
	border-radius: 1rem;
	background: #ffffff;
}

.proofstamp-query .wp-block-post-title {
	margin-top: 0.65rem;
}

.proofstamp-query .wp-block-post-title a {
	text-decoration: none;
}

.proofstamp-query .wp-block-post-title a:hover {
	text-decoration: underline;
}

.proofstamp-final-cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at 90% 0%, rgba(21, 201, 186, 0.28), transparent 23rem),
		var(--proofstamp-navy);
	box-shadow: var(--proofstamp-shadow);
	color: #ffffff;
}

.proofstamp-final-cta::after {
	content: "PS";
	position: absolute;
	right: -0.04em;
	bottom: -0.34em;
	z-index: -1;
	color: rgba(255, 255, 255, 0.035);
	font-size: clamp(10rem, 30vw, 26rem);
	font-weight: 850;
	line-height: 1;
	letter-spacing: -0.09em;
}

.proofstamp-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.proofstamp-footer a {
	color: #ffffff;
	text-decoration-color: rgba(255, 255, 255, 0.3);
}

.proofstamp-footer a:hover {
	text-decoration-color: var(--proofstamp-teal);
}

@media (max-width: 980px) {
	.proofstamp-article-layout {
		gap: 2rem;
	}

	.proofstamp-header-cta {
		display: none;
	}

	.proofstamp-receipt-wrap {
		min-height: auto;
	}

	.proofstamp-orbit {
		display: none;
	}
}

@media (max-width: 781px) {
	.proofstamp-header {
		padding: 12px 18px !important;
	}

	.proofstamp-header > .wp-block-group {
		width: 100%;
		max-width: none;
		min-height: 44px;
		margin: 0 !important;
	}

	.proofstamp-header > .wp-block-group > .wp-block-group:last-child {
		flex: 0 0 auto;
		gap: 0 !important;
		margin-left: auto;
	}

	.proofstamp-header .wp-block-site-logo img {
		max-height: 42px;
	}

	.proofstamp-nav {
		width: auto;
		margin-left: auto;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-open {
		display: grid !important;
		place-items: center;
		width: 44px;
		height: 44px;
		border: 1px solid rgba(7, 28, 51, 0.14);
		border-radius: 999px;
		background: var(--proofstamp-mist);
		color: var(--proofstamp-navy);
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-open:hover,
	.proofstamp-nav .wp-block-navigation__responsive-container-open:focus-visible {
		border-color: rgba(7, 28, 51, 0.3);
		background: #ffffff;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;
		position: fixed !important;
		inset: 0 !important;
		z-index: 100000 !important;
		box-sizing: border-box;
		width: 100vw !important;
		height: 100dvh !important;
		min-height: 100vh;
		overflow-y: auto !important;
		padding: 24px !important;
		background: var(--proofstamp-navy) !important;
		color: #ffffff !important;
	}

	.proofstamp-nav .wp-block-navigation__responsive-close,
	.proofstamp-nav .wp-block-navigation__responsive-dialog {
		width: 100%;
		min-height: 100%;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-close {
		display: grid !important;
		place-items: center;
		position: absolute !important;
		top: 20px !important;
		right: 20px !important;
		width: 44px;
		height: 44px;
		border: 1px solid rgba(255, 255, 255, 0.22);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.08);
		color: #ffffff;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-close:hover,
	.proofstamp-nav .wp-block-navigation__responsive-container-close:focus-visible {
		border-color: rgba(255, 255, 255, 0.5);
		background: rgba(255, 255, 255, 0.15);
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-content {
		display: flex !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		flex-direction: column !important;
		width: 100%;
		padding-top: 72px !important;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
		display: flex !important;
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 0 !important;
		width: 100%;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		width: 100%;
		margin: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		display: block !important;
		width: 100%;
		padding: 16px 0 !important;
		color: #ffffff !important;
		font-size: clamp(1.25rem, 7vw, 1.65rem);
		font-weight: 650;
		line-height: 1.3;
	}

	.proofstamp-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover,
	.proofstamp-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:focus-visible {
		color: #8af4e9 !important;
	}

	.proofstamp-single-header .wp-block-post-title {
		font-size: clamp(2.65rem, 12vw, 4rem);
	}

	.proofstamp-single-hero {
		aspect-ratio: 16 / 10;
		border-radius: 12px !important;
	}

	.proofstamp-article-layout {
		margin-top: var(--wp--preset--spacing--large);
	}

	.proofstamp-article-sidebar {
		position: static;
		order: -1;
	}

	.proofstamp-post-toc {
		padding: 1rem 1.1rem;
		border: 1px solid var(--proofstamp-border);
		border-radius: 0.85rem;
		background: var(--proofstamp-mist);
	}

	.proofstamp-post-toc summary {
		margin: 0;
	}

	.proofstamp-post-toc[open] summary {
		margin-bottom: 0.8rem;
	}

	.proofstamp-display {
		max-width: 14ch;
	}

	.proofstamp-receipt {
		transform: none;
	}

	.proofstamp-proof-grid {
		box-shadow: 0 18px 45px rgba(7, 28, 51, 0.1);
	}

	.proofstamp-header .wp-block-site-title {
		display: none;
	}

	.proofstamp-hash-output-head {
		align-items: flex-start;
	}

	.proofstamp-sha-lab-heading,
	.proofstamp-file-picker {
		align-items: flex-start;
		flex-direction: column;
	}

	.proofstamp-sha-tool {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.proofstamp-card,
	.proofstamp-button-primary .wp-block-button__link,
	.proofstamp-button-secondary .wp-block-button__link,
	.proofstamp-hash-demo textarea,
	.proofstamp-sha-tool textarea {
		transition: none;
	}
}
