body.gb-seo-prototype {
	--gb-seo-copper: #b18b66;
	--gb-seo-copper-deep: #765033;
	--gb-seo-ink: #252525;
	--gb-seo-muted: #5f625e;
	--gb-seo-surface: #f6f7f5;
	--gb-seo-line: #dde0db;
	--gb-seo-sage: #e8f0ea;
	background: #fff;
}

.gb-seo-prototype__main {
	color: var(--gb-seo-ink);
	font-family: Roboto, Arial, sans-serif;
}

.gb-seo-prototype__shell,
.gb-seo-prototype__breadcrumbs {
	width: min(100%, 1180px);
	margin-inline: auto;
}

.gb-seo-prototype__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 48px;
	padding: 12px 24px;
	color: var(--gb-seo-muted);
	font-size: 13px;
	line-height: 1.35;
	overflow: hidden;
}

.gb-seo-prototype__breadcrumbs a {
	flex: 0 0 auto;
	color: var(--gb-seo-copper-deep);
	text-decoration: none;
}

.gb-seo-prototype__breadcrumbs span[aria-current="page"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gb-seo-prototype__hero {
	padding: clamp(32px, 5vw, 64px) 24px clamp(52px, 7vw, 88px);
}

.gb-seo-prototype__hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(40px, 6vw, 80px);
	align-items: center;
}

.gb-seo-prototype--story .gb-seo-prototype__hero-inner {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.gb-seo-prototype--story .gb-seo-prototype__hero {
	padding-top: clamp(32px, 4vw, 48px);
	padding-bottom: clamp(48px, 5vw, 64px);
}

.gb-seo-prototype__hero-copy {
	min-width: 0;
}

.gb-seo-prototype__meta {
	margin: 0 0 16px;
	color: var(--gb-seo-muted);
	font-size: 14px;
	line-height: 1.4;
}

.gb-seo-prototype__hero h1 {
	max-width: 18ch;
	margin: 0;
	color: var(--gb-seo-ink);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(40px, 4.5vw, 58px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	text-wrap: balance;
}

.gb-seo-prototype__hero h1.is-long-title {
	max-width: 20ch;
	font-size: clamp(36px, 3.7vw, 48px);
	line-height: 1.1;
}

.gb-seo-prototype--story .gb-seo-prototype__hero h1 {
	max-width: 20ch;
	font-size: clamp(38px, 4vw, 52px);
}

.gb-seo-prototype__lead {
	max-width: 64ch;
	margin-top: 24px;
	color: var(--gb-seo-muted);
	font-size: 18px;
	line-height: 1.58;
	text-wrap: pretty;
}

.gb-seo-prototype__lead p {
	margin: 0;
}

.gb-seo-prototype__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
	margin-top: 28px;
}

.gb-seo-prototype__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid var(--gb-seo-copper-deep);
	border-radius: 2px;
	background: var(--gb-seo-copper-deep);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 180ms ease-out, border-color 180ms ease-out;
}

.gb-seo-prototype__button:hover {
	border-color: var(--gb-seo-ink);
	background: var(--gb-seo-ink);
	color: #fff;
}

.gb-seo-prototype__text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--gb-seo-copper-deep);
	font-weight: 700;
	text-decoration-color: rgba(118, 80, 51, 0.45);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.gb-seo-prototype__button:focus-visible,
.gb-seo-prototype__text-link:focus-visible,
.gb-seo-prototype__article a:focus-visible,
.gb-seo-prototype__toc a:focus-visible,
.gb-seo-prototype__mobile-actions a:focus-visible {
	outline: 3px solid rgba(177, 139, 102, 0.55);
	outline-offset: 3px;
}

.gb-seo-prototype__rating {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: baseline;
	margin: 22px 0 0;
	color: var(--gb-seo-muted);
	font-size: 14px;
	line-height: 1.4;
}

.gb-seo-prototype__rating > span {
	color: var(--gb-seo-copper-deep);
	letter-spacing: 0;
}

.gb-seo-prototype__rating a {
	color: var(--gb-seo-copper-deep);
	text-underline-offset: 3px;
}

.gb-seo-prototype__hero-media {
	min-width: 0;
}

