:root {
	--sgf-cream: #F8F7F5;
	--sgf-stone: #C1C9C0;
	--sgf-wine: #0D0D0D;
	--sgf-ink: #0D0D0D;
	--sgf-rust: #8C8C85;
	--sgf-button-accent: #262626;
	--sgf-button-accent-soft: rgba(13, 13, 13, 0.18);
	--sgf-button-accent-wash: rgba(13, 13, 13, 0.045);
	--sgf-olive: #8C8C85;
	--sgf-charcoal: #0D0D0D;
	--sgf-muted-ink: #6B6B6B;
	--sgf-paper: #F8F7F5;
	--sgf-line: rgba(248, 247, 245, 0.16);
	--sgf-line-dark: #E3E3E3;
	--sgf-shadow: 0 24px 64px rgba(13, 13, 13, 0.1);
	--sgf-width: 1280px;
	--sgf-radius: 3px;
	--sgf-body: "georgia", Georgia, "Times New Roman", serif;
	--sgf-body-copy-size: 18px;
	--sgf-sans: "General Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--sgf-serif: "Americana SGF", Georgia, "Times New Roman", serif;
	--sgf-display-alt: "TAY Wingman SGF", "General Sans", ui-sans-serif, system-ui, sans-serif;
	--sgf-news-title-spacing: 0.01em;
	--sgf-news-title-leading: 1.1;
	--sgf-news-title-weight: 500;
	--sgf-news-caps-spacing: 0.18em;
	--sgf-news-caps-leading: 1.3;
	--sgf-news-caps-weight: 500;
	--sgf-news-small-title-spacing: 0.03em;
	--sgf-news-small-title-leading: 1.28;
	--sgf-news-small-title-weight: 500;
}

@font-face {
	font-display: swap;
	font-family: "Americana SGF";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/AmericanaStd-Roman.woff2") format("woff2"),
		url("../fonts/AmericanaStd-Roman.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "Americana SGF";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/AmericanaStd-Bold.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "TAY Wingman SGF";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/TAYWingman.woff2") format("woff2"),
		url("../fonts/TAYWingman.woff") format("woff");
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sgf-charcoal);
	color: var(--sgf-cream);
	font-family: var(--sgf-sans);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

body.page:not(.home):not(.page-template-page-news):not(.page-template-page-schedule) {
	background: var(--sgf-paper);
	color: var(--sgf-ink);
}

body.page:not(.home):not(.page-template-page-news):not(.page-template-page-schedule) .sgf-main,
body.page:not(.home):not(.page-template-page-news):not(.page-template-page-schedule) .sgf-page {
	background: var(--sgf-paper);
	color: var(--sgf-ink);
}

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

a {
	color: inherit;
	text-decoration-color: rgba(13, 13, 13, 0.38);
	text-underline-offset: 0.18em;
}

a:hover {
	text-decoration-color: currentColor;
}

h1,
h2,
h3,
h4 {
	line-height: 1.1;
	margin: 0 0 0.45em;
	text-wrap: balance;
}

h1,
h2,
h3,
h4 {
	font-family: var(--sgf-serif);
	font-weight: 400;
}

h1 {
	font-size: clamp(38px, 5vw, 64px);
	max-width: 720px;
}

h2 {
	font-size: clamp(28px, 3vw, 40px);
}

h3 {
	font-size: 21px;
}

p {
	font-family: var(--sgf-body);
	margin: 0 0 1em;
}

.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.skip-link:focus {
	clip: auto;
	background: var(--sgf-cream);
	color: var(--sgf-ink);
	height: auto;
	left: 16px;
	padding: 10px 14px;
	top: 16px;
	width: auto;
	z-index: 1000;
}

.sgf-site-header {
	background: rgba(21, 20, 22, 0.92);
	border-bottom: 1px solid var(--sgf-line);
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(16px);
}

.home .sgf-site-header {
	background: linear-gradient(180deg, rgba(10, 9, 10, 0.72), rgba(10, 9, 10, 0.08));
	border-bottom-color: rgba(230, 226, 214, 0.2);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sgf-header-inner,
.sgf-footer-inner,
.sgf-footer-bottom,
.sgf-hero,
.sgf-section,
.sgf-page-hero,
.sgf-author-hero,
.sgf-single-grid {
	margin: 0 auto;
	max-width: var(--sgf-width);
	padding-left: 24px;
	padding-right: 24px;
}

.sgf-header-inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	min-height: 92px;
}

.sgf-nav {
	justify-self: center;
}

.sgf-header-cta {
	align-items: center;
	background: rgba(247, 243, 238, 0.9);
	backdrop-filter: blur(12px);
	border: 1px solid var(--sgf-button-accent-soft);
	border-radius: var(--sgf-radius);
	color: var(--sgf-wine);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	justify-self: end;
	line-height: 1;
	min-width: 148px;
	min-height: 42px;
	padding: 0 28px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.sgf-header-cta:hover {
	background: var(--sgf-cream);
	border-color: var(--sgf-button-accent);
	color: var(--sgf-wine);
	transform: translateY(-1px);
}

.sgf-header-cta__icon,
.sgf-menu-toggle__icon {
	display: none;
}

.sgf-brand {
	align-items: center;
	display: inline-flex;
	gap: 16px;
	text-decoration: none;
}

.sgf-brand-mark {
	height: 60px;
	object-fit: contain;
	width: 60px;
}

.sgf-brand strong,
.sgf-brand small {
	display: block;
}

.sgf-brand strong {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1;
}

.sgf-site-header .sgf-brand strong {
	color: var(--sgf-cream);
	font-size: 14px;
	font-weight: var(--sgf-news-caps-weight);
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	text-transform: uppercase;
}

.sgf-brand strong span {
	display: block;
}

.sgf-brand small {
	color: var(--sgf-stone);
	font-family: var(--sgf-display-alt);
	font-size: 13px;
	text-transform: uppercase;
}

.sgf-menu,
.sgf-footer-menu {
	align-items: center;
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sgf-menu li:has(> a[href$="/schedule/"]),
.sgf-menu li:has(> a[href$="/schedule"]) {
	display: none;
}

.sgf-menu a,
.sgf-footer-menu a {
	color: var(--sgf-stone);
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

.sgf-site-header .sgf-menu a {
	color: var(--sgf-cream);
}

.sgf-menu a:hover,
.sgf-footer-menu a:hover {
	color: var(--sgf-cream);
}

.sgf-menu li {
	position: relative;
}

.sgf-menu .sub-menu {
	background: var(--sgf-charcoal);
	border: 1px solid rgba(230, 226, 214, 0.18);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.36);
	display: grid;
	gap: 2px;
	left: 50%;
	list-style: none;
	margin: 0;
	min-width: 220px;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 18px);
	transform: translate(-50%, 8px);
	transition: opacity 160ms ease, transform 160ms ease;
	z-index: 80;
}

.sgf-menu .sub-menu::before {
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	right: 0;
	top: -18px;
}

.sgf-menu li:hover > .sub-menu,
.sgf-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.sgf-menu .sub-menu a {
	color: var(--sgf-stone);
	display: block;
	font-size: 14px;
	line-height: 1.25;
	padding: 10px 12px;
	white-space: nowrap;
}

.sgf-menu .sub-menu a:hover,
.sgf-menu .sub-menu a:focus {
	background: var(--sgf-button-accent-wash);
	color: var(--sgf-cream);
}

.sgf-menu-toggle {
	background: transparent;
	border: 1px solid var(--sgf-line);
	border-radius: var(--sgf-radius);
	color: var(--sgf-cream);
	display: none;
	font: inherit;
	padding: 9px 12px;
}

.sgf-submenu-toggle {
	display: none;
}

.sgf-mobile-nav-cta {
	display: none;
}

.sgf-main {
	overflow: hidden;
}

.sgf-hero {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
	min-height: 500px;
	padding-bottom: 46px;
	padding-top: 46px;
}

.sgf-home-hero {
	align-items: end;
	background: #0f0d0e;
	display: grid;
	grid-template-columns: 1fr;
	isolation: isolate;
	max-width: none;
	min-height: clamp(680px, 100vh, 920px);
	overflow: hidden;
	padding: 148px max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px)) 180px;
	position: relative;
}

.sgf-home-hero::before {
	background-image: var(--sgf-hero-image);
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
	transform: scale(1.02);
	z-index: -3;
}

.sgf-home-hero::after {
	background: #080708;
	content: "";
	inset: 0;
	opacity: var(--sgf-hero-overlay-opacity, var(--sgf-home-hero-overlay-opacity, 0.72));
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.sgf-home-hero__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 320ms ease;
	width: 100%;
	z-index: -2;
}

.sgf-home-hero.is-video-ready .sgf-home-hero__video {
	opacity: 1;
}

.sgf-home-hero__loader {
	animation: sgf-loader-spin 720ms linear infinite;
	border: 2px solid rgba(247, 243, 238, 0.28);
	border-radius: 50%;
	border-top-color: var(--sgf-cream);
	height: 42px;
	left: 50%;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 180ms ease;
	width: 42px;
	z-index: 0;
}

.sgf-home-hero.is-video-ready .sgf-home-hero__loader,
.sgf-home-hero.is-video-error .sgf-home-hero__loader {
	opacity: 0;
}

