:root {
	--sa-white: #f6f3eb;
	--sa-paper: #eee9de;
	--sa-sky: #dce9ee;
	--sa-blue: #577a91;
	--sa-deep: #17374a;
	--sa-sea: #9eb7b0;
	--sa-sage: #8b9a83;
	--sa-oak: #aa8666;
	--sa-stone: #d3ccc0;
	--sa-slate: #283f4c;
	--sa-ink: #17262d;
	--sa-shadow: 0 24px 70px rgba(16, 37, 48, 0.16);
	--sa-radius: 3px;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sa-white);
	color: var(--sa-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar .sa-site-header {
	top: 32px;
}

*, *::before, *::after {
	box-sizing: border-box;
}

img {
	display: block;
	max-width: 100%;
}

a {
	transition: color 160ms ease, background 160ms ease, opacity 160ms ease, transform 160ms ease;
}

a:hover {
	color: var(--sa-blue);
}

.sa-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	margin: 0 !important;
	padding: 0.8rem clamp(1rem, 4vw, 3rem);
	background: rgba(246, 243, 235, 0.94);
	border-bottom: 1px solid rgba(23, 55, 74, 0.12);
	backdrop-filter: blur(14px);
}

.sa-header-inner {
	min-height: 52px;
}

.sa-brand {
	display: grid;
	grid-template-columns: 28px auto;
	grid-template-rows: auto auto;
	align-items: center;
	color: var(--sa-deep);
	text-decoration: none;
}

.sa-star-mark {
	grid-row: 1 / 3;
	font-size: 1.5rem;
}

.sa-brand-name {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.sa-brand-motto {
	margin-top: 0.25rem;
	font-size: 0.55rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1;
	text-transform: uppercase;
}

.sa-primary-nav {
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sa-primary-nav a {
	color: var(--sa-deep) !important;
}

.sa-page {
	position: relative;
	left: 50%;
	max-width: none !important;
	margin: 0 0 0 -50vw !important;
	padding: 0;
	width: 100vw;
	overflow-x: clip;
}

.sa-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: clamp(620px, 82vh, 940px);
	overflow: hidden;
	background-image: var(--sa-hero-image);
	background-position: center;
	background-size: cover;
}

.sa-hero-shade,
.sa-north-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 31, 40, 0.7) 0%, rgba(13, 31, 40, 0.18) 58%, rgba(13, 31, 40, 0.06) 100%);
}

.sa-hero-copy {
	position: relative;
	z-index: 2;
	width: min(680px, 90vw);
	padding: clamp(2rem, 7vw, 7rem);
	color: var(--sa-white);
}

.sa-hero-copy-right {
	width: min(600px, 43vw);
	margin: auto clamp(2rem, 7vw, 7rem) auto auto;
	padding: clamp(2rem, 3.8vw, 4rem);
	color: var(--sa-deep);
	background: rgba(246, 243, 235, 0.88);
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: 0 22px 55px rgba(23, 55, 74, 0.14);
	backdrop-filter: blur(10px);
}

.sa-hero-copy-right h1 {
	font-size: clamp(3rem, 5vw, 5.6rem);
}

.sa-hero-copy h1,
.sa-north-copy h1,
.sa-watch-copy h1 {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3.4rem, 7.5vw, 7.2rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 0.9;
}

.sa-lede {
	max-width: 630px;
	margin: 0;
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.8;
}

.sa-eyebrow {
	margin: 0 0 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.sa-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
	margin-top: 2rem;
}

.sa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.86rem 1.3rem;
	color: var(--sa-white);
	background: var(--sa-deep);
	border: 1px solid var(--sa-deep);
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

.sa-button:hover {
	color: var(--sa-deep);
	background: var(--sa-white);
}

.sa-button-light {
	color: var(--sa-deep);
	background: var(--sa-white);
	border-color: var(--sa-white);
}

.sa-text-link {
	color: inherit;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.sa-section {
	padding: clamp(2.25rem, 3.8vw, 3.75rem) clamp(1rem, 5vw, 5rem);
}

.sa-narrow {
	max-width: 880px;
	margin: auto;
	text-align: center;
}

.sa-star-divider {
	display: inline-block;
	margin-bottom: 1.3rem;
	color: var(--sa-blue);
	font-size: 1.3rem;
}

.sa-mission {
	background: var(--sa-sky);
}

.sa-mission h2,
.sa-library-intro h2,
.sa-north-intro h2 {
	margin: 0 auto 1.25rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.75rem);
	font-weight: 500;
	line-height: 1.05;
}

.sa-mission p {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.3rem;
	font-style: italic;
}

.sa-place-preview {
	background: var(--sa-white);
}

.sa-front-desk {
	background: #e8e0d3;
}

.sa-front-editorial {
	display: grid;
	grid-template-columns: 1.35fr 0.9fr 0.72fr;
	gap: 1rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-front-feature,
.sa-front-note {
	min-height: 260px;
	padding: clamp(1.5rem, 3vw, 2.4rem);
	background: var(--sa-white);
	border: 1px solid rgba(23, 55, 74, 0.13);
	box-shadow: 0 15px 35px rgba(23, 55, 74, 0.08);
}

.sa-front-feature-primary {
	color: var(--sa-white);
	background: linear-gradient(135deg, rgba(23, 55, 74, 0.97), rgba(87, 122, 145, 0.9));
}

.sa-front-feature h3,
.sa-front-note p {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 500;
	line-height: 1.05;
}

.sa-front-feature p:not(.sa-content-kicker),
.sa-front-note p {
	font-size: 0.9rem;
	line-height: 1.7;
}

.sa-front-feature a {
	display: inline-block;
	margin-top: 1rem;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sa-front-feature-primary a {
	color: var(--sa-white);
}

.sa-front-note {
	position: relative;
	display: flex;
	align-items: center;
	background: #f2ead8;
	transform: rotate(1.1deg);
}

.sa-note-pin {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: var(--sa-oak);
}

.sa-front-closing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 8vw, 8rem);
	color: var(--sa-white);
	background: var(--sa-blue);
}

.sa-front-closing h2 {
	margin: 0 0 0.5rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 500;
}

.sa-section-heading {
	max-width: 720px;
	margin: 0 auto 2.25rem;
	text-align: center;
}

.sa-section-heading h2 {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.25rem, 4.25vw, 3.85rem);
	font-weight: 500;
}

.sa-preview-grid,
.sa-destination-grid,
.sa-library-room-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	max-width: 1240px;
	margin: auto;
	background: rgba(23, 55, 74, 0.16);
	border: 1px solid rgba(23, 55, 74, 0.16);
}

.sa-preview-card {
	min-height: 235px;
	padding: 2rem;
	color: var(--sa-deep);
	background: var(--sa-white);
	text-decoration: none;
}

.sa-preview-card:hover {
	position: relative;
	z-index: 1;
	color: var(--sa-white);
	background: var(--sa-deep);
	transform: translateY(-5px);
}

.sa-preview-card span,
.sa-card-number,
.sa-library-room > span {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.sa-preview-card h3,
.sa-destination-card h3,
.sa-library-room h3 {
	margin: 2.3rem 0 0.7rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.15rem;
	font-weight: 500;
}

.sa-preview-card p,
.sa-destination-card p,
.sa-library-room p {
	font-size: 0.86rem;
	line-height: 1.65;
}

/* Main Street */
.sa-hero-main {
	align-items: center;
	background-position: center 56%;
}

.sa-hero-main .sa-hero-shade {
	background: linear-gradient(rgba(22, 44, 53, 0.24), rgba(22, 44, 53, 0.48));
}

.sa-hero-copy-center {
	align-self: start;
	width: min(560px, 44vw);
	margin: 0;
	padding: clamp(3rem, 6vw, 6rem);
	text-align: left;
}

.sa-main-directory {
	position: relative;
	overflow: hidden;
	background: var(--sa-paper);
}

.sa-main-directory::before {
	content: "";
	position: absolute;
	right: -8%;
	bottom: 12%;
	left: -8%;
	height: 42%;
	border-top: 1px dashed rgba(87, 122, 145, 0.34);
	border-radius: 50%;
	transform: rotate(-2deg);
}

.sa-destination-grid {
	position: relative;
	z-index: 1;
	gap: 1rem;
	background: transparent;
	border: 0;
}

.sa-destination-card,
.sa-library-room {
	position: relative;
	min-height: 285px;
	padding: 1.75rem;
	background: var(--sa-white);
}

.sa-destination-card {
	overflow: hidden;
	border: 1px solid rgba(23, 55, 74, 0.14);
	box-shadow: 0 14px 30px rgba(23, 55, 74, 0.08);
}

.sa-destination-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 7px;
	background: repeating-linear-gradient(90deg, var(--sa-blue) 0 28px, var(--sa-white) 28px 42px);
}

.sa-destination-card:nth-child(2)::before { background: repeating-linear-gradient(90deg, var(--sa-sage) 0 28px, var(--sa-white) 28px 42px); }
.sa-destination-card:nth-child(3)::before { background: repeating-linear-gradient(90deg, var(--sa-deep) 0 28px, var(--sa-white) 28px 42px); }
.sa-destination-card:nth-child(4)::before { background: repeating-linear-gradient(90deg, var(--sa-oak) 0 28px, var(--sa-white) 28px 42px); }

.sa-destination-card a {
	position: absolute;
	right: 1.75rem;
	bottom: 1.5rem;
	left: 1.75rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(23, 55, 74, 0.16);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sa-community-feed {
	background: var(--sa-sky);
}

.sa-wayfinding {
	position: absolute;
	z-index: 4;
	top: 43%;
	left: 57%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	width: 240px;
	margin: 0;
	transform: translate(-50%, -35%);
}

.sa-wayfinding::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 12px;
	background: linear-gradient(90deg, #76563c, #b98b61, #63442f);
	box-shadow: 0 7px 14px rgba(28, 42, 48, 0.25);
	transform: translateX(-50%);
}

.sa-wayfinding span {
	position: relative;
	display: block;
	min-width: 165px;
	padding: 0.42rem 1.2rem;
	color: #f9f1df;
	background: linear-gradient(180deg, #a27853, #785337);
	border: 1px solid #5d3f2c;
	box-shadow: 0 5px 12px rgba(28, 42, 48, 0.22);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.9rem;
	text-align: center;
}

.sa-wayfinding span::before {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	width: 20px;
	background: inherit;
}

.sa-wayfinding span:nth-child(odd)::before {
	left: -19px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.sa-wayfinding span:nth-child(even)::before {
	right: -19px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sa-wayfinding span:nth-child(odd) { transform: translateX(-42px) rotate(-1deg); }
.sa-wayfinding span:nth-child(even) { transform: translateX(42px) rotate(1deg); }

.sa-board-safety,
.sa-past-note {
	max-width: 1240px;
	margin: -1rem auto 2rem;
	color: rgba(23, 55, 74, 0.72);
	font-size: 0.72rem;
	font-style: italic;
}

.sa-section-action {
	max-width: 1240px;
	margin: 2rem auto 0;
	text-align: right;
}

.sa-past-engagements {
	background: var(--sa-paper);
}

.sa-past-engagements .sa-heading-row,
.sa-podcast-shelf .sa-heading-row,
.sa-press-photos .sa-heading-row,
.sa-speaking-topics .sa-heading-row {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 2rem;
}

.sa-engagement-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	max-width: 1240px;
	margin: 0 auto;
	background: rgba(23, 55, 74, 0.16);
	border: 1px solid rgba(23, 55, 74, 0.16);
}

.sa-engagement-list article {
	min-height: 220px;
	padding: 1.5rem;
	background: var(--sa-white);
}

.sa-engagement-list span,
.sa-artifact-label {
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sa-engagement-list h3 {
	margin: 2.2rem 0 0.7rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.05;
}

.sa-engagement-list p {
	font-size: 0.78rem;
	line-height: 1.55;
}

.sa-past-engagements .sa-past-note {
	margin-top: 1.2rem;
}

.sa-heading-row {
	max-width: 1240px;
	text-align: left;
}

/* Watch Floor */
.sa-watch-floor {
	background: #e9eff1;
}

.sa-watch-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	min-height: clamp(560px, 65vw, 760px);
	background: var(--sa-blue);
}

.sa-watch-copy {
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	left: 0;
	width: min(510px, 42vw);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(3rem, 7vw, 7rem);
	color: var(--sa-white);
	background: linear-gradient(90deg, rgba(13, 29, 39, 0.94), rgba(13, 29, 39, 0.73) 72%, transparent);
}

.sa-watch-copy h1 {
	font-size: clamp(4rem, 7vw, 7.5rem);
}

.sa-watch-tagline {
	margin: 0 0 1.5rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.7rem, 3vw, 3rem);
	font-style: italic;
}

.sa-watch-studio {
	position: relative;
	min-height: clamp(560px, 65vw, 760px);
	overflow: hidden;
	background: var(--sa-slate);
}

.sa-watch-studio::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	background:
		repeating-linear-gradient(0deg, rgba(220, 233, 238, 0.055) 0 1px, transparent 1px 5px),
		linear-gradient(90deg, rgba(87, 122, 145, 0.2) 1px, transparent 1px),
		linear-gradient(rgba(87, 122, 145, 0.16) 1px, transparent 1px);
	background-size: auto, 64px 64px, 64px 64px;
	mix-blend-mode: screen;
	pointer-events: none;
}

.sa-watch-studio::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgba(23, 55, 74, 0.28), transparent 52%);
	pointer-events: none;
}

.sa-watch-studio img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.72) contrast(1.08) brightness(0.94) sepia(0.06);
}

.sa-facts-board {
	position: absolute;
	z-index: 3;
	top: 2.5rem;
	right: 3rem;
	padding: 0.7rem 1.15rem;
	color: #f3eee4;
	background: rgba(31, 48, 58, 0.85);
	border: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0 12px 30px rgba(0,0,0,0.2);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1rem, 1.7vw, 1.45rem);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sa-on-air-sign {
	position: absolute;
	z-index: 4;
	right: 3.25rem;
	bottom: 3.2rem;
	padding: 0.52rem 0.9rem;
	color: #ffd3a3;
	background: rgba(25, 23, 20, 0.72);
	border: 1px solid rgba(255, 193, 128, 0.46);
	box-shadow: 0 0 24px rgba(242, 139, 54, 0.28), inset 0 0 18px rgba(242, 139, 54, 0.14);
	font-size: clamp(0.75rem, 1.3vw, 1.05rem);
	font-weight: 700;
	letter-spacing: 0.18em;
}

.sa-watch-board {
	padding-bottom: 3rem;
	background: #dfe9ed;
}

.sa-watch-heading {
	color: var(--sa-deep);
}

.sa-watch-sections {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	max-width: 1240px;
	margin: auto;
}

.sa-watch-tab {
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 1.5rem;
	color: var(--sa-deep);
	background: rgba(246, 243, 235, 0.8);
	border-top: 4px solid var(--sa-blue);
	text-decoration: none;
}

.sa-need-to-know {
	background: #e5ddd0;
}

