.gb-sg-page {
	--gb-sg-copper: #b18b66;
	--gb-sg-copper-deep: #765033;
	--gb-sg-ink: #252525;
	--gb-sg-muted: #5f625e;
	--gb-sg-surface: #f6f7f5;
	--gb-sg-line: #dde0db;
	--gb-sg-sage: #e8f0ea;
	--gb-sg-sage-ink: #2f6755;
	--gb-sg-white: #fff;
	--gb-sg-focus: rgb(177 139 102 / 55%);
	--gb-sg-shell: 1180px;
	--gb-sg-copy: 72ch;
	--gb-sg-header-offset: 67px;
	--gb-sg-page-tint: #f5f0ea;
	--gb-sg-page-accent: var(--gb-sg-copper-deep);
	--gb-sg-z-reading: 15;
	--gb-sg-z-mobile-action: 30;
	overflow: clip;
	background: var(--gb-sg-white);
	color: var(--gb-sg-ink);
	font-family: Roboto, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.62;
	text-rendering: optimizeLegibility;
}

.gb-sg-page--family-schelkovo {
	--gb-sg-page-tint: #edf3ef;
	--gb-sg-page-accent: var(--gb-sg-sage-ink);
}

.gb-sg-page,
.gb-sg-page * {
	box-sizing: border-box;
}

.gb-sg-page img {
	max-width: 100%;
	height: auto;
}

.gb-sg-page a {
	color: var(--gb-sg-copper-deep);
	text-decoration-color: rgb(118 80 51 / 42%);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.gb-sg-page a:hover {
	color: var(--gb-sg-ink);
}

.gb-sg-page a,
.gb-sg-page button {
	-webkit-tap-highlight-color: transparent;
}

.gb-sg-page a:focus-visible,
.gb-sg-page button:focus-visible,
.gb-sg-page summary:focus-visible {
	outline: 3px solid var(--gb-sg-focus);
	outline-offset: 3px;
}

.gb-sg-page h1,
.gb-sg-page h2,
.gb-sg-page h3 {
	margin-top: 0;
	color: var(--gb-sg-ink);
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: 700;
	letter-spacing: -0.015em;
	text-transform: none;
	text-wrap: balance;
}

.gb-sg-page h1 {
	max-width: 19ch;
	margin-bottom: 24px;
	font-size: clamp(2.4rem, 4.6vw, 4.15rem);
	line-height: 1.04;
}

.gb-sg-page h2 {
	max-width: 25ch;
	margin-bottom: 22px;
	font-size: clamp(1.8rem, 3.2vw, 2.7rem);
	line-height: 1.14;
}

.gb-sg-page h3 {
	margin-bottom: 12px;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	line-height: 1.3;
}

.gb-sg-page p,
.gb-sg-page ul,
.gb-sg-page ol {
	max-width: var(--gb-sg-copy);
}

.gb-sg-page .gb-breadcrumb {
	display: flex;
	width: min(100%, var(--gb-sg-shell));
	min-height: 52px;
	align-items: center;
	gap: 7px;
	margin: 0 auto !important;
	padding: 12px clamp(20px, 4vw, 32px);
	overflow: hidden;
	color: var(--gb-sg-muted) !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.gb-sg-page .gb-breadcrumb a {
	flex: 0 0 auto;
	text-decoration: none;
}

.gb-sg-shell {
	width: min(100%, var(--gb-sg-shell));
	margin-inline: auto;
	padding-inline: clamp(20px, 4vw, 32px);
}

.gb-sg-hero {
	padding-block: clamp(38px, 6vw, 78px) clamp(60px, 8vw, 106px);
}

.gb-sg-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
	gap: clamp(42px, 8vw, 102px);
	align-items: center;
}

.gb-sg-page-context {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.gb-sg-page-context li {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 4px 10px;
	border-radius: 2px;
	background: var(--gb-sg-page-tint);
	color: var(--gb-sg-page-accent);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.gb-sg-hero__lead {
	max-width: 62ch;
	margin: 0;
	color: var(--gb-sg-muted);
	font-size: clamp(1.06rem, 1.7vw, 1.24rem);
	line-height: 1.55;
	text-wrap: pretty;
}

.gb-sg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	align-items: center;
	margin-top: 30px;
}

.gb-sg-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid var(--gb-sg-copper-deep);
	border-radius: 2px;
	background: var(--gb-sg-copper-deep);
	color: var(--gb-sg-white) !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease-out, border-color 180ms ease-out;
}

.gb-sg-button:hover {
	border-color: var(--gb-sg-ink);
	background: var(--gb-sg-ink);
	color: var(--gb-sg-white) !important;
}

.gb-sg-text-action {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	color: var(--gb-sg-ink) !important;
	font-weight: 700;
	text-decoration-color: var(--gb-sg-copper) !important;
	text-underline-offset: 5px !important;
}

.gb-sg-hero__media {
	width: min(100%, 520px);
	margin: 0;
	justify-self: end;
}

.gb-sg-hero__media-frame {
	overflow: hidden;
	border-radius: 8px;
	background: var(--gb-sg-surface);
}

.gb-sg-hero__media img {
	display: block;
	width: 100%;
	height: auto;
}

.gb-sg-hero__media figcaption {
	margin-top: 11px;
	color: var(--gb-sg-muted);
	font-size: 13px;
	line-height: 1.45;
}

.gb-sg-facts {
	border-block: 1px solid var(--gb-sg-line);
}

.gb-sg-facts__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.gb-sg-facts li {
	min-width: 0;
	padding: 26px clamp(18px, 3vw, 30px);
	border-left: 1px solid var(--gb-sg-line);
}

.gb-sg-facts li:first-child {
	border-left: 0;
}

.gb-sg-facts span {
	display: block;
	margin-bottom: 5px;
	color: var(--gb-sg-muted);
	font-size: 13px;
	line-height: 1.3;
}

.gb-sg-facts strong {
	display: block;
	color: var(--gb-sg-ink);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	line-height: 1.25;
}

.gb-sg-reading-nav {
	position: sticky;
	z-index: var(--gb-sg-z-reading);
	top: var(--gb-sg-header-offset);
	border-bottom: 1px solid var(--gb-sg-line);
	background: var(--gb-sg-white);
}

.gb-sg-reading-nav__inner {
	display: flex;
	min-height: 52px;
	align-items: center;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: none;
}

.gb-sg-reading-nav__inner::-webkit-scrollbar {
	display: none;
}

.gb-sg-reading-nav a {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	padding-inline: 12px;
	color: var(--gb-sg-muted);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.gb-sg-reading-nav a.is-active {
	color: var(--gb-sg-page-accent);
}

.gb-sg-reading-nav__progress {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	overflow: hidden;
	background: transparent;
}

.gb-sg-reading-nav__progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--gb-sg-copper);
	transform: scaleX(0);
	transform-origin: left;
}

