:root {
	--rw-paper: #f7f3eb;
	--rw-paper-soft: #eee7dc;
	--rw-ink: #1b2022;
	--rw-indigo: #102536;
	--rw-indigo-light: #1d3445;
	--rw-copper: #b9873e;
	--rw-copper-pale: #e4c16b;
	--rw-signal: #d8b85d;
	--rw-crimson: #a44532;
	--rw-crimson-deep: #762832;
	--rw-sage: #69746c;
	--rw-line: rgba(27, 32, 34, 0.14);
	--rw-light: #f6f2ea;
	--rw-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
	--rw-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

html { margin-top: 0 !important; background: #070d13 !important; scroll-behavior: smooth; }
body.rwsh-body {
	margin: 0;
	padding: 0;
	background: #070d13 !important;
	color: var(--rw-ink);
	font-family: var(--rw-sans);
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .04em;
}
body.rwsh-body * { box-sizing: border-box; }
body.rwsh-body a { color: inherit; text-decoration: none; }
body.rwsh-body h1, body.rwsh-body h2, body.rwsh-body h3, body.rwsh-body p { margin-top: 0; }
.rwsh-skip { position: fixed; left: 18px; top: -100px; z-index: 99999; background: #fff; padding: 12px 18px; }
.rwsh-skip:focus { top: 18px; }
.rwsh-header {
	position: absolute;
	z-index: 10;
	top: 0 !important;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px clamp(24px, 5vw, 76px);
	color: #f6f2ea;
}
.rwsh-header::after {
	display: none;
}
.rwsh-brand { position: relative; display: inline-flex; flex-direction: column; line-height: 1; letter-spacing: .16em; }
.rwsh-brand::before { content: ""; position: absolute; width: 8px; height: 8px; margin: 3px 0 0 -17px; background: var(--rw-crimson); box-shadow: 0 0 18px rgba(164,69,50,.34); transform: rotate(45deg); }
.rwsh-brand span { font-family: Georgia, serif; font-size: 20px; }
.rwsh-brand small { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .28em; }
.rwsh-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 12px; letter-spacing: .1em; }
.rwsh-nav a { transition: opacity .25s ease; }
.rwsh-nav a:hover { opacity: .66; }
.rwsh-nav-emphasis { border-bottom: 1px solid var(--rw-copper); padding-bottom: 4px; }
.rwsh-hero {
	position: relative;
	min-height: calc(100vh - 48px);
	min-height: calc(100svh - 48px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
	align-items: center;
	gap: clamp(28px, 3.2vw, 62px);
	overflow: hidden;
	padding: 138px clamp(24px, 6vw, 100px) 96px;
	background:
		radial-gradient(circle at 72% 28%, rgba(29,70,96,.44), transparent 35%),
		radial-gradient(circle at 13% 86%, rgba(118,40,50,.17), transparent 29%),
		radial-gradient(circle at 27% 100%, rgba(185,135,62,.08), transparent 26%),
		linear-gradient(135deg, #070d13 0%, var(--rw-indigo) 56%, #060b10 100%);
	color: #f6f2ea;
}
.rwsh-wordmark-stage {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 540px;
	min-height: 520px;
	justify-self: start;
	display: grid;
	place-items: center;
	perspective: 1000px;
	pointer-events: none;
}
.rwsh-shooting-star {
	position: absolute;
	z-index: 3;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}
.rwsh-shooting-star span {
	--rwsh-star-angle: -32deg;
	position: absolute;
	left: -34vw;
	bottom: -5vh;
	width: clamp(220px, 34vw, 620px);
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent 0%, rgba(118,40,50,.14) 17%, rgba(164,69,50,.72) 48%, rgba(228,193,107,1) 78%, #fffdf0 100%);
	box-shadow: 0 0 10px rgba(255,248,215,.62), 0 0 28px rgba(228,193,107,.55), 0 0 58px rgba(164,69,50,.26);
	transform: rotate(var(--rwsh-star-angle));
	transform-origin: right center;
	opacity: 0;
	will-change: transform, opacity;
}
.rwsh-shooting-star span::after {
	content: "";
	position: absolute;
	right: -2px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fffbe8;
	box-shadow: 0 0 8px #fff, 0 0 22px rgba(255,245,196,1), 0 0 46px rgba(228,193,107,.95), 0 0 74px rgba(164,69,50,.38);
	transform: translateY(-50%);
}
.rwsh-js .rwsh-wordmark-stage { opacity: 0; }
.rwsh-wordmark-stage::before {
	content: "";
	position: absolute;
	width: 82%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(215,177,143,.12), rgba(79,104,122,.05) 46%, transparent 70%);
	filter: blur(9px);
}
.rwsh-wordmark-stage::after {
	content: "";
	position: absolute;
	z-index: 4;
	top: 29%;
	right: 16%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--rw-crimson);
	box-shadow: 0 0 10px rgba(164,69,50,.85), 0 0 30px rgba(118,40,50,.48);
}
.rwsh-axis { position: absolute; display: block; background: linear-gradient(90deg, transparent, rgba(246,242,234,.18), transparent); }
.rwsh-axis-vertical { top: 4%; bottom: 4%; left: 50%; width: 1px; }
.rwsh-axis-horizontal { left: 2%; right: 2%; top: 53%; height: 1px; }
.rwsh-wordmark { position: relative; width: 100%; transform-style: preserve-3d; }
.rwsh-wordmark-overline, .rwsh-wordmark-caption { display: flex; align-items: center; justify-content: space-between; margin: 0; color: rgba(246,242,234,.45); font-family: var(--rw-sans); font-size: 8px; letter-spacing: .26em; }
.rwsh-wordmark-overline { padding: 0 4% 18px; border-bottom: 1px solid rgba(246,242,234,.18); }
.rwsh-word-line { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; font-family: Georgia, "Times New Roman", serif; font-size: clamp(72px, 7vw, 126px); font-weight: 400; letter-spacing: -.035em; line-height: .82; white-space: nowrap; }
.rwsh-word-line-real { justify-content: flex-start; padding: 46px 0 0 8%; color: transparent; -webkit-text-stroke: 1px rgba(246,242,234,.68); }
.rwsh-word-line-world { justify-content: space-between; margin-top: .02em; color: #f6f2ea; text-shadow: 0 20px 48px rgba(0,0,0,.25); }
.rwsh-word-letter { position: relative; z-index: 2; display: inline-block; transform-origin: 50% 55%; }
.rwsh-word-o { z-index: 3; }
.rwsh-letter-face { position: relative; z-index: 3; }
.rwsh-o-ring { position: absolute; z-index: -1; left: 50%; top: 50%; display: block; aspect-ratio: 1; border: 1px solid rgba(215,177,143,.42); border-radius: 50%; transform: translate(-50%,-50%); }
.rwsh-o-ring-one { width: 1.3em; }
.rwsh-o-ring-two { width: 2.15em; border-color: rgba(246,242,234,.18); }
.rwsh-o-ring-three { width: 3.15em; border-color: rgba(215,177,143,.12); }
.rwsh-wordmark-caption { margin-top: 42px; padding: 18px 4% 0; border-top: 1px solid rgba(246,242,234,.18); }
.rwsh-wordmark-caption i { flex: 1; height: 1px; margin: 0 18px; background: linear-gradient(90deg, var(--rw-copper), transparent); }
.rwsh-veda-circuit {
	position: relative;
	margin: 22px 4% 0;
	padding-top: 13px;
	border-top: 1px solid rgba(142,183,207,.11);
}
.rwsh-circuit-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 2px 5px;
	color: rgba(246,242,234,.35);
	font-family: var(--rw-sans);
	font-size: 7px;
	letter-spacing: .23em;
}
.rwsh-veda-circuit svg { display: block; width: 100%; height: auto; overflow: visible; }
.rwsh-circuit-trace,
.rwsh-circuit-frame,
.rwsh-helix-rungs path,
.rwsh-helix-curves path,
.rwsh-circuit-signals path {
	fill: none;
	vector-effect: non-scaling-stroke;
}
.rwsh-circuit-trace { stroke: rgba(142,183,207,.28); stroke-width: .8; }
.rwsh-circuit-frame { stroke: rgba(228,193,107,.2); stroke-width: .8; }
.rwsh-helix-rungs path { stroke: rgba(228,193,107,.22); stroke-width: .72; }
.rwsh-helix-curves path { stroke-width: 1.35; }
.rwsh-circuit-signals { opacity: .62; }
.rwsh-circuit-signals path {
	stroke: rgba(243,217,140,.82);
	stroke-width: 1.15;
	stroke-linecap: round;
	stroke-dasharray: 3 26;
	filter: drop-shadow(0 0 4px rgba(228,193,107,.65));
	animation: rwsh-circuit-flow 4.4s linear infinite;
}
.rwsh-circuit-signals path:last-child { animation-duration: 6.8s; animation-direction: reverse; }
.rwsh-circuit-nodes circle { fill: #f3d98c; transform-box: fill-box; transform-origin: center; }
@keyframes rwsh-circuit-flow { to { stroke-dashoffset: -116; } }
.rwsh-mobile-intelligence { display: none; }
@keyframes rwsh-mobile-tech-draw { to { stroke-dashoffset: 0; } }
@keyframes rwsh-mobile-tech-reveal { to { opacity: .88; transform: scale(1); } }
@keyframes rwsh-mobile-tech-pulse {
	0%, 100% { opacity: .42; transform: scale(.82); }
	50% { opacity: 1; transform: scale(1.48); }
}
.rwsh-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .04;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.rwsh-hero-copy { position: relative; z-index: 2; max-width: 680px; }
.rwsh-kicker, .rwsh-section-number { color: var(--rw-copper); font-size: 10px; font-weight: 700; letter-spacing: .26em; }
.rwsh-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.rwsh-kicker::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg, var(--rw-crimson), var(--rw-copper)); }
.rwsh-hero h1 {
	margin-bottom: 32px;
	font-family: var(--rw-serif);
	font-size: clamp(41px, 5.25vw, 78px);
	font-weight: 500;
	line-height: 1.36;
	letter-spacing: .015em;
}
.rwsh-title-first,
.rwsh-hero h1 em { display: block; }
.rwsh-title-first { white-space: nowrap; }
.rwsh-title-first > span { display: inline-block; }
.rwsh-hero h1 em {
	margin-left: clamp(18px, 5vw, 76px);
	background: linear-gradient(105deg, #b9873e 0%, #f3d98c 46%, #d6a94f 74%, #a87531 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	text-shadow: 0 10px 38px rgba(228,193,107,.17);
}
.rwsh-lead { color: rgba(246,242,234,.72); font-family: var(--rw-serif); font-size: clamp(16px, 1.55vw, 20px); line-height: 2; }
.rwsh-hero-sutra {
	display: inline-block;
	margin-bottom: 0;
	padding: 12px 0;
	border-top: 1px solid rgba(246,242,234,.16);
	border-bottom: 1px solid rgba(246,242,234,.16);
	color: rgba(246,242,234,.78);
	font-size: clamp(15px, 1.35vw, 18px);
	letter-spacing: .12em;
}
.rwsh-hero-description {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgba(246,242,234,.84);
	font-family: var(--rw-sans);
	font-size: clamp(16px, 1.28vw, 18px);
	font-weight: 500;
	line-height: 1.95;
	letter-spacing: .045em;
}
.rwsh-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.rwsh-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; font-size: 12px; font-weight: 700; letter-spacing: .08em; transition: transform .25s ease, background .25s ease; }
.rwsh-button:hover { transform: translateY(-2px); }
.rwsh-button-primary {
	background: linear-gradient(135deg, #b98943, #8d602d);
	box-shadow: 0 16px 42px rgba(8,14,20,.3), 0 0 34px rgba(228,193,107,.06);
	color: #fff !important;
}
.rwsh-button-primary:hover { background: linear-gradient(135deg, #b98943, #873d34); }
.rwsh-text-link { font-size: 12px; }
.rwsh-text-link span { color: var(--rw-copper); margin-left: 8px; }
.rwsh-scroll { position: absolute; z-index: 2; left: clamp(24px, 4vw, 64px); bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .25em; writing-mode: vertical-rl; }
.rwsh-scroll span { width: 1px; height: 54px; background: linear-gradient(var(--rw-copper), transparent); }
.rwsh-ticker {
	overflow: hidden;
	border-top: 1px solid rgba(228,193,107,.24);
	border-bottom: 1px solid rgba(228,193,107,.2);
	background: linear-gradient(90deg, #07121a 0%, #132b3b 48%, #091721 100%);
	box-shadow: inset 0 1px rgba(255,255,255,.025), inset 0 -12px 28px rgba(0,0,0,.18);
	color: rgba(246,242,234,.66);
}
.rwsh-ticker-track { display: flex; align-items: center; gap: 0; width: max-content; min-height: 62px; font-family: Georgia, var(--rw-sans); font-size: 11px; letter-spacing: .2em; white-space: nowrap; animation: rwsh-marquee 58s linear infinite; }
.rwsh-ticker-sequence { display: flex; align-items: center; gap: 26px; padding-right: 26px; }
.rwsh-ticker-track b { color: var(--rw-crimson); font-size: 8px; font-weight: 400; text-shadow: 0 0 15px rgba(164,69,50,.62); }
.rwsh-mantra {
	color: #edd38a;
	font-family: "Noto Serif Devanagari", "Kohinoor Devanagari", "Devanagari Sangam MN", serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .055em;
	text-shadow: 0 0 18px rgba(228,193,107,.15);
}
@keyframes rwsh-marquee { to { transform: translateX(-50%); } }
.rwsh-section { padding: clamp(86px, 10vw, 150px) clamp(24px, 8vw, 128px); }
.rwsh-intro {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--rw-line);
	background:
		radial-gradient(circle at 82% 18%, rgba(185,135,62,.075), transparent 30%),
		linear-gradient(180deg, #fbf8f2 0%, #f6f1e8 100%);
}
.rwsh-intro::before {
	content: "";
	position: absolute;
	right: -8vw;
	top: 50%;
	width: min(52vw, 760px);
	aspect-ratio: 1;
	background: repeating-radial-gradient(circle, transparent 0 72px, rgba(143,102,48,.075) 73px 74px, transparent 75px 126px);
	transform: translateY(-50%);
	pointer-events: none;
}
.rwsh-intro::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .025;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)' opacity='.75'/%3E%3C/svg%3E");
	mix-blend-mode: multiply;
	pointer-events: none;
}
.rwsh-intro > * { position: relative; z-index: 1; }
.rwsh-section-number { margin-bottom: 38px; }
.rwsh-section-number::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 12px; border: 1px solid currentColor; transform: rotate(45deg); }
.rwsh-intro-grid { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(320px, .86fr); gap: 10vw; }
.rwsh-intro h2, .rwsh-section-head h2, .rwsh-book h2 { font-family: var(--rw-serif); font-weight: 500; line-height: 1.55; letter-spacing: .04em; }
.rwsh-intro h2 { font-size: clamp(32px, 4vw, 58px); }
.rwsh-intro-grid > div { max-width: 610px; color: #343a39; font-family: var(--rw-serif); font-size: clamp(17px, 1.22vw, 19px); font-weight: 500; line-height: 2.15; letter-spacing: .025em; }
.rwsh-intro-grid > div p + p { margin-top: 1.8em; }
.rwsh-engine {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 38%, rgba(185,135,62,.11), transparent 27%),
		radial-gradient(circle at 83% 62%, rgba(42,103,137,.19), transparent 31%),
		linear-gradient(145deg, #071018 0%, #102536 48%, #08141d 100%);
	color: #f6f2ea;
}
.rwsh-engine::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .055;
	background-image: linear-gradient(rgba(255,255,255,.42) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.42) 1px, transparent 1px);
	background-size: 54px 54px;
	-webkit-mask-image: radial-gradient(circle at center, #000, transparent 76%);
	mask-image: radial-gradient(circle at center, #000, transparent 76%);
	pointer-events: none;
}
.rwsh-engine::after {
	content: "";
	position: absolute;
	right: -180px;
	top: -250px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(228,193,107,.1);
	border-radius: 50%;
	box-shadow: 0 0 0 88px rgba(228,193,107,.025), 0 0 0 176px rgba(228,193,107,.018);
	pointer-events: none;
}
.rwsh-engine-inner { position: relative; z-index: 1; max-width: 1500px; margin: 0 auto; }
.rwsh-engine-heading { display: grid; grid-template-columns: 1fr minmax(320px, .72fr); align-items: end; gap: clamp(48px, 9vw, 150px); margin-bottom: clamp(74px, 8vw, 118px); }
.rwsh-engine .rwsh-section-number { color: var(--rw-copper-pale); }
.rwsh-engine-heading h2 { margin-bottom: 0; font-family: var(--rw-serif); font-size: clamp(38px, 4.5vw, 68px); font-weight: 500; line-height: 1.48; letter-spacing: .045em; }
.rwsh-engine-heading > p { max-width: 610px; margin-bottom: 5px; color: rgba(246,242,234,.68); font-family: var(--rw-serif); font-size: clamp(15px, 1.2vw, 18px); line-height: 2.15; }
.rwsh-engine-stage {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(64px, .28fr) minmax(190px, .72fr) minmax(64px, .28fr) minmax(220px, 1fr);
	align-items: stretch;
	min-height: 440px;
	border-top: 1px solid rgba(246,242,234,.14);
	border-bottom: 1px solid rgba(246,242,234,.14);
}
.rwsh-engine-step { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; min-width: 0; padding: 36px clamp(10px, 1.8vw, 28px) 34px; text-align: center; }
.rwsh-engine-step > p { align-self: stretch; display: flex; justify-content: space-between; margin-bottom: 16px; color: rgba(246,242,234,.42); font-family: var(--rw-sans); font-size: 9px; letter-spacing: .22em; }
.rwsh-engine-step > p span { color: var(--rw-copper-pale); font-family: Georgia, serif; }
.rwsh-engine-step h3 { margin-bottom: 24px; font-family: var(--rw-serif); font-size: clamp(20px, 1.7vw, 28px); font-weight: 500; letter-spacing: .08em; }
.rwsh-engine-step > small { color: rgba(246,242,234,.4); font-family: var(--rw-serif); font-size: 10px; letter-spacing: .16em; }
.rwsh-chart { width: min(20vw, 270px); min-width: 210px; margin: auto; filter: drop-shadow(0 0 18px rgba(228,193,107,.09)); }
.rwsh-chart svg { display: block; width: 100%; overflow: visible; }
.rwsh-chart-line { fill: none; stroke: rgba(228,193,107,.66); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.rwsh-chart-line:nth-of-type(2), .rwsh-chart-line:nth-of-type(3) { stroke: rgba(246,242,234,.26); }
.rwsh-chart-nodes circle { fill: var(--rw-crimson); filter: drop-shadow(0 0 7px rgba(164,69,50,.85)); transform-box: fill-box; transform-origin: center; }
.rwsh-chart-nodes .rwsh-chart-node-core { fill: #f1d787; filter: drop-shadow(0 0 10px rgba(228,193,107,.9)); }
.rwsh-engine-bridge { position: relative; align-self: center; height: 1px; background: linear-gradient(90deg, rgba(228,193,107,.08), rgba(228,193,107,.44), rgba(111,159,186,.22)); }
.rwsh-engine-bridge i { position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: #fff8d7; box-shadow: 0 0 12px rgba(228,193,107,.95), 0 0 28px rgba(74,135,169,.55); opacity: 0; transform: translateY(-50%); }
.rwsh-engine.is-active .rwsh-engine-bridge i { animation: rwsh-engine-flow-x 2.8s linear infinite; }
.rwsh-engine.is-active .rwsh-engine-bridge i:nth-child(2) { animation-delay: .9s; }
.rwsh-engine.is-active .rwsh-engine-bridge i:nth-child(3) { animation-delay: 1.8s; }
@keyframes rwsh-engine-flow-x { 0% { left: 0; opacity: 0; } 14% { opacity: 1; } 84% { opacity: 1; } 100% { left: calc(100% - 5px); opacity: 0; } }
.rwsh-engine-core { position: relative; width: min(15vw, 205px); min-width: 168px; aspect-ratio: 1; display: grid; place-items: center; margin: auto; }
.rwsh-engine-core::before { content: ""; position: absolute; inset: 45%; border-radius: 50%; background: #f8e9b1; box-shadow: 0 0 14px rgba(248,233,177,.85), 0 0 42px rgba(70,137,173,.55); }
.rwsh-engine-core-ring { position: absolute; border: 1px solid rgba(111,159,186,.35); border-radius: 50%; }
.rwsh-engine-core-ring-one { inset: 27%; border-top-color: var(--rw-copper-pale); }
.rwsh-engine-core-ring-two { inset: 15%; border-right-color: rgba(246,242,234,.65); border-bottom-color: rgba(164,69,50,.44); }
.rwsh-engine-core-ring-three { inset: 2%; border-style: dashed; border-color: rgba(111,159,186,.24); }
.rwsh-engine-core-axis { position: absolute; background: linear-gradient(90deg, transparent, rgba(246,242,234,.22), transparent); }
.rwsh-engine-core-axis-x { left: -9%; right: -9%; top: 50%; height: 1px; }
.rwsh-engine-core-axis-y { top: -9%; bottom: -9%; left: 50%; width: 1px; background: linear-gradient(transparent, rgba(246,242,234,.22), transparent); }
.rwsh-engine-core b { position: relative; z-index: 2; margin-top: 52%; color: rgba(246,242,234,.54); font-family: var(--rw-sans); font-size: 7px; font-weight: 500; letter-spacing: .2em; }
.rwsh-engine-data { display: flex; justify-content: center; gap: 13px; color: rgba(111,159,186,.58); font-size: 7px; letter-spacing: .14em; }
.rwsh-practice-rings { position: relative; width: min(20vw, 270px); min-width: 210px; aspect-ratio: 1; display: grid; place-items: center; margin: auto; }
.rwsh-practice-ring { position: absolute; border: 1px solid rgba(228,193,107,.35); border-radius: 50%; }
.rwsh-practice-ring-one { inset: 32%; border-color: rgba(246,242,234,.58); }
.rwsh-practice-ring-two { inset: 19%; border-color: rgba(228,193,107,.3); }
.rwsh-practice-ring-three { inset: 4%; border-color: rgba(111,159,186,.21); }
.rwsh-practice-rings b { width: 11px; height: 11px; border-radius: 50%; background: #f8e9b1; box-shadow: 0 0 14px rgba(248,233,177,.9), 0 0 48px rgba(228,193,107,.42); }
.rwsh-practice-rings small { position: absolute; bottom: 22%; color: rgba(246,242,234,.34); font-size: 7px; letter-spacing: .24em; }
.rwsh-engine.is-complete .rwsh-practice-rings b { animation: rwsh-engine-breathe 4.8s ease-in-out infinite; }
@keyframes rwsh-engine-breathe { 0%,100% { box-shadow: 0 0 12px rgba(248,233,177,.75), 0 0 34px rgba(228,193,107,.28); opacity: .78; } 50% { box-shadow: 0 0 22px rgba(248,233,177,1), 0 0 68px rgba(228,193,107,.62); opacity: 1; } }
.rwsh-engine-foot { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 3vw, 46px); margin: 34px 0 0; color: rgba(246,242,234,.35); font-size: 8px; letter-spacing: .22em; }
.rwsh-engine-foot b { color: var(--rw-crimson); font-weight: 400; }
.rwsh-paths { background: linear-gradient(145deg, #eee7dc, #e7dfd3); }
.rwsh-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.rwsh-section-head .rwsh-section-number { margin-bottom: 18px; }
.rwsh-section-head h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); }
.rwsh-section-head > p { color: #66615a; font-family: var(--rw-serif); font-size: 14px; }
.rwsh-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--rw-line); }
.rwsh-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 46px); background: rgba(250,247,241,.82); border-right: 1px solid var(--rw-line); transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
.rwsh-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--rw-signal); transition: right .45s cubic-bezier(.2,.7,.2,1); }
.rwsh-card:hover::after { right: 0; }
.rwsh-card:last-child { border-right: 0; }
.rwsh-card:hover { background: #fcfaf6; transform: translateY(-5px); box-shadow: 0 20px 55px rgba(30,36,39,.08); }
.rwsh-card-dark { background: linear-gradient(150deg, var(--rw-indigo-light), var(--rw-indigo)); color: #f6f2ea !important; }
.rwsh-card-dark:hover { background: linear-gradient(150deg, #2c485b, #1a2e3e); }
.rwsh-card-no { color: var(--rw-copper); font-family: Georgia, serif; font-size: 12px; }
.rwsh-card h3 { margin-top: 72px; margin-bottom: 22px; font-family: var(--rw-serif); font-size: clamp(21px, 2vw, 28px); font-weight: 500; line-height: 1.5; }
.rwsh-card p { color: #6b665e; font-family: var(--rw-serif); font-size: 13px; line-height: 2; }
.rwsh-card-dark p { color: rgba(246,242,234,.6); }
.rwsh-card strong { margin-top: auto; font-size: 11px; letter-spacing: .1em; }
.rwsh-card strong span { float: right; color: var(--rw-copper); }
.rwsh-book { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(220px, .55fr) minmax(320px, 1fr); align-items: center; gap: 10vw; background: linear-gradient(135deg, #9d6a4e 0%, #86563f 100%); color: #fff; }
.rwsh-book::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -310px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; pointer-events: none; }
.rwsh-book > * { position: relative; z-index: 1; }
.rwsh-book-mark { position: relative; aspect-ratio: 4/5; max-width: 330px; width: 100%; justify-self: center; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); }
.rwsh-book-mark::before, .rwsh-book-mark::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.2); }
.rwsh-book-mark::after { inset: 23%; border-radius: 50%; }
.rwsh-book-mark span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: clamp(72px, 9vw, 132px); font-style: italic; }
.rwsh-book-copy { max-width: 650px; }
.rwsh-book .rwsh-section-number { color: rgba(255,255,255,.7); }
.rwsh-book h2 { font-size: clamp(34px, 4vw, 58px); }
.rwsh-book-copy > p:not(.rwsh-section-number) { max-width: 610px; color: rgba(255,255,255,.78); font-family: var(--rw-serif); line-height: 2.15; }
.rwsh-button-light { margin-top: 24px; background: #fbf8f2; box-shadow: 0 14px 35px rgba(71,38,24,.16); color: var(--rw-ink) !important; }
.rwsh-latest { background: linear-gradient(180deg, var(--rw-paper), #f2ece2); }
.rwsh-post-list { border-top: 1px solid var(--rw-line); }
.rwsh-post { display: grid; grid-template-columns: 120px 1fr 40px; gap: 34px; align-items: center; min-height: 116px; border-bottom: 1px solid var(--rw-line); transition: padding .25s ease, color .25s ease; }
.rwsh-post:hover { padding-left: 12px; color: var(--rw-copper); }
.rwsh-post time { color: #777168; font-family: Georgia, serif; font-size: 11px; letter-spacing: .08em; }
.rwsh-post h3 { margin: 0; font-family: var(--rw-serif); font-size: clamp(16px, 1.6vw, 21px); font-weight: 500; line-height: 1.65; }
.rwsh-post > span { text-align: right; color: var(--rw-copper); }
.rwsh-footer { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 64px clamp(24px, 8vw, 128px); background: linear-gradient(135deg, #0d171f, #142330); color: rgba(255,255,255,.52); }
.rwsh-footer strong { color: #fff; font-family: Georgia, serif; font-size: 22px; letter-spacing: .14em; }
.rwsh-footer p { margin: 8px 0 0; font-family: var(--rw-serif); font-size: 11px; }

/* REAL WORLD about page */
.rwsh-about-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr);
	align-items: center;
	gap: clamp(50px, 8vw, 140px);
	min-height: min(900px, 100vh);
	padding: 150px clamp(24px, 8vw, 128px) 100px;
	background:
		radial-gradient(circle at 77% 46%, rgba(73,125,153,.22), transparent 29%),
		radial-gradient(circle at 18% 78%, rgba(164,69,50,.12), transparent 28%),
		linear-gradient(135deg, #070d13 0%, #102536 58%, #09131b 100%);
	color: #f6f2ea;
}
.rwsh-about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .04;
	background-image: linear-gradient(rgba(255,255,255,.42) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.42) 1px, transparent 1px);
	background-size: 72px 72px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 54%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 54%, transparent);
	pointer-events: none;
}
.rwsh-about-hero-copy { position: relative; z-index: 2; max-width: 790px; }
.rwsh-about-hero .rwsh-kicker { color: var(--rw-copper-pale); }
.rwsh-about-hero h1 {
	margin: 38px 0 34px;
	font-family: var(--rw-serif);
	font-size: clamp(54px, 6.5vw, 108px);
	font-weight: 500;
	letter-spacing: .045em;
	line-height: 1.22;
}
.rwsh-about-hero h1 em { display: inline-block; color: #e8c77c; font-style: normal; }
.rwsh-about-hero-copy > p:last-child { color: rgba(246,242,234,.7); font-family: var(--rw-serif); font-size: clamp(15px, 1.25vw, 19px); line-height: 2.1; }
.rwsh-about-orbit {
	position: relative;
	z-index: 1;
	width: min(34vw, 490px);
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	justify-self: center;
	border: 1px solid rgba(228,193,107,.24);
	border-radius: 50%;
	box-shadow: inset 0 0 90px rgba(73,125,153,.08), 0 0 90px rgba(73,125,153,.07);
}
.rwsh-about-orbit::before, .rwsh-about-orbit::after, .rwsh-about-orbit i { content: ""; position: absolute; border-radius: 50%; }
.rwsh-about-orbit::before { inset: 14%; border: 1px dashed rgba(246,242,234,.16); animation: rwsh-about-spin 34s linear infinite; }
.rwsh-about-orbit::after { inset: 30%; border: 1px solid rgba(228,193,107,.3); }
.rwsh-about-orbit i { border: 1px solid transparent; }
.rwsh-about-orbit-one { inset: 5%; border-top-color: rgba(228,193,107,.3) !important; transform: rotate(28deg); }
.rwsh-about-orbit-two { inset: 22%; border-right-color: rgba(111,159,186,.5) !important; transform: rotate(-38deg); }
.rwsh-about-orbit-three { inset: 39%; background: radial-gradient(circle, rgba(228,193,107,.1), transparent 70%); }
.rwsh-about-orbit span { color: rgba(246,242,234,.78); font-family: Georgia, serif; font-size: clamp(13px, 1.2vw, 18px); letter-spacing: .22em; line-height: 1.8; text-align: center; }
.rwsh-about-orbit b { position: absolute; right: 4.5%; top: 35%; width: 7px; height: 7px; border-radius: 50%; background: #f6d77f; box-shadow: 0 0 12px rgba(246,215,127,.95), 0 0 38px rgba(164,69,50,.55); }
@keyframes rwsh-about-spin { to { transform: rotate(360deg); } }
.rwsh-about-back { position: absolute; z-index: 2; left: clamp(24px, 5vw, 76px); bottom: 34px; color: rgba(246,242,234,.48); font-size: 9px; letter-spacing: .18em; }
.rwsh-about-back span { margin-right: 10px; color: var(--rw-copper-pale); }
.rwsh-about-opening {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #fbf8f2, #f5efe5);
}
.rwsh-about-opening::after {
	content: "";
	position: absolute;
	right: -13vw;
	top: 12%;
	width: min(55vw, 780px);
	aspect-ratio: 1;
	border: 1px solid rgba(185,135,62,.08);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(185,135,62,.025), 0 0 0 160px rgba(185,135,62,.018);
	pointer-events: none;
}
.rwsh-about-opening > * { position: relative; z-index: 1; }
.rwsh-about-opening-grid { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(420px, 1.32fr); align-items: start; gap: clamp(58px, 8vw, 128px); }
.rwsh-about-opening h2, .rwsh-about-journey h2, .rwsh-about-now h2, .rwsh-about-belief h2, .rwsh-about-next h2 { margin-bottom: 0; font-family: var(--rw-serif); font-size: clamp(38px, 4.5vw, 68px); font-weight: 500; line-height: 1.55; letter-spacing: .045em; }
.rwsh-about-opening-copy { max-width: 760px; color: #343a39; font-family: var(--rw-serif); font-size: clamp(16px, 1.2vw, 19px); line-height: 2.2; }
.rwsh-about-opening-copy h2 { margin: -.25em 0 42px; color: #18232a; }
.rwsh-about-opening-copy > p + p { margin-top: 1.6em; }
.rwsh-about-opening blockquote { margin: 46px 0; padding: 7px 0 7px 34px; border-left: 1px solid var(--rw-copper); color: #76522f; font-size: clamp(21px, 2vw, 29px); line-height: 1.9; }
.rwsh-about-photo { position: relative; margin: 0; }
.rwsh-about-photo-frame { position: relative; isolation: isolate; }
.rwsh-about-photo-frame::before { content: ""; position: absolute; z-index: -1; inset: -13px 13px 13px -13px; border: 1px solid rgba(185,135,62,.42); }
.rwsh-about-photo-frame::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(9,18,25,.02) 45%, rgba(9,18,25,.24)); pointer-events: none; }
.rwsh-about-photo img { display: block; width: 100%; height: auto; object-fit: cover; }
.rwsh-about-photo-profile { width: min(100%, 430px); }
.rwsh-about-photo-profile img { aspect-ratio: 4 / 5; object-position: 50% 42%; filter: saturate(.86) contrast(1.02); }
.rwsh-about-photo-profile figcaption { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding: 25px 2px 0; color: #746b60; }
.rwsh-about-photo-profile figcaption strong { color: #182a36; font-family: Georgia, serif; font-size: 17px; font-weight: 400; letter-spacing: .18em; }
.rwsh-about-photo-profile figcaption span { font-size: 8px; letter-spacing: .2em; text-align: right; }
.rwsh-about-journey { position: relative; overflow: hidden; background: linear-gradient(145deg, #071018, #102536 55%, #08131c); color: #f6f2ea; }
.rwsh-about-journey::after { content: "02"; position: absolute; right: -1vw; top: -7vw; color: rgba(246,242,234,.025); font-family: Georgia, serif; font-size: min(34vw, 520px); line-height: 1; pointer-events: none; }
.rwsh-about-journey-head { position: relative; z-index: 1; max-width: 700px; margin-bottom: clamp(70px, 8vw, 118px); }
.rwsh-about-journey .rwsh-section-number { color: var(--rw-copper-pale); }
.rwsh-about-phases { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(246,242,234,.16); border-bottom: 1px solid rgba(246,242,234,.16); }
.rwsh-about-phases article { min-height: 350px; padding: clamp(28px, 3vw, 48px); border-right: 1px solid rgba(246,242,234,.13); }
.rwsh-about-phases article:last-child { border-right: 0; }
.rwsh-about-phases article > p:first-child { display: flex; justify-content: space-between; color: rgba(246,242,234,.38); font-size: 9px; letter-spacing: .22em; }
.rwsh-about-phases article > p:first-child span { color: var(--rw-copper-pale); font-family: Georgia, serif; }
.rwsh-about-phases h3 { margin: 86px 0 26px; font-family: var(--rw-serif); font-size: clamp(21px, 2vw, 29px); font-weight: 500; letter-spacing: .08em; }
.rwsh-about-phases article > p:last-child { color: rgba(246,242,234,.63); font-family: var(--rw-serif); font-size: 14px; line-height: 2.05; }
.rwsh-about-now { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(420px, 1fr); align-items: center; gap: clamp(70px, 12vw, 190px); background: linear-gradient(135deg, #ebe4d8, #f6f1e8); }
.rwsh-about-photo-seminar { width: min(100%, 360px); justify-self: center; }
.rwsh-about-photo-seminar .rwsh-about-photo-frame::before { inset: 15px -15px -15px 15px; border-color: rgba(25,48,64,.3); }
.rwsh-about-photo-seminar img { aspect-ratio: 3 / 4; object-position: center; filter: saturate(.82) contrast(1.04); }
.rwsh-about-photo-seminar .rwsh-about-photo-frame::after { background: linear-gradient(180deg, rgba(6,15,22,.08), rgba(6,15,22,.16)); }
.rwsh-about-photo-seminar .rwsh-about-photo-frame > span { position: absolute; z-index: 2; left: 20px; top: 20px; padding: 10px 12px; border-left: 1px solid #e5c66f; background: rgba(7,16,23,.76); color: rgba(246,242,234,.88); font-size: 8px; letter-spacing: .22em; line-height: 1.7; }
.rwsh-about-photo-seminar figcaption { max-width: 310px; padding: 28px 2px 0; color: #71695f; font-family: var(--rw-serif); font-size: 11px; line-height: 1.8; letter-spacing: .08em; }
.rwsh-about-now-mark { position: relative; width: min(34vw, 460px); aspect-ratio: 1; display: grid; place-items: center; justify-self: center; border: 1px solid rgba(27,32,34,.18); }
.rwsh-about-now-mark::before, .rwsh-about-now-mark::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(185,135,62,.32); transform: rotate(45deg); }
.rwsh-about-now-mark::after { inset: 31%; border-color: rgba(27,32,34,.18); }
.rwsh-about-now-mark span, .rwsh-about-now-mark strong { position: absolute; font-family: Georgia, serif; font-weight: 400; letter-spacing: .18em; text-align: center; }
.rwsh-about-now-mark span { left: 8%; top: 9%; color: #7f766b; font-size: 9px; line-height: 1.7; }
.rwsh-about-now-mark strong { color: #1d3445; font-size: clamp(27px, 3vw, 44px); }
.rwsh-about-now-mark i { width: 9px; height: 9px; border-radius: 50%; background: var(--rw-crimson); box-shadow: 0 0 26px rgba(164,69,50,.48); }
.rwsh-about-now-copy { max-width: 720px; }
.rwsh-about-now-copy > p:not(.rwsh-section-number) { color: #3b403e; font-family: var(--rw-serif); font-size: clamp(16px, 1.15vw, 18px); line-height: 2.15; }
.rwsh-about-now-copy > p + p { margin-top: 1.7em; }
.rwsh-about-belief { position: relative; overflow: hidden; background: #fbf8f2; }
.rwsh-about-belief::before { content: ""; position: absolute; inset: 0; opacity: .026; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper2)' opacity='.7'/%3E%3C/svg%3E"); pointer-events: none; }
.rwsh-about-belief > * { position: relative; z-index: 1; }
.rwsh-about-belief-grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(360px, 1fr); gap: clamp(60px, 11vw, 180px); }
.rwsh-about-belief-grid > div { max-width: 680px; color: #343a39; font-family: var(--rw-serif); font-size: clamp(16px, 1.18vw, 19px); line-height: 2.2; }
.rwsh-about-belief-grid > div p + p { margin-top: 1.7em; }
.rwsh-about-statement { display: flex; justify-content: space-between; gap: 40px; margin: clamp(80px, 10vw, 150px) 0 0; padding-top: 34px; border-top: 1px solid var(--rw-line); color: #8b6031; font-family: var(--rw-serif); font-size: clamp(20px, 2.5vw, 37px); letter-spacing: .06em; }
.rwsh-about-next { padding: clamp(90px, 10vw, 150px) clamp(24px, 8vw, 128px); background: radial-gradient(circle at 80% 40%, rgba(73,125,153,.18), transparent 28%), linear-gradient(135deg, #071018, #102536); color: #f6f2ea; text-align: center; }
.rwsh-about-next > p { color: var(--rw-copper-pale); font-size: 9px; letter-spacing: .24em; }
.rwsh-about-next h2 { margin: 26px 0 42px; }
.rwsh-about-next > div { display: flex; justify-content: center; align-items: center; gap: 34px; }

#wpadminbar { display: none !important; }
body.admin-bar .rwsh-header { top: 0; }
@media (max-width: 1060px) {
	.rwsh-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 160px; }
	.rwsh-hero-copy { max-width: 680px; }
	.rwsh-wordmark-stage { width: min(72vw, 540px); min-height: 480px; margin: 44px auto 0; }
	.rwsh-veda-circuit { margin-top: 18px; }
	.rwsh-intro-grid { grid-template-columns: 1fr; gap: 40px; }
	.rwsh-engine-heading { grid-template-columns: 1fr; gap: 30px; }
	.rwsh-engine-stage { grid-template-columns: minmax(190px, 1fr) 56px minmax(170px, .78fr) 56px minmax(190px, 1fr); }
	.rwsh-chart, .rwsh-practice-rings { min-width: 185px; }
	.rwsh-engine-core { min-width: 150px; }
	.rwsh-card { min-height: 320px; }
	.rwsh-book { gap: 7vw; }
	.rwsh-about-hero { grid-template-columns: 1fr minmax(300px, .6fr); }
	.rwsh-about-opening-grid, .rwsh-about-belief-grid { gap: 7vw; }
	.rwsh-about-now { gap: 8vw; }
}
@media (max-width: 820px) {
	.rwsh-engine-stage { grid-template-columns: 1fr; max-width: 580px; margin: 0 auto; }
	.rwsh-engine-step { min-height: 390px; padding: 34px 18px; }
	.rwsh-engine-bridge { justify-self: center; width: 1px; height: 90px; background: linear-gradient(rgba(228,193,107,.08), rgba(228,193,107,.44), rgba(111,159,186,.22)); }
	.rwsh-engine-bridge i { left: 50%; top: 0; transform: translateX(-50%); }
	.rwsh-engine.is-active .rwsh-engine-bridge i { animation-name: rwsh-engine-flow-y; }
	@keyframes rwsh-engine-flow-y { 0% { top: 0; opacity: 0; } 14% { opacity: 1; } 84% { opacity: 1; } 100% { top: calc(100% - 5px); opacity: 0; } }
	.rwsh-chart, .rwsh-practice-rings { width: 250px; min-width: 0; }
	.rwsh-engine-core { width: 190px; min-width: 0; }
	.rwsh-about-opening-grid { grid-template-columns: 1fr; gap: 60px; }
	.rwsh-about-photo-profile { width: min(100%, 390px); justify-self: center; }
}
@media (max-width: 680px) {
	body.admin-bar .rwsh-header { top: 0; }
	.rwsh-header { padding: 15px 20px; }
	.rwsh-header::after { display: none; }
	.rwsh-brand span { font-size: 17px; }
	.rwsh-brand small { margin-top: 5px; }
	.rwsh-nav a:not(.rwsh-nav-emphasis) { display: none; }
	.rwsh-nav-emphasis { font-size: 10px; }
	.rwsh-hero { display: flex; flex-direction: column; padding: 82px 24px 76px; }
	.rwsh-hero-copy { order: 0; }
	.rwsh-hero h1 { font-size: clamp(34px, 10.3vw, 49px); line-height: 1.44; }
	.rwsh-hero h1 em { margin-left: 0; }
	.rwsh-hero-description { font-size: 15px; line-height: 1.95; letter-spacing: .035em; }
	.rwsh-desktop { display: none; }
	.rwsh-actions { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 36px; }
	.rwsh-button { width: 100%; }
	.rwsh-wordmark-stage { display: none; }
	.rwsh-mobile-intelligence {
		display: block;
		order: -1;
		width: min(100%, 420px);
		margin: 0 auto 30px;
		padding: 12px 0 0;
		border-top: 1px solid rgba(228,193,107,.18);
		border-bottom: 1px solid rgba(142,183,207,.12);
	}
	.rwsh-mobile-intelligence > p {
		display: flex;
		justify-content: space-between;
		margin: 0 2px 7px;
		color: rgba(246,242,234,.38);
		font-size: 7px;
		letter-spacing: .22em;
	}
	.rwsh-mobile-intelligence > strong {
		display: block;
		color: #f6f2ea;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(33px, 10vw, 45px);
		font-weight: 400;
		letter-spacing: .085em;
		line-height: 1;
		text-align: center;
		text-shadow: 0 12px 34px rgba(0,0,0,.28);
	}
	.rwsh-mobile-intelligence svg { display: block; width: 100%; height: auto; margin-top: 4px; overflow: visible; }
	.rwsh-mobile-traces path,
	.rwsh-mobile-traces rect,
	.rwsh-mobile-rungs path,
	.rwsh-mobile-helix path {
		fill: none;
		vector-effect: non-scaling-stroke;
		stroke-linecap: round;
	}
	.rwsh-mobile-traces path,
	.rwsh-mobile-traces rect { stroke: rgba(133,181,204,.3); stroke-width: .8; stroke-dasharray: 440; stroke-dashoffset: 440; animation: rwsh-mobile-tech-draw 1.25s 1.4s ease-out forwards; }
	.rwsh-mobile-rungs path { stroke: rgba(228,193,107,.24); stroke-width: .72; stroke-dasharray: 220; stroke-dashoffset: 220; animation: rwsh-mobile-tech-draw .82s 1.95s ease-out forwards; }
	.rwsh-mobile-helix path { stroke-width: 1.35; stroke-dasharray: 340; stroke-dashoffset: 340; animation: rwsh-mobile-tech-draw 1.45s 1.65s ease-in-out forwards; }
	.rwsh-mobile-nodes circle { fill: #f1d27b; opacity: 0; transform: scale(.5); transform-box: fill-box; transform-origin: center; animation: rwsh-mobile-tech-reveal .38s 2.72s ease-out forwards; }
	.rwsh-mobile-nodes circle:nth-child(2) { animation-delay: 2.82s; }
	.rwsh-mobile-nodes circle:nth-child(4) { animation-delay: 2.92s; }
	.rwsh-mobile-nodes circle:nth-child(5) { animation-delay: 3.02s; }
	.rwsh-mobile-nodes .rwsh-mobile-pulse { animation: rwsh-mobile-tech-reveal .38s 2.88s ease-out forwards, rwsh-mobile-tech-pulse 3.2s 3.36s ease-in-out infinite; }
	.rwsh-scroll { display: none; }
	.rwsh-ticker-track { min-height: 58px; font-size: 10px; }
	.rwsh-ticker-sequence { gap: 21px; padding-right: 21px; }
	.rwsh-mantra { font-size: 16px; }
	.rwsh-section { padding: 78px 24px; }
	.rwsh-section-number { margin-bottom: 25px; }
	.rwsh-intro h2 { font-size: 34px; }
	.rwsh-intro-grid > div { font-size: 16px; line-height: 2.1; }
	.rwsh-engine-heading { margin-bottom: 54px; }
	.rwsh-engine-heading h2 { font-size: 36px; }
	.rwsh-engine-heading > p { font-size: 15px; }
	.rwsh-engine-stage { border-top-color: rgba(246,242,234,.12); }
	.rwsh-engine-step { min-height: 360px; padding: 30px 4px; }
	.rwsh-engine-foot { flex-wrap: wrap; gap: 10px 17px; line-height: 1.8; text-align: center; }
	.rwsh-section-head { display: block; margin-bottom: 38px; }
	.rwsh-section-head > p { margin-top: 18px; }
	.rwsh-card-grid { grid-template-columns: 1fr; }
	.rwsh-card { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--rw-line); }
	.rwsh-card:last-child { border-bottom: 0; }
	.rwsh-card h3 { margin-top: 50px; }
	.rwsh-book { grid-template-columns: 1fr; }
	.rwsh-book-mark { max-width: 220px; }
	.rwsh-post { grid-template-columns: 76px 1fr 18px; gap: 14px; min-height: 110px; }
	.rwsh-post h3 { font-size: 15px; }
	.rwsh-footer { align-items: flex-start; flex-direction: column; padding: 54px 24px; }
	.rwsh-about-hero { display: block; min-height: auto; padding: 150px 24px 100px; }
	.rwsh-about-hero h1 { margin-top: 30px; font-size: clamp(45px, 14vw, 64px); }
	.rwsh-about-orbit { width: min(78vw, 330px); margin: 70px auto 20px; }
	.rwsh-about-back { left: 24px; bottom: 28px; }
	.rwsh-about-opening-grid, .rwsh-about-belief-grid { grid-template-columns: 1fr; gap: 42px; }
	.rwsh-about-photo-profile { width: min(92%, 350px); }
	.rwsh-about-photo-profile figcaption { padding-top: 20px; }
	.rwsh-about-opening-copy h2 { margin: 0 0 30px; }
	.rwsh-about-opening h2, .rwsh-about-journey h2, .rwsh-about-now h2, .rwsh-about-belief h2, .rwsh-about-next h2 { font-size: 35px; }
	.rwsh-about-opening blockquote { margin: 34px 0; padding-left: 23px; font-size: 21px; }
	.rwsh-about-phases { grid-template-columns: 1fr; }
	.rwsh-about-phases article { min-height: 280px; padding: 30px 24px; border-right: 0; border-bottom: 1px solid rgba(246,242,234,.13); }
	.rwsh-about-phases article:last-child { border-bottom: 0; }
	.rwsh-about-phases h3 { margin-top: 58px; }
	.rwsh-about-now { grid-template-columns: 1fr; gap: 64px; }
	.rwsh-about-photo-seminar { width: min(90%, 330px); }
	.rwsh-about-now-mark { width: min(78vw, 330px); }
	.rwsh-about-statement { flex-direction: column; gap: 18px; }
	.rwsh-about-next > div { align-items: stretch; flex-direction: column; gap: 26px; }
}
@media (max-width: 420px) {
	.rwsh-title-first { white-space: normal; }
	.rwsh-title-first > span { display: block; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.rwsh-ticker-track { animation: none; }
	.rwsh-button, .rwsh-card, .rwsh-post { transition: none; }
	.rwsh-engine-bridge i, .rwsh-practice-rings b { animation: none !important; }
	.rwsh-circuit-signals path { animation: none !important; }
	.rwsh-mobile-traces path,
	.rwsh-mobile-traces rect,
	.rwsh-mobile-rungs path,
	.rwsh-mobile-helix path { animation: none !important; stroke-dashoffset: 0; }
	.rwsh-mobile-nodes circle,
	.rwsh-mobile-nodes .rwsh-mobile-pulse { animation: none !important; opacity: .82; transform: scale(1); }
	.rwsh-about-orbit::before { animation: none; }
}

/* Production site: two-entry home, article and archive views. */
.rwsh-card-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rwsh-button-disabled {
	cursor: default;
	opacity: .76;
	pointer-events: none;
}
.rwprod-journal-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.rwprod-article-hero,
.rwprod-archive-hero {
	position: relative;
	padding: 182px 7vw 104px;
	background:
		radial-gradient(circle at 80% 24%, rgba(83, 126, 151, .18), transparent 28%),
		linear-gradient(145deg, #081827 0%, #0c2233 58%, #081522 100%);
	color: var(--rw-light);
	overflow: hidden;
}
.rwprod-article-hero::after,
.rwprod-archive-hero::after {
	position: absolute;
	right: -9vw;
	bottom: -24vw;
	width: min(56vw, 760px);
	aspect-ratio: 1;
	border: 1px solid rgba(228, 193, 107, .15);
	border-radius: 50%;
	box-shadow: inset 0 0 0 5vw rgba(255,255,255,.012), inset 0 0 0 10vw rgba(228,193,107,.018);
	content: "";
}
.rwprod-article-hero-inner,
.rwprod-archive-hero-inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1120px);
	margin: 0 auto;
}
.rwprod-article-hero h1,
.rwprod-archive-hero h1 {
	max-width: 960px;
	margin: 23px 0 26px;
	color: var(--rw-light) !important;
	font-family: var(--rw-serif);
	font-size: clamp(40px, 5.7vw, 78px);
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: .045em;
}
.rwprod-article-meta,
.rwprod-archive-note {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	color: rgba(246,242,234,.62);
	font-size: 12px;
	letter-spacing: .13em;
}
.rwprod-article-meta a { color: inherit; text-decoration: none; }
.rwprod-article-hero time {
	display: block;
	margin-top: 24px;
	color: rgba(246,242,234,.5);
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: .15em;
}
.rwprod-article-categories {
	margin: 0;
	color: rgba(246,242,234,.6);
	font-size: 11px;
	letter-spacing: .12em;
}
.rwprod-article-categories a { color: inherit; text-decoration: none; }
.rwprod-article-paper {
	padding: 92px 24px 112px;
	background:
		linear-gradient(rgba(113,87,57,.025) 1px, transparent 1px),
		#f4f0e8;
	background-size: 100% 34px;
}
.rwprod-article-shell {
	width: min(100%, 860px);
	margin: 0 auto;
}
.rwprod-featured-image {
	margin: 0 0 68px;
}
.rwprod-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	filter: saturate(.78) contrast(1.04);
}
.rwprod-article-content {
	color: #263139;
	font-family: var(--rw-serif);
	font-size: clamp(17px, 1.5vw, 19px);
	line-height: 2.15;
	letter-spacing: .035em;
}
.rwprod-article-content > *:first-child { margin-top: 0; }
.rwprod-article-content p,
.rwprod-article-content ul,
.rwprod-article-content ol { margin: 0 0 1.8em; }
.rwprod-article-content h2,
.rwprod-article-content h3,
.rwprod-article-content h4 {
	margin: 2.6em 0 1em;
	color: #102332;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: .06em;
}
.rwprod-article-content h2 {
	padding-bottom: .55em;
	border-bottom: 1px solid rgba(15,43,61,.18);
	font-size: clamp(27px, 3vw, 38px);
}
.rwprod-article-content h3 { font-size: clamp(22px, 2.3vw, 29px); }
.rwprod-article-content a { color: #9a5b3e; text-underline-offset: .18em; }
.rwprod-article-content img { max-width: 100%; height: auto; }
.rwprod-article-content blockquote {
	margin: 2.3em 0;
	padding: .25em 0 .25em 1.5em;
	border-left: 2px solid #bc7d54;
	color: #4e575b;
	font-size: 1.08em;
}
.rwprod-article-content figure { max-width: 100%; margin: 2.5em auto; }
.rwprod-article-content figcaption { color: #697176; font-size: 12px; text-align: center; }
.rwprod-article-content iframe,
.rwprod-article-content video { max-width: 100%; }
.rwprod-article-content .wp-block-table { overflow-x: auto; }
.rwprod-article-content table { width: 100%; border-collapse: collapse; font-size: .9em; }
.rwprod-article-content th,
.rwprod-article-content td { padding: .7em; border: 1px solid rgba(15,43,61,.18); }
.rwprod-article-footer {
	margin-top: 70px;
	padding-top: 34px;
	border-top: 1px solid rgba(15,43,61,.18);
}
.rwprod-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.rwprod-tags a {
	padding: 7px 11px;
	border: 1px solid rgba(15,43,61,.18);
	color: #35434b;
	font-size: 11px;
	letter-spacing: .08em;
	text-decoration: none;
}
.rwprod-post-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	margin-top: 46px;
}
.rwprod-post-navigation a {
	display: block;
	padding: 23px 0;
	border-bottom: 1px solid rgba(15,43,61,.24);
	color: #172b38;
	font-family: var(--rw-serif);
	line-height: 1.65;
	text-decoration: none;
}
.rwprod-post-navigation .nav-next { text-align: right; }
.rwprod-archive-hero { padding-bottom: 92px; }
.rwprod-archive-list {
	padding: 72px 24px 110px;
	background: #f4f0e8;
}
.rwprod-archive-list-inner {
	width: min(100%, 1120px);
	margin: 0 auto;
	border-top: 1px solid rgba(15,43,61,.18);
}
.rwprod-archive-list .rwsh-post {
	color: #172b38;
}
.rwprod-archive-list .rwsh-post:hover { background: rgba(15,43,61,.035); }
.rwprod-archive-post-copy {
	display: block;
	text-align: left !important;
}
.rwprod-archive-list .rwsh-post strong {
	display: block;
	margin: 5px 0 0;
	font-family: var(--rw-serif);
	font-size: clamp(18px, 2vw, 26px);
	font-weight: 400;
	line-height: 1.55;
}
.rwprod-archive-list .rwsh-post small {
	display: block;
	margin: 10px 0 0;
	color: #697176;
	font-size: 13px;
	line-height: 1.8;
}
.rwprod-archive-list .rwsh-post > i {
	color: var(--rw-copper);
	font-style: normal;
	text-align: right;
}
.rwprod-pagination {
	margin-top: 52px;
	text-align: center;
}
.rwprod-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	margin: 3px;
	border: 1px solid rgba(15,43,61,.16);
	color: #1c3341;
	font-size: 12px;
	text-decoration: none;
}
.rwprod-pagination .current {
	border-color: #a46445;
	background: #a46445;
	color: #fff;
}
.rwprod-empty {
	padding: 70px 0;
	color: #536068;
	font-family: var(--rw-serif);
	font-size: 18px;
}
@media (max-width: 760px) {
	.rwsh-card-grid-two { grid-template-columns: 1fr; }
	.rwprod-article-hero,
	.rwprod-archive-hero { padding: 140px 24px 70px; }
	.rwprod-article-hero h1,
	.rwprod-archive-hero h1 { font-size: clamp(34px, 10vw, 49px); }
	.rwprod-article-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
	.rwprod-article-paper { padding: 62px 23px 82px; }
	.rwprod-featured-image { margin-bottom: 45px; }
	.rwprod-article-content { font-size: 16px; line-height: 2.05; }
	.rwprod-post-navigation { grid-template-columns: 1fr; gap: 0; }
	.rwprod-post-navigation .nav-next { text-align: left; }
	.rwprod-archive-list { padding: 45px 23px 82px; }
	.rwprod-archive-list .rwsh-post { grid-template-columns: 68px 1fr 18px; }
	.rwprod-archive-list .rwsh-post small { display: none; }
}