.sa-need-grid,
.sa-commons-grid,
.sa-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-need-grid article,
.sa-commons-grid article {
	min-height: 190px;
	padding: 1.6rem;
	background: rgba(246, 243, 235, 0.9);
	border-top: 4px solid var(--sa-blue);
}

.sa-need-grid span,
.sa-commons-grid span {
	color: var(--sa-blue);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sa-need-grid h3,
.sa-commons-grid h3 {
	margin: 1.4rem 0 0.65rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.75rem;
	font-weight: 500;
}

.sa-need-grid p,
.sa-commons-grid p {
	font-size: 0.8rem;
	line-height: 1.6;
}

.sa-watch-interviews {
	background: var(--sa-sky);
}

.sa-video-grid a {
	display: block;
	overflow: hidden;
	color: var(--sa-deep);
	background: var(--sa-white);
	text-decoration: none;
}

.sa-video-grid img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.sa-video-grid span {
	display: block;
	padding: 1rem 1.2rem;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sa-watch-tab:hover {
	color: var(--sa-white);
	background: var(--sa-deep);
	transform: translateY(-4px);
}

.sa-watch-tab span {
	margin-bottom: auto;
	font-size: 0.62rem;
	font-weight: 700;
}

.sa-watch-tab strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.6rem;
	font-weight: 500;
}

.sa-watch-tab small {
	margin-top: 0.4rem;
	font-size: 0.7rem;
}

.sa-watch-feed {
	background:
		linear-gradient(rgba(40, 63, 76, 0.94), rgba(40, 63, 76, 0.94)),
		repeating-linear-gradient(0deg, transparent 0 47px, rgba(255,255,255,0.03) 47px 48px);
	color: var(--sa-white);
}

.sa-podcast-shelf {
	background: var(--sa-white);
}

.sa-podcast-list {
	display: grid;
	gap: 0.65rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-podcast-item {
	display: grid;
	grid-template-columns: 42px 1fr 46px;
	gap: 1rem;
	align-items: center;
	padding: 1.15rem 1.25rem;
	background: #edf2f3;
	border: 1px solid rgba(23, 55, 74, 0.13);
}

.sa-podcast-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: var(--sa-white);
	background: var(--sa-blue);
	border-radius: 50%;
}

.sa-podcast-item h3 {
	margin: 0 0 0.35rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	font-weight: 500;
}

.sa-podcast-item p {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.5;
}

.sa-podcast-item > a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--sa-deep);
	border: 1px solid var(--sa-blue);
	border-radius: 50%;
	text-decoration: none;
}

.sa-podcast-fallback {
	max-width: 1240px;
	margin: 0 auto;
	padding: 2rem;
	background: var(--sa-sky);
}

.sa-watch-press-strip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	padding: clamp(2.4rem, 4vw, 4rem) clamp(1rem, 7vw, 7rem);
	color: var(--sa-white);
	background: var(--sa-blue);
}

.sa-watch-press-strip h2 {
	margin: 0 0 0.5rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 500;
}

/* Library */
.sa-library-hero {
	align-items: center;
	background-position: center;
}

.sa-library-hero .sa-hero-shade {
	background: linear-gradient(90deg, rgba(14, 35, 46, 0.78), rgba(14, 35, 46, 0.25) 62%, rgba(14, 35, 46, 0.08));
}

.sa-library-welcome {
	position: relative;
	z-index: 2;
	width: min(660px, 92vw);
	margin-left: clamp(1rem, 8vw, 9rem);
	padding: 3rem;
	color: var(--sa-white);
	background: rgba(23, 55, 74, 0.48);
	border: 1px solid rgba(255,255,255,0.16);
	backdrop-filter: blur(8px);
}

.sa-library-welcome h1 {
	margin: 0 0 1.25rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(4rem, 8vw, 7rem);
	font-weight: 500;
}

.sa-library-welcome p:last-child {
	font-size: 1.02rem;
	line-height: 1.9;
}

.sa-library-intro,
.sa-north-intro {
	max-width: none;
	text-align: center;
	background: var(--sa-sky);
}

.sa-library-intro h2 {
	max-width: 980px;
}

.sa-library-rooms {
	background: var(--sa-paper);
}

.sa-library-room {
	color: var(--sa-deep);
	text-decoration: none;
}

.sa-library-room:nth-child(even) {
	background: #e4edf0;
}

.sa-library-room:hover {
	color: var(--sa-white);
	background: var(--sa-deep);
	transform: translateY(-5px);
}