.sgf-home-hero__copy {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.sgf-home-hero__copy .sgf-kicker {
	color: #e7b7a6;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	text-align: center;
	width: 100%;
}

.sgf-home-hero h1 {
	color: var(--sgf-cream);
	font-size: clamp(76px, 11vw, 156px);
	font-weight: 400;
	line-height: 0.94;
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
}

.sgf-home-hero .sgf-hero-copy p:not(.sgf-kicker) {
	color: rgba(247, 243, 238, 0.78);
	font-size: clamp(17px, 1.5vw, 22px);
	font-weight: 400;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.sgf-home-hero .sgf-actions {
	justify-content: center;
	margin-top: 28px;
}

.sgf-home-hero .sgf-actions .sgf-btn:not(.sgf-btn--ghost) {
	background: rgba(13, 13, 13, 0.76);
	border-color: rgba(247, 243, 238, 0.18);
	color: var(--sgf-cream);
}

.sgf-home-hero .sgf-actions .sgf-btn:hover,
.sgf-home-hero .sgf-actions .sgf-btn:focus-visible {
	background: var(--sgf-cream) !important;
	border-color: var(--sgf-cream) !important;
	color: var(--sgf-ink) !important;
}

.sgf-hero-ticker {
	background: #080708;
	border-top: 1px solid rgba(230, 226, 214, 0.18);
	bottom: 0;
	color: var(--sgf-cream);
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	white-space: nowrap;
}

.sgf-hero-ticker__track {
	animation: sgf-hero-ticker var(--sgf-hero-ticker-speed, 72s) linear infinite;
	display: flex;
	width: max-content;
}

.sgf-hero-ticker__set {
	display: flex;
	flex: 0 0 auto;
}

.sgf-home-hero .sgf-hero-ticker span {
	align-items: center;
	display: inline-flex;
	font-family: var(--sgf-serif);
	font-size: clamp(16px, 1.25vw, 22px);
	line-height: 1;
	min-height: 74px;
}

.sgf-hero-ticker span::after {
	align-self: center;
	background: var(--sgf-rust);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 5px;
	margin: 0 34px;
	width: 5px;
}

@keyframes sgf-hero-ticker {
	to {
		transform: translateX(-50%);
	}
}

@keyframes sgf-loader-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.sgf-hero-copy p {
	color: var(--sgf-stone);
	font-family: var(--sgf-body);
	font-size: 17px;
	line-height: 1.6;
	max-width: 600px;
}

.sgf-hero h1 {
	font-size: clamp(42px, 5.4vw, 66px);
	font-weight: 400;
	line-height: 1.05;
	max-width: 680px;
}

.sgf-kicker {
	color: var(--sgf-rust);
	font-family: var(--sgf-display-alt);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sgf-hero .sgf-kicker,
.sgf-page-hero .sgf-kicker,
.sgf-author-hero .sgf-kicker {
	font-family: var(--sgf-display-alt);
}

.sgf-hero-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.sgf-hero-card img {
	aspect-ratio: 4 / 4.35;
	border-radius: 4px;
	box-shadow: var(--sgf-shadow);
	object-fit: cover;
	width: 100%;
}

.sgf-hero-card div {
	align-items: center;
	border-bottom: 1px solid var(--sgf-line);
	display: flex;
	justify-content: space-between;
	padding: 14px 0 0;
}

.sgf-hero-card span {
	color: var(--sgf-stone);
	font-family: var(--sgf-display-alt);
}

.sgf-actions,
.sgf-center {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.sgf-center {
	justify-content: center;
}

.sgf-btn {
	background: var(--sgf-cream);
	border: 1px solid var(--sgf-button-accent-soft);
	border-radius: var(--sgf-radius);
	color: var(--sgf-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2;
	min-height: 38px;
	padding: 9px 16px;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sgf-btn:hover {
	border-color: var(--sgf-button-accent);
	color: var(--sgf-wine);
	transform: translateY(-1px);
}

.sgf-btn--ghost {
	background: transparent;
	border-color: rgba(248, 247, 245, 0.38);
	color: var(--sgf-cream);
}

.sgf-section {
	padding-bottom: 72px;
	padding-top: 72px;
}

.home .sgf-section {
	padding-bottom: 126px;
	padding-top: 126px;
}

.sgf-section--light {
	background: var(--sgf-paper);
	color: var(--sgf-ink);
	max-width: none;
	padding-left: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
	padding-right: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
}

.sgf-section--light .sgf-kicker,
.sgf-section--light a {
	color: var(--sgf-wine);
}

body.page-template-page-schedule .sgf-section--light,
body.post-type-archive-speaker .sgf-section--light,
body.blog .sgf-section--light,
body.category .sgf-section--light,
body.tag .sgf-section--light {
	background: var(--sgf-charcoal);
	color: var(--sgf-cream);
}

body.page-template-page-schedule .sgf-section--light a,
body.post-type-archive-speaker .sgf-section--light a,
body.blog .sgf-section--light a,
body.category .sgf-section--light a,
body.tag .sgf-section--light a {
	color: inherit;
}

.home .sgf-section .sgf-kicker {
	color: var(--sgf-button-accent);
	font-size: 16px;
}

.sgf-section-heading {
	margin-bottom: 42px;
	max-width: 700px;
}

.sgf-section-title-row {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.sgf-section-title-row h2 {
	margin-bottom: 0;
}

.sgf-section-heading p:not(.sgf-kicker),
.sgf-page-hero p,
.sgf-gallery-note p {
	color: var(--sgf-muted-ink);
	font-family: var(--sgf-body);
	font-size: var(--sgf-body-copy-size);
	line-height: 1.6;
}

.sgf-speaker-showcase {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	overflow: hidden;
	padding-bottom: 58px;
	padding-top: 58px;
}

.sgf-speaker-showcase__intro {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sgf-speaker-showcase__intro > div:first-child {
	max-width: 720px;
}

.sgf-speaker-showcase__intro h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin-bottom: 0;
  max-width: 720px;
}

.sgf-speaker-showcase__intro > div:last-child {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

.sgf-speaker-showcase__intro p:not(.sgf-kicker) {
	color: var(--sgf-muted-ink);
	font-family: var(--sgf-body);
	font-size: var(--sgf-body-copy-size);
	line-height: 1.6;
	margin-bottom: 14px;
	max-width: 340px;
}

.sgf-link-btn {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--sgf-button-accent-soft);
	border-radius: 0;
	color: var(--sgf-wine);
	justify-content: flex-start;
	min-height: 0;
	padding: 10px 0 7px;
	font-size: 12px;
	font-weight: var(--sgf-news-caps-weight);
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	text-transform: uppercase;
}

.sgf-carousel {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: block;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 0 0 62px;
	position: relative;
	width: 100%;
}

.sgf-carousel::before {
	content: none;
}

.sgf-speaker-track {
	padding-top: 0;
}

.sgf-speaker-showcase .splide__track {
	overflow: hidden;
}

@media (min-width: 981px) {
	.sgf-speaker-showcase {
		display: block;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		overflow: hidden;
		padding-left: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
		padding-right: 0;
	}

	.sgf-speaker-showcase__intro {
		align-items: end;
		display: flex;
		gap: 48px;
		justify-content: space-between;
		margin: 0 0 70px;
		max-width: var(--sgf-width);
		width: min(calc(100vw - 48px), var(--sgf-width));
	}

	.sgf-speaker-showcase__intro > div:last-child {
		justify-content: flex-end;
		padding-top: 0;
	}

	.sgf-speaker-showcase__intro > div:first-child,
	.sgf-speaker-showcase__intro h2 {
		max-width: 720px;
	}

  .sgf-speaker-showcase__intro h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.1;
    margin: 0;
  }

	.sgf-speaker-showcase__intro p:not(.sgf-kicker) {
		line-height: 1.7;
		margin: 0 0 20px;
		max-width: 390px;
	}

	.sgf-speaker-showcase .sgf-carousel {
		max-width: none;
		width: calc(100vw - max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px)));
	}

	.home .sgf-speaker-showcase {
		--sgf-speaker-carousel-gutter: max(24px, calc((100vw - var(--sgf-width)) / 2));
		padding-left: var(--sgf-speaker-carousel-gutter);
		padding-right: 0;
	}

	.home .sgf-speaker-showcase .sgf-carousel {
		max-width: none;
		width: calc(100vw - var(--sgf-speaker-carousel-gutter));
	}

	.home .sgf-speaker-showcase .splide__track {
		width: 100%;
	}

	.sgf-speaker-showcase .sgf-carousel-progress {
		left: 0;
		right: auto;
		transform: none;
		width: min(calc(100vw - 48px), var(--sgf-width));
	}
}

.sgf-speaker-slide {
	background: transparent;
	overflow: hidden;
	opacity: 0.46;
	transition: opacity 180ms ease;
}

.sgf-speaker-slide.is-active,
.sgf-speaker-slide.is-visible {
	opacity: 1;
}

.sgf-speaker-slide a {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 14px;
	height: 100%;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.sgf-speaker-slide img,
.sgf-speaker-slide__fallback {
	aspect-ratio: 1080 / 1360;
	border-radius: 2px;
	display: block;
	filter: grayscale(1) contrast(0.96);
	object-fit: cover;
	width: 100%;
}

.sgf-speaker-slide__fallback {
	align-items: center;
	background: var(--sgf-wine);
	color: var(--sgf-cream);
	display: flex;
	font-family: var(--sgf-serif);
	font-size: 72px;
	justify-content: center;
}

.sgf-speaker-slide__overlay {
	background: transparent;
	border-top: 0;
	color: var(--sgf-ink);
	display: grid;
	gap: 7px;
	min-height: 72px;
	padding: 0 0 2px;
	position: static;
}

.sgf-speaker-slide__overlay strong {
	font-family: var(--sgf-sans);
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: var(--sgf-news-small-title-weight);
	letter-spacing: var(--sgf-news-small-title-spacing);
	line-height: var(--sgf-news-small-title-leading);
}

.sgf-speaker-slide__overlay small {
	color: var(--sgf-rust);
	font-family: var(--sgf-sans);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	max-width: 320px;
}

.sgf-carousel .splide__pagination {
	display: none;
}

.sgf-carousel-progress {
	align-items: center;
	bottom: 10px;
	display: flex;
	gap: 0;
	justify-content: center;
	left: 50%;
	min-height: 18px;
	position: absolute;
	transform: translateX(-50%);
	width: min(calc(100% - 48px), var(--sgf-width));
	--sgf-carousel-progress-offset: 0%;
	--sgf-carousel-progress-index: 0;
	--sgf-carousel-progress-total: 1;
}

.sgf-carousel-progress::before,
.sgf-carousel-progress::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
}

.sgf-carousel-progress::before {
	background: rgba(13, 13, 13, 0.16);
	height: 1px;
	transform: translateY(-50%);
	width: 100%;
}

.sgf-carousel-progress::after {
	background: var(--sgf-button-accent);
	height: 2px;
	transform: translate3d(var(--sgf-carousel-progress-offset), -50%, 0);
	transition: transform 240ms ease;
	width: calc(100% / var(--sgf-carousel-progress-total));
}

.sgf-carousel-progress__button {
	-webkit-appearance: none;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	cursor: pointer;
	display: block;
	flex: 1 1 0;
	font-size: 0 !important;
	height: 18px;
	line-height: 0;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	outline: 0;
	padding: 0 !important;
	position: relative;
	text-decoration: none !important;
	text-indent: -9999px;
	width: auto;
	z-index: 1;
}

.sgf-carousel-progress__button:hover,
.sgf-carousel-progress__button:focus,
.sgf-carousel-progress__button.is-active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.sgf-carousel-progress__button:focus-visible {
	outline: 1px solid var(--sgf-button-accent);
	outline-offset: 5px;
}

.sgf-card-grid {
	display: grid;
	gap: 1px;
	background: var(--sgf-line-dark);
	border: 1px solid var(--sgf-line-dark);
}

.sgf-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sgf-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sgf-author-grid {
	background: transparent;
	border: 0;
	column-gap: 38px;
	grid-template-columns: repeat(var(--sgf-author-grid-columns, 4), minmax(0, 1fr));
	row-gap: 54px;
	width: 100%;
}

.sgf-elementor-authors--grid {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.sgf-elementor-authors--grid .sgf-section-heading,
.sgf-elementor-authors--grid .sgf-author-grid {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

.sgf-person-card {
	background: var(--sgf-paper);
	border: 0;
	border-radius: 0;
	min-height: 0;
	width: 100%;
}

.sgf-person-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	text-decoration: none;
}

.sgf-person-card__image {
	aspect-ratio: 4 / 5;
	filter: grayscale(0.18) saturate(0.72);
	object-fit: cover;
	width: 100%;
}

.sgf-person-card .sgf-kicker,
.sgf-person-card h2,
.sgf-person-card h3,
.sgf-person-card p:last-child,
.sgf-person-card .sgf-monogram {
	margin-left: 24px;
	margin-right: 24px;
}

.sgf-person-card .sgf-kicker {
	font-weight: 500;
	margin-top: 22px;
}

.sgf-person-card h2,
.sgf-person-card h3 {
	font-family: var(--sgf-serif);
	font-size: clamp(18px, 1.45vw, 22px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.32;
}

.sgf-person-card p:last-child {
	color: var(--sgf-muted-ink);
	font-size: 14px;
	line-height: 1.6;
	margin-top: auto;
	padding-bottom: 24px;
}

.sgf-author-grid .sgf-person-card {
	background: transparent;
}

.sgf-author-grid .sgf-person-card .sgf-kicker,
.sgf-author-grid .sgf-person-card h2,
.sgf-author-grid .sgf-person-card p:last-child,
.sgf-author-grid .sgf-person-card .sgf-monogram {
	margin-left: 0;
	margin-right: 0;
}

.sgf-author-grid .sgf-person-card .sgf-kicker {
	color: var(--sgf-rust);
	font-family: var(--sgf-sans);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 12px;
	margin-top: 0;
	text-transform: none;
}

body.post-type-archive-speaker .sgf-author-grid .sgf-person-card h2,
body.post-type-archive-speaker .sgf-author-grid .sgf-person-card h3 {
	color: var(--sgf-cream);
}

body.post-type-archive-speaker .sgf-author-grid .sgf-person-card p:last-child {
	color: var(--sgf-stone);
}

.sgf-author-grid .sgf-person-card h2 {
	font-family: var(--sgf-serif);
	font-size: clamp(18px, 1.45vw, 22px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.32;
	margin-bottom: 7px;
	margin-top: 18px;
}

.sgf-author-grid .sgf-person-card p:last-child {
	font-family: var(--sgf-sans);
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 0;
}

.sgf-monogram {
	align-items: center;
	background: var(--sgf-wine);
	border-radius: 50%;
	color: var(--sgf-cream);
	display: inline-flex;
	font-family: var(--sgf-serif);
	font-size: 22px;
	height: 48px;
	justify-content: center;
	margin-bottom: 16px;
	width: 48px;
}

.sgf-monogram--large {
	font-size: 42px;
	height: 96px;
	margin-bottom: 0;
	width: 96px;
}

.sgf-split,
.sgf-single-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
}

.sgf-split p {
	color: var(--sgf-stone);
}

.sgf-split h2 {
	font-size: clamp(34px, 4.5vw, 58px);
	line-height: 1.02;
}

.sgf-split > div:first-child p:not(.sgf-kicker) {
	font-size: var(--sgf-body-copy-size);
	line-height: 1.6;
	max-width: 680px;
}

.sgf-featured-cta {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
	padding-bottom: 72px;
	padding-top: 72px;
}

.sgf-featured-cta__copy {
	max-width: 570px;
}

.sgf-featured-cta__copy p:not(.sgf-kicker) {
	color: var(--sgf-stone);
	font-family: var(--sgf-body);
	font-size: var(--sgf-body-copy-size);
	line-height: 1.6;
}

.sgf-featured-portraits {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sgf-featured-portraits a {
	display: block;
	position: relative;
	text-decoration: none;
}

.sgf-featured-portraits img,
.sgf-featured-portraits span {
	aspect-ratio: 4 / 5;
	display: block;
	filter: grayscale(1) contrast(0.94);
	object-fit: cover;
	width: 100%;
}

.sgf-featured-portraits span {
	align-items: center;
	background: var(--sgf-wine);
	color: var(--sgf-cream);
	display: flex;
	font-family: var(--sgf-serif);
	font-size: 58px;
	justify-content: center;
}

.sgf-featured-portraits strong {
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.66), rgba(13, 13, 13, 0));
	bottom: 0;
	color: var(--sgf-cream);
	font-family: var(--sgf-display-alt);
	font-size: 18px;
	font-weight: var(--sgf-news-caps-weight);
	left: 0;
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	padding: 54px 15px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.sgf-about-cta {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
	padding-bottom: 72px;
	padding-top: 72px;
}

.sgf-about-cta__copy {
	max-width: 620px;
}

body .sgf-main .sgf-about-cta__copy h2 {
	font-size: clamp(40px, 5vw, 68px) !important;
	font-weight: 400 !important;
	line-height: 1.05;
	margin-bottom: 26px;
}

.sgf-about-cta__copy p:not(.sgf-kicker) {
	color: var(--sgf-stone);
	font-family: var(--sgf-body);
	font-size: var(--sgf-body-copy-size);
	font-weight: 400 !important;
	line-height: 1.6;
}

.sgf-about-cta__image {
	margin: 0;
}

.sgf-about-cta__image img {
	filter: grayscale(0.35) contrast(0.95);
	width: 100%;
}

.sgf-schedule-preview {
	background: var(--sgf-paper);
	color: var(--sgf-ink);
	max-width: none;
	padding-left: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
	padding-right: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
}

.sgf-schedule-preview__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
}

.sgf-schedule-preview .sgf-section-heading {
	margin: 0 auto 46px;
	max-width: 760px;
	text-align: center;
}

.sgf-schedule-preview .sgf-kicker {
	color: var(--sgf-wine);
}

.sgf-schedule-preview .sgf-section-heading h2 {
	font-size: clamp(40px, 5vw, 68px);
	line-height: 1.02;
}

.sgf-schedule-preview .sgf-section-heading p:not(.sgf-kicker),
.sgf-schedule-preview .sgf-mini-event small {
	color: var(--sgf-muted-ink);
}

.sgf-schedule-preview .sgf-section-heading p:not(.sgf-kicker) {
	font-family: var(--sgf-body);
}

.sgf-schedule-preview .sgf-mini-event {
	border-bottom-color: var(--sgf-line-dark);
}

.sgf-schedule-preview .sgf-btn--ghost,
.sgf-schedule-preview .sgf-btn {
	align-items: center;
	background: var(--sgf-button-accent);
	border-color: var(--sgf-button-accent);
	border-radius: var(--sgf-radius);
	color: var(--sgf-cream);
	min-height: 42px;
	padding: 0 24px;
}

.sgf-schedule-preview .sgf-btn:hover {
	background: var(--sgf-wine);
	border-color: var(--sgf-wine);
	color: var(--sgf-cream);
}

.sgf-schedule-preview__cta-copy {
	color: var(--sgf-muted-ink);
	font-size: 17px;
	line-height: 1.6;
	margin: 0 auto 16px;
	max-width: 520px;
	text-align: center;
}

.sgf-schedule-preview__cta-copy span {
	display: block;
}

.sgf-timeline-preview {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.sgf-simple-event-list {
	border: 1px solid var(--sgf-line-dark);
	border-radius: 10px;
	display: grid;
	gap: 0;
	overflow: hidden;
}

.sgf-schedule-preview__empty {
	border-bottom: 1px solid var(--sgf-line-dark);
	color: var(--sgf-muted-ink);
	font-size: clamp(22px, 2.4vw, 34px);
	line-height: 1.28;
	margin: 0;
	padding: 48px 0;
	text-align: center;
}

.sgf-simple-event {
	align-items: start;
	display: grid;
	column-gap: clamp(24px, 3.8vw, 54px);
	row-gap: 10px;
	grid-template-columns: 172px minmax(0, 1fr) 148px 126px;
	padding: 34px 0;
	padding-left: clamp(18px, 2vw, 26px);
	padding-right: clamp(18px, 2vw, 26px);
	text-decoration: none;
}

.sgf-day[hidden],
.sgf-simple-event[hidden],
.sgf-schedule-no-results[hidden] {
	display: none !important;
}

.sgf-simple-event + .sgf-simple-event {
	border-top: 1px solid var(--sgf-line-dark);
}

.sgf-simple-event:nth-child(odd) {
	background: #fbfaf7;
}

.sgf-simple-event:nth-child(even) {
	background: #f0efeb;
}

.sgf-simple-event__meta {
	color: var(--sgf-ink);
	display: grid;
	font-family: var(--sgf-sans);
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
	line-height: 1.34;
	white-space: nowrap;
}

.sgf-simple-event__meta span:first-child {
	font-size: 15px;
}

.sgf-simple-event__meta span:last-child {
	font-family: var(--sgf-sans);
	font-size: 15px;
	font-weight: 400;
	margin-top: 0;
}

.sgf-simple-event__body strong,
.sgf-simple-event__title {
	display: block;
	font-family: var(--sgf-sans);
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.38;
	margin-bottom: 14px;
}

.sgf-simple-event__title-link {
	font-weight: 400;
	text-decoration: none;
}

.sgf-simple-event__details {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: 1px;
}

.sgf-simple-event__body small {
	color: var(--sgf-muted-ink);
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	font-family: var(--sgf-sans);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.sgf-simple-event__body small i {
	font-size: 0.8em;
	line-height: 1;
}

.sgf-simple-event__category,
.sgf-simple-event__price {
	color: var(--sgf-muted-ink);
	display: inline-flex;
	font-family: var(--sgf-sans);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}

.sgf-simple-event__category {
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: none;
}

.sgf-simple-event__dot {
	color: var(--sgf-muted-ink);
	font-family: var(--sgf-body);
	font-size: 15px;
	line-height: 1.6;
	margin-left: -2px;
	margin-right: -2px;
}

.sgf-simple-event__speakers {
	align-self: start;
	display: flex;
	justify-content: flex-end;
	min-height: 54px;
	padding-top: 28px;
}

.sgf-simple-event__action {
	align-self: start;
	align-items: center;
	border-radius: 4px;
	color: var(--sgf-wine);
	display: inline-flex;
	font-family: var(--sgf-sans);
	font-size: 15px;
	font-weight: 500;
	gap: 7px;
	justify-self: end;
	line-height: 1.2;
	padding-top: 0;
	text-decoration: none;
	white-space: nowrap;
}

.sgf-simple-event--schedule {
	padding-bottom: 28px;
	padding-top: 28px;
}

.home .sgf-schedule-preview {
	padding-bottom: 84px;
	padding-top: 86px;
}

.home .sgf-schedule-preview__inner {
	max-width: 940px;
}

.home .sgf-schedule-preview .sgf-section-heading {
	margin-bottom: 34px;
	max-width: 680px;
}

.home .sgf-schedule-preview .sgf-section-heading h2 {
	font-size: clamp(38px, 4.5vw, 58px);
}

.home .sgf-schedule-preview .sgf-section-heading p:not(.sgf-kicker) {
	font-size: var(--sgf-body-copy-size);
	line-height: 1.5;
}

.home .sgf-simple-event {
	column-gap: clamp(18px, 3vw, 38px);
	grid-template-columns: 142px minmax(0, 1fr) 96px 112px;
	padding-bottom: 26px;
	padding-top: 26px;
}

.home .sgf-simple-event__meta {
	font-size: 14px;
	gap: 4px;
	line-height: 1.25;
}

.home .sgf-simple-event__meta span:first-child {
	font-size: 15px;
}

.home .sgf-simple-event__meta span:last-child,
.home .sgf-simple-event__body small,
.home .sgf-simple-event__category,
.home .sgf-simple-event__price {
	font-size: 15px;
}

.home .sgf-simple-event__category {
	margin-bottom: 5px;
}

.home .sgf-simple-event__body strong,
.home .sgf-simple-event__title {
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 400;
	line-height: 1.38;
	margin-bottom: 14px;
}

.home .sgf-simple-event__title-link {
	font-weight: 400;
}

.home .sgf-simple-event__details {
	gap: 6px 10px;
}

.home .sgf-simple-event__speakers {
	min-height: 54px;
	padding-top: 22px;
}

.home .sgf-simple-event__action {
	font-size: 15px;
	line-height: 1.2;
	padding-top: 0;
}

.home .sgf-timeline-preview__actions {
	margin-top: 56px;
}

.home .sgf-schedule-preview__cta-copy {
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 24px;
}

.sgf-arrow-icon {
	font-size: 0.9em;
	line-height: 1;
	transition: transform 160ms ease;
}

.sgf-simple-event:hover .sgf-simple-event__action .sgf-arrow-icon,
.sgf-simple-event:focus-visible .sgf-simple-event__action .sgf-arrow-icon {
	transform: translateX(3px);
}

.sgf-side-panel {
	background: rgba(230, 226, 214, 0.04);
	border: 1px solid var(--sgf-line);
	border-radius: var(--sgf-radius);
	padding: 14px 20px;
}

.sgf-timeline-preview__header {
	align-items: center;
	border-bottom: 1px solid var(--sgf-line-dark);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 0 0 14px;
}

.sgf-timeline-preview__header span,
.sgf-timeline-preview__header a {
	color: var(--sgf-wine);
	font-family: var(--sgf-display-alt);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	text-decoration: none;
	text-transform: uppercase;
}

.sgf-mini-event-group + .sgf-mini-event-group {
	margin-top: 32px;
}

.sgf-mini-event-group h3 {
	align-items: baseline;
	display: flex;
	gap: 14px;
	margin-bottom: 12px;
}

.sgf-mini-event-group h3 span {
	font-family: var(--sgf-serif);
	font-size: clamp(32px, 3.2vw, 44px);
	line-height: 1;
}

.sgf-mini-event-group h3 small {
	color: var(--sgf-rust);
	font-family: var(--sgf-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.sgf-mini-event {
	border-bottom: 1px solid var(--sgf-line);
	display: block;
	padding: 18px 0;
	text-decoration: none;
}

.sgf-mini-event:last-child {
	border-bottom: 0;
}

.sgf-mini-event__meta,
.sgf-mini-event small {
	color: var(--sgf-stone);
	display: block;
	font-family: var(--sgf-display-alt);
	font-size: 15px;
}

.sgf-mini-event__meta {
	color: var(--sgf-rust);
	font-weight: 500;
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	text-transform: uppercase;
}

.sgf-mini-event strong {
	display: block;
	font-family: var(--sgf-sans);
	font-size: 20px;
	font-weight: var(--sgf-news-small-title-weight);
	letter-spacing: var(--sgf-news-small-title-spacing);
	line-height: var(--sgf-news-small-title-leading);
	margin: 7px 0 6px;
}

.sgf-home-showcase {
	--sgf-home-showcase-gap: 20px;
	--sgf-home-showcase-grid-width: min(calc(100vw - 48px), var(--sgf-width));
	--sgf-home-showcase-unit: calc((var(--sgf-home-showcase-grid-width) - (5 * var(--sgf-home-showcase-gap))) / 6);
	background: var(--sgf-paper);
	color: var(--sgf-ink);
	max-width: none;
	padding-left: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
	padding-right: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
}

.sgf-home-showcase__intro {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	margin: 0 auto 70px;
	max-width: var(--sgf-width);
}

.sgf-home-showcase__title h2 {
	font-family: var(--sgf-serif);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	max-width: 620px;
}

.sgf-home-showcase__title h2 em {
	display: block;
	font-style: normal;
}

.sgf-home-showcase__copy {
	padding-top: 35px;
}

.sgf-home-showcase__copy p {
	color: var(--sgf-muted);
	font-size: var(--sgf-body-copy-size);
	line-height: 1.7;
	margin: 0 0 20px;
}

.sgf-home-showcase__grid {
	display: grid;
	gap: var(--sgf-home-showcase-gap);
	grid-auto-flow: dense;
	grid-auto-rows: var(--sgf-home-showcase-unit);
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--sgf-width);
}

.sgf-home-showcase__tile {
	background: #201719;
	color: #fff;
	display: block;
	grid-column: span 2;
	grid-row: span 2;
	min-height: calc((var(--sgf-home-showcase-unit) * 2) + var(--sgf-home-showcase-gap));
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.sgf-section--light .sgf-home-showcase__tile {
	color: #fff;
}

.sgf-home-showcase__tile--1 {
	grid-column: span 4;
	grid-row: span 4;
	min-height: calc((var(--sgf-home-showcase-unit) * 4) + (var(--sgf-home-showcase-gap) * 3));
}

.sgf-home-showcase__tile--4,
.sgf-home-showcase__tile--5 {
	grid-column: span 3;
	grid-row: span 3;
	min-height: calc((var(--sgf-home-showcase-unit) * 3) + (var(--sgf-home-showcase-gap) * 2));
}

.sgf-home-showcase__image,
.sgf-home-showcase__image img,
.sgf-home-showcase__overlay,
.sgf-home-showcase__meta {
	inset: 0;
	position: absolute;
}

.sgf-home-showcase__image {
	display: block;
	overflow: hidden;
}

.sgf-home-showcase__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 620ms ease;
	width: 100%;
}

.sgf-home-showcase__overlay {
	background: linear-gradient(180deg, rgba(32, 23, 25, 0.18) 0%, rgba(32, 23, 25, 0.04) 38%, rgba(32, 23, 25, 0.72) 100%);
	z-index: 1;
}

.sgf-home-showcase__meta {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px;
	z-index: 2;
}

.sgf-home-showcase__category {
	font-family: var(--sgf-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sgf-home-showcase__item-title {
	display: block;
	font-family: var(--sgf-serif);
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.16;
	max-width: 440px;
	text-wrap: balance;
}

.sgf-home-showcase__tile:hover .sgf-home-showcase__image img,
.sgf-home-showcase__tile:focus-visible .sgf-home-showcase__image img {
	transform: scale(1.025);
}

.sgf-home-showcase__tile:focus-visible {
	outline: 2px solid var(--sgf-button-accent);
	outline-offset: 4px;
}

.sgf-timeline-preview__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 34px;
	text-align: center;
}

.sgf-featured-events-widget__actions {
	margin-top: 56px;
}

.sgf-gallery-strip {
	background: #201719;
	max-width: none;
	padding-left: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
	padding-right: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
}

.sgf-gallery-strip__heading {
	max-width: none;
}

.sgf-gallery-strip__title-row {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.sgf-gallery-strip__title-row h2 {
	margin-bottom: 0;
}

.sgf-gallery-strip__heading .sgf-btn {
	flex: 0 0 auto;
}

.sgf-photo-row {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sgf-photo-row__slot {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	position: relative;
}

.sgf-photo-row img,
.sgf-gallery-grid img {
	aspect-ratio: 4 / 5;
	border-radius: 0;
	object-fit: cover;
	width: 100%;
}

.sgf-photo-row img {
	height: 100%;
	transition: opacity 680ms ease;
}

.sgf-photo-row img[data-sgf-gallery-next] {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.sgf-photo-row__slot.is-fading img[data-sgf-gallery-next] {
	opacity: 1;
}

.sgf-gallery-carousel {
	--sgf-gallery-gutter: clamp(24px, 3vw, 38px);
	margin: 44px auto 0;
	max-width: var(--sgf-width);
	padding-bottom: 70px;
	position: relative;
}

.sgf-gallery-strip .sgf-gallery-carousel {
	max-width: none;
}

.sgf-gallery-carousel__slide figure {
	margin: 0;
}

.sgf-gallery-carousel__slide {
	opacity: 0.52;
	transition: opacity 180ms ease;
}

.sgf-gallery-carousel__slide.is-active,
.sgf-gallery-carousel__slide.is-visible {
	opacity: 1;
}

.sgf-gallery-carousel__button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: zoom-in;
	display: block;
	padding: 0;
	text-align: inherit;
	width: 100%;
}

.sgf-gallery-carousel__button img {
	aspect-ratio: 4 / 5;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sgf-gallery-carousel__slide figcaption {
	color: #8D634E;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	padding-top: 12px;
}

.sgf-gallery-widget-grid {
	display: grid;
	gap: clamp(22px, 3vw, 38px);
	grid-template-columns: repeat(var(--sgf-gallery-widget-columns, 3), minmax(0, 1fr));
	margin: 44px auto 0;
	max-width: var(--sgf-width);
}

.sgf-gallery-widget-card {
	margin: 0;
}

.sgf-gallery-widget-card img {
	aspect-ratio: 4 / 5;
	display: block;
	object-fit: cover;
	width: 100%;
}

.sgf-gallery-widget-card figcaption {
	color: #8D634E;
	font-family: var(--sgf-sans);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	padding-top: 12px;
}

.sgf-gallery-lightbox {
	background: #000;
	border: 0;
	height: 100vh;
	inset: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: clamp(24px, 4vw, 52px);
	width: 100vw;
}

.sgf-gallery-lightbox::backdrop {
	background: #000;
}

.sgf-gallery-lightbox__inner {
	background: #000;
	color: var(--sgf-cream);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.sgf-gallery-lightbox__header {
	align-items: center;
	border-bottom: 1px solid rgba(252, 252, 251, 0.18);
	display: flex;
	justify-content: space-between;
	padding: 16px 18px;
}

.sgf-gallery-lightbox__header h2 {
	font-family: var(--sgf-sans);
	font-size: 15px;
	font-weight: var(--sgf-news-small-title-weight);
	letter-spacing: var(--sgf-news-small-title-spacing);
	line-height: var(--sgf-news-small-title-leading);
	margin: 0;
}

.sgf-gallery-lightbox__close {
	background: transparent;
	border: 1px solid rgba(252, 252, 251, 0.42);
	color: var(--sgf-cream);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	padding: 8px 12px;
}

.sgf-gallery-lightbox__stage {
	align-items: center;
	display: grid;
	flex: 1 1 auto;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 0;
	padding: var(--sgf-gallery-gutter);
}

.sgf-gallery-lightbox__figure {
	margin: 0;
	min-width: 0;
}

.sgf-gallery-lightbox__image-hit-area {
	cursor: pointer;
	display: block;
	width: 100%;
}

.sgf-gallery-lightbox__figure img {
	max-height: min(68vh, 780px);
	object-fit: contain;
	width: 100%;
}

.sgf-gallery-lightbox__caption {
	color: rgba(252, 252, 251, 0.78);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	padding-top: 12px;
}

.sgf-gallery-lightbox__nav {
	align-items: center;
	background: rgba(252, 252, 251, 0.94);
	border: 1px solid rgba(252, 252, 251, 0.28);
	border-radius: 999px;
	color: var(--sgf-wine);
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 46px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 46px;
}

.sgf-gallery-lightbox__nav:hover {
	background: var(--sgf-cream);
	color: var(--sgf-wine);
}

body.sgf-gallery-lightbox-open {
	overflow: hidden;
}

.sgf-gallery-carousel .splide__arrow {
	background: var(--sgf-cream);
	border: 1px solid rgba(44, 25, 23, 0.18);
	height: 46px;
	opacity: 1;
	width: 46px;
}

.sgf-gallery-carousel .splide__arrow svg {
	fill: var(--sgf-wine);
	height: 15px;
	width: 15px;
}

.sgf-gallery-carousel .splide__arrow:hover {
	background: var(--sgf-button-accent);
}

.sgf-gallery-carousel .splide__arrow:hover svg {
	fill: var(--sgf-cream);
}

.sgf-gallery-carousel .splide__pagination {
	align-items: center;
	bottom: 10px;
	display: flex;
	gap: 8px;
	justify-content: center;
	left: 50%;
	padding: 0;
	right: auto;
	transform: translateX(-50%);
	width: auto;
}

.sgf-gallery-carousel .splide__pagination li {
	flex: 0 0 auto;
	line-height: 0;
}

.sgf-gallery-carousel .splide__pagination__page {
	background: rgba(230, 226, 214, 0.34);
	border-radius: 999px;
	height: 2px;
	margin: 0;
	opacity: 1;
	transition: background 180ms ease, width 180ms ease;
	transform: none;
	width: 18px;
}

.sgf-gallery-carousel .splide__pagination__page.is-active {
	background: var(--sgf-cream);
	transform: none;
	width: 30px;
}

.sgf-section--light .sgf-gallery-carousel .splide__pagination__page {
	background: rgba(26, 24, 26, 0.14);
}

.sgf-section--light .sgf-gallery-carousel .splide__pagination__page.is-active {
	background: var(--sgf-button-accent);
}

.sgf-subscribe {
	align-items: center;
	background: #d8d1c8;
	color: var(--sgf-ink);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	margin: 0 auto;
	max-width: none;
	padding: 52px max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
}

.sgf-subscribe--compact {
	border-top: 1px solid var(--sgf-line-dark);
}

.sgf-subscribe h2 {
	font-size: clamp(28px, 3.5vw, 44px);
}

.sgf-subscribe-form {
	display: flex;
	gap: 10px;
}

.sgf-subscribe-form input {
	background: var(--sgf-paper);
	border: 1px solid var(--sgf-line-dark);
	border-radius: var(--sgf-radius);
	color: var(--sgf-ink);
	font: inherit;
	min-height: 46px;
	min-width: 0;
	padding: 10px 12px;
	width: 100%;
}

.sgf-sponsors {
	padding-bottom: 92px;
	padding-top: 92px;
}

.sgf-sponsors__heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sgf-sponsor-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(156px, 188px));
	justify-content: center;
	margin: 0 auto;
	max-width: var(--sgf-width);
}

.sgf-sponsor-card {
	align-items: center;
	background: var(--sgf-cream);
	border: 1px solid var(--sgf-line-dark);
	color: var(--sgf-ink);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	min-height: 128px;
	padding: 24px;
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.sgf-sponsor-card:nth-child(2n) img {
	max-height: 52px;
	max-width: 74%;
}

.sgf-sponsor-card:nth-child(3n) img {
	max-height: 82px;
	max-width: 62%;
}

.sgf-sponsor-card img {
	filter: grayscale(1) contrast(1.06);
	max-height: 68px;
	max-width: 84%;
	object-fit: contain;
	opacity: 0.72;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.sgf-sponsor-card__placeholder {
	color: var(--sgf-muted-ink);
	font-family: var(--sgf-display-alt);
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.2;
}

.sgf-sponsor-card__name {
	color: var(--sgf-button-accent);
	font-family: var(--sgf-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.sgf-sponsor-card:hover,
.sgf-sponsor-card:focus-within {
	border-color: var(--sgf-button-accent-soft);
	box-shadow: var(--sgf-shadow);
	transform: translateY(-2px);
}

.sgf-sponsor-card:hover img,
.sgf-sponsor-card:focus-within img {
	filter: grayscale(0) contrast(1);
	opacity: 1;
	transform: scale(1.02);
}

.sgf-sponsor-card:hover .sgf-sponsor-card__placeholder,
.sgf-sponsor-card:focus-within .sgf-sponsor-card__placeholder {
	color: var(--sgf-button-accent);
}

.sgf-book-scroller-cta {
	background: var(--sgf-charcoal);
	border-top: 1px solid rgba(230, 226, 214, 0.1);
	color: var(--sgf-cream);
	min-height: 620px;
	overflow: hidden;
	padding-bottom: clamp(120px, 12vw, 180px);
	padding-top: clamp(72px, 8vw, 120px);
	position: relative;
}

.home .sgf-book-scroller-cta {
	padding-bottom: clamp(120px, 12vw, 180px);
	padding-top: 120px;
}

.sgf-book-scroller-cta::after {
	background: linear-gradient(180deg, rgba(37, 35, 37, 0), var(--sgf-charcoal));
	bottom: 0;
	content: "";
	height: 110px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 2;
}

.sgf-book-scroller-cta__copy {
	margin: 0 auto;
	max-width: 820px;
	padding: 0 24px;
	position: relative;
	text-align: center;
	z-index: 3;
}

.sgf-book-scroller-cta .sgf-kicker {
	color: var(--sgf-button-accent);
	font-size: 16px;
	margin-bottom: 18px;
}

.sgf-book-scroller-cta h2 {
	color: var(--sgf-cream);
	font-size: 40px;
	line-height: 1.05;
	margin-bottom: 24px;
}

.sgf-book-scroller-cta__copy p:not(.sgf-kicker) {
	color: rgba(247, 243, 238, 0.78);
	font-size: clamp(17px, 1.55vw, 23px);
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	max-width: 690px;
}

.sgf-book-scroller-action {
	display: flex;
	justify-content: center;
	margin: 42px auto 0;
	position: relative;
	z-index: 4;
}

.sgf-book-scroller-button {
	background: var(--sgf-cream);
	border-color: var(--sgf-cream);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	color: var(--sgf-ink);
	border-radius: var(--sgf-radius);
	font-size: 15px;
	min-height: 54px;
	min-width: 176px;
	padding-left: 30px;
	padding-right: 30px;
	transform: translateY(18px);
	white-space: nowrap;
}

.sgf-book-scroller-button:hover,
.sgf-book-scroller-button:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--sgf-ink);
	transform: translateY(14px);
}

.sgf-book-scroller-cta__stage {
	bottom: 0;
	left: 50%;
	margin-left: -50vw;
	overflow: hidden;
	padding-top: 124px;
	pointer-events: none;
	position: absolute;
	right: 50%;
	width: 100vw;
	z-index: 1;
}

.sgf-book-scroller-cta__track {
	align-items: flex-end;
	animation: sgf-book-scroll 72s linear infinite;
	display: flex;
	gap: clamp(18px, 3.2vw, 58px);
	width: max-content;
}

.sgf-book-scroller-cta__book {
	--sgf-book-width: clamp(132px, 12vw, 218px);
	display: block;
	pointer-events: auto;
	text-decoration: none;
	transform: translateY(var(--sgf-book-lift, 0));
}

.sgf-book-scroller-cta__book:nth-child(3n + 1) {
	--sgf-book-lift: -92px;
	--sgf-book-width: clamp(164px, 15vw, 276px);
}

.sgf-book-scroller-cta__book:nth-child(3n + 2) {
	--sgf-book-lift: -18px;
	--sgf-book-width: clamp(116px, 10vw, 186px);
}

.sgf-book-scroller-cta__book:nth-child(5n + 4) {
	--sgf-book-lift: -54px;
	--sgf-book-width: clamp(142px, 13vw, 238px);
}

.sgf-book-scroller-cta__book:nth-child(7n + 5) {
	--sgf-book-lift: -8px;
	--sgf-book-width: clamp(104px, 8.8vw, 168px);
}

.sgf-book-scroller-cta__book img {
	background: transparent;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35);
	display: block;
	height: auto;
	max-height: min(360px, 32vw);
	object-fit: contain;
	width: var(--sgf-book-width);
}

.sgf-book-scroller-cta__fallback {
	aspect-ratio: 2 / 3;
	background: var(--sgf-paper);
	border: 1px solid rgba(230, 226, 214, 0.2);
	border-radius: 3px;
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35);
	display: block;
	width: var(--sgf-book-width);
}

.sgf-book-scroller-cta__fallback {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(156, 95, 66, 0.16), transparent 42%),
		var(--sgf-paper);
	color: var(--sgf-ink);
	display: flex;
	flex-direction: column;
	font-family: var(--sgf-serif);
	justify-content: center;
	line-height: 1.05;
	padding: 18px;
	text-align: center;
}

.sgf-book-scroller-cta__fallback strong {
	font-size: clamp(18px, 1.6vw, 28px);
}

.sgf-book-scroller-cta__fallback small {
	color: var(--sgf-wine);
	font-family: var(--sgf-display-alt);
	font-size: 12px;
	line-height: 1.2;
	margin-top: 14px;
	text-transform: uppercase;
}

.sgf-book-scroller-cta__track:hover {
	animation-play-state: paused;
}

@keyframes sgf-book-scroll {
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sgf-hero-ticker__track,
	.sgf-book-scroller-cta__track {
		animation: none;
		transform: translateX(-12%);
	}

	.sgf-home-hero__loader {
		animation: none;
		display: none;
	}

	.sgf-home-hero__video {
		display: none;
	}
}

.sgf-contact-form {
	background: var(--sgf-paper);
	border: 1px solid var(--sgf-line-dark);
	border-radius: 4px;
	display: grid;
	gap: 16px;
	padding: 22px;
}

.sgf-contact-form label {
	display: grid;
	gap: 6px;
}

.sgf-contact-form span {
	color: var(--sgf-wine);
	font-weight: 500;
}

.sgf-contact-form input,
.sgf-contact-form textarea {
	background: var(--sgf-cream);
	border: 1px solid var(--sgf-line-dark);
	border-radius: var(--sgf-radius);
	color: var(--sgf-ink);
	font: inherit;
	padding: 10px 12px;
	width: 100%;
}

.sgf-page-hero {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 520px;
	padding-bottom: 64px;
	padding-top: 74px;
	text-align: center;
}

.sgf-page-hero--image {
	background-image: var(--sgf-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--sgf-cream);
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: none;
	min-height: 500px;
	overflow: hidden;
	padding-left: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
	padding-right: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
	position: relative;
}

.sgf-page-hero--image::before {
	background: var(--sgf-wine);
	content: "";
	inset: 0;
	opacity: var(--sgf-hero-overlay-opacity, 0.58);
	position: absolute;
	z-index: 0;
}

.sgf-page-hero--image > * {
	position: relative;
	z-index: 1;
}

.sgf-page-hero--image h1 {
	color: var(--sgf-cream);
}

.sgf-page-hero--image .sgf-kicker {
	color: #c09a88;
}

.sgf-page-hero--image p:not(.sgf-kicker) {
	color: rgba(247, 243, 238, 0.76);
	font-family: var(--sgf-body);
}

.sgf-page-hero--dark {
	background: var(--sgf-wine);
	color: var(--sgf-cream);
	max-width: none;
	padding-left: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
	padding-right: max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
}

.sgf-page-hero--dark h1 {
	color: var(--sgf-cream);
}

.sgf-page-hero--dark .sgf-kicker {
	color: var(--sgf-button-accent);
}

.sgf-page-hero--dark p:not(.sgf-kicker) {
	color: rgba(247, 243, 238, 0.76);
	font-family: var(--sgf-body);
}

.sgf-page-hero h1 {
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 400;
	line-height: 1.04;
	margin-left: auto;
	margin-right: auto;
}

.sgf-page-hero p {
	color: var(--sgf-stone);
	font-family: var(--sgf-body);
	font-size: clamp(16px, 1.15vw, 18px);
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	text-wrap: balance;
	width: 100%;
}

.sgf-page-hero .sgf-kicker {
	color: var(--sgf-rust);
}

.sgf-author-hero {
	min-height: 500px;
	padding-bottom: 24px;
	padding-top: 58px;
	text-align: center;
}

.sgf-back-link {
	color: var(--sgf-stone);
	display: inline-block;
	margin-bottom: 26px;
}

.sgf-author-hero > .sgf-arrow-link--back {
	margin-bottom: 52px;
}

.sgf-event-single .sgf-page-hero > .sgf-arrow-link--back {
	margin-bottom: 32px;
}

.sgf-author-lockup {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 44px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.sgf-author-portrait {
	aspect-ratio: 4 / 5;
	border-radius: 4px;
	box-shadow: var(--sgf-shadow);
	max-width: 300px;
	object-fit: cover;
	width: min(44vw, 300px);
}

.sgf-author-lockup h1 {
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 700;
}

.sgf-event-single__content {
	display: block;
	margin-top: -28px;
	max-width: 668px;
	padding-bottom: 72px;
}

.sgf-event-single__speakers {
	margin: 0 auto 62px;
	max-width: 620px;
}

.sgf-event-single__description {
	margin: 0 auto 34px;
	max-width: 620px;
	padding: 0;
}

.sgf-event-single__participants,
.sgf-event-single__details {
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

.sgf-event-single__participants {
	margin-top: 60px;
}

.sgf-event-single__details {
	margin-top: 18px;
}

.sgf-event-participant-list {
	display: grid;
	gap: 18px;
	margin-top: 18px;
}

.sgf-event-participant {
	border-top: 1px solid var(--sgf-line);
	display: grid;
	gap: 8px;
	padding-top: 16px;
}

.sgf-event-participant:first-child {
	border-top: 0;
	padding-top: 0;
}

.sgf-event-participant h3 {
	color: var(--sgf-cream);
	font-family: var(--sgf-sans);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.sgf-event-participant h3 a {
	color: inherit;
	text-decoration: none;
}

.sgf-event-participant p {
	color: var(--sgf-stone);
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.sgf-event-participant__button {
	align-self: start;
	color: var(--sgf-cream);
	display: inline-block;
	font-family: var(--sgf-sans);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 6px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	width: fit-content;
}

.sgf-event-participant__button:hover,
.sgf-event-participant__button:focus-visible {
	color: var(--sgf-stone);
}

.sgf-event-single__details dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.sgf-event-single__details dl > div {
	border-top: 1px solid var(--sgf-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 120px minmax(0, 1fr);
	padding: 13px 0;
}

.sgf-event-single__details dt {
	color: var(--sgf-stone);
	font-family: var(--sgf-sans);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.sgf-event-single__details dd {
	color: var(--sgf-cream);
	font-family: var(--sgf-sans);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

.sgf-rich-text {
	font-size: var(--sgf-body-copy-size);
	font-weight: 400;
	line-height: 1.78;
	max-width: 720px;
}

.sgf-rich-text p {
	color: var(--sgf-stone);
	font-weight: 400;
}

body.page:not(.home):not(.page-template-page-news):not(.page-template-page-schedule) .sgf-rich-text :where(h1, h2, h3, h4, h5, h6, li, strong) {
	color: var(--sgf-ink);
}

body.page:not(.home):not(.page-template-page-news):not(.page-template-page-schedule) .sgf-rich-text p {
	color: var(--sgf-muted-ink);
}

.sgf-side-panel h2 {
	font-family: var(--sgf-serif);
	font-size: 28px;
}

.sgf-author-content-stack {
	display: block;
	max-width: 940px;
	padding-top: 28px;
}

.sgf-author-content-stack .sgf-rich-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}

.sgf-author-appearances {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--sgf-line);
	border-radius: 0;
	margin: 48px auto 0;
	max-width: 940px;
	padding: 34px 0 0;
}

.sgf-author-appearances h2 {
	font-family: var(--sgf-sans);
	font-size: 18px;
	font-weight: var(--sgf-news-small-title-weight);
	letter-spacing: var(--sgf-news-small-title-spacing);
	line-height: var(--sgf-news-small-title-leading);
	margin-bottom: 18px;
}

.sgf-author-appearance-list .sgf-simple-event {
	color: var(--sgf-ink);
	grid-template-columns: 142px minmax(0, 1fr) 112px;
	padding-bottom: 18px;
	padding-top: 18px;
}

.sgf-author-appearance-list .sgf-simple-event__title-link {
	color: var(--sgf-ink);
}

.sgf-author-appearance-list .sgf-simple-event__action {
	color: var(--sgf-ink);
	font-size: 15px;
	line-height: 1.2;
	padding-top: 0;
}

.sgf-books-section {
	margin-top: 64px;
}

.sgf-books-section .sgf-section-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sgf-book-grid {
	background: transparent;
	border: 0;
	display: grid;
	gap: clamp(24px, 3vw, 38px);
	grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}

.sgf-book-card {
	background: var(--sgf-paper);
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 18px;
	grid-template-columns: 92px 1fr;
	min-height: 170px;
	padding: 0;
}

.sgf-book-card a {
	color: inherit;
	text-decoration: none;
}

.sgf-book-cover {
	aspect-ratio: 2 / 3;
	background: var(--sgf-wine);
	border-radius: 3px;
	box-shadow: 0 12px 26px rgba(24, 20, 18, 0.12);
	color: var(--sgf-cream);
	display: block;
	object-fit: cover;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.sgf-book-card__cover-link {
	display: block;
}

.sgf-book-card__cover-link:hover .sgf-book-cover,
.sgf-book-card__cover-link:focus-visible .sgf-book-cover {
	box-shadow: 0 16px 32px rgba(24, 20, 18, 0.16);
	transform: translateY(-2px);
}

.sgf-book-cover--fallback {
	align-items: center;
	display: flex;
	font-family: var(--sgf-serif);
	font-size: 16px;
	line-height: 1.05;
	padding: 12px;
	text-align: center;
}

.sgf-book-card h2,
.sgf-book-card h3 {
	font-family: var(--sgf-serif);
	font-size: 21px;
}

.sgf-book-card h2 a:hover,
.sgf-book-card h2 a:focus-visible,
.sgf-book-card h3 a:hover,
.sgf-book-card h3 a:focus-visible {
	color: var(--sgf-wine);
}

.sgf-book-card p {
	color: var(--sgf-muted-ink);
	font-size: 14px;
	line-height: 1.6;
}

.sgf-book-archive-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	justify-content: stretch;
	max-width: 1100px;
}

.sgf-book-single__content {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
	max-width: 960px;
	padding-bottom: 72px;
}

.sgf-book-single__cover {
	margin: 0;
}

.sgf-book-single__cover img {
	aspect-ratio: 2 / 3;
	border-radius: 3px;
	box-shadow: var(--sgf-shadow);
	object-fit: cover;
	width: 100%;
}

.sgf-book-single__description {
	max-width: 620px;
	padding: 0;
}

.sgf-book-single__details {
	grid-column: 2;
	max-width: 620px;
	width: 100%;
}

.sgf-book-single__details dl {
	margin: 0;
}

.sgf-book-single__details dl > div {
	border-top: 1px solid var(--sgf-line);
	display: grid;
	gap: 4px;
	padding: 12px 0;
}

.sgf-book-single__details dl > div:first-child {
	border-top: 0;
}

.sgf-book-single__details dt {
	color: var(--sgf-muted-ink);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	text-transform: uppercase;
}

.sgf-book-single__details dd {
	margin: 0;
}

.sgf-schedule-filters {
	align-items: end;
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid var(--sgf-line-dark);
	box-shadow: 0 18px 42px rgba(44, 25, 23, 0.06);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(140px, 1fr)) repeat(2, auto);
	margin-bottom: 42px;
	padding: 16px;
}

.sgf-schedule-filter {
	background: #fbfaf7;
	border: 1px solid var(--sgf-line-dark);
	display: grid;
	gap: 6px;
	min-height: 68px;
	padding: 0;
	position: relative;
}

.sgf-schedule-filter__label {
	color: var(--sgf-muted-ink);
	font-size: 11px;
	font-weight: 500;
	left: 14px;
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	pointer-events: none;
	position: absolute;
	top: 12px;
	text-transform: uppercase;
	z-index: 3;
}

.sgf-schedule-filter select,
.sgf-schedule-filter-button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--sgf-ink);
	font: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	min-height: 0;
	padding: 0;
}

.sgf-schedule-filter select {
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: calc(100% - 25px) calc(50% + 6px), calc(100% - 20px) calc(50% + 6px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	color: var(--sgf-wine);
	cursor: pointer;
	height: 100%;
	inset: 0;
	padding: 30px 38px 11px 14px;
	position: absolute;
	width: 100%;
}

.sgf-schedule-filter--custom select {
	opacity: 0;
	pointer-events: none;
}

.sgf-schedule-filter--open {
	z-index: 20;
}

.sgf-schedule-select {
	align-items: flex-end;
	background: transparent;
	border: 0;
	color: var(--sgf-wine);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 16px;
	height: 100%;
	line-height: 1.2;
	min-height: 68px;
	padding: 30px 38px 11px 14px;
	position: relative;
	text-align: left;
	width: 100%;
}

.sgf-schedule-select::before,
.sgf-schedule-select::after {
	background: currentColor;
	content: "";
	height: 1px;
	position: absolute;
	right: 22px;
	top: calc(50% + 8px);
	width: 7px;
}

.sgf-schedule-select::before {
	transform: rotate(45deg) translateX(-2px);
}

.sgf-schedule-select::after {
	right: 17px;
	transform: rotate(-45deg) translateX(2px);
}

.sgf-schedule-select__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sgf-schedule-select-menu {
	background: #fffdf8;
	border: 1px solid var(--sgf-button-accent-soft);
	box-shadow: 0 18px 42px rgba(44, 25, 23, 0.14);
	display: grid;
	gap: 2px;
	left: -1px;
	margin: 0;
	max-height: 280px;
	overflow: auto;
	padding: 6px;
	position: absolute;
	right: -1px;
	top: calc(100% + 6px);
	z-index: 30;
}

.sgf-schedule-select-menu[hidden] {
	display: none;
}

.sgf-schedule-select__option {
	background: transparent;
	border: 0;
	color: var(--sgf-ink);
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	line-height: 1.25;
	padding: 9px 10px;
	text-align: left;
	width: 100%;
}

.sgf-schedule-select__option:hover,
.sgf-schedule-select__option:focus-visible {
	background: var(--sgf-button-accent-wash);
	outline: 0;
}

.sgf-schedule-select__option[aria-selected="true"] {
	background: rgba(13, 13, 13, 0.08);
	color: var(--sgf-wine);
}

.sgf-schedule-filter select:focus-visible,
.sgf-schedule-select:focus-visible,
.sgf-schedule-filter-button:focus-visible {
	outline: 2px solid var(--sgf-rust);
	outline-offset: 3px;
}

.sgf-schedule-filter select option {
	background: var(--sgf-cream);
	color: var(--sgf-ink);
}

.sgf-schedule-filter-button {
	align-items: center;
	align-self: stretch;
	background: var(--sgf-button-accent-wash);
	border: 1px solid var(--sgf-button-accent-soft);
	color: var(--sgf-wine);
	cursor: pointer;
	display: inline-flex;
	font-weight: 500;
	justify-content: center;
	min-height: 68px;
	min-width: 98px;
	padding: 0 18px;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.sgf-schedule-filter-button:hover {
	background: rgba(13, 13, 13, 0.08);
	border-color: var(--sgf-button-accent);
	color: var(--sgf-wine);
	transform: translateY(-1px);
}

.sgf-schedule-no-results {
	border-top: 1px solid var(--sgf-line-dark);
	color: var(--sgf-muted-ink);
	margin: 0;
	padding: 32px 0;
}

.sgf-schedule-intro {
	margin: 0 0 40px 300px;
	max-width: 760px;
	padding: 0;
}

.sgf-schedule-intro p {
	color: var(--sgf-muted-ink);
	font-family: var(--sgf-body);
	font-size: var(--sgf-body-copy-size);
	line-height: 1.6;
}

body.page-template-page-schedule .sgf-schedule-intro p {
	color: var(--sgf-stone);
}

.sgf-day {
	border-top: 1px solid var(--sgf-line-dark);
	padding: 68px 0 46px;
}

body.page-template-page-schedule .sgf-day {
	border-top-color: var(--sgf-line);
}

.sgf-day-heading {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.sgf-day-heading h2 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: center;
	margin-bottom: 0;
}

.sgf-event-list {
	border: 1px solid var(--sgf-line-dark);
	border-radius: 10px;
	display: grid;
	gap: 0;
	overflow: hidden;
}

.sgf-event-list .sgf-simple-event:last-child {
	border-bottom: 0;
}

.sgf-event-card {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--sgf-line-dark);
	border-radius: 0;
	display: grid;
	gap: 44px;
	grid-template-columns: 240px minmax(0, 1fr) 148px 150px;
	padding: 24px 0;
}

.sgf-event-card h3 {
	font-family: var(--sgf-serif);
	font-size: clamp(18px, 1.45vw, 22px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.32;
	margin-bottom: 8px;
}

.sgf-event-card h3 a {
	text-decoration: none;
}

.sgf-event-card .sgf-event-location {
	align-items: baseline;
	color: var(--sgf-muted-ink);
	display: inline-flex;
	font-family: var(--sgf-sans);
	gap: 7px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.35;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: none;
}

.sgf-event-card .sgf-event-location i {
	font-size: 0.8em;
	line-height: 1;
}

.sgf-event-card p {
	color: var(--sgf-muted-ink);
	font-family: var(--sgf-body);
	font-size: 15px;
	line-height: 1.82;
}

.sgf-event-action {
	align-items: flex-start;
	display: flex;
	justify-content: flex-end;
	padding-top: 4px;
}

.sgf-event-speaker-column {
	align-items: flex-start;
	display: flex;
	justify-content: flex-end;
	min-height: 42px;
	padding-top: 2px;
}

.sgf-arrow-link {
	align-items: center;
	color: var(--sgf-button-accent);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	line-height: 1.2;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
}

.sgf-arrow-link--light {
	color: var(--sgf-cream);
}

.sgf-arrow-link:hover .sgf-arrow-icon {
	transform: translateX(3px);
}

.sgf-arrow-link--back:hover .sgf-arrow-icon {
	transform: translateX(-3px);
}

.sgf-event-speakers {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.sgf-event-speakers li {
	display: flex;
}

.sgf-event-speakers a {
	border-radius: 50%;
	display: inline-flex;
	height: 50px;
	position: relative;
	text-decoration: none;
	width: 50px;
}

.sgf-event-speakers img,
.sgf-event-speakers__fallback {
	border-radius: 50%;
	height: 50px;
	object-fit: cover;
	width: 50px;
}

.sgf-event-speakers__fallback {
	align-items: center;
	background: var(--sgf-wine);
	color: var(--sgf-cream);
	display: flex;
	font-family: var(--sgf-serif);
	font-size: 19px;
	justify-content: center;
	line-height: 1;
}

.sgf-event-speakers--compact,
.sgf-event-speakers--column {
	flex-wrap: nowrap;
	gap: 0;
	justify-content: flex-end;
	margin: 0;
}

.sgf-event-speakers--compact li + li,
.sgf-event-speakers--column li + li {
	margin-left: -12px;
}

.sgf-event-speakers--compact a,
.sgf-event-speakers--column a,
.sgf-event-speakers--compact img,
.sgf-event-speakers--column img,
.sgf-event-speakers--compact .sgf-event-speakers__fallback,
.sgf-event-speakers--column .sgf-event-speakers__fallback {
	height: 54px;
	width: 54px;
}

.sgf-event-speakers--compact .sgf-event-speakers__fallback,
.sgf-event-speakers--column .sgf-event-speakers__fallback {
	font-size: 19px;
}

.sgf-event-speakers--compact a:hover,
.sgf-event-speakers--compact a:focus,
.sgf-event-speakers--column a:hover,
.sgf-event-speakers--column a:focus {
	z-index: 5;
}

.sgf-event-speakers--single {
	justify-content: center;
	margin: 0;
}

.sgf-event-speakers--single a,
.sgf-event-speakers--single img,
.sgf-event-speakers--single .sgf-event-speakers__fallback {
	height: 84px;
	width: 84px;
}

.sgf-event-speakers__name {
	background: var(--sgf-wine);
	border-radius: 4px;
	bottom: calc(100% + 8px);
	color: var(--sgf-cream);
	font-size: 12px;
	font-weight: 500;
	left: 50%;
	line-height: 1.2;
	opacity: 0;
	padding: 7px 9px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 4px);
	transition: opacity 140ms ease, transform 140ms ease;
	white-space: nowrap;
	z-index: 4;
}

.sgf-event-speakers__name::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--sgf-wine);
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.sgf-event-speakers a:hover .sgf-event-speakers__name,
.sgf-event-speakers a:focus .sgf-event-speakers__name {
	opacity: 1;
	transform: translate(-50%, 0);
}

.sgf-event-time strong,
.sgf-event-time span {
	display: block;
}

.sgf-event-mobile-date {
	display: none;
}

.sgf-event-time strong {
	font-size: 18px;
	line-height: 1.15;
}

.sgf-event-time span {
	color: var(--sgf-ink);
	font-family: var(--sgf-sans);
	font-weight: 500;
	margin-top: 8px;
	text-transform: uppercase;
}

.sgf-event-meta {
	color: var(--sgf-muted-ink);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.sgf-event-meta li {
	position: relative;
}

.sgf-event-meta li + li::before {
	color: var(--sgf-rust);
	content: "/";
	left: -12px;
	position: absolute;
}

.sgf-event-meta--hero {
	color: var(--sgf-stone);
	font-size: 16px;
	justify-content: center;
}

.sgf-event-meta--stacked {
	display: grid;
	gap: 8px;
	justify-items: center;
}

.sgf-event-meta--stacked li + li::before {
	content: none;
}

.sgf-event-meta--stacked li span {
	color: var(--sgf-rust);
	margin: 0 7px;
}

.sgf-gallery-grid {
	display: grid;
	gap: 24px 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sgf-gallery-grid figure {
	margin: 0;
}

.sgf-gallery-grid figcaption {
	color: var(--sgf-button-accent);
	font-size: 13px;
	line-height: 1.6;
	padding-top: 10px;
}

.sgf-gallery-note {
	border-top: 1px solid var(--sgf-line-dark);
	margin-top: 46px;
	max-width: 780px;
	padding-top: 34px;
}

.sgf-info-grid {
	display: grid;
	gap: 1px;
	background: var(--sgf-line-dark);
	border: 1px solid var(--sgf-line-dark);
	grid-template-columns: repeat(var(--sgf-visit-info-columns, 3), minmax(0, 1fr));
}

.sgf-info-grid article,
.sgf-post-card {
	background: var(--sgf-paper);
	border: 0;
	border-radius: 0;
	padding: 24px;
}

.sgf-info-grid h2 {
	font-size: 26px;
}

.sgf-info-grid p,
.sgf-post-card p {
	color: var(--sgf-muted-ink);
	font-family: var(--sgf-body);
	font-size: 15px;
	line-height: 1.6;
}

.sgf-reading-list {
	padding-top: 0;
}

.sgf-reading-list .sgf-section-heading {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--sgf-width);
	text-align: center;
}

.sgf-reading-list .sgf-section-heading p:not(.sgf-kicker) {
	font-family: var(--sgf-body);
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.sgf-reading-list__grid {
	background: var(--sgf-line-dark);
	border: 1px solid var(--sgf-line-dark);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(var(--sgf-visit-reading-columns, 3), minmax(0, 1fr));
	margin-left: auto;
	margin-right: auto;
	max-width: var(--sgf-width);
}

.sgf-reading-list__grid article {
	align-items: center;
	background: var(--sgf-paper);
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 30px;
	text-align: center;
}

.sgf-reading-list__cover {
	aspect-ratio: 3 / 4.25;
	background: #251816;
	box-shadow: var(--sgf-shadow);
	color: var(--sgf-cream);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto 14px;
	max-width: 172px;
	overflow: hidden;
	padding: 18px 16px;
	position: relative;
	width: 48%;
}

.sgf-reading-list__cover::before {
	border: 1px solid rgba(252, 252, 251, 0.32);
	content: "";
	inset: 10px;
	position: absolute;
}

.sgf-reading-list__cover span,
.sgf-reading-list__cover small {
	position: relative;
	z-index: 1;
}

.sgf-reading-list__cover span {
	font-family: var(--sgf-serif);
	font-size: clamp(22px, 2.2vw, 32px);
	line-height: 0.98;
	text-wrap: balance;
}

.sgf-reading-list__cover small {
	font-family: var(--sgf-display-alt);
	font-size: 11px;
	letter-spacing: var(--sgf-news-caps-spacing);
	line-height: var(--sgf-news-caps-leading);
	text-transform: uppercase;
}

.sgf-reading-list__grid article:nth-child(2) .sgf-reading-list__cover {
	background: #6e6c5a;
}

.sgf-reading-list__grid article:nth-child(3) .sgf-reading-list__cover {
	background: var(--sgf-button-accent);
}

.sgf-reading-list__grid article:nth-child(4) .sgf-reading-list__cover {
	background: var(--sgf-rust);
}

.sgf-reading-list__grid article:nth-child(5) .sgf-reading-list__cover {
	background: var(--sgf-wine);
}

.sgf-reading-list__grid article:nth-child(6) .sgf-reading-list__cover {
	background: #5f483c;
}

.sgf-reading-list__category {
	color: var(--sgf-button-accent);
	font-family: var(--sgf-display-alt);
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
}

.sgf-reading-list h3 {
	font-family: var(--sgf-sans);
	font-size: clamp(22px, 2vw, 30px);
	font-weight: var(--sgf-news-small-title-weight);
	letter-spacing: var(--sgf-news-small-title-spacing);
	line-height: var(--sgf-news-small-title-leading);
	margin: 0;
}

.sgf-reading-list__author {
	color: var(--sgf-button-accent);
	font-size: 15px;
	line-height: 1.35;
	margin: 0;
}

.sgf-reading-list__grid p:not(.sgf-reading-list__category):not(.sgf-reading-list__author) {
	color: var(--sgf-muted-ink);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 300px;
}

.sgf-page .sgf-rich-text {
	margin: 0 auto 80px;
	padding: 0 24px;
}

.sgf-page--elementor .sgf-elementor-page-content {
	margin: 0;
	max-width: none;
	width: 100%;
}

.sgf-post-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sgf-home-news .sgf-section-heading {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
	max-width: var(--sgf-width);
}

.sgf-home-news .sgf-post-list {
	gap: clamp(20px, 2.4vw, 25px);
	margin-left: auto;
	margin-right: auto;
	max-width: var(--sgf-width);
}

.sgf-news-page {
	background: var(--sgf-charcoal);
	color: var(--sgf-cream);
}

.sgf-news-masthead {
	margin: 0 auto;
	max-width: 1040px;
	padding: 112px 24px 56px;
	text-align: left;
}

.sgf-news-masthead h1 {
	font-family: var(--sgf-sans);
	font-size: clamp(48px, 6vw, 78px);
	font-weight: var(--sgf-news-title-weight);
	letter-spacing: var(--sgf-news-title-spacing);
	line-height: var(--sgf-news-title-leading);
	margin: 0 0 18px;
	max-width: 780px;
}

.sgf-news-masthead p:not(.sgf-kicker) {
	color: var(--sgf-stone);
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	max-width: 640px;
}

.sgf-news-paper {
	display: grid;
	gap: clamp(28px, 3.2vw, 44px) clamp(20px, 2.4vw, 25px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--sgf-width);
	padding: 84px 30px 120px;
}

.sgf-news-filterbar {
	align-items: center;
	border-bottom: 1px solid var(--sgf-line);
	border-top: 1px solid var(--sgf-line);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	grid-column: 1 / -1;
	justify-content: center;
	margin-bottom: 10px;
	padding: 16px 0;
}

.sgf-news-filter {
	border: 1px solid rgba(248, 247, 245, 0.24);
	color: var(--sgf-cream);
	display: inline-flex;
	font-family: var(--sgf-sans);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
	padding: 10px 14px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sgf-news-filter:hover,
.sgf-news-filter.is-active {
	background: rgba(248, 247, 245, 0.12);
	border-color: rgba(248, 247, 245, 0.52);
	color: var(--sgf-cream);
}

.sgf-news-story {
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
}

.sgf-news-story--no-image {
	padding-top: 18px;
}

.sgf-news-story__image {
	aspect-ratio: 3 / 2;
	background: rgba(248, 247, 245, 0.1);
	border-radius: 0;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.sgf-news-story__image img {
	filter: grayscale(0.16) saturate(0.76) contrast(0.96);
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 240ms ease, filter 240ms ease;
	width: 100%;
}

.sgf-news-story__image:hover img {
	filter: grayscale(0) saturate(0.9) contrast(1);
	transform: scale(1.04);
}

.sgf-news-story__body {
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-width: 0;
	padding: 28px 0 15px;
}

.sgf-news-story__date {
	align-items: baseline;
	color: var(--sgf-stone);
	display: flex;
	flex-wrap: wrap;
	font-family: var(--sgf-sans);
	font-size: 15px;
	gap: 6px 8px;
	line-height: 1.6;
	margin: auto 0 0;
	padding: 10px 0;
}

.sgf-news-story__category {
	color: var(--sgf-cream);
	font-weight: 500;
}

.sgf-news-story__category::after {
	color: var(--sgf-stone);
	content: "/";
	font-weight: 400;
	margin-left: 8px;
}

.sgf-news-story h2 {
	font-family: var(--sgf-serif);
	font-size: clamp(18px, 1.45vw, 22px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.32;
	margin: 0;
}

.sgf-news-story h2 a {
	text-decoration: none;
}

.sgf-news-story h2 a:hover {
	color: var(--sgf-stone);
}

.sgf-news-story p:not(.sgf-news-story__date) {
	color: var(--sgf-stone);
	font-family: var(--sgf-body);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 6px;
}

.sgf-news-story__link {
	align-items: center;
	color: var(--sgf-cream);
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	gap: 10px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-decoration: none;
	text-transform: uppercase;
	width: fit-content;
}

.sgf-news-story__link:hover .sgf-arrow-icon {
	transform: translateX(3px);
}

.sgf-news-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	grid-column: 1 / -1;
	justify-content: center;
	padding-top: 36px;
}

.sgf-news-pagination .page-numbers {
	border: 1px solid var(--sgf-line);
	color: var(--sgf-cream);
	display: inline-flex;
	font-size: 14px;
	line-height: 1;
	padding: 10px 12px;
	text-decoration: none;
}

.sgf-news-pagination .page-numbers.current {
	background: var(--sgf-button-accent);
	border-color: var(--sgf-button-accent);
	color: var(--sgf-cream);
}

.sgf-news-empty {
	color: var(--sgf-stone);
	grid-column: 1 / -1;
	margin: 0;
	padding: 42px 0 0;
	text-align: center;
}

.sgf-site-footer {
	background: var(--sgf-wine);
	border-top: 1px solid var(--sgf-line);
}

.sgf-footer-inner {
	align-items: start;
	display: grid;
	gap: clamp(36px, 5vw, 76px);
	grid-template-columns: minmax(320px, 4.5fr) minmax(0, 7.5fr);
	padding-bottom: 64px;
	padding-top: 68px;
}

.sgf-brand--footer {
	margin-bottom: 24px;
}

.sgf-footer-about p,
.sgf-footer-bottom {
	color: var(--sgf-stone);
}

.sgf-footer-about p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 520px;
}

.sgf-footer-widgets {
	display: grid;
	gap: clamp(24px, 4vw, 56px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sgf-footer-widget {
	border-top: 1px solid var(--sgf-line);
	padding-top: 22px;
}

.sgf-footer-widget h2 {
	color: var(--sgf-button-accent);
	font-family: var(--sgf-display-alt);
	font-size: 16px;
	font-weight: var(--sgf-news-small-title-weight);
	letter-spacing: var(--sgf-news-small-title-spacing);
	line-height: var(--sgf-news-small-title-leading);
	margin: 0 0 18px;
}

.sgf-footer-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

.sgf-footer-menu a {
	color: var(--sgf-cream);
	font-size: 16px;
}

.sgf-footer-menu a:hover {
	color: var(--sgf-button-accent);
}

.sgf-footer-bottom {
	border-top: 1px solid var(--sgf-line);
	display: flex;
	justify-content: space-between;
	padding-bottom: 22px;
	padding-top: 22px;
}

.sgf-footer-bottom p {
	margin: 0;
}

@media (max-width: 980px) {
	.sgf-hero,
	.sgf-split,
	.sgf-single-grid,
	.sgf-subscribe,
	.sgf-footer-inner,
	.sgf-featured-cta,
	.sgf-about-cta {
		grid-template-columns: 1fr;
	}

	.sgf-footer-widgets {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sgf-sponsor-grid {
		grid-template-columns: repeat(auto-fit, minmax(156px, 188px));
	}

	.sgf-speaker-showcase__intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-bottom: 26px;
	}

	.sgf-speaker-showcase {
		display: block;
	}

	.sgf-card-grid--three,
	.sgf-card-grid--four,
	.sgf-author-grid,
	.sgf-book-grid,
	.sgf-gallery-grid,
	.sgf-gallery-widget-grid,
	.sgf-info-grid,
	.sgf-post-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sgf-home-news .sgf-post-card:nth-child(2n) {
		border-right: 0;
	}

	.sgf-home-news .sgf-post-card:last-child {
		grid-column: 1 / -1;
	}

	.sgf-reading-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sgf-book-single__details {
		grid-column: auto;
	}

	.sgf-news-paper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 920px;
	}

	.sgf-news-story h2 {
		font-size: clamp(18px, 2.2vw, 22px);
	}

	.sgf-home-news {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.sgf-home-news .sgf-section-heading {
		margin-bottom: 32px;
	}

	.sgf-home-showcase__intro {
		gap: 28px;
		grid-template-columns: 1fr;
		margin-bottom: 46px;
	}

	.sgf-home-showcase__copy {
		max-width: 520px;
		padding-top: 0;
	}

	.sgf-home-showcase__item-title {
		font-size: 22px;
	}

	.sgf-photo-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sgf-gallery-strip__title-row {
		align-items: start;
		flex-direction: column;
	}

	.sgf-section-title-row {
		align-items: start;
		flex-direction: column;
	}

	.sgf-gallery-lightbox {
		padding: 18px;
	}

	.sgf-gallery-lightbox__stage {
		gap: 10px;
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		padding: 18px;
	}

	.sgf-gallery-lightbox__nav {
		height: 40px;
		width: 40px;
	}

	.sgf-hero,
	.sgf-page-hero,
	.sgf-page-hero--image,
	.sgf-author-hero {
		min-height: 460px;
	}

	.sgf-home-hero {
		min-height: 720px;
	}

	.sgf-card-grid,
	.sgf-book-grid,
	.sgf-info-grid {
		gap: 1px;
	}
}

@media (max-width: 760px) {
	body {
		font-size: 15px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	.sgf-home-showcase {
		padding-bottom: 40px;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 40px;
	}

	.home .sgf-speaker-showcase,
	.sgf-elementor-authors.sgf-speaker-showcase {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: none;
		padding-bottom: 40px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
		width: 100vw;
	}

	.home .sgf-speaker-showcase__intro,
	.sgf-elementor-authors .sgf-speaker-showcase__intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-bottom: 32px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.home .sgf-speaker-showcase__intro > div:first-child,
	.home .sgf-speaker-showcase__intro h2,
	.sgf-elementor-authors .sgf-speaker-showcase__intro > div:first-child,
	.sgf-elementor-authors .sgf-speaker-showcase__intro h2 {
		max-width: 620px;
	}

  .home .sgf-speaker-showcase__intro h2,
  .sgf-elementor-authors .sgf-speaker-showcase__intro h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0;
  }

	.home .sgf-speaker-showcase__intro p:not(.sgf-kicker),
	.sgf-elementor-authors .sgf-speaker-showcase__intro p:not(.sgf-kicker) {
		line-height: 1.7;
		max-width: 520px;
	}

	.home .sgf-speaker-showcase .sgf-carousel,
	.sgf-elementor-authors.sgf-speaker-showcase .sgf-carousel {
		margin-left: 0;
		margin-right: 0;
		width: 100vw;
	}

	.home .sgf-speaker-showcase .splide__track,
	.sgf-elementor-authors.sgf-speaker-showcase .splide__track {
		width: 100vw;
	}

	.sgf-gallery-widget .sgf-carousel,
	.sgf-gallery-carousel {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: 100vw;
	}

	.sgf-gallery-widget .splide__track,
	.sgf-gallery-carousel .splide__track {
		width: 100vw;
	}

	.home .sgf-about-cta {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.sgf-home-showcase__intro {
		margin-bottom: 32px;
	}

	.sgf-home-showcase__grid {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.sgf-home-showcase__tile,
	.sgf-home-showcase__tile--1 {
		aspect-ratio: 1 / 1;
		min-height: 0;
	}

	.sgf-home-showcase__meta {
		padding: 22px;
	}

	.sgf-home-showcase__item-title {
		font-size: 21px;
	}

	.sgf-header-inner {
		align-items: center;
		display: flex;
		gap: 14px;
		flex-wrap: nowrap;
		min-height: 82px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.sgf-header-cta {
		background: transparent;
		backdrop-filter: none;
		border: 0;
		color: var(--sgf-cream);
		font-size: 0;
		margin-left: auto;
		min-height: 32px;
		min-width: 32px;
		order: 2;
		padding: 0;
		width: 32px;
	}

	.sgf-header-cta:hover {
		background: transparent;
		border-color: transparent;
		color: var(--sgf-cream);
		transform: none;
	}

	.sgf-header-cta__label,
	.sgf-menu-toggle__label {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.sgf-header-cta__icon {
		display: inline-block;
		font-size: 20px;
		line-height: 1;
	}

	.sgf-brand {
		gap: 12px;
	}

	.sgf-brand-mark {
		height: 50px;
		width: 50px;
	}

	.sgf-site-header .sgf-brand strong {
		font-size: 13px;
		letter-spacing: var(--sgf-news-caps-spacing);
	}

	.home .sgf-site-header {
		background: rgba(21, 20, 22, 0.9);
		position: absolute;
	}

	body.sgf-mobile-menu-open {
		overflow: hidden;
	}

	.sgf-menu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: var(--sgf-cream);
		display: inline-flex;
		height: 32px;
		justify-content: center;
		margin-left: 0;
		order: 3;
		padding: 0;
		width: 32px;
	}

	.sgf-menu-toggle__icon {
		display: block;
		height: 16px;
		position: relative;
		width: 22px;
	}

	.sgf-menu-toggle__icon::before,
	.sgf-menu-toggle__icon::after,
	.sgf-menu-toggle__icon span {
		background: currentColor;
		border-radius: 999px;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		right: 0;
		transition: opacity 160ms ease, transform 160ms ease, top 160ms ease, bottom 160ms ease;
	}

	.sgf-menu-toggle__icon::before {
		top: 0;
	}

	.sgf-menu-toggle__icon span {
		top: 7px;
	}

	.sgf-menu-toggle__icon::after {
		bottom: 0;
	}

	.sgf-menu-toggle[aria-expanded="true"] .sgf-menu-toggle__icon::before {
		top: 7px;
		transform: rotate(45deg);
	}

	.sgf-menu-toggle[aria-expanded="true"] .sgf-menu-toggle__icon span {
		opacity: 0;
	}

	.sgf-menu-toggle[aria-expanded="true"] .sgf-menu-toggle__icon::after {
		bottom: 7px;
		transform: rotate(-45deg);
	}

	.sgf-nav {
		background: var(--sgf-wine);
		border-bottom: 1px solid rgba(230, 226, 214, 0.18);
		border-top: 1px solid rgba(230, 226, 214, 0.14);
		box-shadow: 0 28px 52px rgba(0, 0, 0, 0.46);
		display: block;
		left: 0;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		overscroll-behavior: contain;
		padding: 0 max(24px, calc((100vw - var(--sgf-width)) / 2 + 24px));
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 82px;
		transform: translateY(-8px);
		transition: border-color 160ms ease, max-height 220ms ease, opacity 160ms ease, padding 220ms ease, transform 160ms ease, visibility 160ms ease;
		visibility: hidden;
		width: 100vw;
		z-index: 49;
	}

	.sgf-nav.is-open {
		max-height: calc(100dvh - 82px);
		opacity: 1;
		overflow-y: auto;
		padding-bottom: max(24px, env(safe-area-inset-bottom));
		padding-top: 18px;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.sgf-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.sgf-menu li {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.sgf-menu a {
		border-bottom: 1px solid rgba(230, 226, 214, 0.12);
		display: block;
		font-size: 17px;
		line-height: 1.2;
		min-height: 48px;
		padding: 15px 0;
	}

	.sgf-submenu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--sgf-cream);
		cursor: pointer;
		display: inline-flex;
		font: inherit;
		height: 36px;
		justify-content: center;
		margin: 0;
		padding: 0;
		width: 36px;
	}

	.sgf-submenu-toggle i {
		font-size: 12px;
		transition: transform 160ms ease;
	}

	.sgf-submenu-toggle[aria-expanded="true"] i {
		transform: rotate(180deg);
	}

	.sgf-menu .sub-menu {
		background: rgba(252, 252, 251, 0.04);
		border: 0;
		box-shadow: none;
		display: grid;
		grid-column: 1 / -1;
		left: auto;
		margin: 0 0 4px;
		min-width: 0;
		opacity: 1;
		padding: 4px 0 8px 16px;
		pointer-events: auto;
		position: static;
		transform: none;
	}

	.sgf-menu .sub-menu[hidden] {
		display: none;
	}

	.sgf-menu .sub-menu::before {
		display: none;
	}

	.sgf-menu .sub-menu a {
		font-size: 14px;
		min-height: 42px;
		padding: 12px 0;
		white-space: normal;
	}

	.sgf-mobile-nav-cta {
		align-items: center;
		border: 1px solid rgba(247, 243, 238, 0.54);
		border-radius: 4px;
		color: var(--sgf-cream);
		display: flex;
		font-family: var(--sgf-sans);
		font-size: 15px;
		font-weight: 500;
		gap: 10px;
		justify-content: center;
		line-height: 1;
		margin-top: 18px;
		min-height: 50px;
		text-decoration: none;
		width: 100%;
	}

	.sgf-mobile-nav-cta:hover,
	.sgf-mobile-nav-cta:focus-visible {
		background: rgba(247, 243, 238, 0.08);
		color: var(--sgf-cream);
	}

	.sgf-hero,
	.sgf-section,
	.sgf-page-hero,
	.sgf-author-hero {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.sgf-hero,
	.sgf-page-hero,
	.sgf-page-hero--image,
	.sgf-author-hero {
		min-height: 420px;
	}

	.sgf-home-hero {
		min-height: 620px;
		padding-bottom: 132px;
		padding-top: 172px;
	}

	.sgf-home-hero h1 {
		font-size: clamp(42px, 13vw, 62px);
		line-height: 0.98;
		max-width: 8.5em;
	}

	.sgf-home-hero .sgf-hero-ticker span {
		font-size: 16px;
		min-height: 58px;
	}

	.sgf-hero-ticker span::after {
		margin-left: 22px;
		margin-right: 22px;
	}

	.sgf-card-grid--three,
	.sgf-card-grid--four,
	.sgf-author-grid,
	.sgf-book-grid,
	.sgf-gallery-grid,
	.sgf-gallery-widget-grid,
	.sgf-info-grid,
	.sgf-post-list,
	.sgf-event-card {
		grid-template-columns: 1fr;
	}

	.sgf-book-single__cover {
		max-width: 240px;
	}

	.sgf-day-heading {
		display: block;
		margin-bottom: 36px;
	}

	.sgf-day-heading > span {
		display: none;
	}

	.sgf-day-heading h2 {
		align-items: center;
		flex-direction: column;
		gap: 0;
		justify-content: center;
		margin-bottom: 0;
	}

	.sgf-day-heading h2 span {
		font-size: clamp(30px, 8vw, 40px);
	}

	.sgf-home-news {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.sgf-home-news .sgf-section-heading {
		margin-bottom: 32px;
		padding-left: 0;
		padding-right: 0;
	}

	.sgf-home-news .sgf-post-card,
	.sgf-home-news .sgf-post-card:nth-child(2n),
	.sgf-home-news .sgf-post-card:last-child {
		border-right: 0;
		border-top: 0;
		grid-column: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.sgf-reading-list__grid {
		grid-template-columns: 1fr;
	}

	.sgf-reading-list__grid article {
		padding-left: 0;
		padding-right: 0;
	}

	.sgf-reading-list__cover {
		width: min(48vw, 170px);
	}

	.sgf-news-masthead {
		padding-top: 88px;
	}

	.sgf-footer-widgets {
		grid-template-columns: 1fr;
	}

	.sgf-footer-inner,
	.sgf-footer-about,
	.sgf-footer-widget,
	.sgf-footer-bottom {
		text-align: center;
	}

	.sgf-brand--footer {
		justify-content: center;
	}

	.sgf-footer-about p {
		margin-left: auto;
		margin-right: auto;
	}

	.sgf-footer-menu {
		align-items: center;
	}

	.sgf-news-masthead h1 {
		font-size: clamp(46px, 16vw, 72px);
	}

	.sgf-news-paper {
		grid-template-columns: 1fr;
		padding-bottom: 80px;
	}

	.sgf-news-story {
		gap: 0;
	}

	.sgf-schedule-filters {
		grid-template-columns: 1fr;
	}

	.sgf-simple-event {
		column-gap: 0;
		grid-template-columns: 1fr;
		padding: 24px 0;
		row-gap: 9px;
	}

	.sgf-simple-event__meta {
		align-items: baseline;
		display: flex;
		flex-flow: row wrap;
		font-size: 13px;
		gap: 5px 10px;
		grid-column: 1;
		line-height: 1.25;
		white-space: normal;
	}

	.sgf-simple-event__meta span:first-child {
		font-size: 14px;
	}

	.sgf-simple-event__meta span:last-child {
		font-size: 14px;
		white-space: nowrap;
	}

	.sgf-simple-event__body {
		display: flex;
		flex-direction: column;
		grid-column: 1;
	}

	.sgf-simple-event__body strong,
	.sgf-simple-event__title {
		font-size: clamp(20px, 5.5vw, 24px);
		font-weight: 400;
		line-height: 1.3;
		margin-bottom: 7px;
		order: 1;
	}

	.sgf-simple-event__category {
		font-size: 14px;
		margin-bottom: 8px;
		order: 2;
	}

	.sgf-simple-event__details {
		margin-top: 2px;
		order: 3;
	}

	.sgf-simple-event__speakers {
		grid-column: 1;
		justify-content: flex-start;
		min-height: 0;
		padding-top: 0;
	}

	.sgf-simple-event__action {
		font-size: 14px;
		grid-column: 1;
		justify-self: start;
		padding-top: 0;
	}

	.sgf-simple-event__speakers:not(:has(*)) {
		display: none;
	}

	.home .sgf-schedule-preview {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.home .sgf-schedule-preview .sgf-section-heading {
		margin-bottom: 20px;
	}

	.home .sgf-schedule-preview .sgf-section-heading h2 {
		font-size: clamp(34px, 11vw, 46px);
	}

	.home .sgf-schedule-preview .sgf-section-heading p:not(.sgf-kicker) {
		line-height: 1.45;
	}

	.home .sgf-simple-event {
		column-gap: 0;
		grid-template-columns: 1fr;
		padding: 22px 0;
		row-gap: 8px;
	}

	.home .sgf-simple-event__meta {
		align-items: baseline;
		display: flex;
		flex-flow: row wrap;
		gap: 6px 10px;
		grid-column: 1;
		white-space: normal;
	}

	.home .sgf-simple-event__meta span:first-child {
		font-size: 14px;
	}

	.home .sgf-simple-event__meta span:last-child {
		font-size: 14px;
		white-space: nowrap;
	}

	.home .sgf-simple-event__body strong,
	.home .sgf-simple-event__title {
		font-size: clamp(19px, 5vw, 22px);
		font-weight: 400;
		line-height: 1.3;
		margin-bottom: 14px;
	}

	.home .sgf-simple-event__category {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.home .sgf-simple-event__action {
		font-size: 14px;
		line-height: 1.2;
	}

	.home .sgf-simple-event__details {
		gap: 6px 8px;
		margin-top: 2px;
	}

	.home .sgf-simple-event__body small,
	.home .sgf-simple-event__price {
		font-size: 13px;
		line-height: 1.4;
	}

	.home .sgf-simple-event__body,
	.home .sgf-simple-event__speakers,
	.home .sgf-simple-event__action {
		grid-column: 1;
		padding-top: 0;
	}

	.home .sgf-simple-event__speakers:not(:has(*)) {
		display: none;
	}

	.home .sgf-simple-event__action {
		margin-top: 6px;
	}

	.sgf-event-list,
	.home .sgf-simple-event-list {
		border: 1px solid var(--sgf-line-dark);
		border-radius: 10px;
		gap: 0;
		overflow: hidden;
	}

	.sgf-event-list .sgf-simple-event,
	.home .sgf-simple-event-list .sgf-simple-event {
		padding-left: 14px;
		padding-right: 14px;
	}

	.sgf-event-list .sgf-simple-event:nth-child(odd),
	.home .sgf-simple-event-list .sgf-simple-event:nth-child(odd) {
		background: #fbfaf7;
	}

	.sgf-event-list .sgf-simple-event:nth-child(even),
	.home .sgf-simple-event-list .sgf-simple-event:nth-child(even) {
		background: #f0efeb;
	}

	.sgf-schedule-intro {
		margin-left: 0;
	}

	.sgf-carousel {
		padding: 0 0 62px;
	}

	.sgf-book-scroller-cta {
		min-height: 620px;
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.sgf-sponsors {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.sgf-sponsors__heading {
		margin-bottom: 24px;
	}

	.sgf-sponsor-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 390px;
	}

	.sgf-sponsor-card {
		gap: 8px;
		min-height: 94px;
		padding: 16px;
	}

	.sgf-sponsor-card__placeholder {
		font-size: 14px;
	}

	.sgf-sponsor-card__name {
		font-size: 10px;
	}

	.sgf-book-scroller-cta h2 {
		font-size: 40px;
	}

	.sgf-book-scroller-cta__copy p:not(.sgf-kicker) {
		font-size: 17px;
	}

	.sgf-book-scroller-action {
		margin-top: 30px;
	}

	.sgf-book-scroller-button {
		justify-content: center;
		min-height: 50px;
		min-width: min(100%, 220px);
		transform: none;
	}

	.sgf-book-scroller-button:hover,
	.sgf-book-scroller-button:focus-visible {
		transform: translateY(-2px);
	}

	.sgf-book-scroller-cta__stage {
		bottom: 0;
		padding-top: 72px;
	}

	.sgf-book-scroller-cta__book:nth-child(3n + 1) {
		--sgf-book-lift: -46px;
		--sgf-book-width: clamp(136px, 36vw, 190px);
	}

	.sgf-book-scroller-cta__book:nth-child(3n + 2) {
		--sgf-book-lift: -12px;
		--sgf-book-width: clamp(104px, 28vw, 142px);
	}

	.sgf-book-scroller-cta__book:nth-child(5n + 4) {
		--sgf-book-lift: -34px;
		--sgf-book-width: clamp(120px, 32vw, 166px);
	}

	.sgf-book-scroller-cta__book:nth-child(7n + 5) {
		--sgf-book-lift: -4px;
		--sgf-book-width: clamp(94px, 25vw, 128px);
	}

	.sgf-featured-portraits {
		grid-template-columns: 1fr;
	}

	.sgf-event-card {
		gap: 12px;
	}

	.sgf-event-speaker-column {
		justify-content: flex-start;
		min-height: 0;
		padding-top: 0;
	}

	.sgf-event-mobile-date {
		color: var(--sgf-ink);
		display: block;
		font-family: var(--sgf-sans);
		font-size: 17px;
		font-weight: 500;
		line-height: 1.2;
		margin-bottom: 8px;
	}

	.sgf-event-action {
		justify-content: flex-start;
		padding-top: 0;
	}

	.sgf-author-lockup {
		align-items: center;
		flex-direction: column;
	}

	.sgf-author-portrait {
		max-width: 190px;
		width: 54vw;
	}

	.sgf-monogram--large {
		font-size: 34px;
		height: 84px;
		width: 84px;
	}

	.sgf-subscribe-form {
		flex-direction: column;
	}

	.sgf-footer-bottom {
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}
}

/* Keep Elementor global fonts from changing Southern Gothic Festival components. */
body .sgf-site-header,
body .sgf-site-footer,
body .sgf-main,
body .sgf-elementor-widget {
	font-family: var(--sgf-sans) !important;
	letter-spacing: 0;
}

body .sgf-main :where(h1, h2, h3, h4, .sgf-section-heading h2, .sgf-page-hero h1, .sgf-author-lockup h1, .sgf-side-panel h2, .sgf-news-story h2, .sgf-person-card h2, .sgf-person-card h3, .sgf-book-card h3, .sgf-book-scroller-cta__fallback, .sgf-monogram, .sgf-event-speakers__fallback) {
	font-family: var(--sgf-serif) !important;
}

body .sgf-main :where(p, .sgf-rich-text, .sgf-section-heading p:not(.sgf-kicker), .sgf-page-hero p:not(.sgf-kicker), .sgf-event-single__description, .sgf-event-card p) {
	font-family: var(--sgf-body) !important;
	font-weight: 400 !important;
}

body .sgf-main :where(.sgf-kicker, .sgf-brand small, .sgf-book-scroller-cta__fallback small) {
	font-family: var(--sgf-display-alt) !important;
}

body .sgf-site-header :where(a, button, strong, small),
body .sgf-site-footer :where(a, button, strong, small),
body .sgf-main :where(.sgf-btn, .sgf-link-btn, .sgf-arrow-link, .sgf-menu a, .sgf-footer-menu a, .sgf-speaker-slide__overlay strong, .sgf-speaker-slide__overlay small, .sgf-author-grid .sgf-person-card .sgf-kicker, .sgf-author-grid .sgf-person-card p:last-child, .sgf-simple-event__meta, .sgf-simple-event__category, .sgf-simple-event__action, .sgf-simple-event__details, .sgf-simple-event__title-link, .sgf-event-time, .sgf-event-location, .sgf-event-meta, .sgf-event-single__details dt, .sgf-event-single__details dd, .sgf-event-speakers__name, .sgf-news-filter, .sgf-news-story__date, .sgf-news-story__link) {
	font-family: var(--sgf-sans) !important;
}

body .sgf-main .elementor-heading-title {
	font-family: var(--sgf-serif) !important;
}

body .sgf-main .elementor-widget-text-editor,
body .sgf-main .elementor-widget-text-editor :where(p, li, span, em) {
	font-family: var(--sgf-body) !important;
	font-size: var(--sgf-body-copy-size) !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

body .sgf-main .elementor-button,
body .sgf-main .elementor-button :where(span, strong) {
	font-family: var(--sgf-sans) !important;
}

@media print {
	@page {
		margin: 0.55in;
	}

	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	html,
	body {
		background: #fff !important;
		font-size: 11pt;
		line-height: 1.45;
	}

	a {
		text-decoration: none !important;
	}

	.sgf-site-header,
	.sgf-site-footer,
	.sgf-schedule-filters,
	.sgf-simple-event__speakers,
	.sgf-simple-event__action,
	.sgf-event-action,
	.sgf-event-speaker-column,
	.sgf-event-speakers,
	.sgf-book-scroller-cta {
		display: none !important;
	}

	.sgf-main,
	.sgf-section,
	.sgf-section--light,
	.sgf-page-hero {
		margin: 0 !important;
		max-width: none !important;
		padding: 0 !important;
	}

	.sgf-page-hero {
		border-bottom: 2px solid #000;
		min-height: 0 !important;
		padding-bottom: 16pt !important;
		text-align: left;
	}

	.sgf-page-hero--image::before {
		display: none !important;
	}

	.sgf-page-hero h1,
	.sgf-page-hero p {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.sgf-page-hero h1 {
		font-size: 24pt;
		line-height: 1.15;
	}

	.sgf-page-hero .sgf-kicker {
		font-size: 10pt;
		letter-spacing: 0.04em;
	}

	.sgf-day {
		border-top: 1px solid #000;
		break-inside: avoid;
		padding: 16pt 0 0;
	}

	.sgf-day-heading {
		display: block;
		margin-bottom: 6pt;
	}

	.sgf-day-heading > span {
		display: none;
	}

	.sgf-day-heading h2 {
		align-items: center;
		flex-direction: column;
		gap: 0;
		margin: 0;
	}

	.sgf-day-heading h2 span {
		font-size: 18pt;
	}

	.sgf-event-list {
		border-top: 1px solid #000;
	}

	.sgf-schedule-intro {
		margin: 0 0 14pt !important;
		max-width: none !important;
	}

	.sgf-schedule-intro p {
		font-size: 10pt;
		line-height: 1.45;
	}

	.sgf-event-card,
	.sgf-simple-event--schedule {
		border-bottom: 1px solid #999;
		display: grid;
		gap: 18pt;
		grid-template-columns: 1in 1fr !important;
		padding: 10pt 0;
	}

	.sgf-event-time strong,
	.sgf-simple-event__meta {
		font-size: 10pt;
		line-height: 1.25;
	}

	.sgf-event-time span,
	.sgf-event-card .sgf-event-location,
	.sgf-simple-event__body small {
		font-size: 9pt;
		letter-spacing: 0.03em;
	}

	.sgf-event-card h3,
	.sgf-simple-event__body strong {
		font-size: 14pt;
		line-height: var(--sgf-news-small-title-leading);
		margin-bottom: 4pt;
	}

	.sgf-event-card p {
		font-size: 10pt;
		line-height: 1.45;
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.sgf-brand small {
		display: none;
	}

	.sgf-photo-row {
		grid-template-columns: 1fr;
	}

	.sgf-hero-copy p,
	.sgf-page-hero p,
	.sgf-rich-text {
		font-size: 16px;
	}

	.sgf-hero,
	.sgf-page-hero,
	.sgf-page-hero--image,
	.sgf-author-hero {
		min-height: 360px;
	}

	.sgf-home-hero {
		min-height: 560px;
		padding-bottom: 116px;
		padding-top: 162px;
	}

	.sgf-home-hero h1 {
		font-size: clamp(38px, 12vw, 50px);
		line-height: 1;
		max-width: 7.8em;
	}

	.sgf-book-scroller-cta {
		min-height: 600px;
	}

	.sgf-book-scroller-cta__fallback,
	.sgf-book-scroller-cta__book img {
		width: 128px;
	}
}