.gb-seo-prototype__hero-media figure {
	height: clamp(360px, 40vw, 500px);
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: var(--gb-seo-surface);
}

.gb-seo-prototype--story .gb-seo-prototype__hero-media figure {
	height: clamp(440px, 46vw, 560px);
}

.gb-seo-prototype__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gb-seo-prototype--landing .gb-seo-prototype__hero-media img {
	object-position: center 42%;
}

.gb-seo-prototype--story .gb-seo-prototype__hero-media img {
	object-position: center 36%;
}

.gb-seo-prototype__body {
	padding: clamp(56px, 7vw, 96px) 24px;
	border-top: 1px solid var(--gb-seo-line);
}

.gb-seo-prototype__layout {
	display: grid;
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
}

.gb-seo-prototype--story .gb-seo-prototype__body {
	padding-top: clamp(48px, 5vw, 72px);
	padding-bottom: clamp(48px, 5vw, 72px);
}

.gb-seo-prototype--story .gb-seo-prototype__layout {
	grid-template-columns: minmax(0, 1000px);
}

.gb-seo-prototype__layout.has-toc {
	grid-template-columns: minmax(0, 820px) minmax(220px, 260px);
	justify-content: stretch;
	gap: clamp(40px, 6vw, 72px);
}

.gb-seo-prototype__article {
	min-width: 0;
	color: var(--gb-seo-ink);
	font-size: 17px;
	line-height: 1.65;
}

.gb-seo-prototype--story .gb-seo-prototype__article {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	grid-template-rows: auto auto 1fr auto;
	gap: 22px 56px;
	align-items: start;
	width: 100%;
}

.gb-seo-prototype--story .gb-seo-prototype__article > p:first-child {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.gb-seo-prototype--story .gb-seo-prototype__article > h2:first-of-type {
	grid-column: 1;
	grid-row: 2;
	width: 100%;
	margin: 0;
}

.gb-seo-prototype--story .gb-seo-prototype__article > h2:first-of-type + p {
	grid-column: 1;
	grid-row: 3;
	margin-bottom: 0;
}

.gb-seo-prototype__article .gb-geo {
	max-width: none;
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
}

.gb-seo-prototype__article h2,
.gb-seo-prototype__article h3 {
	max-width: 30ch;
	color: var(--gb-seo-ink);
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
	text-wrap: balance;
	scroll-margin-top: 100px;
}

.gb-seo-prototype__article h2 {
	margin: 64px 0 20px;
	padding-top: 22px;
	border-top: 1px solid var(--gb-seo-line);
	border-bottom: 0;
	font-size: clamp(27px, 3vw, 34px);
	line-height: 1.18;
}

.gb-seo-prototype__article h2:first-child,
.gb-seo-prototype__article .gb-geo > h2:first-child {
	margin-top: 0;
}

.gb-seo-prototype__article h3 {
	margin: 36px 0 14px;
	font-size: 22px;
	line-height: 1.3;
}

.gb-seo-prototype__article p,
.gb-seo-prototype__article ul,
.gb-seo-prototype__article ol {
	max-width: 72ch;
}

.gb-seo-prototype__article p {
	margin: 0 0 18px;
	text-wrap: pretty;
}

.gb-seo-prototype__article ul,
.gb-seo-prototype__article ol {
	margin: 0 0 22px;
	padding-left: 24px;
}

.gb-seo-prototype__article li {
	margin: 8px 0;
	padding-left: 3px;
}

.gb-seo-prototype__article a {
	color: var(--gb-seo-copper-deep);
	text-decoration-color: rgba(118, 80, 51, 0.4);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.gb-seo-prototype__article a:hover {
	color: var(--gb-seo-ink);
}

.gb-seo-prototype__article figure {
	margin: 34px 0;
	overflow: hidden;
	border-radius: 8px;
}

.gb-seo-prototype__article figure img,
.gb-seo-prototype__article .img-inner img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.gb-seo-prototype__article .gb-seo-prototype__story-media {
	width: min(100%, 680px);
	margin: 54px auto;
	aspect-ratio: 4 / 3;
}

.gb-seo-prototype--story .gb-seo-prototype__article .gb-seo-prototype__story-media {
	grid-column: 2;
	grid-row: 1 / span 3;
	width: 100%;
	height: 100%;
	min-height: 500px;
	margin: 0;
	aspect-ratio: auto;
}

.gb-seo-prototype__article .gb-seo-prototype__story-media img {
	height: 100%;
	object-fit: cover;
	object-position: center 36%;
}

.gb-seo-prototype__article .gb-cert-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 30px 0;
}

.gb-seo-prototype__article .gb-cert-gallery figure {
	margin: 0;
	aspect-ratio: 4 / 5;
}

.gb-seo-prototype__article .gb-cert-gallery img {
	height: 100%;
	object-fit: cover;
}

.gb-seo-prototype__article blockquote,
.gb-seo-prototype__article .gb-lead {
	max-width: 72ch;
	margin: 28px 0;
	padding: 20px 22px;
	border: 1px solid var(--gb-seo-line);
	border-radius: 8px;
	background: var(--gb-seo-surface);
	color: var(--gb-seo-muted);
}

.gb-seo-prototype__article details {
	max-width: 72ch;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--gb-seo-line);
}

