html {
	scroll-behavior: smooth;
}

body,
input,
select,
textarea {
	font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
	letter-spacing: 0;
}

body.reflection-page {
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.58), transparent 34%),
		radial-gradient(circle at 18% 8%, rgba(178, 119, 78, 0.13), transparent 30rem),
		radial-gradient(circle at 82% 4%, rgba(92, 124, 112, 0.12), transparent 26rem),
		linear-gradient(180deg, #f5f0e7 0%, #ebe4d8 100%),
		#f2eee6;
	color: #2d2b27;
}

body.reflection-page:before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(45, 43, 39, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(45, 43, 39, 0.018) 1px, transparent 1px),
		repeating-radial-gradient(circle at 17% 23%, rgba(45, 43, 39, 0.035) 0 1px, transparent 1px 4px);
	background-size: 3rem 3rem;
	mix-blend-mode: multiply;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), transparent 72%);
	opacity: 0.5;
	z-index: -1;
}

body.reflection-page:after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(92, 70, 48, 0.08), transparent 18%, transparent 82%, rgba(92, 70, 48, 0.07)),
		radial-gradient(circle at 50% 8%, transparent 0 42%, rgba(92, 70, 48, 0.08) 100%);
	mix-blend-mode: multiply;
	z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
	letter-spacing: 0;
	text-transform: none;
}

p {
	line-height: 1.86;
}

.hero-copy h2,
.essay-hero h2,
.section-heading h2,
.thought-copy h2,
.closing-panel h2,
.ritual-intro h2 {
	text-wrap: balance;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-copy p,
.section-heading p,
.thought-copy p,
.essay-body p,
.ritual-intro p,
.ritual-list span,
.closing-panel p {
	text-wrap: pretty;
}

a {
	border-bottom-color: rgba(151, 91, 58, 0.38);
}

.quiet-header {
	background: rgba(244, 239, 230, 0.82) !important;
	backdrop-filter: blur(16px);
	box-shadow: 0 1px 0 rgba(45, 43, 39, 0.08), 0 12px 38px rgba(65, 51, 38, 0.07);
}

#header h1 a {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 0.86em;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

#menu {
	background: #2f302d;
}

#menu ul > li > a {
	font-family: "Open Sans", Helvetica, sans-serif;
	letter-spacing: 0.08em;
}

.time-hero {
	position: relative;
	display: grid;
	min-height: 100vh;
	place-items: center;
	overflow: hidden;
	padding: 8rem 2rem 6rem;
}