.sa-library-paths {
	position: relative;
	overflow: hidden;
	color: var(--sa-white);
	background:
		radial-gradient(circle at 50% 48%, rgba(158, 183, 176, 0.22), transparent 34%),
		linear-gradient(135deg, #17374a, #284e63);
}

.sa-library-paths::before,
.sa-library-paths::after {
	content: "";
	position: absolute;
	width: 52%;
	height: 58%;
	border: 1px dashed rgba(220, 233, 238, 0.2);
	border-radius: 50%;
}

.sa-library-paths::before {
	top: 31%;
	left: -9%;
	transform: rotate(13deg);
}

.sa-library-paths::after {
	right: -8%;
	bottom: -18%;
	transform: rotate(-11deg);
}

.sa-library-paths .sa-section-heading {
	position: relative;
	z-index: 2;
}

.sa-path-compass {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: -0.75rem auto 1.5rem;
	color: var(--sa-deep);
	background: var(--sa-sky);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 50%;
}

.sa-path-tags {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	max-width: 1160px;
	margin: auto;
}

.sa-path-tags a {
	display: flex;
	flex-direction: column;
	min-height: 145px;
	padding: 1.15rem;
	color: var(--sa-white);
	background: rgba(246, 243, 235, 0.07);
	border: 1px solid rgba(220, 233, 238, 0.24);
	border-radius: 2px;
	text-decoration: none;
	backdrop-filter: blur(4px);
}

.sa-path-tags a:nth-child(1),
.sa-path-tags a:nth-child(7) {
	grid-column: span 2;
}

.sa-path-tags a span {
	color: var(--sa-sea);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.sa-path-tags a strong {
	margin: 1rem 0 0.7rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.05;
}

.sa-path-tags a em {
	margin-top: auto;
	font-size: 0.58rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sa-path-tags a:hover {
	color: var(--sa-deep);
	background: var(--sa-sky);
	transform: translateY(-4px);
}

.sa-library-feed {
	background: #e5ddd0;
}

.sa-library-room {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 300px;
	color: var(--sa-white);
	background-image: linear-gradient(0deg, rgba(14, 35, 46, 0.9), rgba(14, 35, 46, 0.12) 72%), var(--sa-room-image);
	background-position: center;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.sa-library-books,
.sa-library-archive {
	background: var(--sa-white);
}

.sa-library-commons {
	background: var(--sa-sky);
}

.sa-library-room:nth-child(even) {
	background-color: var(--sa-deep);
}

.sa-library-room h3 {
	margin-top: 0;
}

.sa-library-room:hover {
	color: var(--sa-white);
	background-image: linear-gradient(0deg, rgba(87, 122, 145, 0.94), rgba(23, 55, 74, 0.35)), var(--sa-room-image);
}

.sa-sarahs-shelf {
	background: #f2eee5;
}

.sa-library-contributions {
	background: var(--sa-sky);
}

.sa-contribution-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-contribution-grid a {
	min-height: 250px;
	padding: 2rem;
	color: var(--sa-deep);
	background: rgba(246, 243, 235, 0.85);
	border-left: 5px solid var(--sa-blue);
	text-decoration: none;
}

.sa-contribution-grid span,
.sa-contribution-grid em {
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.sa-contribution-grid h3 {
	margin: 2rem 0 0.7rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.8rem;
	font-weight: 500;
}

.sa-contribution-grid p {
	font-size: 0.82rem;
	line-height: 1.65;
}

/* North Star */
.sa-north-star {
	background: #dbe4e7;
}

.sa-north-hero {
	position: relative;
	aspect-ratio: 1728 / 944;
	min-height: 0;
	overflow: hidden;
	background: #102a3b;
}

.sa-north-scene {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sa-north-shade {
	background:
		linear-gradient(90deg, rgba(12, 27, 38, 0.72), rgba(12, 27, 38, 0.1) 62%),
		linear-gradient(0deg, rgba(11, 29, 42, 0.58), transparent 46%);
}

.sa-north-copy {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: min(720px, 56vw);
	padding: clamp(2.4rem, 6vw, 6.5rem);
	color: var(--sa-white);
}

.sa-north-copy h1 {
	font-size: clamp(2.7rem, 6.1vw, 6.6rem);
}

.sa-north-copy p:last-child {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.4rem, 2.3vw, 2.2rem);
	font-style: italic;
}

.sa-rock-quote {
	position: absolute;
	z-index: 2;
	top: 60.8%;
	left: 13.8%;
	display: grid;
	place-items: center;
	width: 9.4%;
	height: 17.2%;
	margin: 0;
	padding: 0.25rem;
	color: #26363d;
	background: transparent;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(0.58rem, 0.78vw, 0.9rem);
	font-weight: 600;
	font-style: italic;
	line-height: 1.15;
	text-align: center;
	transform: rotate(-2deg);
}

.sa-path-story {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 4rem) 5rem;
}

.sa-north-biography {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem);
}

.sa-bio-portrait {
	padding: 0.85rem;
	background: var(--sa-white);
	box-shadow: 0 20px 45px rgba(23, 55, 74, 0.16);
	transform: rotate(-1.2deg);
}

.sa-bio-copy h2 {
	margin: 0 0 1.2rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	font-weight: 500;
	line-height: 1.02;
}

.sa-bio-copy > p:not(.sa-eyebrow) {
	font-size: 0.94rem;
	line-height: 1.8;
}

.sa-bio-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
	margin-top: 1.8rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sa-path-story {
	gap: 1.15rem;
	max-width: 1380px;
}

.sa-path-step,
.sa-path-step:nth-child(even) {
	min-height: 0;
	margin-top: 0;
	padding: 0.75rem 0.75rem 1.15rem;
	overflow: visible;
	color: var(--sa-deep);
	background: var(--sa-white);
	border: 0;
	box-shadow: 0 17px 35px rgba(23, 55, 74, 0.15);
}

.sa-path-step:nth-child(1) { transform: rotate(-1.1deg); }
.sa-path-step:nth-child(2) { transform: translateY(1rem) rotate(0.7deg); }
.sa-path-step:nth-child(3) { transform: rotate(-0.5deg); }
.sa-path-step:nth-child(4) { transform: translateY(0.7rem) rotate(1deg); }

.sa-path-step img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	filter: none;
}

.sa-path-step:nth-child(1) img { object-position: center 35%; }
.sa-path-step:nth-child(3) img { object-fit: contain; background: #eee; }
.sa-path-step:nth-child(4) img { object-position: 34% center; }

.sa-path-step::after {
	display: none;
}

.sa-artifact-label {
	display: block;
	padding: 0.15rem 0 0.7rem;
	color: var(--sa-blue);
}

.sa-path-text {
	position: static;
	padding: 1rem 0.5rem 0;
	color: var(--sa-deep);
}

.sa-path-text span {
	color: var(--sa-blue);
}

.sa-path-text h3 {
	font-size: 1.3rem;
}

.sa-path-observe {
	display: block;
	background: var(--sa-white);
}

.sa-north-compass {
	display: grid;
	place-items: center;
	padding: clamp(2.5rem, 5vw, 4.5rem) 1rem;
	color: var(--sa-white);
	background: var(--sa-blue);
	text-align: center;
}

.sa-north-compass span {
	font-size: 1.8rem;
}

.sa-north-compass p {
	max-width: 760px;
	margin: 1rem auto 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	font-style: italic;
}

/* Dynamic content cards from the companion plugin */
.sa-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-content-card {
	display: flex;
	flex-direction: column;
	min-height: 245px;
	overflow: hidden;
	color: var(--sa-deep);
	background: var(--sa-white);
	box-shadow: 0 14px 30px rgba(23, 55, 74, 0.09);
}

.sa-cover-art {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 260px;
	padding: 1.35rem;
	overflow: hidden;
	color: #f6f1e7;
	background: linear-gradient(145deg, #17374a, #577a91);
}

.sa-cover-art::before,
.sa-cover-art::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 50%;
}

.sa-cover-art::before { inset: 18% -25% -35% 20%; }
.sa-cover-art::after { inset: -30% 34% 38% -28%; }
.sa-cover-art > * { position: relative; z-index: 1; }
.sa-cover-art span { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.sa-cover-art strong { max-width: 90%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; font-weight: 500; line-height: 0.95; }
.sa-cover-art em { font-size: 0.58rem; font-style: normal; letter-spacing: 0.1em; text-transform: uppercase; }
.sa-cover-style-1 { background: linear-gradient(145deg, #152f40, #6c8797); }
.sa-cover-style-2 { background: linear-gradient(145deg, #5a2f28, #b47b55); }
.sa-cover-style-3 { background: linear-gradient(145deg, #2e4239, #8b9a83); }
.sa-cover-style-4 { background: linear-gradient(145deg, #312d45, #7f718a); }
.sa-cover-style-5 { background: linear-gradient(145deg, #675531, #b79b5f); }
.sa-cover-style-6 { background: linear-gradient(145deg, #1d3c45, #8fb5b3); }

.sa-content-card-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.sa-card-image-wrap {
	position: relative;
	overflow: hidden;
	background: var(--sa-sky);
}

.sa-card-image-wrap .sa-content-card-image {
	display: block;
	transition: transform 220ms ease;
}

.sa-content-card:hover .sa-card-image-wrap .sa-content-card-image {
	transform: scale(1.025);
}

.sa-image-credit {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 88%;
	padding: 0.3rem 0.5rem;
	color: rgba(255,255,255,0.92);
	background: rgba(14,35,46,0.76);
	font-size: 0.48rem;
	letter-spacing: 0.04em;
}

/* Main Street destination pages */
.sa-place-page {
	color: var(--sa-deep);
	background: var(--sa-paper);
}

.sa-place-hero {
	display: grid;
	place-content: center;
	min-height: 420px;
	padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 8vw, 8rem);
	color: var(--sa-white);
	background:
		linear-gradient(120deg, rgba(14,35,46,0.93), rgba(87,122,145,0.68)),
		var(--sa-hero-image, linear-gradient(135deg, #17374a, #8fa6ae));
	background-position: center;
	background-size: cover;
	text-align: center;
}

.sa-place-fika .sa-place-hero {
	--sa-hero-image: url('../images/front-porch-hero-v2.png');
	background-position: center 58%;
}

.sa-place-newsstand .sa-place-hero {
	--sa-hero-image: url('../images/watch-floor-studio-v2.png');
	background-position: center 44%;
}

.sa-place-community .sa-place-hero {
	--sa-hero-image: url('../images/main-street-hero.png');
	background-position: center 58%;
}

.sa-place-bench .sa-place-hero {
	--sa-hero-image: url('../images/north-star-twilight.png');
	background-position: center 60%;
}

.sa-place-hero h1 {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(4rem, 9vw, 8rem);
	font-weight: 500;
	line-height: 0.9;
}

.sa-place-hero > p:last-child {
	max-width: 760px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.8;
}

.sa-place-section {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 6vw, 7rem);
	align-items: center;
	padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 8vw, 8rem);
}

.sa-place-section h2,
.sa-fika-ritual h2,
.sa-bench-grid h2 {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 500;
	line-height: 1;
}

.sa-place-section > p,
.sa-place-section li {
	font-size: 0.94rem;
	line-height: 1.8;
}

.sa-fika-intro,
.sa-bench-note {
	background: var(--sa-sky);
}

.sa-fika-ritual,
.sa-bench-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 6vw, 6rem);
	background: rgba(23,55,74,0.16);
}

.sa-fika-ritual article,
.sa-bench-grid article {
	min-height: 245px;
	padding: 1.7rem;
	background: var(--sa-white);
}

.sa-fika-ritual article:nth-child(even),
.sa-bench-grid article:nth-child(even) {
	background: #edf2f1;
}

.sa-fika-ritual span,
.sa-bench-grid span {
	color: var(--sa-blue);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sa-fika-ritual h2,
.sa-bench-grid h2 {
	margin: 2.5rem 0 0.7rem;
	font-size: 2rem;
}

.sa-fika-ritual p,
.sa-bench-grid p {
	font-size: 0.82rem;
	line-height: 1.65;
}

.sa-conversation-table {
	color: var(--sa-white);
	background: var(--sa-blue);
}

.sa-conversation-table .sa-eyebrow {
	color: var(--sa-sky);
}

.sa-conversation-table ul {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sa-conversation-table li {
	padding: 0.8rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.4rem;
}

.sa-newsstand-rack,
.sa-bulletin-board {
	display: block;
	background: #e8e0d3;
}

.sa-newsstand-rack .sa-section-heading,
.sa-bulletin-board .sa-section-heading {
	margin-bottom: 2.2rem;
}

.sa-newsstand-rack .sa-content-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sa-newsstand-rack .sa-content-card {
	min-height: 0;
}

.sa-bench-closing {
	padding: clamp(3rem, 6vw, 6rem) 1rem;
	color: var(--sa-white);
	background: var(--sa-blue);
	text-align: center;
}

.sa-bench-closing p {
	max-width: 850px;
	margin: 0 auto;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	font-style: italic;
	line-height: 1.12;
}

/* Keep the Library rich without turning it into one long wall of cards. */
.sa-library .sa-section {
	padding-block: clamp(2.4rem, 4.5vw, 4.5rem);
}

.sa-library-room {
	min-height: 230px;
}

.sa-library-room h3 {
	font-size: 1.8rem;
}

.sa-library .sa-content-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.sa-library .sa-content-card {
	min-height: 0;
}

.sa-library .sa-cover-art {
	min-height: 195px;
}

.sa-library .sa-cover-art strong {
	font-size: 1.45rem;
}

.sa-library .sa-content-card-body {
	padding: 1.1rem;
}

.sa-library .sa-content-card h3 {
	font-size: 1.35rem;
}

.sa-library .sa-content-card p {
	font-size: 0.74rem;
}

.sa-library .sa-section-action {
	max-width: 1240px;
	margin-top: 1.4rem;
}

.sa-library .sa-path-tags a {
	min-height: 112px;
}

.sa-library .sa-path-tags a strong {
	margin-top: 0.65rem;
	font-size: 1.18rem;
}

.sa-content-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.5rem;
}

.sa-content-kicker {
	margin: 0 0 0.8rem;
	color: var(--sa-blue);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sa-content-card h3 {
	margin: 0 0 0.8rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.05;
}

.sa-content-card p {
	font-size: 0.84rem;
	line-height: 1.6;
}

.sa-content-card-link {
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid rgba(23, 55, 74, 0.14);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sa-card-date {
	display: block;
	margin: -0.25rem 0 0.6rem;
	color: var(--sa-blue);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Press and booking kit */
.sa-press-kit {
	background: var(--sa-white);
}

.sa-press-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr);
	min-height: 680px;
	background: linear-gradient(135deg, var(--sa-sky), var(--sa-paper));
}

.sa-press-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 7vw, 8rem);
}

.sa-press-hero h1 {
	margin: 0 0 0.7rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(4rem, 8vw, 7.5rem);
	font-weight: 500;
	line-height: 0.9;
}

.sa-press-title {
	color: var(--sa-blue);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.65;
	text-transform: uppercase;
}

.sa-press-hero-copy > p:last-of-type {
	max-width: 620px;
	line-height: 1.8;
}

.sa-press-hero-photo {
	display: flex;
	align-items: end;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}

.sa-press-hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}

.sa-press-bios {
	background: var(--sa-paper);
}

.sa-bio-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-bio-grid article {
	padding: 2rem;
	background: var(--sa-white);
	border-top: 4px solid var(--sa-blue);
}

.sa-bio-grid article span {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.sa-bio-grid article p {
	font-family: Georgia, serif;
	font-size: 0.91rem;
	line-height: 1.8;
}

.sa-bio-full {
	grid-column: 1 / -1;
}

.sa-press-credentials {
	color: var(--sa-white);
	background: var(--sa-deep);
}

.sa-press-credentials ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 1px;
	list-style: none;
	background: rgba(255,255,255,0.2);
}

.sa-press-credentials li {
	padding: 1.35rem;
	background: var(--sa-deep);
	font-size: 0.78rem;
	line-height: 1.5;
}

.sa-press-photos {
	background: var(--sa-sky);
}

.sa-photo-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-photo-grid a {
	display: flex;
	flex-direction: column;
	padding: 0.7rem;
	color: var(--sa-deep);
	background: var(--sa-white);
	box-shadow: 0 14px 30px rgba(23,55,74,0.12);
	text-decoration: none;
}

.sa-photo-grid img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
}

.sa-photo-grid a:nth-child(3) img,
.sa-photo-grid a:nth-child(4) img {
	object-position: 36% center;
}

.sa-photo-grid span {
	padding: 0.9rem 0.4rem 0.3rem;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sa-speaking-topics {
	background: var(--sa-white);
}

.sa-topic-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.7rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-topic-grid span {
	display: grid;
	place-items: center;
	min-height: 105px;
	padding: 1rem;
	color: var(--sa-deep);
	background: #edf2f3;
	border: 1px solid rgba(23,55,74,0.12);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.12rem;
	text-align: center;
}

.sa-speaking-topics .sa-past-note {
	margin-top: 1.5rem;
}

.sa-selected-media {
	background: #e8e0d3;
}

.sa-media-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-media-list a {
	display: grid;
	gap: 0.55rem;
	padding: 1.4rem;
	color: var(--sa-deep);
	background: var(--sa-white);
	border-left: 4px solid var(--sa-blue);
	text-decoration: none;
}

.sa-media-list span {
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.sa-media-list strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 500;
}

.sa-press-contact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	color: var(--sa-white);
	background: var(--sa-blue);
}

.sa-press-contact article {
	padding: clamp(2.5rem, 6vw, 6rem);
}

.sa-press-contact article + article {
	background: var(--sa-deep);
}

.sa-press-contact h2 {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	font-weight: 500;
}

.sa-press-contact a:not(.sa-button) {
	display: block;
	margin-top: 0.9rem;
	color: var(--sa-white);
}

.sa-empty-state {
	max-width: 760px;
	margin: 0 auto;
	padding: 2rem;
	border: 1px solid rgba(23, 55, 74, 0.16);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.25rem;
	font-style: italic;
	text-align: center;
}

.sa-watch-feed .sa-empty-state {
	border-color: rgba(255,255,255,0.2);
}

/* Reading templates */
.sa-reading-page {
	padding-top: clamp(4rem, 8vw, 8rem);
	padding-bottom: clamp(4rem, 8vw, 8rem);
}

.sa-reading-page > h1,
.sa-reading-page .wp-block-post-title {
	font-size: clamp(3rem, 6vw, 5.5rem);
}

.sa-reading-page .wp-block-post-content {
	font-family: Georgia, serif;
	font-size: 1.08rem;
	line-height: 1.85;
}

.sa-post-card {
	margin: 0 0 1rem;
	padding: 1.8rem;
	background: #fff;
	border: 1px solid rgba(23, 55, 74, 0.12);
}

.sa-post-meta {
	color: var(--sa-blue);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sa-site-footer {
	margin: 0 !important;
	padding: 2rem clamp(1rem, 4vw, 3rem);
	color: var(--sa-white);
	background: var(--sa-deep);
}

.sa-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.4rem;
	max-width: 1240px;
	margin: 1.3rem auto 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.sa-footer-links a {
	color: rgba(255,255,255,0.82);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.sa-footer-inner {
	gap: 1rem 2rem;
}

.sa-footer-name {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sa-footer-motto,
.sa-footer-note {
	margin: 0;
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sa-footer-note {
	opacity: 0.72;
}

@media (max-width: 1050px) {
	.sa-preview-grid,
	.sa-destination-grid,
	.sa-library-room-grid,
	.sa-watch-sections,
	.sa-path-story,
	.sa-engagement-list,
	.sa-photo-grid,
	.sa-topic-grid,
	.sa-press-credentials ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sa-front-editorial {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sa-newsstand-rack .sa-content-grid,
	.sa-library .sa-content-grid,
	.sa-fika-ritual,
	.sa-bench-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sa-front-note {
		grid-column: 1 / -1;
	}

	.sa-watch-hero {
		grid-template-columns: 1fr;
	}

	.sa-watch-copy {
		width: min(470px, 52vw);
	}

	.sa-watch-studio {
		min-height: 560px;
	}

	.sa-path-tags {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sa-press-hero {
		grid-template-columns: 1fr 0.8fr;
	}

}

@media (max-width: 782px) {
	.sa-place-section {
		grid-template-columns: 1fr;
	}

	.sa-place-hero {
		min-height: 340px;
	}

	.sa-wayfinding {
		display: none;
	}

	.sa-library .sa-content-grid,
	.sa-newsstand-rack .sa-content-grid {
		grid-template-columns: 1fr 1fr;
	}
	body.admin-bar .sa-site-header {
		top: 46px;
	}

	.sa-brand-motto {
		display: none;
	}

	.sa-hero {
		min-height: 720px;
	}

	.sa-hero-shade {
		background: linear-gradient(0deg, rgba(13, 31, 40, 0.78), rgba(13, 31, 40, 0.06) 72%);
	}

	.sa-hero-copy {
		padding: 2rem 1.25rem 3.5rem;
	}

	.sa-hero-copy-right {
		width: auto;
		margin: auto 1rem 2rem;
		padding: 1.6rem;
	}

	.sa-hero-copy-center {
		width: 100%;
		padding-top: 3rem;
		text-align: center;
	}

	.sa-preview-grid,
	.sa-destination-grid,
	.sa-library-room-grid,
	.sa-watch-sections,
	.sa-path-story,
	.sa-content-grid,
	.sa-path-tags,
	.sa-front-editorial,
	.sa-engagement-list,
	.sa-contribution-grid,
	.sa-bio-grid,
	.sa-photo-grid,
	.sa-topic-grid,
	.sa-media-list,
	.sa-press-credentials ul,
	.sa-press-contact {
		grid-template-columns: 1fr;
	}

	.sa-need-grid,
	.sa-commons-grid,
	.sa-video-grid {
		grid-template-columns: 1fr;
	}

	.sa-front-note,
	.sa-bio-full {
		grid-column: auto;
	}

	.sa-path-tags a:nth-child(1),
	.sa-path-tags a:nth-child(7) {
		grid-column: span 1;
	}

	.sa-preview-card,
	.sa-destination-card,
	.sa-library-room {
		min-height: 240px;
	}

	.sa-watch-copy {
		position: relative;
		width: 100%;
		padding: 5rem 1.25rem;
		background: var(--sa-blue);
	}

	.sa-watch-studio {
		min-height: 440px;
	}

	.sa-wayfinding {
		top: auto;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%) scale(0.88);
	}

	.sa-on-air-sign {
		right: 1rem;
		bottom: 1rem;
	}

	.sa-library-welcome {
		margin: 0 1rem;
		padding: 2rem;
	}

	.sa-front-closing,
	.sa-watch-press-strip,
	.sa-past-engagements .sa-heading-row,
	.sa-podcast-shelf .sa-heading-row,
	.sa-press-photos .sa-heading-row,
	.sa-speaking-topics .sa-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.sa-north-biography,
	.sa-press-hero {
		grid-template-columns: 1fr;
	}

	.sa-press-hero-photo {
		min-height: 520px;
	}

	.sa-podcast-item {
		grid-template-columns: 34px 1fr 38px;
		gap: 0.75rem;
		padding: 1rem;
	}

	.sa-north-hero {
		aspect-ratio: auto;
		min-height: 880px;
	}

	.sa-north-scene {
		object-position: 72% center;
	}

	.sa-north-copy {
		width: 100%;
		padding: 4rem 1.25rem;
	}

	.sa-rock-quote {
		top: auto;
		bottom: 2rem;
		left: 1.25rem;
		width: 190px;
		height: 120px;
		padding: 1.35rem;
		background: linear-gradient(145deg, #d8d5cc, #8e9290);
		border-radius: 58% 42% 48% 52% / 51% 47% 53% 49%;
		box-shadow: inset 7px 9px 18px rgba(255,255,255,0.35), 0 14px 22px rgba(0,0,0,0.28);
		font-size: 0.76rem;
	}

	.sa-path-step {
		min-height: 0;
		margin-top: 0 !important;
		transform: none !important;
	}
}

/* Refinement pass 0.7: restore the compact editorial rhythm. */
.sa-front-note-handwritten p {
	font-family: "Segoe Print", "Bradley Hand", "Snell Roundhand", cursive;
	font-size: clamp(1.15rem, 2vw, 1.65rem);
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.01em;
}

.sa-library-dashboard {
	grid-template-columns: minmax(0, 3fr) minmax(250px, 0.64fr);
}

.sa-library-dashboard .sa-library-hero {
	min-height: 520px;
	align-items: flex-start;
}

.sa-library-dashboard .sa-library-welcome {
	width: min(590px, 88%);
	margin-top: clamp(2rem, 4vw, 4rem);
	margin-left: clamp(1rem, 6vw, 6rem);
	padding: clamp(1.8rem, 3vw, 2.6rem);
}

.sa-library-dashboard .sa-library-welcome h1 {
	font-size: clamp(3.4rem, 6vw, 5.7rem);
}

.sa-library-dashboard .sa-library-shelf-rail {
	padding: clamp(1rem, 1.8vw, 1.6rem);
}

.sa-library-dashboard .sa-library-shelf-rail .sa-content-card-body > p:not(.sa-content-kicker),
.sa-library-dashboard .sa-library-shelf-rail .sa-content-card-link {
	display: none;
}

.sa-library-dashboard .sa-library-shelf-rail .sa-content-card {
	grid-template-columns: 62px minmax(0, 1fr);
}

.sa-library-dashboard .sa-library-shelf-rail .sa-content-card-image,
.sa-library-dashboard .sa-library-shelf-rail .sa-card-image-wrap {
	min-height: 88px;
	height: 88px;
}

.sa-library-dashboard .sa-library-shelf-rail .sa-content-card h3 {
	font-size: 1rem;
}

.sa-my-book-feature {
	padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 7vw, 7rem);
}

.sa-hannah-feature {
	min-height: 430px;
	padding-inline: clamp(1.25rem, 8vw, 8rem);
}

.sa-hannah-feature > div {
	max-width: 760px;
}

.sa-hannah-feature > div > p:not(.sa-eyebrow) {
	max-width: 680px;
	font-size: 1rem;
	line-height: 1.8;
}

.sa-library-contributions .sa-content-card-image,
.sa-library-contributions .sa-card-image-wrap {
	height: 210px;
	object-fit: cover;
}

.sa-spy-library-preview {
	background: linear-gradient(135deg, #dce7ec, #f7f3ea);
}

.sa-spy-library-preview .sa-content-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	max-width: 1240px;
	margin: 0 auto;
}

.sa-spy-library-preview .sa-content-card {
	background: rgba(255,255,255,0.72);
}

.sa-spy-library-preview .sa-content-card-image,
.sa-spy-library-preview .sa-card-image-wrap {
	height: 235px;
	object-fit: contain;
	background: #e6dfd2;
}

.sa-spy-library-preview .sa-content-card-body > p:not(.sa-content-kicker) {
	display: none;
}

.sa-spy-library-preview .sa-content-card h3 {
	font-size: 1.15rem;
}

.sa-press-hero {
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
	min-height: 540px;
}

.sa-press-hero-photo img {
	object-position: center 32%;
}

.sa-press-photos .sa-photo-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sa-press-photos .sa-photo-grid img {
	height: 290px;
	object-fit: cover;
	object-position: center 24%;
}

@media (max-width: 1050px) {
	.sa-library-dashboard { grid-template-columns: minmax(0, 2fr) minmax(260px, 0.7fr); }
	.sa-spy-library-preview .sa-content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sa-press-hero { grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr); }
}

@media (max-width: 782px) {
	.sa-library-dashboard { grid-template-columns: 1fr; }
	.sa-library-dashboard .sa-library-hero { min-height: 560px; }
	.sa-library-dashboard .sa-library-shelf-rail .sa-content-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.sa-hannah-feature { min-height: 0; }
	.sa-spy-library-preview .sa-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sa-press-hero { grid-template-columns: 1fr; min-height: 0; }
	.sa-press-hero-photo { min-height: 360px; }
	.sa-press-photos .sa-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
	.sa-brand-name {
		font-size: 1.05rem;
	}

	.sa-watch-studio {
		min-height: 360px;
	}

	.sa-facts-board {
		top: 1rem;
		right: 1rem;
	}

	.sa-north-hero {
		min-height: 840px;
	}
}

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

	* {
		transition-duration: 0.01ms !important;
	}
}

/* v0.5.0 reconciliation: compact, image-led layouts and restored details. */
.sa-watch-tagline { margin: 0 0 0.65rem; line-height: 1.05; }
.sa-watch-copy .sa-lede { max-width: 390px; margin-top: 0; }
.sa-on-air-sign { right: 1.9%; bottom: 8.5%; display: grid; place-items: center; width: 17.6%; height: 18.5%; padding: 0; background: transparent; border: 0; box-shadow: none; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1rem, 2.35vw, 2.7rem); letter-spacing: 0.13em; text-shadow: 0 0 13px rgba(255,161,78,0.75); }
.sa-facts-board { top: 26%; right: 18%; max-width: 180px; font-size: clamp(0.82rem, 1.35vw, 1.25rem); text-align: center; }

.sa-library-room { isolation: isolate; overflow: hidden; background: var(--sa-deep); }
.sa-library-room > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.sa-library-room::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(14,35,46,0.94), rgba(14,35,46,0.12) 76%); }
.sa-library-room:hover > img { transform: scale(1.035); }
.sa-library-room:hover { background: var(--sa-deep); }
.sa-library-overview { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(300px,0.8fr); gap: clamp(2rem,4vw,4.5rem); align-items: start; background: #e5ddd0; }
.sa-library-overview-main .sa-content-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sa-library .sa-content-card-image, .sa-taxonomy-library .sa-content-card-image { aspect-ratio: 2 / 3; object-fit: contain; background: #d8d8d2; }
.sa-library-shelf-rail { padding: clamp(1.4rem,3vw,2.4rem); background: rgba(246,243,235,0.88); box-shadow: 0 14px 34px rgba(23,55,74,0.12); }
.sa-library-shelf-rail .sa-content-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.sa-library-shelf-rail .sa-content-card { display: grid; grid-template-columns: 88px minmax(0,1fr); min-height: 0; padding: 0.75rem 0; background: transparent; border: 0; border-bottom: 1px solid rgba(23,55,74,0.13); box-shadow: none; }
.sa-library-shelf-rail .sa-card-image-wrap { align-self: start; }
.sa-library-shelf-rail .sa-content-card-image { aspect-ratio: 2 / 3; }
.sa-library-shelf-rail .sa-content-card-body { padding: 0.1rem 0 0.1rem 0.9rem; }
.sa-library-shelf-rail .sa-content-card h3 { font-size: 1.12rem; }
.sa-library-shelf-rail .sa-content-card p { display: none; }
.sa-library-shelf-rail .sa-content-card-link { padding-top: 0.55rem; font-size: 0.58rem; }
.sa-my-book-feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,0.58fr); gap: clamp(2rem,5vw,5rem); align-items: center; background: var(--sa-white); }
.sa-my-book-feature h2 { margin: 0.35rem 0 1rem; font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(2.8rem,5vw,4.8rem); font-weight: 500; }
.sa-my-book-feature .sa-content-grid { grid-template-columns: 1fr; max-width: 310px; }

.sa-hannah-feature { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,0.75fr); gap: 3rem; align-items: center; color: var(--sa-white); background: linear-gradient(125deg,#17374a,#4f7081); }
.sa-hannah-feature h2 { margin: 0.3rem 0 1rem; font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(2.8rem,5vw,4.7rem); font-weight: 500; }
.sa-hannah-feature blockquote { margin: 0; padding-left: 2rem; border-left: 1px solid rgba(255,255,255,0.35); font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(1.6rem,3vw,2.4rem); font-style: italic; }
.sa-hidden-treasure { width: 54px; margin: 1.25rem auto 3rem; color: var(--sa-deep); text-align: center; }
.sa-hidden-treasure summary { display: grid; place-items: center; width: 54px; height: 54px; cursor: pointer; border: 1px solid rgba(23,55,74,0.25); border-radius: 50%; list-style: none; }
.sa-hidden-treasure[open] { width: min(92%,620px); }
.sa-hidden-treasure[open] summary { margin: 0 auto 1.2rem; }
.sa-hidden-treasure blockquote { margin: 0; font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(1.8rem,4vw,3rem); font-style: italic; }
.sa-hidden-treasure cite { display: block; margin-top: 0.5rem; font-size: 0.72rem; }
.sa-rock-quote { color: #122d3b; font-size: clamp(0.78rem,1vw,1.08rem); font-weight: 700; line-height: 1.04; text-shadow: 0 1px 0 rgba(255,255,255,0.48); }

.sa-lagom { background: #edf2f1; }
.sa-fika-recipes { padding: clamp(3rem,6vw,6rem) clamp(1rem,6vw,6rem); background: #e8e0d3; }
.sa-recipe-grid, .sa-bench-small-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; max-width: 1240px; margin: 0 auto; }
.sa-recipe-grid article, .sa-bench-small-steps > div { padding: 1.6rem; background: var(--sa-white); border: 1px solid rgba(23,55,74,0.12); }
.sa-recipe-grid span { color: var(--sa-blue); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.sa-recipe-grid h3 { font-family: "Cormorant Garamond",Georgia,serif; font-size: 2rem; font-weight: 500; }
.sa-recipe-grid p { font-size: 0.82rem; line-height: 1.7; }
.sa-recipe-grid a { font-size: 0.68rem; font-weight: 700; }
.sa-bench-philosophy { background: #f2eee5; }
.sa-bench-pillars { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; padding: clamp(3rem,6vw,6rem) clamp(1rem,6vw,6rem); background: rgba(23,55,74,0.16); }
.sa-bench-pillars article { padding: 1.6rem; background: var(--sa-white); }
.sa-bench-pillars article:nth-child(even) { background: #edf2f1; }
.sa-bench-pillars span { color: var(--sa-blue); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.sa-bench-pillars h2, .sa-bench-small-steps h2 { font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.9rem; font-weight: 500; }
.sa-bench-pillars p, .sa-bench-small-steps p { font-size: 0.82rem; line-height: 1.68; }
.sa-bench-small-steps { padding: clamp(3rem,6vw,6rem) clamp(1rem,6vw,6rem); background: #dfe9ed; }

.sa-taxonomy-library { padding: clamp(3rem,6vw,6rem) clamp(1rem,6vw,6rem); background: var(--sa-paper); }
.sa-taxonomy-library > header { max-width: 850px; margin: 0 auto 3rem; text-align: center; }
.sa-taxonomy-library > header h1 { margin: 0.25rem 0 1rem; font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(3rem,7vw,6rem); font-weight: 500; }
.sa-taxonomy-library .sa-content-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.sa-taxonomy-back { max-width: 1240px; margin: 2rem auto 0; }
.sa-commons-page {
	padding-inline: clamp(1rem, 5vw, 5rem);
}
.sa-commons-page > header {
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.sa-commons-page > header h1 {
	font-size: clamp(3.4rem, 7vw, 6.5rem);
}
.sa-commons-page > header > p:last-child {
	margin: 0;
	color: #5e6d72;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-style: italic;
}
.sa-commons-opening {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	gap: clamp(1.5rem, 5vw, 5rem);
	max-width: 1180px;
	margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
	padding: clamp(1.7rem, 4vw, 3rem);
	background:
		linear-gradient(90deg, rgba(227,236,238,.98) 0%, rgba(227,236,238,.96) 62%, rgba(227,236,238,.78) 100%),
		url("../images/library-room-commons.jpg") center / cover;
	border-left: 5px solid #5f8298;
}
.sa-commons-opening .sa-commons-kicker {
	grid-column: 1 / -1;
	margin: 0 0 -.75rem;
	color: #5f8298;
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.sa-commons-opening h2 {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	font-weight: 500;
	line-height: .98;
}
.sa-commons-opening > p:not(.sa-commons-kicker) {
	margin: 0;
	font-size: .96rem;
	line-height: 1.8;
}
.sa-commons-opening blockquote {
	grid-column: 1 / -1;
	max-width: 900px;
	margin: .5rem 0 0 auto;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(23, 55, 74, .2);
	color: #17374a;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	font-style: italic;
	line-height: 1.3;
}
.sa-commons-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	max-width: 1180px;
	margin: 0 auto;
	background: rgba(23, 55, 74, .18);
	border: 1px solid rgba(23, 55, 74, .18);
}
.sa-commons-briefs-heading {
	max-width: 1180px;
	margin: 0 auto 1.5rem;
}
.sa-commons-briefs-heading h2 {
	margin: .35rem 0 .45rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: 500;
}
.sa-commons-briefs-heading > p:last-child {
	max-width: 650px;
	font-size: .88rem;
	line-height: 1.7;
}
.sa-commons-folios {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	max-width: 1180px;
	margin: 0 auto;
}
.sa-commons-folio {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 1.55rem 1.35rem 1.3rem 1.6rem;
	overflow: hidden;
	color: #17374a;
	background: #f6f1e7;
	border: 1px solid rgba(23, 55, 74, .16);
	border-left: 10px solid #5f8298;
	box-shadow: 0 12px 24px rgba(23, 55, 74, .08);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}
.sa-commons-folio::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: repeating-linear-gradient(0deg, transparent 0 24px, rgba(23,55,74,.035) 25px);
}
.sa-commons-folio:hover,
.sa-commons-folio:focus-visible {
	transform: translateY(-5px) rotate(-.25deg);
	box-shadow: 0 18px 34px rgba(23, 55, 74, .14);
}
.sa-commons-folio > * {
	position: relative;
	z-index: 1;
}
.sa-commons-folio > span {
	font-size: .59rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.sa-commons-folio h2 {
	margin: 1.2rem 0 .75rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3vw, 2.8rem);
	font-weight: 500;
	line-height: .98;
}
.sa-commons-folio p {
	font-size: .78rem;
	line-height: 1.65;
}
.sa-commons-folio em {
	margin-top: auto;
	padding-top: 1rem;
	font-size: .63rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.sa-commons-folio b {
	align-self: flex-end;
	margin-top: .8rem;
	color: #5f8298;
	font-family: "Segoe Print", "Bradley Hand", "Snell Roundhand", cursive;
	font-size: 1.1rem;
	font-weight: 400;
}
.sa-folio-sage { border-left-color: #8b9a83; }
.sa-folio-oak { border-left-color: #aa8666; }
.sa-folio-slate { border-left-color: #283f4c; }
.sa-commons-notes article {
	min-height: 0;
	padding: clamp(1.5rem, 3vw, 2.3rem);
	background: #f8f6f0;
}
.sa-commons-notes article:nth-child(2),
.sa-commons-notes article:nth-child(3) {
	background: #edf2f1;
}
.sa-commons-number {
	margin: 0;
	color: #5f8298;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.sa-commons-notes h2 {
	margin: .75rem 0 .6rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	font-weight: 500;
	line-height: 1.05;
}
.sa-commons-notes article > p:not(.sa-commons-number),
.sa-commons-notes li {
	font-size: .82rem;
	line-height: 1.65;
}
.sa-commons-notes ul {
	margin: 1rem 0 0;
	padding-left: 1.15rem;
}
.sa-commons-notes li + li {
	margin-top: .45rem;
}
.sa-commons-notes article > a {
	display: inline-block;
	margin-top: 1rem;
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.sa-commons-signature {
	margin: .75rem 0 0;
	color: #5f8298;
	font-family: "Segoe Print", "Bradley Hand", "Snell Roundhand", cursive;
	font-size: 1.2rem !important;
	line-height: 1 !important;
	text-align: right;
}
.sa-commons-last-mile {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
	gap: clamp(2rem, 5vw, 5rem);
	max-width: 1180px;
	margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
	padding: clamp(1.8rem, 4vw, 3.25rem);
	color: #f8f6f0;
	background: #17374a;
	text-decoration: none;
}
.sa-commons-last-mile h2 {
	margin: .5rem 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 4.3rem);
	font-weight: 500;
	line-height: .98;
}
.sa-commons-last-mile > div > p:not(.sa-eyebrow, .sa-commons-signature) {
	font-size: .9rem;
	line-height: 1.75;
}
.sa-commons-last-mile .sa-commons-signature {
	color: #c7dbe2;
}
.sa-last-mile-index {
	display: grid;
	align-content: center;
	border-top: 1px solid rgba(255,255,255,.24);
}
.sa-last-mile-index span {
	padding: .72rem .25rem;
	border-bottom: 1px solid rgba(255,255,255,.2);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.2rem;
}
.sa-last-mile-index em {
	margin-top: 1.2rem;
	font-size: .68rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.sa-last-mile-list {
	border-top: 1px solid rgba(255, 255, 255, .24);
}
.sa-last-mile-list details {
	border-bottom: 1px solid rgba(255, 255, 255, .24);
}
.sa-last-mile-list summary {
	padding: .9rem .25rem;
	cursor: pointer;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.25rem;
}
.sa-last-mile-list details p {
	margin: 0;
	padding: 0 .25rem 1rem;
	color: #e3eaeb;
	font-size: .8rem;
	line-height: 1.7;
}
.sa-commons-takeaway {
	max-width: 820px;
	margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
	padding: 1.8rem 2rem;
	color: #f8f6f0;
	background: #17374a;
	text-align: center;
}
.sa-commons-takeaway h2 {
	margin: .35rem 0 .5rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 500;
}
.sa-commons-takeaway p:last-child {
	max-width: 620px;
	margin: 0 auto;
	font-size: .88rem;
	line-height: 1.7;
}
.sa-newsstand-commons {
	background: #e3ecee;
}
.sa-newsstand-commons .sa-content-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1120px;
}
.sa-newsstand-commons .sa-cover-art {
	min-height: 175px;
	aspect-ratio: 16 / 9;
}
.sa-newsstand-commons .sa-cover-art strong {
	font-size: 1.45rem;
}
.sa-newsstand-commons .sa-content-card-body {
	padding: 1.15rem;
}
.sa-newsstand-commons-link {
	max-width: 1120px;
	margin: 1.25rem auto 0;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: right;
	text-transform: uppercase;
}
.sa-commons-reading-note {
	max-width: 840px;
	margin: 2rem auto 0;
	padding: clamp(1.5rem, 5vw, 4.25rem);
	background: #f8f6f0;
	border: 1px solid rgba(23,55,74,.14);
	border-left: 8px solid #5f8298;
	box-shadow: 0 18px 42px rgba(23,55,74,.1);
}
.sa-commons-reading-note .sa-reading-deck {
	margin-top: 0;
	color: #466676;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-style: italic;
	line-height: 1.35;
}
.sa-commons-reading-note blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	color: #f8f6f0;
	background: #17374a;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-style: italic;
	line-height: 1.35;
}
.sa-commons-reading-note h2 {
	margin-top: 2.4rem;
	font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}
.sa-commons-reading-note li + li {
	margin-top: .65rem;
}
.sa-commons-reading-note .sa-brief-signoff {
	margin-top: 2.5rem;
	color: #5f8298;
	font-family: "Segoe Print", "Bradley Hand", "Snell Roundhand", cursive;
	font-size: 1.45rem;
	text-align: right;
}
.sa-hannah-hero { position: relative; min-height: 580px; display: grid; place-items: center; overflow: hidden; color: var(--sa-white); text-align: center; }
.sa-hannah-hero > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.48) saturate(0.75); }
.sa-hannah-hero > div { position: relative; z-index: 1; max-width: 780px; padding: 2rem; }
.sa-hannah-hero h1 { margin: 0; font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(4rem,10vw,8rem); font-weight: 500; }
.sa-hannah-hero p:last-child { font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(1.35rem,3vw,2.2rem); font-style: italic; }
.sa-hannah-intro { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 4rem; }
.sa-hannah-intro h2 { font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(2.4rem,5vw,4.2rem); font-weight: 500; line-height: 1; }
.sa-hannah-intro p { line-height: 1.8; }
.sa-hannah-principles, .sa-hannah-book-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(23,55,74,0.15); }
.sa-hannah-principles article, .sa-hannah-book-grid a { padding: 1.7rem; background: var(--sa-white); color: var(--sa-deep); text-decoration: none; }
.sa-hannah-principles h3, .sa-hannah-book-grid h3 { font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.9rem; font-weight: 500; }
.sa-hannah-books { background: #e8e0d3; }
.sa-hannah-book-grid { grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 1240px; margin: 0 auto; }
.sa-hannah-book-grid span { color: var(--sa-blue); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; }
.sa-hannah-book-grid p { font-size: 0.82rem; line-height: 1.65; }
.sa-hannah-book-grid a > em { font-size: 0.65rem; font-style: normal; font-weight: 700; }
.sa-hannah-sources { padding: 2rem; color: var(--sa-white); background: var(--sa-blue); text-align: center; }

@media (max-width: 1050px) {
	.sa-library-overview, .sa-my-book-feature, .sa-hannah-feature, .sa-hannah-intro { grid-template-columns: 1fr; }
	.sa-bench-pillars, .sa-taxonomy-library .sa-content-grid, .sa-hannah-book-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.sa-commons-folios { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
	.sa-on-air-sign { right: 2%; bottom: 9%; font-size: 0.72rem; }
	.sa-facts-board { top: 1rem; right: 1rem; }
	.sa-rock-quote { color: #122d3b; font-size: 0.92rem; font-weight: 700; }
	.sa-library-overview-main .sa-content-grid, .sa-recipe-grid, .sa-bench-small-steps, .sa-bench-pillars, .sa-taxonomy-library .sa-content-grid, .sa-hannah-principles, .sa-hannah-book-grid { grid-template-columns: 1fr; }
	.sa-commons-opening,
	.sa-commons-notes,
	.sa-commons-last-mile { grid-template-columns: 1fr; }
	.sa-commons-folios,
	.sa-newsstand-commons .sa-content-grid { grid-template-columns: 1fr; }
	.sa-commons-opening blockquote { grid-column: auto; }
	.sa-commons-notes article:nth-child(3) { background: #f8f6f0; }
	.sa-commons-notes article:nth-child(even) { background: #edf2f1; }
}

/* Video-first Watch Floor and horizontal Library foundation. */
.sa-north-hero { aspect-ratio: 1672 / 941; }

.sa-watch-studio .sa-facts-board {
	top: 13.5%;
	right: auto;
	left: 62.2%;
	display: grid;
	place-content: center;
	width: 15.2%;
	height: 22.5%;
	max-width: none;
	padding: 0.5rem;
	color: #efe8d7;
	background: #20282b;
	border: clamp(5px, 0.75vw, 11px) solid #4a3022;
	outline: 1px solid rgba(231, 203, 159, 0.35);
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.45), 0 12px 25px rgba(0,0,0,0.35);
	font-family: Inter, sans-serif;
	font-size: clamp(0.58rem, 1.25vw, 1.35rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0.03em;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	transform: rotate(-0.35deg);
}

.sa-facts-board span { display: block; }

.sa-watch-studio .sa-on-air-sign {
	top: 68.3%;
	right: auto;
	bottom: auto;
	left: 80.1%;
	width: 18.4%;
	height: 21.8%;
	color: #ffd4a5;
	font-family: Inter, sans-serif;
	font-size: clamp(0.72rem, 2.15vw, 2.45rem);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-shadow: 0 0 5px #ff9c4b, 0 0 15px rgba(255, 138, 43, 0.92);
	transform: rotate(-0.6deg);
}

.sa-podcast-shelf-top {
	padding-block: clamp(2rem, 3.5vw, 3.5rem);
	background: #f7f4ed;
}

.sa-episode-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.65rem 1.4rem;
}

.sa-youtube-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	max-width: 1240px;
	margin: 0 auto;
}

.sa-youtube-card {
	overflow: hidden;
	background: var(--sa-white);
	border: 1px solid rgba(23, 55, 74, 0.14);
	box-shadow: 0 10px 24px rgba(23, 55, 74, 0.08);
}

.sa-youtube-card > a { color: var(--sa-deep); text-decoration: none; }

.sa-youtube-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--sa-deep);
}

.sa-youtube-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.sa-youtube-thumb b {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	color: var(--sa-white);
	background: rgba(16, 42, 59, 0.88);
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.sa-youtube-card:hover img { transform: scale(1.025); }
.sa-youtube-copy { display: block; padding: 1rem 1.1rem 1.1rem; }
.sa-youtube-copy small { display: block; color: var(--sa-blue); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.sa-youtube-copy strong { display: block; margin: 0.35rem 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; font-weight: 600; line-height: 1.05; }
.sa-youtube-copy > span { display: block; font-size: 0.7rem; line-height: 1.5; }
.sa-youtube-copy em { display: block; margin-top: 0.75rem; font-size: 0.62rem; font-style: normal; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.sa-watch-board,
.sa-watch-feed,
.sa-need-to-know,
.sa-watch-interviews { padding-block: clamp(2.2rem, 4vw, 4rem); }
.sa-watch-tab { min-height: 125px; padding: 1.15rem; }
.sa-need-grid article { min-height: 155px; padding: 1.25rem; }

.sa-library-dashboard {
	display: grid;
	grid-template-columns: minmax(0, 2.35fr) minmax(330px, 0.8fr);
	align-items: stretch;
	background: #f7f4ed;
	border-bottom: 1px solid rgba(23, 55, 74, 0.16);
}

.sa-library-dashboard .sa-library-hero { min-height: 620px; }
.sa-library-dashboard .sa-library-shelf-rail {
	height: 100%;
	padding: clamp(1.25rem, 2.3vw, 2.1rem);
	box-shadow: none;
	border-left: 1px solid rgba(23, 55, 74, 0.16);
}
.sa-library-dashboard .sa-library-shelf-rail .sa-section-heading { margin-bottom: 0.65rem; }
.sa-library-dashboard .sa-library-shelf-rail .sa-section-heading h2 { font-size: clamp(1.8rem, 2.6vw, 2.75rem); }
.sa-library-dashboard .sa-library-shelf-rail .sa-section-heading p:last-child { font-size: 0.72rem; }

.sa-library .sa-section { padding-block: clamp(1.8rem, 3vw, 3.1rem); }
.sa-library-intro { padding-block: 1.5rem !important; }
.sa-library-intro h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
.sa-library-room { min-height: 185px; padding: 1.25rem; }
.sa-library-room h3 { margin-top: 1.4rem; font-size: 1.55rem; }
.sa-library-room p { font-size: 0.72rem; line-height: 1.45; }
.sa-library-overview { display: block; background: #e5ddd0; }
.sa-library-overview-main { max-width: 1240px; margin: 0 auto; }
.sa-library-overview-main .sa-content-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sa-library-feature-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(23, 55, 74, 0.2);
}

.sa-library-feature-pair .sa-my-book-feature,
.sa-library-feature-pair .sa-hannah-feature {
	min-width: 0;
	padding: clamp(1.8rem, 3.5vw, 3.5rem);
}
.sa-library-feature-pair .sa-my-book-feature { grid-template-columns: minmax(0, 1fr) minmax(135px, 0.42fr); gap: 1.5rem; }
.sa-library-feature-pair .sa-my-book-feature h2,
.sa-library-feature-pair .sa-hannah-feature h2 { font-size: clamp(2.2rem, 3.6vw, 3.6rem); }
.sa-library-feature-pair .sa-my-book-feature .sa-content-grid { max-width: 190px; }
.sa-library-feature-pair .sa-hannah-feature { grid-template-columns: 1fr; gap: 1.25rem; }
.sa-library-feature-pair .sa-hannah-feature blockquote { padding-left: 1.25rem; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.sa-library-contributions .sa-content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1240px; margin: 0 auto; }
.sa-library-paths { margin-top: 0; }

.sa-rock-quote-svg {
	position: absolute;
	z-index: 3;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.sa-rock-quote-svg text {
	fill: #1a2d35;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	paint-order: stroke;
	stroke: rgba(246, 243, 235, 0.24);
	stroke-width: 0.8px;
}
.sa-rock-quote-mobile { display: none; }
.sa-rock-quote { display: none !important; }

@media (max-width: 1050px) {
	.sa-library-dashboard { grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.8fr); }
	.sa-library-dashboard .sa-library-hero { min-height: 560px; }
	.sa-library-overview-main .sa-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sa-library-feature-pair { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
	.sa-watch-studio .sa-facts-board { top: 10%; left: 61%; width: 20%; height: 25%; font-size: 0.7rem; }
	.sa-watch-studio .sa-on-air-sign { top: 69%; left: 78.5%; width: 20%; height: 21%; font-size: 0.78rem; }
	.sa-youtube-grid { grid-template-columns: 1fr; }
	.sa-episode-links { justify-content: flex-start; }
	.sa-library-dashboard { grid-template-columns: 1fr; }
	.sa-library-dashboard .sa-library-hero { min-height: 660px; }
	.sa-library-dashboard .sa-library-shelf-rail { border-top: 1px solid rgba(23,55,74,0.16); border-left: 0; }
	.sa-library-dashboard .sa-library-shelf-rail .sa-content-grid { grid-template-columns: 1fr; }
	.sa-library-overview-main .sa-content-grid,
	.sa-library-contributions .sa-content-grid { grid-template-columns: 1fr; }
	.sa-library-feature-pair .sa-my-book-feature { grid-template-columns: 1fr; }
	.sa-library-room { min-height: 205px; }
	.sa-north-hero { aspect-ratio: auto; min-height: 760px; }
	.sa-rock-quote-svg { display: none; }
	.sa-rock-quote-mobile {
		position: absolute;
		z-index: 4;
		right: 1.25rem;
		bottom: 1.25rem;
		display: grid;
		place-items: center;
		width: min(260px, 72vw);
		min-height: 135px;
		margin: 0;
		padding: 1.5rem;
		color: #173746;
		background: linear-gradient(145deg, #dad7cf, #9da19f);
		border-radius: 52% 48% 45% 55% / 48% 44% 56% 52%;
		box-shadow: inset 7px 9px 18px rgba(255,255,255,0.34), 0 14px 22px rgba(0,0,0,0.28);
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 1.05rem;
		font-weight: 700;
		font-style: italic;
		line-height: 1.18;
		text-align: center;
	}
}

/* v0.7.0 cascade lock: compact Library, restored Hannah feature, and smaller press imagery. */
.sa-front-note-handwritten p { font-family: "Segoe Print", "Bradley Hand", "Snell Roundhand", cursive; font-size: clamp(1.15rem,2vw,1.65rem); font-weight: 500; line-height: 1.65; letter-spacing: 0.01em; }
.sa-library-dashboard { grid-template-columns: minmax(0,3fr) minmax(250px,0.64fr); }
.sa-library-dashboard .sa-library-hero { min-height: 520px; align-items: flex-start; }
.sa-library-dashboard .sa-library-welcome { width: min(590px,88%); margin-top: clamp(2rem,4vw,4rem); margin-left: clamp(1rem,6vw,6rem); padding: clamp(1.8rem,3vw,2.6rem); }
.sa-library-dashboard .sa-library-welcome h1 { font-size: clamp(3.4rem,6vw,5.7rem); }
.sa-library-dashboard .sa-library-shelf-rail { padding: clamp(1rem,1.8vw,1.6rem); }
.sa-library-dashboard .sa-library-shelf-rail .sa-content-card-body > p:not(.sa-content-kicker), .sa-library-dashboard .sa-library-shelf-rail .sa-content-card-link { display: none; }
.sa-library-dashboard .sa-library-shelf-rail .sa-content-card { grid-template-columns: 62px minmax(0,1fr); }
.sa-library-dashboard .sa-library-shelf-rail .sa-content-card-image, .sa-library-dashboard .sa-library-shelf-rail .sa-card-image-wrap { min-height: 88px; height: 88px; }
.sa-library-dashboard .sa-library-shelf-rail .sa-content-card h3 { font-size: 1rem; }
.sa-my-book-feature { padding: clamp(2rem,4vw,4rem) clamp(1rem,7vw,7rem); }
.sa-hannah-feature { min-height: 430px; padding-inline: clamp(1.25rem,8vw,8rem); }
.sa-hannah-feature > div { max-width: 760px; }
.sa-hannah-feature > div > p:not(.sa-eyebrow) { max-width: 680px; font-size: 1rem; line-height: 1.8; }
.sa-library-contributions .sa-content-card-image, .sa-library-contributions .sa-card-image-wrap { height: 210px; object-fit: cover; }
.sa-spy-library-preview { background: linear-gradient(135deg,#dce7ec,#f7f3ea); }
.sa-spy-library-preview .sa-content-grid { grid-template-columns: repeat(6,minmax(0,1fr)); max-width: 1240px; margin: 0 auto; }
.sa-spy-library-preview .sa-content-card { background: rgba(255,255,255,0.72); }
.sa-spy-library-preview .sa-content-card-image, .sa-spy-library-preview .sa-card-image-wrap { height: 235px; object-fit: contain; background: #e6dfd2; }
.sa-spy-library-preview .sa-content-card-body > p:not(.sa-content-kicker) { display: none; }
.sa-spy-library-preview .sa-content-card h3 { font-size: 1.15rem; }
.sa-press-hero { grid-template-columns: minmax(0,1.45fr) minmax(300px,0.55fr); min-height: 540px; }
.sa-press-hero-photo img { object-position: center 32%; }
.sa-press-photos .sa-photo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sa-press-photos .sa-photo-grid img { height: 290px; object-fit: cover; object-position: center 24%; }

@media (max-width: 1050px) {
	.sa-library-dashboard { grid-template-columns: minmax(0,2fr) minmax(260px,0.7fr); }
	.sa-library-dashboard .sa-library-hero { min-height: 500px; }
	.sa-spy-library-preview .sa-content-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.sa-press-hero { grid-template-columns: minmax(0,1.2fr) minmax(280px,0.65fr); }
}

@media (max-width: 782px) {
	.sa-library-dashboard { grid-template-columns: 1fr; }
	.sa-library-dashboard .sa-library-hero { min-height: 560px; }
	.sa-library-dashboard .sa-library-shelf-rail .sa-content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.sa-hannah-feature { min-height: 0; }
	.sa-spy-library-preview .sa-content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.sa-press-hero { grid-template-columns: 1fr; min-height: 0; }
	.sa-press-hero-photo { min-height: 360px; }
	.sa-press-photos .sa-photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* v0.8.0 refinement: tighter editorial scale, broader press story, and quiet North Star details. */
.sa-front-mission h2 {
	max-width: 980px;
	font-size: clamp(2.2rem, 4.4vw, 4.35rem);
	line-height: 1.03;
}

.sa-library-overview-main .sa-content-card-image,
.sa-library-overview-main .sa-card-image-wrap {
	height: 165px;
	object-fit: cover;
}

.sa-library-overview-main .sa-content-card-body,
.sa-library-contributions .sa-content-card-body {
	padding: 0.9rem;
}

.sa-library-overview-main .sa-content-card h3,
.sa-library-contributions .sa-content-card h3 {
	font-size: 1.15rem;
}

.sa-library-overview-main .sa-content-card p,
.sa-library-contributions .sa-content-card p {
	font-size: 0.7rem;
	line-height: 1.48;
}

.sa-library-contributions .sa-content-card-image,
.sa-library-contributions .sa-card-image-wrap {
	height: 155px;
}

.sa-my-book-feature {
	grid-template-columns: minmax(0, 1fr) minmax(165px, 0.32fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	padding-block: clamp(1.8rem, 3vw, 2.7rem);
}

.sa-my-book-feature h2 {
	font-size: clamp(2.45rem, 4vw, 3.75rem);
}

.sa-my-book-feature .sa-content-grid {
	max-width: 205px;
}

.sa-my-book-feature .sa-content-card-body {
	padding: 0.9rem;
}

.sa-my-book-feature .sa-content-card-body > p:not(.sa-content-kicker) {
	display: none;
}

.sa-podcast-shelf-top,
.sa-watch-feed {
	padding-block: clamp(1.3rem, 2.4vw, 2.1rem);
}

.sa-podcast-shelf-top .sa-section-heading,
.sa-watch-feed .sa-section-heading {
	margin-bottom: 0.9rem;
}

.sa-podcast-shelf-top .sa-section-heading h2,
.sa-watch-feed .sa-section-heading h2 {
	font-size: clamp(2.1rem, 3.7vw, 3.35rem);
}

.sa-youtube-grid,
.sa-watch-feed .sa-content-grid {
	gap: 0.8rem;
}

.sa-youtube-copy {
	padding: 0.85rem 0.95rem 0.95rem;
}

.sa-youtube-copy strong {
	font-size: 1.2rem;
}

.sa-youtube-copy > span {
	display: none;
}

.sa-watch-feed .sa-content-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sa-watch-feed .sa-content-card {
	display: grid;
	grid-template-columns: 125px minmax(0, 1fr);
	min-height: 132px;
}

.sa-watch-feed .sa-content-card-image,
.sa-watch-feed .sa-card-image-wrap {
	width: 125px;
	height: 100%;
	min-height: 132px;
	aspect-ratio: auto;
	object-fit: cover;
}

.sa-watch-feed .sa-content-card-body {
	padding: 0.75rem 0.8rem;
}

.sa-watch-feed .sa-content-card h3 {
	margin-bottom: 0.45rem;
	font-size: 1.05rem;
	line-height: 1.08;
}

.sa-watch-feed .sa-content-card .sa-content-kicker {
	margin-bottom: 0.45rem;
	font-size: 0.72rem;
}

.sa-watch-feed .sa-content-card-body > p:not(.sa-content-kicker) {
	display: none;
}

.sa-watch-feed .sa-content-card-link {
	padding-top: 0.55rem;
	font-size: 0.58rem;
}

.sa-north-beliefs {
	background: #f4f0e7;
}

.sa-north-beliefs .sa-section-heading {
	max-width: 920px;
}

.sa-belief-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 1px;
	background: rgba(23, 55, 74, 0.18);
}

.sa-belief-grid article {
	padding: clamp(1.4rem, 3vw, 2.5rem);
	background: rgba(255,255,255,0.78);
}

.sa-belief-grid .sa-belief-balance {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 76px minmax(220px, .8fr) minmax(300px, 1.35fr);
	gap: 0.75rem 1.6rem;
	align-items: start;
	border-top: 4px solid var(--sa-sage);
}

.sa-belief-balance > span {
	grid-row: 1 / 5;
}

.sa-belief-balance .sa-eyebrow,
.sa-belief-balance h3 {
	grid-column: 2;
	margin: 0;
}

.sa-belief-balance > p:not(.sa-eyebrow):not(.sa-balance-sequence) {
	grid-column: 3;
	margin: 0;
}

.sa-belief-balance .sa-balance-sequence {
	grid-column: 2 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.9rem;
	align-items: center;
	margin: 0.75rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(28, 46, 57, .16);
	color: var(--sa-blue);
	font-size: 0.66rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sa-belief-balance .sa-balance-sequence i {
	color: var(--sa-oak);
	font-style: normal;
}

.sa-belief-grid article > span {
	color: var(--sa-blue);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.sa-belief-grid h3 {
	margin: 1.1rem 0 0.9rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.65rem, 2.6vw, 2.3rem);
	font-weight: 500;
	line-height: 1.03;
}

.sa-belief-grid p {
	font-size: 0.79rem;
	line-height: 1.65;
}

.sa-belief-grid em {
	color: var(--sa-blue);
}

.sa-north-coordinates {
	max-width: 980px;
	margin: clamp(2rem, 5vw, 4rem) auto;
	background: rgba(255,255,255,0.72);
	border: 1px solid rgba(23,55,74,0.18);
}

.sa-north-coordinates summary {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1.2rem 1.4rem;
	cursor: pointer;
	list-style: none;
}

.sa-north-coordinates summary::-webkit-details-marker { display: none; }
.sa-north-coordinates summary strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.sa-north-coordinates summary em { color: var(--sa-blue); font-size: 0.58rem; font-style: normal; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.sa-coordinate-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	padding: 1px;
	background: rgba(23,55,74,0.14);
}

.sa-coordinate-grid > div {
	display: grid;
	gap: 0.65rem;
	padding: 1.4rem;
	background: var(--sa-white);
}

.sa-coordinate-grid a {
	color: var(--sa-deep);
	font-size: 0.78rem;
	text-decoration: none;
}

.sa-watch-channels {
	max-width: 980px;
	margin: 1.5rem auto 3rem;
	background: rgba(255,255,255,0.72);
	border: 1px solid rgba(23,55,74,0.14);
}

.sa-watch-channels summary {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.85rem;
	align-items: center;
	padding: 0.95rem 1.2rem;
	cursor: pointer;
	list-style: none;
}

.sa-watch-channels summary::-webkit-details-marker { display: none; }
.sa-watch-channels summary > span { color: #b54d31; font-size: 0.62rem; }
.sa-watch-channels summary strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.sa-watch-channels summary em { color: var(--sa-blue); font-size: 0.56rem; font-style: normal; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.sa-watch-channels nav { display: flex; flex-wrap: wrap; gap: 0.65rem 1.25rem; padding: 1rem 1.2rem 1.2rem; border-top: 1px solid rgba(23,55,74,0.12); }
.sa-watch-channels nav a { color: var(--sa-deep); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }

.sa-press-hero {
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
	min-height: 500px;
}

.sa-press-hero-photo {
	padding: clamp(1.2rem, 3vw, 2.5rem);
	background: #eef2f2;
}

.sa-press-hero-photo img {
	height: auto;
	max-height: 430px;
	object-fit: contain;
	object-position: center;
	box-shadow: 0 18px 38px rgba(23,55,74,0.14);
}

.sa-press-scope {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	color: var(--sa-white);
	background: rgba(255,255,255,0.2);
}

.sa-press-scope article {
	min-height: 180px;
	padding: 1.45rem;
	background: var(--sa-deep);
}

.sa-press-scope span {
	color: var(--sa-sky);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.sa-press-scope strong {
	display: block;
	margin: 1.8rem 0 0.65rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	font-weight: 500;
}

.sa-press-scope p {
	font-size: 0.72rem;
	line-height: 1.55;
}

.sa-photo-grid.sa-photo-grid-single {
	grid-template-columns: minmax(240px, 340px);
	justify-content: center;
}

.sa-photo-grid.sa-photo-grid-single img {
	height: 340px;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

@media (max-width: 900px) {
	.sa-watch-feed .sa-content-grid,
	.sa-press-scope { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sa-my-book-feature { grid-template-columns: minmax(0, 1fr) minmax(150px, 0.4fr); }
}

@media (max-width: 620px) {
	.sa-library-overview-main .sa-content-grid,
	.sa-library-contributions .sa-content-grid,
	.sa-watch-feed .sa-content-grid,
	.sa-belief-grid,
	.sa-coordinate-grid,
	.sa-press-scope { grid-template-columns: 1fr; }
	.sa-my-book-feature { grid-template-columns: 1fr; }
	.sa-my-book-feature .sa-content-grid { max-width: 190px; }
	.sa-north-coordinates { margin-inline: 1rem; }
	.sa-north-coordinates summary { grid-template-columns: auto 1fr; }
	.sa-north-coordinates summary em { grid-column: 2; }
	.sa-belief-grid .sa-belief-balance { display: block; }
	.sa-belief-balance > span { display: block; margin-bottom: 0.75rem; }
	.sa-belief-balance h3,
	.sa-belief-balance > p { margin-top: 0.65rem; }
}

/* Restore the North Star's connected field-journal path from the approved prototype. */
.sa-path-story {
	position: relative;
	gap: clamp(1.1rem, 3vw, 3.2rem);
	max-width: 1450px;
	padding-top: 1.5rem;
	padding-bottom: clamp(4rem, 7vw, 7rem);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180' preserveAspectRatio='none'%3E%3Cpath d='M35 105 C180 35 290 150 430 92 S690 35 790 110 S1040 145 1170 74' fill='none' stroke='%238fa6ae' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='35' cy='105' r='7' fill='%238fa6ae'/%3E%3Ccircle cx='430' cy='92' r='7' fill='%238fa6ae'/%3E%3Ccircle cx='790' cy='110' r='7' fill='%238fa6ae'/%3E%3Ccircle cx='1170' cy='74' r='7' fill='%238fa6ae'/%3E%3C/svg%3E");
	background-position: center 47%;
	background-repeat: no-repeat;
	background-size: calc(100% - 4rem) 150px;
}

.sa-path-story .sa-path-step,
.sa-path-story .sa-path-step:nth-child(even) {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto auto 1fr;
	align-content: start;
	min-width: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.sa-path-story .sa-path-step::before,
.sa-path-story .sa-path-step::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 2.6rem;
	left: 13%;
	width: 74%;
	aspect-ratio: 4 / 3;
	background: #ded3c1;
	border: 1px solid rgba(80,65,45,0.18);
	box-shadow: 0 10px 18px rgba(23,55,74,0.12);
	transform: rotate(-4deg);
}

.sa-path-story .sa-path-step::after {
	left: 17%;
	background: #f5f0e6;
	transform: rotate(3deg);
}

.sa-path-story .sa-path-step:nth-child(even)::before { transform: rotate(4deg); }
.sa-path-story .sa-path-step:nth-child(even)::after { transform: rotate(-2deg); }

.sa-path-story .sa-artifact-label {
	position: relative;
	z-index: 2;
	padding: 0 0 0.7rem;
	font-size: 0.57rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sa-path-story .sa-path-step img {
	position: relative;
	z-index: 2;
	width: 78%;
	aspect-ratio: 4 / 3;
	margin: 0 auto;
	object-fit: cover;
	border: 0.55rem solid #f7f2e8;
	box-shadow: 0 12px 24px rgba(23,55,74,0.2);
	transform: rotate(-2deg);
}

.sa-path-story .sa-path-step:nth-child(even) img { transform: rotate(2deg); }
.sa-path-story .sa-path-step:nth-child(3) img { object-fit: cover; background: #eee; }

.sa-path-story .sa-path-text {
	position: relative;
	z-index: 3;
	padding: 2.2rem 0.35rem 0;
	text-align: center;
}

.sa-path-story .sa-path-text::before {
	content: "";
	position: absolute;
	top: 0.9rem;
	left: 50%;
	width: 0.72rem;
	height: 0.72rem;
	background: var(--sa-sea);
	border: 0.28rem solid #dbe4e7;
	border-radius: 50%;
	transform: translateX(-50%);
}

.sa-path-story .sa-path-text span {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.55rem, 2.7vw, 2.35rem);
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.sa-path-story .sa-path-text h3 {
	max-width: 250px;
	margin: 0.35rem auto 0;
	font-family: Inter, sans-serif;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.45;
}

@media (max-width: 782px) {
	.sa-path-story {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		background-image: none;
	}
}

@media (max-width: 520px) {
	.sa-path-story { grid-template-columns: 1fr; }
	.sa-path-story .sa-path-step img { width: min(78%, 310px); }
}

/* v0.9.0 scale pass: compact Front Porch and Library editorial features. */
.sa-front-porch .sa-mission {
	padding-block: clamp(1.8rem, 3vw, 2.7rem);
}

.sa-front-porch .sa-mission h2 {
	max-width: 900px;
	font-size: clamp(1.9rem, 3.5vw, 3.15rem);
}

.sa-front-porch .sa-front-desk {
	padding-block: clamp(1.5rem, 2.6vw, 2.4rem);
}

.sa-front-desk .sa-section-heading {
	max-width: 1080px;
	margin-bottom: 1.1rem;
}

.sa-front-desk .sa-section-heading h2 {
	font-size: clamp(1.85rem, 3vw, 2.75rem);
}

.sa-front-editorial {
	grid-template-columns: 1.38fr 0.92fr 0.68fr;
	gap: 0.75rem;
	max-width: 1080px;
}

.sa-front-feature,
.sa-front-note {
	min-height: 185px;
	padding: clamp(1.1rem, 2vw, 1.55rem);
}

.sa-front-feature h3 {
	margin-bottom: 0.55rem;
	font-size: clamp(1.45rem, 2.2vw, 1.95rem);
}

.sa-front-feature p:not(.sa-content-kicker) {
	font-size: 0.75rem;
	line-height: 1.5;
}

.sa-front-feature a {
	margin-top: 0.55rem;
	font-size: 0.57rem;
}

.sa-front-note-handwritten p {
	font-size: clamp(0.9rem, 1.35vw, 1.15rem);
	line-height: 1.48;
}

.sa-place-preview {
	padding-block: clamp(2rem, 3.5vw, 3.2rem);
}

.sa-place-preview .sa-section-heading {
	margin-bottom: 1.35rem;
}

.sa-place-preview .sa-preview-grid {
	gap: 0.75rem;
	max-width: 1080px;
	padding: 0;
	background: transparent;
	border: 0;
}

.sa-place-preview .sa-preview-card {
	position: relative;
	min-height: 175px;
	padding: 1.35rem;
	overflow: hidden;
	border: 1px solid rgba(23, 55, 74, 0.14);
	box-shadow: 0 10px 24px rgba(23, 55, 74, 0.06);
}

.sa-place-preview .sa-preview-card::after {
	content: "✦";
	position: absolute;
	right: 1rem;
	bottom: 0.65rem;
	color: rgba(87, 122, 145, 0.22);
	font-size: 1.4rem;
}

.sa-place-preview .sa-preview-card:nth-child(2) { transform: translateY(0.35rem) rotate(0.25deg); }
.sa-place-preview .sa-preview-card:nth-child(3) { transform: translateY(-0.2rem) rotate(-0.2deg); }
.sa-place-preview .sa-preview-card:nth-child(4) { transform: translateY(0.2rem); }

.sa-place-preview .sa-preview-card h3 {
	margin: 1.15rem 0 0.45rem;
	font-size: 1.75rem;
}

.sa-place-preview .sa-preview-card p {
	font-size: 0.72rem;
	line-height: 1.5;
}

.sa-library-contributions {
	padding-block: clamp(1.7rem, 3vw, 2.7rem);
}

.sa-library-contributions .sa-section-heading {
	margin-bottom: 1.25rem;
}

.sa-library-contributions .sa-content-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 920px;
	gap: 0.75rem;
}

.sa-library-contributions .sa-content-card:nth-child(n+3) {
	display: none;
}

.sa-library-contributions .sa-content-card {
	display: grid;
	grid-template-columns: 135px minmax(0, 1fr);
	min-height: 150px;
}

.sa-library-contributions .sa-content-card-image,
.sa-library-contributions .sa-card-image-wrap {
	width: 135px;
	height: 150px;
}

.sa-library-contributions .sa-content-card-body > p:not(.sa-content-kicker) {
	display: none;
}

.sa-my-book-feature {
	grid-template-columns: minmax(0, 1fr) 140px;
	gap: 1.35rem;
	max-width: 920px;
	margin: 0 auto;
	padding: 1.5rem;
}

.sa-my-book-feature h2 {
	margin: 0.25rem 0 0.55rem;
	font-size: clamp(1.9rem, 3vw, 2.75rem);
}

.sa-my-book-feature > div > p:not(.sa-eyebrow) {
	max-width: 620px;
	font-size: 0.78rem;
	line-height: 1.55;
}

.sa-my-book-feature .sa-content-grid {
	max-width: 140px;
}

.sa-my-book-feature .sa-content-card {
	min-height: 0;
}

.sa-my-book-feature .sa-content-card-image,
.sa-my-book-feature .sa-card-image-wrap {
	height: 178px;
	object-fit: contain;
}

.sa-my-book-feature .sa-content-card-body {
	padding: 0.65rem;
}

.sa-my-book-feature .sa-content-card h3 {
	font-size: 0.95rem;
}

.sa-north-beliefs {
	padding-block: clamp(2rem, 3.5vw, 3.2rem);
}

.sa-north-beliefs .sa-section-heading {
	max-width: 820px;
	margin-bottom: 1.4rem;
}

.sa-north-beliefs .sa-section-heading h2 {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.sa-belief-grid {
	max-width: 1040px;
}

.sa-belief-grid article {
	padding: clamp(1.15rem, 2vw, 1.65rem);
}

.sa-belief-grid h3 {
	margin: 0.7rem 0 0.55rem;
	font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.sa-belief-grid p {
	margin: 0.45rem 0;
	font-size: 0.84rem;
	line-height: 1.55;
}

.sa-belief-grid .sa-belief-balance {
	grid-template-columns: 55px minmax(190px, 0.72fr) minmax(280px, 1.28fr);
	gap: 0.5rem 1.25rem;
}

.sa-moral-compass {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 1.4rem;
	align-items: center;
	max-width: 900px;
	margin: clamp(1.5rem, 3vw, 2.8rem) auto;
	padding: 1.35rem 1.6rem;
	background: rgba(246, 243, 235, 0.78);
	border-top: 1px solid rgba(23, 55, 74, 0.18);
	border-bottom: 1px solid rgba(23, 55, 74, 0.18);
}

.sa-moral-compass-mark {
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	background: radial-gradient(circle, #f7f3ea 0 35%, #dce7ec 36% 48%, #577a91 49% 52%, transparent 53%);
	border: 1px solid rgba(23, 55, 74, 0.22);
	border-radius: 50%;
	transform: rotate(-4deg);
}

.sa-moral-compass-mark span {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.1rem;
}

.sa-moral-compass h2 {
	margin: 0.2rem 0 0.25rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.65rem, 2.6vw, 2.25rem);
	font-weight: 500;
}

.sa-moral-compass p:last-child {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.55;
}

@media (max-width: 782px) {
	.sa-front-editorial,
	.sa-library-contributions .sa-content-grid { grid-template-columns: 1fr; }
	.sa-front-note { transform: none; }
	.sa-library-contributions .sa-content-card:nth-child(n+3) { display: none; }
}

@media (max-width: 560px) {
	.sa-my-book-feature { grid-template-columns: 1fr; }
	.sa-my-book-feature .sa-content-grid { max-width: 130px; }
	.sa-belief-grid .sa-belief-balance,
	.sa-moral-compass { display: block; }
	.sa-moral-compass-mark { margin-bottom: 1rem; }
}

/* 0.9: press narrative and compact career arc */
.sa-career-arc {
	background: #f4f0e7;
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.sa-career-arc > .sa-section-heading {
	max-width: 760px;
	margin-bottom: 2.25rem;
}

.sa-career-arc-track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.sa-career-arc-track::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(90deg, #91aabe, #17384d 48%, #a98a68);
}

.sa-career-arc-track li {
	position: relative;
	padding: 2.75rem 1.1rem 0;
	text-align: center;
}

.sa-career-arc-track li::before {
	content: "✦";
	position: absolute;
	top: .35rem;
	left: 50%;
	width: 1.35rem;
	height: 1.35rem;
	transform: translateX(-50%);
	border: 1px solid #6f8798;
	border-radius: 50%;
	background: #f4f0e7;
	color: #365d77;
	font-size: .65rem;
	line-height: 1.2rem;
}

.sa-career-arc-track span {
	display: block;
	margin-bottom: .45rem;
	color: #64849a;
	font: 700 .68rem/1 var(--wp--preset--font-family--sans);
	letter-spacing: .14em;
}

.sa-career-arc-track strong {
	display: block;
	color: #17384d;
	font: 500 clamp(1.15rem, 1.65vw, 1.45rem)/1.15 var(--wp--preset--font-family--serif);
}

.sa-career-arc-track p {
	margin: .65rem auto 0;
	max-width: 14rem;
	color: #344852;
	font-size: .78rem;
	line-height: 1.55;
}

.sa-selected-engagements {
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.sa-selected-engagements > .sa-section-heading {
	max-width: 760px;
	margin-bottom: 1.75rem;
}

.sa-engagement-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 1120px;
	margin: 0 auto;
	background: #c7c5bd;
	border: 1px solid #c7c5bd;
}

.sa-engagement-columns > div {
	background: #fbf8f1;
	padding: 1.5rem;
}

.sa-engagement-columns strong {
	display: block;
	margin-bottom: .65rem;
	color: #17384d;
	font: 500 1.2rem/1.2 var(--wp--preset--font-family--serif);
}

.sa-engagement-columns p {
	margin: 0;
	font-size: .82rem;
	line-height: 1.65;
}

.sa-past-engagements .sa-engagement-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.sa-past-engagements .sa-engagement-list article {
	min-height: 0;
	padding: 1.25rem;
}

.sa-past-engagements .sa-engagement-list h3 {
	font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

.sa-past-engagements .sa-engagement-list p {
	font-size: .82rem;
}

.sa-past-engagements .sa-engagement-list a {
	display: inline-block;
	margin-top: .75rem;
	color: #28536d;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.sa-bio-portrait-personal img {
	object-position: center 45%;
}

.sa-north-places {
	display: grid;
	grid-template-columns: minmax(280px, .82fr) minmax(340px, 1.18fr);
	align-items: stretch;
	max-width: 1080px;
	margin: clamp(2rem, 5vw, 5rem) auto;
	background: #f5f1e8;
	border: 1px solid rgba(23, 55, 74, .16);
	box-shadow: 0 18px 45px rgba(28, 44, 53, .08);
}

.sa-north-places-photo {
	position: relative;
	min-height: 360px;
	overflow: hidden;
}

.sa-north-places-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 70%, rgba(245, 241, 232, .45));
}

.sa-north-places-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(.78) contrast(.96);
}

.sa-north-places-copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 4vw, 4rem);
}

.sa-north-places-copy::before {
	content: "✦";
	position: absolute;
	top: 1.2rem;
	right: 1.4rem;
	color: #7694a6;
	font-size: 1.15rem;
}

.sa-north-places-copy h2 {
	margin: .25rem 0 1rem;
	font: 500 clamp(2.25rem, 4vw, 3.7rem)/.98 var(--wp--preset--font-family--serif);
	color: #17384d;
}

.sa-north-places-copy > p:not(.sa-eyebrow) {
	margin: .4rem 0;
	font-size: .9rem;
	line-height: 1.7;
}

.sa-travel-keepsake {
	position: relative;
	align-self: flex-end;
	width: 12rem;
	height: 7.4rem;
	margin-top: 1.5rem;
}

.sa-keepsake-passport,
.sa-keepsake-ticket {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	box-shadow: 0 10px 22px rgba(23, 55, 74, .16);
}

.sa-keepsake-passport {
	right: .4rem;
	bottom: .1rem;
	width: 7.1rem;
	height: 6.1rem;
	padding: .85rem;
	border: 1px solid rgba(246, 243, 235, .36);
	border-radius: .18rem;
	color: #f5efe1;
	background: #31566c;
	text-align: center;
	transform: rotate(5deg);
}

.sa-keepsake-passport small,
.sa-keepsake-passport em,
.sa-keepsake-ticket small,
.sa-keepsake-ticket em {
	font-size: .5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.sa-keepsake-passport b {
	font-size: 1.5rem;
	font-weight: 400;
}

.sa-keepsake-ticket {
	left: 0;
	top: .35rem;
	z-index: 2;
	width: 7rem;
	height: 4.1rem;
	padding: .65rem .75rem;
	border: 1px solid rgba(83, 105, 111, .25);
	color: #31566c;
	background: #eee5d4;
	transform: rotate(-7deg);
}

.sa-keepsake-ticket::after {
	position: absolute;
	right: .55rem;
	top: .55rem;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #7893a2;
	border-radius: 50%;
	content: "";
}

.sa-keepsake-ticket strong {
	font: 500 .92rem/1 var(--wp--preset--font-family--serif);
}

.sa-green-gold-note {
	width: min(760px, calc(100% - 2rem));
	margin: clamp(2rem, 4vw, 4rem) auto;
	border: 1px solid rgba(36, 79, 62, .22);
	background: #f7f3e8;
	box-shadow: 0 14px 34px rgba(23, 55, 74, .07);
}

.sa-green-gold-note summary {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1.25rem 1.4rem;
	cursor: pointer;
	list-style: none;
}

.sa-green-gold-note summary > span {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border: .35rem solid #c3a34c;
	border-radius: 50%;
	color: #f7f3e8;
	background: #244f3e;
}

.sa-green-gold-note summary div {
	display: flex;
	flex-direction: column;
}

.sa-green-gold-note summary small,
.sa-green-gold-note summary em {
	font-size: .55rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sa-green-gold-note summary strong {
	color: #244f3e;
	font: 500 1.55rem/1 var(--wp--preset--font-family--serif);
}

.sa-green-gold-copy {
	padding: .25rem clamp(1.5rem, 5vw, 4rem) 2rem;
	border-top: 1px solid rgba(195, 163, 76, .38);
}

.sa-green-gold-copy h2 {
	margin: 1.5rem 0 .75rem;
	color: #244f3e;
	font: 500 clamp(1.9rem, 3vw, 2.7rem)/1 var(--wp--preset--font-family--serif);
}

.sa-green-gold-copy p {
	max-width: 650px;
	font-size: .86rem;
	line-height: 1.72;
}

@media (max-width: 960px) {
	.sa-career-arc-track {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.sa-career-arc-track::before {
		top: 0;
		bottom: 0;
		left: .65rem;
		right: auto;
		width: 1px;
		height: auto;
	}

	.sa-career-arc-track li {
		padding: 0 0 1.5rem 2.75rem;
		text-align: left;
	}

	.sa-career-arc-track li::before {
		top: 0;
		left: .65rem;
	}

	.sa-career-arc-track p {
		margin-left: 0;
		max-width: 38rem;
	}

	.sa-engagement-columns,
	.sa-past-engagements .sa-engagement-list,
	.sa-north-places {
		grid-template-columns: 1fr;
	}

	.sa-north-places {
		margin-inline: 1rem;
	}

	.sa-north-places-photo {
		min-height: 280px;
	}

	.sa-green-gold-note summary {
		grid-template-columns: auto 1fr;
	}

	.sa-green-gold-note summary em {
		grid-column: 2;
	}
}

/* 0.9.1: compact press kit and expandable Field Notes */
.sa-press-hero {
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, .72fr);
	width: min(1180px, calc(100% - 2rem));
	min-height: 0;
	margin: 1rem auto 0;
}

.sa-press-hero-copy {
	padding: clamp(2rem, 4vw, 4rem);
}

.sa-press-hero h1 {
	font-size: clamp(3.5rem, 6vw, 5.5rem);
}

.sa-press-hero-photo {
	align-self: stretch;
	padding: 1.25rem;
}

.sa-press-hero-photo img {
	width: 100%;
	height: 100%;
	max-height: 390px;
	object-fit: cover;
	object-position: center 25%;
}

.sa-press-bios {
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.sa-press-bios > .sa-section-heading,
.sa-bio-grid {
	max-width: 1080px;
}

.sa-bio-grid article {
	padding: 1.35rem 1.5rem;
}

.sa-bio-grid article p {
	font-size: .86rem;
	line-height: 1.65;
}

.sa-career-arc-track {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sa-press-photos {
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
}

.sa-press-photos > .sa-section-heading {
	max-width: 720px;
}

.sa-photo-grid.sa-photo-grid-single {
	grid-template-columns: minmax(200px, 250px);
}

.sa-photo-grid.sa-photo-grid-single img {
	height: 250px;
}

.sa-more-field-notes {
	max-width: 1180px;
	margin: 1.25rem auto 0;
	border-top: 1px solid rgba(23, 55, 74, .2);
	border-bottom: 1px solid rgba(23, 55, 74, .2);
}

.sa-more-field-notes summary {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .75rem 1.5rem;
	align-items: center;
	padding: 1.1rem .25rem;
	cursor: pointer;
	list-style: none;
}

.sa-more-field-notes summary::-webkit-details-marker {
	display: none;
}

.sa-more-field-notes summary span {
	color: #17384d;
	font: 600 1.15rem/1.2 var(--wp--preset--font-family--serif);
}

.sa-more-field-notes summary span::after {
	content: " +";
	color: #5f8298;
}

.sa-more-field-notes[open] summary span::after {
	content: " −";
}

.sa-more-field-notes summary em {
	justify-self: end;
	color: #60717a;
	font-size: .7rem;
	font-style: normal;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.sa-past-engagements .sa-more-field-notes .sa-engagement-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 1rem 0 1.5rem;
}

@media (max-width: 960px) {
	.sa-career-arc-track {
		grid-template-columns: 1fr;
	}

	.sa-press-hero {
		grid-template-columns: 1fr;
	}

	.sa-press-hero-photo {
		min-height: 0;
	}

	.sa-press-hero-photo img {
		height: auto;
		max-height: 420px;
	}
}

@media (max-width: 700px) {
	.sa-bio-grid,
	.sa-past-engagements .sa-more-field-notes .sa-engagement-list {
		grid-template-columns: 1fr;
	}

	.sa-bio-full {
		grid-column: auto;
	}

	.sa-more-field-notes summary {
		grid-template-columns: 1fr;
	}

	.sa-more-field-notes summary em {
		justify-self: start;
	}
}

/* 0.9.7: restrained trail markers, travel keepsakes, and voice refinements. */
.sa-virginia-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	padding-block: clamp(2rem, 4vw, 3.6rem);
	color: var(--sa-white);
	background: linear-gradient(125deg, #283f4c, #577a91);
}

.sa-virginia-feature-image {
	position: relative;
	max-width: 760px;
	padding: clamp(.55rem, 1.5vw, 1rem);
	background: rgba(246, 243, 235, .16);
	box-shadow: 0 18px 46px rgba(10, 28, 38, .28);
	transform: rotate(-.5deg);
}

.sa-virginia-feature-image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.sa-virginia-feature h2 {
	max-width: 620px;
	margin: .35rem 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 4.5vw, 4.2rem);
	font-weight: 500;
	line-height: .98;
}

.sa-virginia-feature > div:last-child > p:not(.sa-eyebrow) {
	max-width: 590px;
	font-size: .88rem;
	line-height: 1.75;
}

.sa-virginia-page {
	background: #eee8dc;
}

.sa-virginia-hero {
	position: relative;
	min-height: min(72vh, 720px);
	overflow: hidden;
	color: var(--sa-white);
}

.sa-virginia-hero > img,
.sa-virginia-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sa-virginia-hero > img {
	object-fit: cover;
}

.sa-virginia-hero-shade {
	background: linear-gradient(90deg, rgba(14, 33, 43, .9) 0%, rgba(14, 33, 43, .48) 48%, rgba(14, 33, 43, .08) 100%);
}

.sa-virginia-hero-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(660px, 88%);
	min-height: min(72vh, 720px);
	margin-left: clamp(1rem, 7vw, 8rem);
}

.sa-virginia-hero-copy h1 {
	margin: .35rem 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(4.2rem, 10vw, 8.8rem);
	font-weight: 500;
	line-height: .82;
}

.sa-virginia-hero-copy > p:last-child {
	max-width: 470px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.25rem, 2.4vw, 1.8rem);
	font-style: italic;
}

.sa-virginia-intro {
	display: grid;
	grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: start;
}

.sa-virginia-intro h2,
.sa-virginia-walk h2,
.sa-virginia-lessons h2,
.sa-virginia-reading h2 {
	margin: .35rem 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 4.6rem);
	font-weight: 500;
	line-height: .98;
}

.sa-virginia-intro p {
	font-size: .9rem;
	line-height: 1.8;
}

.sa-virginia-walk {
	position: relative;
	padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 6vw, 6rem);
	overflow: hidden;
	background:
		linear-gradient(rgba(237, 232, 220, .9), rgba(237, 232, 220, .96)),
		url('../images/virginia-hall/pyrenees-route.png') center / cover fixed;
}

.sa-virginia-walk .sa-section-heading {
	max-width: 880px;
	margin: 0 auto clamp(2rem, 5vw, 4rem);
	text-align: center;
}

.sa-virginia-walk .sa-section-heading > p:last-child {
	max-width: 660px;
	margin-inline: auto;
	font-size: .84rem;
	line-height: 1.75;
}

.sa-footstep-index {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	max-width: 1180px;
	margin: 0 auto clamp(3rem, 7vw, 6rem);
	background: linear-gradient(90deg, transparent 5%, rgba(73, 108, 130, .52) 5% 95%, transparent 95%) center 1.25rem / 100% 1px no-repeat;
}

.sa-footstep-index a {
	display: grid;
	justify-items: center;
	gap: .34rem;
	padding: 0 .45rem;
	color: var(--sa-deep);
	text-align: center;
	text-decoration: none;
}

.sa-footstep-index span {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: .5rem;
	border: 1px solid rgba(23, 55, 74, .38);
	border-radius: 50%;
	color: var(--sa-white);
	background: var(--sa-blue);
	box-shadow: 0 0 0 .48rem rgba(237, 232, 220, .95);
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.sa-footstep-index strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
}

.sa-footstep-index small {
	font-size: .58rem;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.sa-footstep-stories {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
}

.sa-footstep-stories::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: repeating-linear-gradient(to bottom, rgba(73, 108, 130, .46) 0 8px, transparent 8px 17px);
	content: "";
}

.sa-footstep-story {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 5.5rem minmax(0, 1fr);
	align-items: center;
	min-height: 330px;
	scroll-margin-top: 2rem;
}

.sa-footstep-story:nth-child(odd) .sa-footstep-copy {
	grid-column: 1;
	text-align: right;
}

.sa-footstep-story:nth-child(even) .sa-footstep-copy {
	grid-column: 3;
}

.sa-footstep-marker {
	position: relative;
	z-index: 2;
	grid-column: 2;
	grid-row: 1;
	display: grid;
	place-items: center;
	width: 4.4rem;
	height: 4.4rem;
	margin: auto;
	border: 1px solid rgba(23, 55, 74, .22);
	border-radius: 50%;
	color: var(--sa-white);
	background: linear-gradient(150deg, #284a60, #17374a);
	box-shadow: 0 13px 28px rgba(23, 55, 74, .2), 0 0 0 .7rem rgba(237, 232, 220, .92);
}

.sa-footstep-marker::before,
.sa-footstep-marker::after {
	position: absolute;
	content: "";
}

.sa-footstep-marker::before {
	inset: .42rem;
	border: 1px solid rgba(246, 243, 235, .42);
	border-radius: 50%;
}

.sa-footstep-marker::after {
	left: 50%;
	top: calc(100% + 1.05rem);
	width: .32rem;
	height: .32rem;
	border-radius: 50%;
	background: rgba(73, 108, 130, .72);
	box-shadow: 0 1rem 0 rgba(73, 108, 130, .42);
	transform: translateX(-50%);
}

.sa-footstep-marker span {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.2rem;
}

.sa-footstep-copy {
	padding: clamp(1.5rem, 3.5vw, 3rem);
	border: 1px solid rgba(23, 55, 74, .15);
	background: rgba(248, 245, 238, .92);
	box-shadow: 0 18px 40px rgba(23, 55, 74, .09);
}

.sa-footstep-crossing .sa-footstep-copy {
	color: var(--sa-white);
	background: linear-gradient(135deg, rgba(31, 60, 76, .96), rgba(73, 108, 130, .94));
}

.sa-footstep-crossing .sa-eyebrow,
.sa-footstep-crossing .sa-footstep-copy a {
	color: #dce7ed;
}

.sa-footstep-copy .sa-eyebrow,
.sa-virginia-lesson-grid span {
	color: var(--sa-blue);
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sa-footstep-copy h3 {
	margin: .3rem 0 .8rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 500;
	line-height: 1;
}

.sa-footstep-copy > p:not(.sa-eyebrow),
.sa-virginia-lesson-grid p {
	font-size: .8rem;
	line-height: 1.72;
}

.sa-footstep-copy a {
	display: inline-block;
	margin-top: 1rem;
	color: var(--sa-deep);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.sa-route-note {
	max-width: 760px;
	margin: clamp(2.5rem, 5vw, 4rem) auto 0;
	color: rgba(23, 55, 74, .72);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.55;
	text-align: center;
}

.sa-virginia-lessons {
	display: grid;
	grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(3rem, 6vw, 6rem);
	color: var(--sa-white);
	background: var(--sa-deep);
}

.sa-virginia-lesson-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, .18);
}

.sa-virginia-lesson-grid article {
	padding: 1.5rem;
	background: rgba(255, 255, 255, .06);
}

.sa-virginia-lesson-grid span {
	color: var(--sa-sky);
}

.sa-virginia-reading {
	display: grid;
	grid-template-columns: minmax(160px, 230px) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
}

.sa-virginia-reading img {
	width: 100%;
	box-shadow: 0 18px 36px rgba(23, 55, 74, .18);
}

.sa-virginia-sources {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	max-width: 1180px;
	margin: 0 auto;
	padding: 1.5rem clamp(1rem, 5vw, 3rem) 3rem;
	border-top: 1px solid rgba(23, 55, 74, .16);
}

.sa-virginia-sources p,
.sa-virginia-sources a {
	font-size: .7rem;
	line-height: 1.6;
}

.sa-service-remembrance {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
	gap: 1px;
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
	background: rgba(23, 55, 74, .15);
}

.sa-service-remembrance article {
	padding: clamp(1.7rem, 4vw, 3.2rem);
	background: #f3efe6;
}

.sa-service-remembrance h2 {
	max-width: 760px;
	margin: .4rem 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 500;
	line-height: 1;
}

.sa-service-remembrance p:not(.sa-eyebrow) {
	max-width: 720px;
	font-size: .82rem;
	line-height: 1.72;
}

.sa-memorial-foundation-card {
	color: var(--sa-white);
	background: var(--sa-deep) !important;
}

.sa-memorial-foundation-card .sa-text-link {
	color: var(--sa-white);
}

.sa-watch-section-page {
	padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 6vw, 6rem);
	background: var(--sa-paper);
}

.sa-watch-section-page > header {
	max-width: 880px;
	margin: 0 auto 3rem;
	text-align: center;
}

.sa-watch-section-page > header h1 {
	margin: .25rem 0 .8rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3.2rem, 8vw, 6.6rem);
	font-weight: 500;
}

.sa-watch-section-page > header p:last-child {
	max-width: 690px;
	margin-inline: auto;
	font-size: .9rem;
	line-height: 1.7;
}

.sa-watch-section-page > .sa-content-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1240px;
	margin: 0 auto;
}

.sa-watch-section-block {
	max-width: 1240px;
	margin: 0 auto clamp(3rem, 6vw, 5rem);
}

.sa-watch-section-block .sa-section-heading {
	margin-bottom: 1.4rem;
}

.sa-watch-section-audio {
	max-width: 980px;
}

@media (max-width: 980px) {
	.sa-watch-section-page > .sa-content-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sa-virginia-feature,
	.sa-virginia-intro,
	.sa-virginia-lessons,
	.sa-service-remembrance {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.sa-virginia-lesson-grid,
	.sa-virginia-reading,
	.sa-watch-section-page > .sa-content-grid {
		grid-template-columns: 1fr;
	}

	.sa-virginia-walk {
		background-attachment: scroll;
	}

	.sa-footstep-index {
		display: flex;
		justify-content: flex-start;
		padding: .5rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		background: rgba(248, 245, 238, .72);
	}

	.sa-footstep-index a {
		flex: 0 0 8.5rem;
		scroll-snap-align: center;
	}

	.sa-footstep-stories::before {
		left: 1.45rem;
	}

	.sa-footstep-story {
		grid-template-columns: 3rem minmax(0, 1fr);
		gap: .65rem;
		min-height: 0;
		padding-bottom: 2rem;
	}

	.sa-footstep-story:nth-child(odd) .sa-footstep-copy,
	.sa-footstep-story:nth-child(even) .sa-footstep-copy {
		grid-column: 2;
		grid-row: 1;
		text-align: left;
	}

	.sa-footstep-marker {
		grid-column: 1;
		width: 2.8rem;
		height: 2.8rem;
		box-shadow: 0 8px 18px rgba(23, 55, 74, .18), 0 0 0 .35rem rgba(237, 232, 220, .94);
	}

	.sa-footstep-marker::before {
		inset: .28rem;
	}

	.sa-footstep-marker::after {
		top: calc(100% + .75rem);
		width: .24rem;
		height: .24rem;
		box-shadow: 0 .72rem 0 rgba(73, 108, 130, .38);
	}

	.sa-footstep-copy {
		padding: 1.35rem;
	}

	.sa-virginia-sources {
		flex-direction: column;
	}
}