.gb-seo-prototype__article details:first-of-type {
	border-top: 1px solid var(--gb-seo-line);
}

.gb-seo-prototype__article details summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 14px 42px 14px 0;
	border: 0;
	color: var(--gb-seo-ink);
	font-weight: 700;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
}

.gb-seo-prototype__article details summary::-webkit-details-marker {
	display: none;
}

.gb-seo-prototype__article details summary::after {
	position: absolute;
	right: 4px;
	content: "+";
	color: var(--gb-seo-copper-deep);
	font-size: 24px;
	font-weight: 400;
}

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

.gb-seo-prototype__article details p {
	padding: 0 36px 18px 0;
	color: var(--gb-seo-muted);
}

.gb-seo-prototype__article table {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 22px 0 34px;
	overflow-x: auto;
	border-collapse: collapse;
	-webkit-overflow-scrolling: touch;
}

.gb-seo-prototype__article thead,
.gb-seo-prototype__article tbody {
	display: table;
	width: 100%;
	min-width: 680px;
	table-layout: fixed;
}

.gb-seo-prototype__article th,
.gb-seo-prototype__article td {
	padding: 13px 14px;
	border-bottom: 1px solid var(--gb-seo-line);
	text-align: left;
	vertical-align: top;
}

.gb-seo-prototype__article th {
	background: var(--gb-seo-surface);
	color: var(--gb-seo-ink);
	font-size: 13px;
	font-weight: 700;
}

.gb-seo-prototype__booking-section {
	margin: 64px -32px;
	padding: 34px 32px 38px;
	border-top: 3px solid var(--gb-seo-copper);
	background: var(--gb-seo-surface);
}

.gb-seo-prototype--story .gb-seo-prototype__booking-section {
	grid-column: 1 / -1;
	grid-row: 4;
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
	gap: 12px 48px;
	width: 100%;
	margin: 42px 0 0;
	padding: 38px 40px 40px;
}

.gb-seo-prototype--story .gb-seo-prototype__booking-section > h2:first-child {
	grid-column: 1;
	grid-row: 1 / span 3;
	align-self: start;
	margin: 0;
}

.gb-seo-prototype--story .gb-seo-prototype__booking-section > p {
	grid-column: 2;
}