.gb-sg-body {
	padding-block: clamp(64px, 9vw, 120px);
}

.gb-sg-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(250px, 310px);
	gap: clamp(48px, 8vw, 96px);
	align-items: start;
}

.gb-sg-article {
	min-width: 0;
}

.gb-sg-article section {
	padding-block: clamp(44px, 6vw, 72px);
	border-top: 1px solid var(--gb-sg-line);
	scroll-margin-top: calc(var(--gb-sg-header-offset) + 64px);
}

.gb-sg-article section:first-child {
	padding-top: 0;
	border-top: 0;
}

.gb-sg-article p {
	margin: 0 0 18px;
	color: var(--gb-sg-muted);
	text-wrap: pretty;
}

.gb-sg-article p strong {
	color: var(--gb-sg-ink);
}

.gb-sg-article ul,
.gb-sg-article ol {
	margin: 0;
	padding-left: 24px;
	color: var(--gb-sg-muted);
}

.gb-sg-article li {
	margin-block: 9px;
	padding-left: 3px;
}

.gb-sg-callout {
	margin: 30px 0 0;
	padding: 24px;
	border: 1px solid var(--gb-sg-line);
	border-radius: 8px;
	background: var(--gb-sg-page-tint);
}

.gb-sg-callout h3 {
	margin-bottom: 9px;
	font-size: 1.15rem;
}

.gb-sg-callout p:last-child {
	margin-bottom: 0;
}

.gb-sg-program-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 26px;
}

.gb-sg-photo-split {
	display: grid;
	gap: 32px;
	align-items: start;
	margin-top: 32px;
}

.gb-sg-photo-split--program {
	grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
}

.gb-sg-photo-split--format {
	grid-template-columns: minmax(260px, 0.84fr) minmax(0, 1.16fr);
}

.gb-sg-photo-split__copy > :last-child {
	margin-bottom: 0;
}

.gb-sg-content-photo,
.gb-sg-atmosphere__figure {
	margin: 0;
}

.gb-sg-content-photo__frame,
.gb-sg-atmosphere__frame {
	overflow: hidden;
	border-radius: 8px;
	background: var(--gb-sg-surface);
}