.time-hero:before {
	content: "";
	position: absolute;
	inset: 5.5rem 1rem 2rem;
	border: 1px solid rgba(45, 43, 39, 0.07);
	border-radius: 10px;
	pointer-events: none;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.time-hero:after {
	animation: grainShift 8s steps(8) infinite;
	content: "";
	position: absolute;
	inset: -20%;
	background:
		linear-gradient(115deg, transparent 0 38%, rgba(151, 91, 58, 0.055) 39%, transparent 40% 100%),
		repeating-linear-gradient(0deg, rgba(45, 43, 39, 0.012) 0 1px, transparent 1px 7px);
	opacity: 0.45;
	pointer-events: none;
}

.hero-copy {
	position: relative;
	z-index: 2;
	max-width: 58rem;
	text-align: center;
}

.hero-copy h2,
.essay-hero h2 {
	margin-bottom: 0.55em;
	color: #24221f;
	font-size: clamp(2.7rem, 8vw, 7.8rem);
	font-weight: 400;
	line-height: 0.98;
}

.hero-copy p:last-child,
.essay-hero p:last-child {
	max-width: 42rem;
	margin: 0 auto;
	color: rgba(45, 43, 39, 0.72);
	font-size: 1.05em;
}

.eyebrow {
	margin-bottom: 1.15rem;
	color: #975b3a;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 0.72em !important;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.clock-field {
	position: absolute;
	width: min(72vw, 44rem);
	aspect-ratio: 1;
	border-radius: 50%;
	opacity: 0.82;
	filter: drop-shadow(0 2rem 4rem rgba(82, 64, 45, 0.12));
}

.orbit {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(151, 91, 58, 0.14);
	border-radius: 50%;
}

.orbit-two {
	animation: rotateSlow 32s linear infinite reverse;
	inset: 12%;
	border-style: dashed;
}

.orbit-three {
	animation: rotateSlow 20s linear infinite;
	inset: 25%;
	border-color: rgba(92, 124, 112, 0.18);
}

.hand {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	transform-origin: 50% 100%;
	background: linear-gradient(to top, rgba(214, 174, 104, 0.95), transparent);
}

.hand-long {
	animation: tickLong 12s linear infinite;
	height: 39%;
	background: linear-gradient(to top, rgba(151, 91, 58, 0.72), transparent);
}

.hand-short {
	animation: tickLong 48s linear infinite;
	height: 27%;
	background: linear-gradient(to top, rgba(92, 124, 112, 0.72), transparent);
}

.minute-dot {
	position: absolute;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #975b3a;
	box-shadow: 0 0 1.25rem rgba(151, 91, 58, 0.28);
}

.dot-a {
	animation: driftA 8s ease-in-out infinite;
	left: 15%;
	top: 28%;
}

.dot-b {
	animation: driftB 11s ease-in-out infinite;
	right: 14%;
	top: 42%;
}

.dot-c {
	animation: driftC 9s ease-in-out infinite;
	left: 47%;
	bottom: 10%;
}

.scroll-cue {
	position: absolute;
	bottom: 2rem;
	z-index: 3;
	border: 0;
	color: rgba(45, 43, 39, 0.58);
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 0.72em;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.reflection-section,
.split-thought,
.closing-panel,
.essay-body,
.essay-return {
	width: min(100% - 2rem, 72rem);
	margin: 0 auto;
	padding: 7rem 0;
}

.section-heading {
	max-width: 44rem;
	margin-bottom: 3rem;
}

.section-heading h2,
.thought-copy h2,
.closing-panel h2 {
	color: #24221f;
	font-size: clamp(2rem, 4vw, 4.3rem);
	font-weight: 400;
	line-height: 1.12;
}

.note-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.note-grid article {
	min-height: 20rem;
	border: 1px solid rgba(45, 43, 39, 0.1);
	border-radius: 7px;
	padding: 2rem;
	background: rgba(255, 252, 245, 0.62);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 18px 50px rgba(72, 56, 39, 0.08);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.note-grid article:hover {
	transform: translateY(-3px);
	border-color: rgba(151, 91, 58, 0.22);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 22px 60px rgba(72, 56, 39, 0.12);
}

.note-grid article span {
	display: block;
	margin-bottom: 3.4rem;
	color: rgba(151, 91, 58, 0.72);
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: 800;
}

.note-grid h3,
.ritual-list strong {
	color: #24221f;
	font-size: 1.15em;
}

.note-grid p,
.thought-copy p,
.ritual-intro p,
.ritual-list span,
.closing-panel p {
	color: rgba(45, 43, 39, 0.68);
}

.split-thought {
	display: grid;
	grid-template-columns: minmax(14rem, 0.8fr) minmax(0, 1.2fr);
	gap: 5rem;
	align-items: center;
}

.word-column {
	display: grid;
	gap: 0.6rem;
}

.word {
	border-bottom: 1px solid rgba(45, 43, 39, 0.11);
	color: rgba(45, 43, 39, 0.18);
	font-size: clamp(3rem, 9vw, 8rem);
	line-height: 1;
}

.word.later {
	color: #24221f;
}

.word.becomes {
	color: rgba(151, 91, 58, 0.62);
	font-size: clamp(1.8rem, 4vw, 3.6rem);
}

.word.never {
	animation: fadeWord 4s ease-in-out infinite;
}

.ritual-section {
	padding-top: 4rem;
}

.ritual-shell {
	display: grid;
	grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1.18fr);
	gap: 4rem;
	align-items: start;
	border: 1px solid rgba(45, 43, 39, 0.11);
	border-radius: 8px;
	padding: clamp(1.5rem, 4vw, 3rem);
	background:
		linear-gradient(135deg, rgba(151, 91, 58, 0.07), transparent 38%),
		rgba(255, 252, 245, 0.54);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.75) inset,
		0 22px 70px rgba(72, 56, 39, 0.1);
}

.ritual-intro {
	position: sticky;
	top: 6rem;
}

.ritual-intro h2 {
	margin-bottom: 0.6em;
	color: #24221f;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 400;
	line-height: 1.08;
}

.ritual-intro p:last-child {
	max-width: 25rem;
	font-size: 0.95em;
}

.ritual-list {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ritual-list li {
	display: grid;
	grid-template-columns: 4.6rem minmax(0, 1fr);
	gap: 0.35rem 1.25rem;
	min-height: 8.25rem;
	border: 1px solid rgba(45, 43, 39, 0.1);
	border-radius: 7px;
	padding: 1.35rem;
	background: rgba(255, 252, 245, 0.7);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.75) inset,
		0 10px 26px rgba(72, 56, 39, 0.06);
	transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.ritual-list li:hover {
	transform: translateY(-2px);
	border-color: rgba(151, 91, 58, 0.28);
	background: rgba(255, 249, 237, 0.9);
}

.ritual-list strong,
.ritual-list span {
	display: block;
}

.ritual-list strong {
	align-self: end;
	font-size: 1.05em;
}

.ritual-list span:not(.step-count) {
	grid-column: 2;
	font-size: 0.9em;
	line-height: 1.7;
}

.step-count {
	grid-row: span 2;
	display: grid !important;
	width: 3.35rem;
	height: 3.35rem;
	place-items: center;
	border: 1px solid rgba(151, 91, 58, 0.38);
	border-radius: 50%;
	color: #975b3a !important;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 0.76em;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.closing-panel {
	position: relative;
	text-align: center;
	border-top: 1px solid rgba(45, 43, 39, 0.08);
}

.pulse-line {
	position: relative;
	width: min(36rem, 80vw);
	height: 1px;
	margin: 0 auto 3rem;
	overflow: hidden;
	background: rgba(45, 43, 39, 0.12);
}

.pulse-line:after {
	animation: pulseTravel 2.8s ease-in-out infinite;
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 35%;
	background: linear-gradient(90deg, transparent, #975b3a, transparent);
}

.button.primary {
	background: #975b3a !important;
	color: #fffaf0 !important;
}

.button.primary:hover {
	background: #835033 !important;
}

.minimal-footer {
	background: transparent !important;
	padding-top: 2rem !important;
}

.minimal-footer .copyright li {
	color: rgba(45, 43, 39, 0.48);
	font-size: 0.78em;
}

.essay-hero {
	position: relative;
	width: min(100% - 2rem, 62rem);
	margin: 0 auto;
	padding: 12rem 0 5rem;
	text-align: center;
}

.essay-mark {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.65rem;
	width: 7rem;
	margin: 0 auto 3rem;
}

.essay-mark span {
	animation: markDrop 2.4s ease-in-out infinite;
	display: block;
	height: 5.5rem;
	border-radius: 999px;
	background: linear-gradient(to bottom, rgba(151, 91, 58, 0), rgba(151, 91, 58, 0.58));
}

.essay-mark span:nth-child(2) {
	animation-delay: 0.35s;
}

.essay-mark span:nth-child(3) {
	animation-delay: 0.7s;
}

.essay-body {
	max-width: 48rem;
	padding-top: 2rem;
	color: rgba(45, 43, 39, 0.78);
}

.essay-body p {
	font-size: 1.05em;
	line-height: 1.95;
}

.essay-body blockquote {
	margin: 3rem 0;
	border-left-color: #975b3a;
	color: #24221f;
	font-size: 1.25em;
	line-height: 1.7;
	background: rgba(255, 252, 245, 0.48);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.essay-return {
	padding-top: 0;
	text-align: center;
}

@keyframes rotateSlow {
	to {
		transform: rotate(360deg);
	}
}

@keyframes tickLong {
	from {
		transform: translateX(-50%) translateY(-100%) rotate(0deg);
	}
	to {
		transform: translateX(-50%) translateY(-100%) rotate(360deg);
	}
}

@keyframes driftA {
	50% {
		transform: translate(2rem, 1rem);
	}
}

@keyframes driftB {
	50% {
		transform: translate(-1.5rem, 2rem);
	}
}

@keyframes driftC {
	50% {
		transform: translate(1rem, -1.8rem);
	}
}

@keyframes fadeWord {
	0%, 100% {
		opacity: 0.26;
	}
	50% {
		opacity: 0.08;
	}
}

@keyframes pulseTravel {
	from {
		transform: translateX(-110%);
	}
	to {
		transform: translateX(320%);
	}
}

@keyframes markDrop {
	0%, 100% {
		opacity: 0.25;
		transform: translateY(-0.5rem);
	}
	50% {
		opacity: 0.85;
		transform: translateY(0.5rem);
	}
}

@keyframes grainShift {
	50% {
		transform: translate3d(-2%, 1%, 0);
	}
}

@media screen and (max-width: 980px) {
	.note-grid {
		grid-template-columns: 1fr;
	}

	.note-grid article {
		min-height: 0;
	}

	.note-grid article span {
		margin-bottom: 1.5rem;
	}

	.split-thought {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.ritual-shell {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.ritual-intro {
		position: static;
	}
}

@media screen and (max-width: 736px) {
	.time-hero {
		padding: 7rem 1rem 5rem;
	}

	.clock-field {
		width: 92vw;
		opacity: 0.56;
	}

	.hero-copy h2,
	.essay-hero h2 {
		font-size: clamp(2.6rem, 16vw, 4.5rem);
	}

	.reflection-section,
	.split-thought,
	.closing-panel,
	.essay-body,
	.essay-return {
		width: min(100% - 1.5rem, 72rem);
		padding: 4.5rem 0;
	}

	.section-heading h2,
	.thought-copy h2,
	.closing-panel h2 {
		font-size: 2.15rem;
	}

	.note-grid article {
		padding: 1.45rem;
	}

	.ritual-shell {
		padding: 1.2rem;
	}

	.ritual-intro h2 {
		font-size: 2.1rem;
	}

	.ritual-list li {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 1.15rem;
	}

	.step-count {
		grid-row: auto;
		width: 2.8rem;
		height: 2.8rem;
	}

	.ritual-list span:not(.step-count) {
		grid-column: 1;
	}

	.essay-hero {
		width: min(100% - 1.5rem, 62rem);
		padding-top: 8rem;
	}

	.essay-body blockquote {
		font-size: 1.05em;
	}
}