.gb-seo-prototype__booking-section > h2:first-child {
	max-width: 24ch;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.gb-seo-prototype__booking-section > :last-child {
	margin-bottom: 0;
}

.gb-seo-prototype__article .wpcf7 {
	max-width: 760px;
	margin: 28px 0 56px;
	padding: clamp(22px, 4vw, 34px);
	border-radius: 8px;
	background: var(--gb-seo-surface);
}

.gb-seo-prototype__booking-section .wpcf7 {
	margin: 28px 0 0;
	padding: 0;
	background: transparent;
}

.gb-seo-prototype__article .wpcf7 p {
	max-width: none;
	margin-bottom: 18px;
}

.gb-seo-prototype__field-label {
	display: block;
	margin: 0 0 7px;
	color: var(--gb-seo-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.gb-seo-prototype__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gb-seo-prototype__form-grid br {
	display: none;
}

.gb-seo-prototype__field {
	display: block;
	min-width: 0;
}

.gb-seo-prototype__field.is-wide,
.gb-seo-prototype__form-submit,
.gb-seo-prototype__form-grid > .wpcf7-spinner {
	grid-column: 1 / -1;
}

.gb-seo-prototype__article .wpcf7 input:not([type="submit"]),
.gb-seo-prototype__article .wpcf7 textarea {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #a8aaa6;
	border-radius: 2px;
	background: #fff;
	color: var(--gb-seo-ink);
	font-size: 16px;
	box-shadow: none;
}

.gb-seo-prototype__article .wpcf7 textarea {
	min-height: 130px;
	resize: vertical;
}

.gb-seo-prototype__article .wpcf7 input:focus,
.gb-seo-prototype__article .wpcf7 textarea:focus {
	border-color: var(--gb-seo-copper-deep);
	outline: 3px solid rgba(177, 139, 102, 0.38);
	outline-offset: 2px;
}

.gb-seo-prototype__article .wpcf7 input[type="submit"] {
	min-height: 48px;
	margin: 4px 0 0;
	padding: 12px 20px;
	border: 0;
	border-radius: 2px;
	background: var(--gb-seo-copper-deep);
	color: #fff;
	font-weight: 700;
	text-transform: none;
}

.gb-seo-prototype__toc-wrap {
	position: sticky;
	top: 96px;
	align-self: start;
	min-width: 0;
}

.gb-seo-prototype__toc {
	position: relative;
	max-height: calc(100vh - 206px);
	overflow: auto;
	border-top: 2px solid var(--gb-seo-copper);
	border-bottom: 1px solid var(--gb-seo-line);
	scrollbar-width: thin;
	scrollbar-color: var(--gb-seo-copper) transparent;
}

.gb-seo-prototype__toc summary {
	padding: 16px 0 12px;
	color: var(--gb-seo-ink);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	list-style: none;
}

.gb-seo-prototype__toc summary::-webkit-details-marker {
	display: none;
}

.gb-seo-prototype__toc ol {
	margin: 0;
	padding: 0 0 14px;
	list-style: none;
}

.gb-seo-prototype__toc-progress {
	position: sticky;
	top: 0;
	z-index: 1;
	height: 3px;
	background: var(--gb-seo-line);
}

.gb-seo-prototype__toc-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--gb-seo-copper-deep);
	transform: scaleX(0);
	transform-origin: left center;
}

.gb-seo-prototype__toc li {
	margin: 0;
	border-top: 1px solid var(--gb-seo-line);
}

.gb-seo-prototype__toc a {
	display: block;
	padding: 10px 0;
	color: var(--gb-seo-muted);
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}

.gb-seo-prototype__toc a:hover {
	color: var(--gb-seo-copper-deep);
}

.gb-seo-prototype__toc a.is-active,
.gb-seo-prototype__toc a[aria-current="location"] {
	color: var(--gb-seo-ink);
	font-weight: 700;
}

.gb-seo-prototype__toc a.is-active::before,
.gb-seo-prototype__toc a[aria-current="location"]::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--gb-seo-copper-deep);
	content: "";
	vertical-align: 1px;
}

.gb-seo-prototype__toc-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: 16px;
	padding: 10px 16px;
	border: 1px solid var(--gb-seo-copper-deep);
	border-radius: 2px;
	background: var(--gb-seo-copper-deep);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.gb-seo-prototype__toc-action:hover {
	border-color: var(--gb-seo-ink);
	background: var(--gb-seo-ink);
	color: #fff;
}

.gb-seo-prototype__final {
	padding: clamp(40px, 6vw, 72px) 24px;
	background: var(--gb-seo-surface);
}

.gb-seo-prototype__final-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.gb-seo-prototype__final-title {
	max-width: 28ch;
	margin: 0;
	color: var(--gb-seo-ink);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
	text-wrap: balance;
}

.gb-seo-prototype__final p:not(.gb-seo-prototype__final-title) {
	max-width: 64ch;
	margin: 10px 0 0;
	color: var(--gb-seo-muted);
}