.gb-sg-content-photo img,
.gb-sg-atmosphere img {
	display: block;
	width: 100%;
	height: auto;
}

.gb-sg-content-photo figcaption,
.gb-sg-atmosphere figcaption {
	margin-top: 12px;
	color: var(--gb-sg-muted);
	font-size: 13px;
	line-height: 1.45;
}

.gb-sg-content-photo--portrait {
	width: min(100%, 280px);
	justify-self: end;
}

.gb-sg-content-photo--result {
	width: min(86%, 620px);
	margin: 48px 0 0 auto;
}

.gb-sg-content-photo--portrait-wide {
	width: min(100%, 380px);
}

.gb-sg-content-photo--portrait-result {
	width: min(100%, 420px);
}

.gb-sg-body--with-atmosphere {
	padding-bottom: clamp(48px, 7vw, 80px);
}

.gb-sg-atmosphere {
	padding-bottom: clamp(64px, 9vw, 96px);
}

.gb-sg-atmosphere__figure {
	width: min(100%, 800px);
	margin-inline: auto;
}

.gb-sg-atmosphere__figure--portrait {
	width: min(100%, 520px);
}

.gb-sg-program-schedule {
	padding: clamp(24px, 4vw, 34px);
	border: 1px solid var(--gb-sg-line);
	border-radius: 8px;
	background: var(--gb-sg-page-tint);
}

.gb-sg-program-schedule__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4px 28px;
	align-items: end;
}

.gb-sg-program-schedule__heading h2 {
	margin-bottom: 0;
}

.gb-sg-program-schedule__heading > p:not(.gb-sg-program-schedule__eyebrow) {
	grid-row: 1 / 3;
	grid-column: 2;
	max-width: 26ch;
	margin: 0;
	font-size: 14px;
}

.gb-sg-program-schedule__eyebrow {
	margin: 0 !important;
	color: var(--gb-sg-page-accent) !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.gb-sg-program-schedule__slots {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	border-top: 1px solid var(--gb-sg-line);
}

.gb-sg-program-schedule__slot {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
	padding: 22px 20px 0;
	border-left: 1px solid var(--gb-sg-line);
}

.gb-sg-program-schedule__slot:first-child {
	padding-left: 0;
	border-left: 0;
}

.gb-sg-program-schedule__slot:last-child {
	padding-right: 0;
}

.gb-sg-program-schedule__slot time {
	display: grid;
	gap: 3px;
	color: var(--gb-sg-muted);
	font-size: 13px;
	line-height: 1.35;
}

.gb-sg-program-schedule__slot time strong {
	color: var(--gb-sg-ink);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 1.55rem;
	line-height: 1.2;
}

.gb-sg-program-schedule__availability {
	color: var(--gb-sg-sage-ink);
	font-size: 13px;
	font-weight: 700;
}

.gb-sg-program-schedule__slot > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	align-self: end;
	justify-content: center;
	margin-top: 2px;
	border: 1px solid var(--gb-sg-copper-deep);
	border-radius: 2px;
	font-weight: 700;
	text-decoration: none;
}

.gb-sg-program-schedule__slot > a:hover {
	background: var(--gb-sg-copper-deep);
	color: var(--gb-sg-white);
}

.gb-sg-program-schedule__all {
	display: inline-flex;
	margin-top: 24px;
	font-weight: 700;
}

.gb-sg-program-schedule__empty {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--gb-sg-line);
}

.gb-sg-program-schedule__empty p {
	margin-bottom: 10px;
}

.gb-sg-process {
	display: grid;
	gap: 0;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: gb-sg-process;
}

.gb-sg-process li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid var(--gb-sg-line);
	counter-increment: gb-sg-process;
}

.gb-sg-process li::before {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--gb-sg-page-tint);
	color: var(--gb-sg-page-accent);
	content: counter(gb-sg-process);
	font-weight: 700;
}

.gb-sg-process strong {
	display: block;
	margin-bottom: 4px;
	color: var(--gb-sg-ink);
}

.gb-sg-route {
	margin-top: 30px;
	padding: clamp(24px, 4vw, 34px);
	border: 1px solid var(--gb-sg-line);
	border-radius: 8px;
	background: var(--gb-sg-page-tint);
	color: var(--gb-sg-ink);
}

.gb-sg-route__track {
	display: grid;
	grid-template-columns: auto minmax(48px, 1fr) auto minmax(48px, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.gb-sg-route__stop {
	display: grid;
	gap: 4px;
}

.gb-sg-route__stop span {
	color: var(--gb-sg-page-accent);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.gb-sg-route__stop strong {
	color: var(--gb-sg-ink);
	font-size: 15px;
	line-height: 1.3;
}

.gb-sg-route__line {
	height: 1px;
	background: var(--gb-sg-line);
}

.gb-sg-route__note {
	margin: 18px 0 0 !important;
	color: var(--gb-sg-muted) !important;
	font-size: 14px;
	line-height: 1.5;
}

.gb-sg-route__action {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: 14px;
	font-weight: 700;
}

.gb-sg-sidebar {
	position: sticky;
	top: calc(var(--gb-sg-header-offset) + 72px);
	padding: 28px;
	border-radius: 8px;
	background: var(--gb-sg-surface);
}

.gb-sg-sidebar h2 {
	margin-bottom: 18px;
	font-size: 1.5rem;
}

.gb-sg-summary {
	margin: 0;
}

.gb-sg-summary div {
	padding: 14px 0;
	border-top: 1px solid var(--gb-sg-line);
}

.gb-sg-summary div:first-child {
	padding-top: 0;
	border-top: 0;
}

.gb-sg-summary dt {
	color: var(--gb-sg-muted);
	font-size: 13px;
	line-height: 1.3;
}

.gb-sg-summary dd {
	margin: 4px 0 0;
	color: var(--gb-sg-ink);
	font-weight: 700;
	line-height: 1.4;
}

.gb-sg-sidebar .gb-sg-button {
	width: 100%;
	margin-top: 22px;
}

.gb-sg-sidebar__note {
	margin: 14px 0 0;
	color: var(--gb-sg-muted);
	font-size: 13px;
	line-height: 1.45;
}

.gb-sg-related {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid var(--gb-sg-line);
}

.gb-sg-related h3 {
	margin-bottom: 10px;
	font-size: 1rem;
}

.gb-sg-related ul {
	margin: 0;
	padding-left: 18px;
}

.gb-sg-related li {
	margin: 7px 0;
	color: var(--gb-sg-muted);
	font-size: 14px;
	line-height: 1.4;
}

.gb-sg-faq {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--gb-sg-line);
}

.gb-sg-faq details {
	border-bottom: 1px solid var(--gb-sg-line);
}

.gb-sg-faq summary {
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-block: 18px;
	color: var(--gb-sg-ink);
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.gb-sg-faq summary::-webkit-details-marker {
	display: none;
}

.gb-sg-faq summary::after {
	flex: 0 0 auto;
	color: var(--gb-sg-copper-deep);
	content: "+";
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.gb-sg-faq details[open] summary::after {
	content: "−";
}

.gb-sg-faq details p {
	padding: 0 40px 20px 0;
}

.gb-sg-booking {
	padding-block: clamp(58px, 8vw, 100px);
	background: var(--gb-sg-page-tint);
}

.gb-sg-booking__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
	gap: clamp(36px, 7vw, 84px);
	align-items: center;
}

.gb-sg-booking h2 {
	margin-bottom: 18px;
}

.gb-sg-booking p {
	margin: 0;
	color: var(--gb-sg-muted);
}

.gb-sg-booking__actions {
	display: grid;
	gap: 12px;
}

.gb-sg-booking__actions .gb-sg-button,
.gb-sg-booking__actions .gb-sg-text-action {
	width: 100%;
	justify-content: center;
}

.gb-sg-mobile-action {
	display: none;
}

@media (max-width: 980px) {
	.gb-sg-hero__layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
		gap: 42px;
	}

	.gb-sg-page h1 {
		font-size: clamp(2.35rem, 6.3vw, 3.8rem);
	}

	.gb-sg-content-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.gb-sg-sidebar {
		position: static;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 18px 28px;
		align-items: end;
	}

	.gb-sg-sidebar h2,
	.gb-sg-sidebar .gb-sg-summary,
	.gb-sg-sidebar .gb-sg-related {
		grid-column: 1;
	}

	.gb-sg-sidebar .gb-sg-button,
	.gb-sg-sidebar__note {
		grid-column: 2;
	}

	.gb-sg-sidebar .gb-sg-button {
		min-width: 220px;
		margin-top: 0;
	}

	.gb-sg-sidebar__note {
		max-width: 260px;
	}
}

@media (max-width: 760px) {
	.gb-sg-page {
		font-size: 16px;
	}

	.gb-sg-hero__copy {
		min-width: 0;
	}

	.gb-sg-page-context li,
	.gb-sg-page h1,
	.gb-sg-hero__lead {
		max-width: 100%;
		overflow-wrap: anywhere;
		hyphens: auto;
	}

	.gb-sg-hero__layout {
		grid-template-columns: 1fr;
	}

	.gb-sg-hero__media {
		width: min(100%, 520px);
		justify-self: start;
	}

	.gb-sg-photo-split {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.gb-sg-photo-split--format .gb-sg-photo-split__copy {
		order: 1;
	}

	.gb-sg-photo-split--format .gb-sg-content-photo {
		order: 2;
	}

	.gb-sg-content-photo--portrait,
	.gb-sg-content-photo--portrait-wide,
	.gb-sg-content-photo--portrait-result,
	.gb-sg-content-photo--result {
		width: min(100%, 520px);
		margin-right: auto;
		margin-left: 0;
		justify-self: start;
	}

	.gb-sg-content-photo--result {
		margin-top: 32px;
	}

	.gb-sg-content-photo--portrait-result {
		width: min(100%, 420px);
	}

	.gb-sg-facts__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gb-sg-facts li:nth-child(odd) {
		border-left: 0;
	}

	.gb-sg-facts li:nth-child(n + 3) {
		border-top: 1px solid var(--gb-sg-line);
	}

	.gb-sg-sidebar {
		display: block;
	}

	.gb-sg-sidebar .gb-sg-button {
		width: 100%;
		margin-top: 22px;
	}

	.gb-sg-booking__inner {
		grid-template-columns: 1fr;
	}

	.gb-sg-program-schedule__heading {
		grid-template-columns: 1fr;
	}

	.gb-sg-program-schedule__heading > p:not(.gb-sg-program-schedule__eyebrow) {
		grid-row: auto;
		grid-column: auto;
		max-width: var(--gb-sg-copy);
		margin-top: 10px;
	}

	.gb-sg-program-schedule__slots {
		grid-template-columns: 1fr;
	}

	.gb-sg-program-schedule__slot,
	.gb-sg-program-schedule__slot:first-child,
	.gb-sg-program-schedule__slot:last-child {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		padding: 18px 0;
		border-left: 0;
		border-bottom: 1px solid var(--gb-sg-line);
	}

	.gb-sg-program-schedule__slot:last-child {
		border-bottom: 0;
	}

	.gb-sg-program-schedule__slot > a {
		grid-row: 1 / 3;
		grid-column: 2;
		min-width: 104px;
		margin: 0;
	}
}

@media (max-width: 540px) {
	.gb-sg-page {
		--gb-sg-header-offset: 70px;
	}

	.gb-sg-page .gb-breadcrumb {
		display: block;
		min-height: 46px;
	}

	.gb-sg-page .gb-breadcrumb > span:nth-last-child(-n + 2) {
		display: none;
	}

	.gb-sg-hero {
		padding-top: 28px;
		padding-bottom: 62px;
	}

	.gb-sg-page h1 {
		font-size: clamp(2.15rem, 10.5vw, 3rem);
		line-height: 1.07;
	}

	.gb-sg-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.gb-sg-button,
	.gb-sg-text-action {
		width: 100%;
		justify-content: center;
	}

	.gb-sg-facts li {
		padding: 20px 16px;
	}

	.gb-sg-reading-nav__inner {
		margin-inline: -8px;
	}

	.gb-sg-body {
		padding-top: 54px;
		padding-bottom: 72px;
	}

	.gb-sg-route__track {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.gb-sg-route__line {
		width: 1px;
		height: 22px;
		margin-left: 7px;
	}

	.gb-sg-program-schedule {
		padding: 22px 20px;
	}

	.gb-sg-callout,
	.gb-sg-sidebar {
		padding: 22px 20px;
	}

	.gb-sg-faq details p {
		padding-right: 0;
	}

	.gb-sg-mobile-action {
		position: fixed;
		z-index: var(--gb-sg-z-mobile-action);
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		gap: 8px;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--gb-sg-line);
		background: rgb(255 255 255 / 96%);
		transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.gb-sg-mobile-action.is-hidden {
		transform: translateY(110%);
	}

	.gb-sg-mobile-action .gb-sg-button {
		min-height: 48px;
	}

	.gb-sg-mobile-action__phone {
		display: inline-flex;
		width: 52px;
		min-width: 52px;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--gb-sg-line);
		border-radius: 2px;
		color: var(--gb-sg-ink);
		font-size: 20px;
		text-decoration: none;
	}

	.footer-wrapper {
		padding-bottom: 76px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gb-sg-page,
	.gb-sg-page * {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