.gb-seo-prototype__mobile-actions {
	display: none;
}

body.gb-seo-prototype--story .header-wrapper.stuck {
	background-color: rgba(255, 255, 255, 0.94);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

@media (max-width: 899px) {
	.gb-seo-prototype__hero-inner,
	.gb-seo-prototype--story .gb-seo-prototype__hero-inner,
	.gb-seo-prototype__layout.has-toc {
		grid-template-columns: 1fr;
	}

	.gb-seo-prototype__hero-copy {
		max-width: 720px;
	}

	.gb-seo-prototype__hero-media figure,
	.gb-seo-prototype--story .gb-seo-prototype__hero-media figure {
		height: clamp(320px, 62vw, 520px);
	}

	.gb-seo-prototype__toc-wrap {
		position: static;
		grid-row: 1;
	}

	.gb-seo-prototype__article {
		grid-row: 2;
	}

	.gb-seo-prototype--story .gb-seo-prototype__article {
		display: block;
	}

	.gb-seo-prototype--story .gb-seo-prototype__article > h2:first-of-type {
		margin-top: 52px;
	}

	.gb-seo-prototype--story .gb-seo-prototype__article .gb-seo-prototype__story-media {
		width: min(100%, 680px);
		height: auto;
		min-height: 0;
		margin: 44px auto;
		aspect-ratio: 4 / 3;
	}

	.gb-seo-prototype--story .gb-seo-prototype__booking-section {
		display: block;
		margin: 48px 0 0;
		padding: 32px;
	}

	.gb-seo-prototype--story .gb-seo-prototype__booking-section > p {
		margin-bottom: 18px;
	}

	.gb-seo-prototype__toc {
		position: static;
		max-height: none;
		overflow: visible;
	}

	.gb-seo-prototype__toc-progress,
	.gb-seo-prototype__toc-action {
		display: none;
	}

	.gb-seo-prototype__toc summary {
		position: relative;
		min-height: 48px;
		padding-right: 36px;
		cursor: pointer;
	}

	.gb-seo-prototype__toc summary::after {
		position: absolute;
		right: 2px;
		content: "+";
		color: var(--gb-seo-copper-deep);
		font-family: Roboto, Arial, sans-serif;
		font-size: 22px;
		font-weight: 400;
	}

	.gb-seo-prototype__toc[open] summary::after {
		content: "−";
	}

	.gb-seo-prototype__final-inner {
		align-items: flex-start;
	}
}

@media (max-width: 549px) {
	body.gb-seo-prototype {
		padding-bottom: 74px;
	}

	.gb-seo-prototype__breadcrumbs {
		padding-inline: 16px;
	}

	.gb-seo-prototype__breadcrumbs a:first-child,
	.gb-seo-prototype__breadcrumbs span:first-of-type {
		display: none;
	}

	.gb-seo-prototype__hero {
		padding: 24px 16px 48px;
	}

	.gb-seo-prototype__hero-inner {
		gap: 28px;
	}

	.gb-seo-prototype__hero h1,
	.gb-seo-prototype--story .gb-seo-prototype__hero h1,
	.gb-seo-prototype__hero h1.is-long-title {
		max-width: none;
		font-size: 36px;
		line-height: 1.1;
	}

	.gb-seo-prototype__hero h1.is-long-title {
		font-size: 32px;
		line-height: 1.12;
	}

	.gb-seo-prototype__lead {
		font-size: 17px;
	}

	.gb-seo-prototype__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.gb-seo-prototype__button,
	.gb-seo-prototype__text-link {
		width: 100%;
	}

	.gb-seo-prototype__hero-media figure,
	.gb-seo-prototype--story .gb-seo-prototype__hero-media figure {
		height: 300px;
	}

	.gb-seo-prototype--story .gb-seo-prototype__hero-media figure {
		height: 390px;
	}

	.gb-seo-prototype__body {
		padding: 48px 16px 64px;
	}

	.gb-seo-prototype__layout.has-toc {
		gap: 36px;
	}

	.gb-seo-prototype__article {
		font-size: 16px;
		line-height: 1.62;
	}

	.gb-seo-prototype__article h2 {
		margin-top: 48px;
		font-size: 27px;
	}

	.gb-seo-prototype__article table,
	.gb-seo-prototype__article thead,
	.gb-seo-prototype__article tbody,
	.gb-seo-prototype__article tr,
	.gb-seo-prototype__article th,
	.gb-seo-prototype__article td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.gb-seo-prototype__article table {
		overflow: visible;
	}

	.gb-seo-prototype__article thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.gb-seo-prototype__article tbody tr {
		padding: 14px 0;
		border-bottom: 1px solid var(--gb-seo-line);
	}

	.gb-seo-prototype__article tbody tr:first-child {
		border-top: 1px solid var(--gb-seo-line);
	}

	.gb-seo-prototype__article td {
		display: grid;
		grid-template-columns: minmax(112px, 0.75fr) minmax(0, 1.25fr);
		gap: 12px;
		padding: 7px 0;
		border: 0;
	}

	.gb-seo-prototype__article td::before {
		color: var(--gb-seo-muted);
		font-size: 13px;
		font-weight: 700;
		line-height: 1.4;
		content: attr(data-label);
	}

	.gb-seo-prototype__booking-section {
		margin: 52px -16px;
		padding: 30px 16px 34px;
	}

	.gb-seo-prototype--story .gb-seo-prototype__booking-section {
		margin: 44px -16px 0;
		padding: 30px 16px 34px;
	}

	.gb-seo-prototype__form-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.gb-seo-prototype__field.is-wide,
	.gb-seo-prototype__form-submit,
	.gb-seo-prototype__form-grid > .wpcf7-spinner {
		grid-column: 1;
	}

	.gb-seo-prototype__article .gb-cert-gallery {
		grid-template-columns: 1fr;
	}

	.gb-seo-prototype__article .wpcf7 {
		margin-inline: -16px;
		padding: 24px 16px;
		border-radius: 0;
	}

	.gb-seo-prototype__booking-section .wpcf7 {
		margin-inline: 0;
		padding: 0;
	}

	.gb-seo-prototype__final {
		padding: 40px 16px;
	}

	.gb-seo-prototype__final-inner {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gb-seo-prototype__final .gb-seo-prototype__button {
		display: none;
	}

	.gb-seo-prototype__mobile-actions {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 30;
		display: grid;
		grid-template-columns: 1fr 1fr;
		min-height: 60px;
		background: #fff;
		box-shadow: 0 -3px 8px rgba(37, 37, 37, 0.12);
	}

	.gb-seo-prototype__mobile-actions a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 12px;
		color: var(--gb-seo-copper-deep);
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
	}

	.gb-seo-prototype__mobile-actions a:first-child {
		background: var(--gb-seo-copper-deep);
		color: #fff;
	}

	.gb-seo-prototype .grecaptcha-badge,
	body.gb-seo-prototype .grecaptcha-badge {
		bottom: 72px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gb-seo-prototype *,
	.gb-seo-prototype *::before,
	.gb-seo-prototype *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/*
 * VIP certificate prototype.
 * Uses the production GlassBaker palette and preserves source page copy.
 */
.gb-seo-prototype--certificate {
	--gb-seo-copper: #b18b66;
	--gb-seo-copper-deep: #765033;
	--gb-seo-ink: #2b2421;
	--gb-seo-muted: #6b5e54;
	--gb-seo-surface: #faf6f1;
	--gb-seo-line: #e5d8ca;
	--gb-certificate-gold: #b18b66;
	--gb-certificate-gold-light: #cca176;
	--gb-certificate-gold-deep: #765033;
	--gb-certificate-warm: #faf6f1;
	--gb-certificate-ink: #2b2421;
	--gb-certificate-muted: #6b5e54;
}

body.gb-seo-prototype--certificate .header-wrapper.stuck {
	background-color: rgba(255, 255, 255, 0.96);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero {
	position: relative;
	min-height: clamp(620px, 56vw, 700px);
	overflow: hidden;
	padding: 0 24px;
	background: var(--gb-certificate-muted);
	isolation: isolate;
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgba(43, 36, 33, 0.88) 0%, rgba(43, 36, 33, 0.72) 48%, rgba(43, 36, 33, 0.2) 78%);
	content: "";
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero-inner {
	display: flex;
	min-height: clamp(620px, 56vw, 700px);
	align-items: flex-end;
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero-copy {
	position: relative;
	z-index: 2;
	width: min(100%, 760px);
	padding: clamp(64px, 8vw, 96px) 0 clamp(54px, 7vw, 80px);
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero h1 {
	max-width: 16ch;
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 5vw, 62px);
	line-height: 1.06;
	text-shadow: 0 2px 6px rgba(43, 36, 33, 0.2);
}

.gb-seo-prototype--certificate .gb-seo-prototype__lead {
	max-width: 64ch;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.58;
	text-shadow: 0 1px 3px rgba(43, 36, 33, 0.28);
}

.gb-seo-prototype--certificate .gb-seo-prototype__lead a {
	color: #fff;
	text-decoration-color: var(--gb-certificate-gold-light);
	text-underline-offset: 4px;
}

.gb-seo-prototype--certificate .gb-seo-prototype__lead-highlight {
	display: block;
	width: fit-content;
	margin-top: 18px;
	padding: 10px 14px;
	border-radius: 2px;
	background: var(--gb-certificate-gold);
	color: var(--gb-certificate-ink);
	font-weight: 700;
	text-shadow: none;
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero-media {
	position: absolute;
	z-index: 0;
	inset: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero-media figure {
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 44%;
}

.gb-seo-prototype--certificate .gb-seo-prototype__body {
	padding: 0 24px;
	border-top: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__layout {
	grid-template-columns: minmax(0, 1fr);
	justify-content: stretch;
}

.gb-seo-prototype--certificate .gb-seo-prototype__article {
	width: 100%;
	color: var(--gb-certificate-ink);
	font-size: 17px;
	line-height: 1.62;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
	gap: clamp(40px, 7vw, 88px);
	padding: clamp(68px, 8vw, 100px) 0;
	border-top: 1px solid var(--gb-seo-line);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section:first-child {
	border-top: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section > h2:first-child {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--gb-certificate-gold-deep);
	font-size: clamp(32px, 3.4vw, 42px);
	line-height: 1.13;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section > ul,
.gb-seo-prototype--certificate .gb-seo-prototype__content-section > ol {
	max-width: none;
	margin: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits {
	grid-template-columns: 1fr;
	gap: 42px;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits > h2:first-child {
	max-width: 16ch;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	padding: 0;
	list-style: none;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats {
	background: var(--gb-certificate-warm);
	box-shadow: 24px 0 0 var(--gb-certificate-warm), -24px 0 0 var(--gb-certificate-warm);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats ul,
.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 36px;
	padding: 0;
	list-style: none;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits li,
.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats li {
	margin: 0;
	padding: 20px 0 22px;
	border-top: 1px solid var(--gb-seo-line);
	color: var(--gb-certificate-muted);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits li {
	padding-top: 18px;
	border-top: 2px solid var(--gb-certificate-gold);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats li:nth-child(-n + 2) {
	padding-top: 0;
	border-top: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits strong,
.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats strong,
.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs strong {
	display: block;
	margin-bottom: 7px;
	color: var(--gb-certificate-ink);
	font-size: 18px;
	line-height: 1.35;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs {
	border-top: 0;
	background: var(--gb-certificate-gold);
	box-shadow: 24px 0 0 var(--gb-certificate-gold), -24px 0 0 var(--gb-certificate-gold);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs > h2:first-child {
	color: var(--gb-certificate-ink);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs li {
	margin: 0;
	padding: 21px 0 23px;
	border-top: 1px solid rgba(43, 36, 33, 0.28);
	color: var(--gb-certificate-ink);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs li:nth-child(-n + 2) {
	padding-top: 0;
	border-top: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs li:last-child {
	grid-column: 1 / -1;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs a,
.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs strong a {
	color: var(--gb-certificate-ink);
	text-decoration-color: var(--gb-certificate-gold-deep);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase {
	grid-template-columns: 1fr;
	gap: 42px;
	border-top: 4px solid var(--gb-certificate-gold);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase > h2:first-child {
	max-width: 18ch;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase ol {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	padding: 0;
	counter-reset: gb-certificate-step;
	list-style: none;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase li {
	position: relative;
	margin: 0;
	padding: 62px 0 0;
	border-top: 1px solid var(--gb-certificate-gold);
	color: var(--gb-certificate-muted);
	font-size: 15px;
	line-height: 1.55;
	counter-increment: gb-certificate-step;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase li::before {
	position: absolute;
	top: 14px;
	left: 0;
	color: var(--gb-certificate-gold-deep);
	content: counter(gb-certificate-step, decimal-leading-zero);
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase a {
	color: var(--gb-certificate-gold-deep);
	text-decoration-color: var(--gb-certificate-gold);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--faq,
.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related {
	row-gap: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--faq details {
	grid-column: 2;
	max-width: none;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--faq details:first-of-type {
	border-top: 1px solid var(--gb-seo-line);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--faq details summary {
	min-height: 66px;
	font-size: 17px;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--faq details summary:focus-visible {
	outline: 3px solid rgba(177, 139, 102, 0.55);
	outline-offset: 3px;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related {
	border-top: 0;
	background: var(--gb-certificate-warm);
	box-shadow: 24px 0 0 var(--gb-certificate-warm), -24px 0 0 var(--gb-certificate-warm);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	padding: 0;
	list-style: none;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related li {
	margin: 0;
	border-top: 1px solid var(--gb-seo-line);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related li:nth-child(-n + 2) {
	border-top: 0;
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related li a {
	display: flex;
	min-height: 58px;
	align-items: center;
	padding: 12px 0;
	color: var(--gb-certificate-ink);
	font-weight: 700;
	text-decoration-color: rgba(118, 80, 51, 0.35);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related > p {
	grid-column: 2;
	max-width: 64ch;
	margin: 26px 0 0;
	padding-top: 22px;
	border-top: 1px solid var(--gb-seo-line);
	color: var(--gb-certificate-muted);
}

.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related > .gb-hublink {
	margin-top: 14px;
	padding-top: 0;
	border-top: 0;
}

@media (max-width: 899px) {
	.gb-seo-prototype--certificate .gb-seo-prototype__hero,
	.gb-seo-prototype--certificate .gb-seo-prototype__hero-inner {
		min-height: 720px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__hero::before {
		background: linear-gradient(180deg, rgba(43, 36, 33, 0.18) 0%, rgba(43, 36, 33, 0.74) 52%, rgba(43, 36, 33, 0.92) 100%);
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__hero-copy {
		width: min(100%, 680px);
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__hero-media img {
		object-position: 40% center;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--faq details {
		grid-column: 1;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related > p {
		grid-column: 1;
	}
}

@media (max-width: 549px) {
	body.gb-seo-prototype--certificate {
		padding-bottom: 0;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__hero {
		min-height: 760px;
		padding: 0 16px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__hero-inner {
		min-height: 760px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__hero-copy {
		padding: 220px 0 38px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__hero h1,
	.gb-seo-prototype--certificate .gb-seo-prototype__hero h1.is-long-title {
		max-width: none;
		font-size: 35px;
		line-height: 1.08;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__lead {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.54;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__lead-highlight {
		margin-top: 14px;
		padding: 9px 11px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__body {
		padding: 0 16px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section {
		gap: 28px;
		padding: 54px 0 62px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section > h2:first-child {
		font-size: 30px;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--benefits ul,
	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats ul,
	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs ul,
	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related ul,
	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase ol {
		grid-template-columns: 1fr;
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats,
	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related {
		box-shadow: 16px 0 0 var(--gb-certificate-warm), -16px 0 0 var(--gb-certificate-warm);
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs {
		box-shadow: 16px 0 0 var(--gb-certificate-gold), -16px 0 0 var(--gb-certificate-gold);
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--formats li:nth-child(2),
	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs li:nth-child(2),
	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--related li:nth-child(2) {
		padding-top: 20px;
		border-top: 1px solid var(--gb-seo-line);
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--programs li:nth-child(2) {
		border-color: rgba(43, 36, 33, 0.28);
	}

	.gb-seo-prototype--certificate .gb-seo-prototype__content-section--purchase li {
		padding-top: 58px;
	}
}
