/*
 * Native Gutenberg component styles for the Sky Motion relaunch.
 * Site width, palette and typography are inherited from Blocksy globals.
 */

.sm-home-v6,
.sm-home-v6 * {
	box-sizing: border-box;
}

.sm-home-v6 > *,
.sm-home-v6 .wp-block-columns,
.sm-home-v6 .wp-block-image,
.sm-home-v6 .wp-block-gallery,
.sm-home-v6 .wp-block-buttons,
.sm-home-v6 .wp-block-group,
.sm-home-v6 p,
.sm-home-v6 h1,
.sm-home-v6 h2,
.sm-home-v6 h3 {
	margin-block-start: 0;
	margin-block-end: 0;
}

.sm-home-v6 .wp-block-button__link {
	display: inline-flex;
	min-height: 54px;
	padding: 0 26px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border: 0;
	border-radius: 0;
	background: var(--sm-color-blue);
	color: var(--sm-color-white);
	font-family: var(--sm-font-heading, "Barlow Condensed", sans-serif);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.sm-home-v6 .wp-block-button__link::after,
.sm-home-v6 .wp-block-read-more::after,
.is-style-sm-primary:not(:where(.sm-home-v6 *, .sm-product-story *)) > .wp-block-button__link::after,
.is-style-sm-outline:not(:where(.sm-home-v6 *, .sm-product-story *)) > .wp-block-button__link::after,
.is-style-sm-light:not(:where(.sm-home-v6 *, .sm-product-story *)) > .wp-block-button__link::after,
:is(.is-style-sm-text-link, .is-style-sm-contact-link, .is-style-sm-index-link):not(:where(.sm-home-v6 *, .sm-product-story *)) > .wp-block-button__link::after {
	content: "";
	display: inline-block;
	flex: 0 0 var(--sm-link-icon-size, 12px);
	width: var(--sm-link-icon-size, 12px);
	height: var(--sm-link-icon-size, 12px);
	order: var(--sm-link-icon-order, 0);
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h82.7L201.3%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3V192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32H320zM80%2096C35.8%2096%200%20131.8%200%20176v256c0%2044.2%2035.8%2080%2080%2080h256c44.2%200%2080-35.8%2080-80v-80c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v80c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V176c0-8.8%207.2-16%2016-16h80c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h82.7L201.3%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3V192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32H320zM80%2096C35.8%2096%200%20131.8%200%20176v256c0%2044.2%2035.8%2080%2080%2080h256c44.2%200%2080-35.8%2080-80v-80c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v80c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V176c0-8.8%207.2-16%2016-16h80c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sm-home-v6 .wp-block-button__link:hover {
	background: var(--sm-color-blue-dark);
	color: var(--sm-color-white);
	transform: translateY(-1px);
}

.sm-home-v6 .is-style-sm-outline .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.65);
	background: transparent;
}

.sm-home-v6 .is-style-sm-outline .wp-block-button__link:hover,
.sm-home-v6 .is-style-sm-light .wp-block-button__link {
	background: var(--sm-color-white);
	color: var(--sm-color-navy);
}

.sm-home-v6 .is-style-sm-text-link .wp-block-button__link,
.sm-home-v6 .wp-block-read-more,
:is(.is-style-sm-text-link, .is-style-sm-contact-link, .is-style-sm-index-link):not(:where(.sm-home-v6 *, .sm-product-story *)) > .wp-block-button__link {
	min-height: var(--sm-link-min-height, 0);
	padding: var(--sm-link-padding, 0);
	border: 0;
	justify-content: flex-start;
	background: transparent;
	color: var(--sm-color-link);
	font-family: var(--sm-font-body);
	font-size: var(--sm-link-font-size, 16px);
	font-weight: var(--sm-link-weight, 700);
	letter-spacing: 0;
	gap: var(--sm-link-gap, 18px);
	line-height: 1.65;
	text-transform: none;
	text-decoration: none;
}

.sm-home-v6 .is-style-sm-text-link .wp-block-button__link:hover,
.sm-home-v6 .wp-block-read-more:hover,
:is(.is-style-sm-text-link, .is-style-sm-contact-link, .is-style-sm-index-link):not(:where(.sm-home-v6 *, .sm-product-story *)) > .wp-block-button__link:hover {
	background: transparent;
	/* Blocksy's generic button hover must not frame a text link. */
	border-color: transparent;
	color: var(--sm-color-link-hover);
	transform: none;
}

.sm-home-v6 .hero {
	display: flex;
	height: 100vh;
	min-height: 680px;
	align-items: center;
	position: relative;
	overflow: hidden;
	background: var(--sm-color-mist);
	color: var(--sm-color-white);
}

.sm-home-v6 figure.section-photo,
.sm-home-v6 figure.card-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sm-home-v6 figure.section-photo img,
.sm-home-v6 figure.card-photo img,
.sm-home-v6 .is-style-sm-cover-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-home-v6 .hero-photo img {
	object-position: center 50%;
}

.sm-home-v6 .hero-content {
	z-index: 1;
	position: relative;
	width: min(var(--theme-normal-container-max-width, 1180px), 86vw);
	margin: auto;
	padding-bottom: 6vh;
}

.sm-home-v6 .hero h1 {
	max-width: 820px;
	font-size: var(--sm-text-title);
	line-height: 0.98;
}

.sm-home-v6 .hero-copy {
	max-width: 590px;
	margin: 34px 0;
	color: var(--sm-color-white);
	font-size: var(--sm-text-lead);
	line-height: var(--sm-leading-lead);
}

.sm-home-v6 .hero-buttons {
	gap: 12px;
}

.sm-home-v6 .hero-note {
	display: flex;
	margin-top: 18px;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	font-weight: 600;
}

.sm-home-v6 .hero-note::before {
	content: "";
	width: 14px;
	height: 14px;
	background: var(--sm-color-gold);
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M321.5%2068.8C329.1%2055.9%20342.9%2048%20357.8%2048h2.2c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040h-73.3l34.8-59.2zm-131%200l34.8%2059.2H152c-22.1%200-40-17.9-40-40s17.9-40%2040-40h2.2c14.9%200%2028.8%207.9%2036.3%2020.8zM280.1%2044.5L256%2085.5l-24.1-41C215.7%2016.9%20186.1%200%20154.2%200H152C103.4%200%2064%2039.4%2064%2088c0%2014.4%203.5%2028%209.6%2040H32c-17.7%200-32%2014.3-32%2032v32c0%2017.7%2014.3%2032%2032%2032h448c17.7%200%2032-14.3%2032-32v-32c0-17.7-14.3-32-32-32h-41.6c6.1-12%209.6-25.6%209.6-40%200-48.6-39.4-88-88-88h-2.2c-31.9%200-61.5%2016.9-77.7%2044.4zM480%20272H280v208h136c35.3%200%2064-28.7%2064-64V272zm-248%200H32v144c0%2035.3%2028.7%2064%2064%2064h136V272z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M321.5%2068.8C329.1%2055.9%20342.9%2048%20357.8%2048h2.2c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040h-73.3l34.8-59.2zm-131%200l34.8%2059.2H152c-22.1%200-40-17.9-40-40s17.9-40%2040-40h2.2c14.9%200%2028.8%207.9%2036.3%2020.8zM280.1%2044.5L256%2085.5l-24.1-41C215.7%2016.9%20186.1%200%20154.2%200H152C103.4%200%2064%2039.4%2064%2088c0%2014.4%203.5%2028%209.6%2040H32c-17.7%200-32%2014.3-32%2032v32c0%2017.7%2014.3%2032%2032%2032h448c17.7%200%2032-14.3%2032-32v-32c0-17.7-14.3-32-32-32h-41.6c6.1-12%209.6-25.6%209.6-40%200-48.6-39.4-88-88-88h-2.2c-31.9%200-61.5%2016.9-77.7%2044.4zM480%20272H280v208h136c35.3%200%2064-28.7%2064-64V272zm-248%200H32v144c0%2035.3%2028.7%2064%2064%2064h136V272z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sm-home-v6 .hero-proof {
	z-index: 1;
	display: flex;
	position: absolute;
	right: 5vw;
	bottom: 8vh;
	padding-left: 22px;
	align-items: center;
	gap: 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.sm-home-v6 .hero-proof p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
	line-height: 1.5;
}

.sm-home-v6 .rating:not(.smgr-hero-rating)::before {
	content: "";
	display: block;
	width: 65px;
	height: 13px;
	margin-bottom: 5px;
	background: var(--sm-color-gold);
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%20512'%3E%3Cpath%20d='M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3%205.1-21.4%2013.1l-73.6%20144.2L33.2%20150.7c-8.9%201.4-16.3%207.7-19.1%2016.3s-.5%2018%205.8%2024.4l114.4%20114.5-25.2%20159.9c-1.4%208.9%202.3%2017.9%209.6%2023.2s16.9%206.1%2025%202L288.1%20417.6%20432.4%20491c8%204.1%2017.7%203.3%2025-2s11-14.2%209.6-23.2l-25.3-159.9%20114.4-114.5c6.4-6.4%208.6-15.8%205.8-24.4s-10.1-14.9-19.1-16.3L383%20125.3%20309.5-18.9z'/%3E%3C/svg%3E") left center / 13px 13px repeat-x;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%20512'%3E%3Cpath%20d='M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3%205.1-21.4%2013.1l-73.6%20144.2L33.2%20150.7c-8.9%201.4-16.3%207.7-19.1%2016.3s-.5%2018%205.8%2024.4l114.4%20114.5-25.2%20159.9c-1.4%208.9%202.3%2017.9%209.6%2023.2s16.9%206.1%2025%202L288.1%20417.6%20432.4%20491c8%204.1%2017.7%203.3%2025-2s11-14.2%209.6-23.2l-25.3-159.9%20114.4-114.5c6.4-6.4%208.6-15.8%205.8-24.4s-10.1-14.9-19.1-16.3L383%20125.3%20309.5-18.9z'/%3E%3C/svg%3E") left center / 13px 13px repeat-x;
}

.sm-home-v6 .rating b {
	display: block;
	font-family: var(--sm-font-heading, "Barlow Condensed", sans-serif);
	font-size: 30px;
	line-height: 0.92;
}

.sm-home-v6 .hero-scroll {
	z-index: 2;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
}

.sm-home-v6 .hero-scroll .wp-block-button__link {
	width: 22px;
	min-height: 28px;
	padding: 0;
	background: transparent;
	font-size: 0;
}

.sm-home-v6 .hero-scroll .wp-block-button__link::after {
	width: 15px;
	height: 20px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20384%20512'%3E%3Cpath%20d='M169.4%20502.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20402.7V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v370.7L54.6%20297.3c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20384%20512'%3E%3Cpath%20d='M169.4%20502.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20402.7V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v370.7L54.6%20297.3c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sm-home-v6 .choice-strip {
	z-index: 2;
	display: grid;
	position: relative;
	width: min(var(--theme-normal-container-max-width, 1180px), var(--theme-container-edge-spacing, 92vw));
	margin: -18px auto 0;
	grid-template-columns: 1.05fr 1fr 1fr;
	align-items: stretch;
	gap: 0;
	background: var(--sm-color-white);
	box-shadow: var(--sm-shadow-raised);
}

.sm-home-v6 .choice-intro,
.sm-home-v6 .choice {
	padding: 38px 40px;
}

.sm-home-v6 .choice-intro .eyebrow {
	margin-bottom: 10px;
}

.sm-home-v6 .choice-intro h2 {
	font-size: 30px;
	line-height: 1.12;
}

.sm-home-v6 .choice {
	display: flex;
	padding-right: 56px;
	padding-left: 104px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	position: relative;
	border-left: 1px solid var(--sm-color-line);
	transition: background-color 0.2s, color 0.2s;
}

.sm-home-v6 .choice::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 50%;
	width: 36px;
	height: 36px;
	transform: translateY(-50%);
	background: var(--sm-color-blue);
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%20512'%3E%3Cpath%20d='M520%20200c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056H392.7L233.5%20485.6c-6.1%206.6-14.6%2010.4-23.6%2010.4h-43.7c-10.9%200-18.6-10.7-15.2-21.1L205.3%20312h-99.7l-52.8%2066c-3%203.8-7.6%206-12.5%206H20.5c-10.4%200-18-9.8-15.5-19.9L32%20256%205%20147.9C2.4%20137.8%2010.1%20128%2020.5%20128h19.8c4.9%200%209.5%202.2%2012.5%206l52.8%2066h99.7L151%2037.1C147.6%2026.7%20155.3%2016%20166.2%2016h43.7c9%200%2017.5%203.8%2023.6%2010.4L392.7%20200H520z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%20512'%3E%3Cpath%20d='M520%20200c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056H392.7L233.5%20485.6c-6.1%206.6-14.6%2010.4-23.6%2010.4h-43.7c-10.9%200-18.6-10.7-15.2-21.1L205.3%20312h-99.7l-52.8%2066c-3%203.8-7.6%206-12.5%206H20.5c-10.4%200-18-9.8-15.5-19.9L32%20256%205%20147.9C2.4%20137.8%2010.1%20128%2020.5%20128h19.8c4.9%200%209.5%202.2%2012.5%206l52.8%2066h99.7L151%2037.1C147.6%2026.7%20155.3%2016%20166.2%2016h43.7c9%200%2017.5%203.8%2023.6%2010.4L392.7%20200H520z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sm-home-v6 .choice-gift::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M321.5%2068.8C329.1%2055.9%20342.9%2048%20357.8%2048h2.2c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040h-73.3l34.8-59.2zm-131%200l34.8%2059.2H152c-22.1%200-40-17.9-40-40s17.9-40%2040-40h2.2c14.9%200%2028.8%207.9%2036.3%2020.8zM280.1%2044.5L256%2085.5l-24.1-41C215.7%2016.9%20186.1%200%20154.2%200H152C103.4%200%2064%2039.4%2064%2088c0%2014.4%203.5%2028%209.6%2040H32c-17.7%200-32%2014.3-32%2032v32c0%2017.7%2014.3%2032%2032%2032h448c17.7%200%2032-14.3%2032-32v-32c0-17.7-14.3-32-32-32h-41.6c6.1-12%209.6-25.6%209.6-40%200-48.6-39.4-88-88-88h-2.2c-31.9%200-61.5%2016.9-77.7%2044.4zM480%20272H280v208h136c35.3%200%2064-28.7%2064-64V272zm-248%200H32v144c0%2035.3%2028.7%2064%2064%2064h136V272z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M321.5%2068.8C329.1%2055.9%20342.9%2048%20357.8%2048h2.2c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040h-73.3l34.8-59.2zm-131%200l34.8%2059.2H152c-22.1%200-40-17.9-40-40s17.9-40%2040-40h2.2c14.9%200%2028.8%207.9%2036.3%2020.8zM280.1%2044.5L256%2085.5l-24.1-41C215.7%2016.9%20186.1%200%20154.2%200H152C103.4%200%2064%2039.4%2064%2088c0%2014.4%203.5%2028%209.6%2040H32c-17.7%200-32%2014.3-32%2032v32c0%2017.7%2014.3%2032%2032%2032h448c17.7%200%2032-14.3%2032-32v-32c0-17.7-14.3-32-32-32h-41.6c6.1-12%209.6-25.6%209.6-40%200-48.6-39.4-88-88-88h-2.2c-31.9%200-61.5%2016.9-77.7%2044.4zM480%20272H280v208h136c35.3%200%2064-28.7%2064-64V272zm-248%200H32v144c0%2035.3%2028.7%2064%2064%2064h136V272z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sm-home-v6 .choice h3 {
	margin-bottom: 7px;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.2;
}

.sm-home-v6 .choice p {
	color: var(--sm-color-muted);
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.sm-home-v6 .choice .wp-block-buttons {
	position: absolute;
	inset: 0;
}

.sm-home-v6 .choice .wp-block-button,
.sm-home-v6 .choice .wp-block-button__link {
	width: 100%;
	height: 100%;
}

.sm-home-v6 .choice .wp-block-button__link {
	justify-content: flex-end;
	padding: 0 28px;
	background: transparent;
	color: var(--sm-color-ink);
	font-size: 0;
}

.sm-home-v6 .section {
	width: min(var(--theme-normal-container-max-width, 1180px), var(--theme-container-edge-spacing, 92vw));
	padding: 120px 0;
}

.sm-home-v6 .section-head {
	display: grid;
	margin-bottom: 48px;
	grid-template-columns: 1fr minmax(280px, 430px);
	align-items: end;
	gap: 40px;
}

.sm-home-v6 .section-head > .wp-block-column:last-child {
	color: var(--sm-color-muted);
}

/* Legacy v5 section selectors target direct HTML children. Reset their layout
 * role now that each section contains an atomic Columns block. */
.sm-home-v6 .pilot,
.sm-home-v6 .experience,
.sm-home-v6 .trust {
	display: block;
}

.sm-home-v6 .location-grid,
.sm-home-v6 .sm-native-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sm-home-v6 .location-grid > .wp-block-column {
	min-width: 0;
}

.sm-home-v6 .location-card {
	display: flex;
	min-height: 340px;
	padding: 28px;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
	background: var(--sm-color-mist);
	color: var(--sm-color-white);
}

.sm-home-v6 .location-card::before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(7, 31, 52, 0.05) 28%, rgba(7, 31, 52, 0.9));
}

.sm-home-v6 .location-card > * {
	z-index: 2;
	position: relative;
}

.sm-home-v6 .location-card > figure.card-photo {
	z-index: 0;
	transition: transform 0.45s;
}

.sm-home-v6 .location-card:hover > figure.card-photo {
	transform: scale(1.045);
}

.sm-home-v6 .location-card .number {
	position: absolute;
	top: 22px;
	left: 26px;
	font-size: 14px;
	letter-spacing: 0.18em;
}

.sm-home-v6 .location-card h3 {
	margin-bottom: 10px;
	font-size: var(--sm-text-card);
	line-height: 1.08;
}

.sm-home-v6 .location-card > p:not(.number) {
	padding-right: 40px;
	color: var(--sm-color-white);
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.sm-home-v6 .location-card .wp-block-buttons {
	position: absolute;
	inset: 0;
}

.sm-home-v6 .location-card .wp-block-button,
.sm-home-v6 .location-card .wp-block-button__link {
	width: 100%;
	height: 100%;
}

.sm-home-v6 .location-card .wp-block-button__link {
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 28px 30px 0;
	background: transparent;
	font-size: 0;
}

/* The image crop stays clipped, but the keyboard ring is fully inside it. */
.sm-home-v6 .location-card .wp-block-button__link:focus-visible {
	outline: 3px solid var(--sm-color-gold);
	outline-offset: -6px;
}

@media (min-width: 761px) {
	.sm-home-v6 .location-card > p:not(.number) {
		min-height: calc(var(--sm-text-body) * var(--sm-leading-body) * 2);
	}
}

.sm-home-v6 .products {
	padding-top: 80px;
}

.sm-home .sm-product-finder--fixed-location .sm-product-finder__form {
	grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

/* Location landing pages continue the approved homepage language while using
 * a compact inner-page hierarchy below their image-led hero. */
.sm-location-page .location-hero {
	width: min(var(--theme-normal-container-max-width, 1180px), var(--theme-container-edge-spacing, 92vw));
	margin: 0 auto;
	padding: clamp(64px, 7vw, 104px) 0 clamp(76px, 8vw, 118px);
}

.sm-location-page .location-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(48px, 7vw, 96px);
}

.sm-location-page .location-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sm-location-page .location-hero h1 {
	max-width: 650px;
	margin: 16px 0 28px;
	font-size: var(--sm-text-title);
	line-height: 0.98;
}

.sm-location-page .location-hero__lead {
	max-width: 590px;
	margin-bottom: 32px;
	color: var(--sm-color-muted);
	font-size: var(--sm-text-lead);
	line-height: var(--sm-leading-lead);
}

.sm-location-page .location-hero__buttons {
	gap: 12px;
}

.sm-location-page .location-hero__meta {
	width: 100%;
	margin-top: 34px;
	padding-top: 20px;
	border-top: 1px solid var(--sm-color-line);
	color: var(--sm-color-muted);
	font-size: 15px;
}

.sm-location-page .location-hero__media {
	position: relative;
}

.sm-location-page .location-hero__media::before {
	content: "01";
	z-index: 2;
	position: absolute;
	top: 24px;
	left: 26px;
	color: var(--sm-color-white);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-shadow: 0 1px 8px rgba(7, 31, 52, 0.7);
}

.sm-location-page .location-hero__media figure {
	height: clamp(410px, 42vw, 560px);
	overflow: hidden;
	border: 1px solid var(--sm-card-border);
	box-shadow: var(--sm-shadow-card);
}

.sm-location-page .location-hero__media img,
.sm-location-page .location-airfield__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-location-page .location-region-grid,
.sm-location-page .location-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sm-location-page .location-region-card,
.sm-location-page .location-process-card {
	min-height: 250px;
	padding: 34px;
	border: 1px solid var(--sm-card-border);
	background: var(--sm-color-white);
	box-shadow: var(--sm-shadow-card);
}

.sm-location-page .location-region-card .number,
.sm-location-page .location-process-card .number {
	margin-bottom: 42px;
	color: var(--sm-color-blue);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.sm-location-page .location-region-card h3,
.sm-location-page .location-process-card h3 {
	margin-bottom: 14px;
	font-size: var(--sm-text-card);
}

.sm-location-page .location-region-card > p:last-child,
.sm-location-page .location-process-card > p:last-child {
	color: var(--sm-color-muted);
}

/* The regional overview on the Chemnitz reference page borrows the compact
 * homepage choice-strip geometry: three quiet tiles bridge hero and intro. */
.sm-location-page .location-region--compact {
	padding-top: 0;
	padding-bottom: 110px;
}

.sm-location-page .location-region--compact .location-region-grid {
	z-index: 2;
	position: relative;
	margin-top: -18px;
	gap: 0;
	background: var(--sm-color-white);
	box-shadow: var(--sm-shadow-raised);
}

.sm-location-page .location-region--compact .location-region-grid > .wp-block-column {
	min-width: 0;
}

.sm-location-page .location-region--compact .location-region-grid > .wp-block-column + .wp-block-column {
	border-left: 1px solid var(--sm-color-line);
}

.sm-location-page .location-region--compact .location-region-card {
	display: flex;
	height: 100%;
	min-height: 142px;
	padding: 27px 32px;
	flex-direction: column;
	justify-content: center;
	border: 0;
	box-shadow: none;
}

.sm-location-page .location-region--compact .location-region-card h3 {
	margin-bottom: 7px;
	font-size: var(--sm-text-card);
	line-height: 1.08;
}

.sm-location-page .location-region--compact .location-region-card > p:last-child {
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.sm-location-page .location-region--compact .location-region-intro {
	margin-top: 78px;
}

.sm-location-page .location-region--compact .location-editorial-split {
	display: grid;
	margin-top: 0;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	align-items: start;
	gap: clamp(44px, 7vw, 92px);
}

.sm-location-page .location-region--compact .location-editorial-split h2 {
	max-width: 680px;
	font-size: var(--sm-text-section);
	line-height: 0.99;
	letter-spacing: -0.035em;
}

.sm-location-page .location-region--compact .location-editorial-split > .wp-block-column:last-child {
	margin-top: 2px;
	padding: 4px 0 5px 28px;
	border-left: 3px solid var(--sm-color-blue);
}

.sm-location-page .location-region--compact .location-editorial-split .is-style-sm-lead {
	max-width: 485px;
	line-height: var(--sm-leading-lead);
}

.sm-location-page .location-products__head {
	max-width: 760px;
	margin: 0 auto 42px 0 !important;
}

.sm-location-page .location-products__head h2 {
	margin-bottom: 16px;
}

.sm-location-page .location-products__head .is-style-sm-lead {
	max-width: 620px;
}

.sm-location-page .location-custom .pilot-photo .section-photo,
.sm-location-page .location-custom .pilot-photo .section-photo img {
	height: 100%;
}

.sm-location-page .location-arrival__layout,
.sm-location-page .location-airfield__layout,
:is(.sm-location-page .location-faq__layout, .sm-pattern--faq .sm-faq__layout) {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	align-items: start;
	gap: clamp(50px, 8vw, 100px);
}

.sm-location-page .location-arrival__copy > p:not(.eyebrow),
.sm-location-page .location-airfield__copy > p:not(.eyebrow) {
	margin: 24px 0 28px;
	color: var(--sm-color-muted);
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.sm-location-page .location-info-card {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 34px;
	flex-direction: column;
	justify-content: center;
	border: 1px solid var(--sm-card-border);
	background: var(--sm-color-mist);
	color: var(--sm-color-ink);
	box-shadow: var(--sm-shadow-card);
}

.sm-location-page .location-arrival__layout {
	align-items: stretch;
}

.sm-location-page .location-arrival__layout > .wp-block-column:last-child {
	display: flex;
}

.sm-location-page .location-info-card h3 {
	margin-bottom: 22px;
	font-size: var(--sm-text-card);
}

.sm-location-page .location-info-card .location-address {
	margin-bottom: 26px;
	line-height: 1.7;
}

.sm-location-page .location-info-card p {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--sm-color-line);
	color: var(--sm-color-muted);
}

.sm-location-page .location-info-card a {
	color: var(--sm-color-link);
	font-weight: 700;
}

.sm-location-page .location-info-card a:hover {
	color: var(--sm-color-link-hover);
}

.sm-location-page .location-process {
	background: var(--sm-color-mist);
	box-shadow: 0 0 0 100vmax var(--sm-color-mist);
	clip-path: inset(0 -100vmax);
}

.sm-location-page .location-airfield__media {
	height: auto;
	min-height: 470px;
	overflow: hidden;
}

.sm-location-page .location-airfield__layout {
	align-items: stretch;
}

.sm-location-page .location-airfield__media figure {
	height: 100%;
	margin: 0;
}

:is(.sm-location-page .location-faq__intro, .sm-pattern--faq .sm-faq__intro) h2 {
	max-width: 680px;
	margin: 14px 0 18px;
	color: var(--sm-color-navy);
	font-size: var(--sm-text-section);
	font-weight: 700;
	line-height: 1.05;
}

.sm-location-page .location-faq {
	background: var(--sm-color-mist);
	box-shadow: 0 0 0 100vmax var(--sm-color-mist);
	clip-path: inset(0 -100vmax);
}

.sm-location-page .location-airfield__layout,
:is(.sm-location-page .location-faq__layout, .sm-pattern--faq .sm-faq__layout) {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	grid-template-columns: var(--sm-editorial-columns);
	gap: var(--sm-editorial-gap);
}

:is(.sm-location-page .location-faq__intro, .sm-pattern--faq .sm-faq__intro) {
	max-width: 400px;
}

:is(.sm-location-page .location-faq__intro, .sm-pattern--faq .sm-faq__intro) > p:last-child {
	color: var(--sm-color-muted);
}

:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) {
	display: grid;
	gap: 0;
}

:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) details {
	margin: 0;
	padding: 16px 0;
	border: 0;
	border-top: 1px solid var(--sm-color-line);
	background: transparent;
}

:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) details:last-child {
	border-bottom: 1px solid var(--sm-color-line);
}

:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) summary {
	margin: 0;
	color: var(--sm-color-navy);
	font-family: var(--sm-font-heading, "Barlow Condensed", sans-serif);
	font-size: clamp(18px, 1.55vw, 20px);
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
}

:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) details p {
	max-width: 880px;
	margin-top: 12px;
	padding: 0 38px 2px 0;
	color: var(--sm-color-muted);
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.sm-location-page .location-reviews {
	padding-top: 40px;
}

.sm-location-page .location-other {
	width: 100%;
	padding-inline: max(var(--sm-page-gutter), calc((100% - var(--sm-content-width)) / 2));
	background: var(--sm-color-mist);
}

.sm-location-page .location-other .location-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm-location-page .location-other .location-card {
	min-height: 310px;
}

.sm-home-v6 .product-heading {
	margin-bottom: 28px;
}

.sm-home-v6 .pilot > .wp-block-columns {
	display: grid;
	min-height: 620px;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 0;
	background: var(--sm-color-navy);
	color: var(--sm-color-white);
}

.sm-home-v6 .pilot-photo {
	display: flex;
	padding: 60px;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
}

.sm-home-v6 .pilot-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent 40%, rgba(7, 31, 52, 0.68));
}

.sm-home-v6 .pilot-photo > p {
	z-index: 2;
	position: relative;
	font-size: 15px;
	letter-spacing: 0.18em;
	line-height: 1.6;
	text-transform: uppercase;
}

.sm-home-v6 .pilot-copy {
	display: flex;
	padding: 100px 8vw;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.sm-home-v6 .pilot-copy h2,
.sm-home-v6 .school h2 {
	margin-bottom: 28px;
	font-size: var(--sm-text-section);
}

.sm-home-v6 .pilot-copy > p:not(.eyebrow),
.sm-home-v6 .school-content > p:not(.eyebrow) {
	max-width: 480px;
	margin-bottom: 36px;
	color: var(--sm-color-white);
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.sm-home-v6 .experience > .wp-block-columns {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: center;
	gap: 90px;
}

.sm-home-v6 .experience-copy > p:not(.eyebrow) {
	margin: 28px 0;
	color: var(--sm-color-muted);
}

.sm-home-v6 .experience-photo {
	height: 470px;
	overflow: hidden;
}

.sm-home-v6 .experience-photo figure {
	height: 100%;
}

.sm-home-v6 .trust-layout {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 80px;
}

.sm-home-v6 .trust-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 38px 0;
}

.sm-home-v6 .trust-grid > .wp-block-column {
	padding: 0 30px;
	border-left: 1px solid var(--sm-color-line);
}

.sm-home-v6 .trust-grid h3 {
	display: flex;
	margin: 0 0 10px;
	flex-direction: column;
	font-size: var(--sm-text-card);
}

.sm-home-v6 .trust-grid h3 strong {
	margin-bottom: 13px;
	color: var(--sm-color-navy);
	font-size: 46px;
	line-height: 0.95;
}

.sm-home-v6 .trust-grid p {
	color: var(--sm-color-muted);
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.sm-home-v6 .school {
	display: flex;
	min-height: 590px;
	padding: 100px max(7vw, calc(50vw - 590px));
	align-items: flex-start;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background: var(--sm-color-navy);
	color: var(--sm-color-white);
}

.sm-home-v6 .school .section-photo img {
	object-position: center 54%;
}

.sm-home-v6 .school-content {
	z-index: 1;
	position: relative;
}

:is(.sm-home-v6 .gallery, .sm-image-band.wp-block-gallery) {
	display: grid;
	height: 260px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	/* Keep intrinsic image heights inside the visible strip so centering applies. */
	grid-template-rows: minmax(0, 1fr);
	gap: 0 !important;
	overflow: hidden;
	background: var(--sm-color-navy);
}

:is(.sm-home-v6 .gallery, .sm-image-band.wp-block-gallery) > figure.wp-block-image {
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	aspect-ratio: auto !important;
}

:is(.sm-home-v6 .gallery, .sm-image-band.wp-block-gallery) img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center center;
}

/* Native Blocksy footer: content remains editable in six Customizer widget areas. */
.ct-footer {
	background: var(--sm-color-navy);
	color: var(--sm-color-white);
}

.ct-footer [data-row] > div {
	width: 100%;
	max-width: none;
	padding-inline: max(4vw, calc(50vw - 590px));
}

.ct-footer [data-row="top"] > div {
	padding-top: 78px !important;
	grid-template-columns: 1.8fr 1fr 1.15fr 0.85fr !important;
	gap: 58px !important;
}

.ct-footer [data-row="middle"] > div,
.ct-footer [data-row="bottom"] > div {
	padding-top: 0;
	padding-bottom: 0;
}

.ct-footer .ct-widget,
.ct-footer .widget_text,
.ct-footer .textwidget {
	margin: 0;
}

.ct-footer .footer-brand > img {
	display: block;
	width: 240px;
	height: 26px;
	margin: 4px 0 24px;
	object-fit: cover;
	object-position: center;
}

.ct-footer .footer-brand > p {
	max-width: 390px;
	margin: 0 0 25px;
	color: var(--sm-color-white);
	font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

.ct-footer .footer-contact,
.ct-footer .footer-column {
	display: flex;
	flex-direction: column;
}

.ct-footer .footer-contact {
	gap: 9px;
}

.ct-footer .footer-contact a {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 16px;
}

.ct-footer .footer-contact .sm-fa-icon {
	width: 14px;
	height: 14px;
	color: rgba(255, 255, 255, 0.72);
}

.ct-footer .footer-column {
	gap: 10px;
}

.ct-footer .footer-column h3 {
	margin: 4px 0 14px;
	color: var(--sm-color-white);
	font-size: 22px;
}

.ct-footer .footer-column a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
}

.ct-footer .footer-column a:hover,
.ct-footer .footer-contact a:hover {
	color: var(--sm-color-white);
}

.ct-footer .footer-confidence {
	display: grid;
	margin-top: 58px;
	padding: 24px 0;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ct-footer .footer-confidence span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 15px;
}

.ct-footer .footer-confidence span:last-child {
	border-right: 0;
}

.ct-footer .footer-confidence .sm-fa-icon {
	width: 15px;
	height: 15px;
	color: rgba(255, 255, 255, 0.72);
}

.ct-footer [data-row="bottom"] > div {
	padding-top: 25px !important;
	padding-bottom: 28px !important;
	grid-template-columns: 1fr auto !important;
	align-items: center;
	gap: 28px;
}

.ct-footer .ct-footer-copyright,
.ct-footer .footer-legal {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.ct-footer .footer-legal {
	display: flex;
	gap: 22px;
}

.ct-footer .footer-legal a {
	color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 1099.98px) {
	.sm-home-v6 .trust-layout {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.sm-location-page .location-hero__layout,
	.sm-location-page .location-arrival__layout,
	.sm-location-page .location-airfield__layout,
	:is(.sm-location-page .location-faq__layout, .sm-pattern--faq .sm-faq__layout) {
		grid-template-columns: 1fr;
	}

	:is(.sm-location-page .location-faq__layout, .sm-pattern--faq .sm-faq__layout) {
		gap: 36px;
	font-size: var(--sm-text-body);
}

	.sm-location-page .location-hero__media {
		max-width: 760px;
	}

	.sm-location-page .location-airfield__media {
		height: 470px;
		min-height: 0;
	}

	.sm-home-v6 .choice {
		padding-left: 88px;
	}

	.sm-home-v6 .choice::before {
		left: 32px;
	}

	.ct-footer [data-row="top"] > div {
		grid-template-columns: 1fr !important;
		gap: 36px !important;
	}

	.ct-footer [data-row="top"] [data-column]:first-child {
		grid-column: auto;
	}

	.ct-footer [data-row="top"] [data-column]:last-child {
		display: block;
	}

	.ct-footer .footer-confidence {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.ct-footer .footer-confidence span {
		justify-content: flex-start;
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.ct-footer .footer-confidence span:last-child {
		border-bottom: 0;
	}

	.ct-footer [data-row="bottom"] > div {
		grid-template-columns: 1fr !important;
		gap: 14px;
	}

	.ct-footer .footer-legal {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

/* Three narrow image cards and a 430px teaser column become cramped on tablets. */
@media (min-width: 761px) and (max-width: 1099.98px) {
	.sm-home-v6 .section-head {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}
	.sm-home-v6 .section-head > p { max-width: 720px; }
	.sm-home-v6:not(.sm-location-page) .location-grid { grid-template-columns: minmax(0, 1fr); }
	.sm-home-v6:not(.sm-location-page) .location-card { min-height: 300px; }
}

@media (max-width: 820px) {
	.sm-home-v6 .choice-strip {
		width: calc(100% - 32px);
		margin: -24px auto 0;
		grid-template-columns: 1fr;
		border: 1px solid rgba(7, 31, 52, 0.12);
		box-shadow: 0 14px 34px rgba(7, 31, 52, 0.14);
	}

	.sm-home-v6 .choice-intro,
	.sm-home-v6 .choice {
		min-height: 108px;
		padding: 0 24px;
	}

	.sm-home-v6 .choice-intro {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.sm-home-v6 .choice {
		padding-right: 56px;
		padding-left: 82px;
		border-top: 1px solid var(--sm-color-line);
		border-left: 0;
	}

	.sm-home-v6 .choice::before {
		left: 24px;
	}

	.sm-home-v6 .choice:active,
	.sm-home-v6 .choice:focus-within {
		background: var(--sm-color-mist);
		color: var(--sm-color-link-hover);
	}

	.sm-location-page .location-region--compact .location-region-grid {
		margin-top: -24px;
		grid-template-columns: 1fr;
		border: 1px solid rgba(7, 31, 52, 0.12);
		box-shadow: 0 14px 34px rgba(7, 31, 52, 0.14);
	}

	.sm-location-page .location-region--compact .location-region-grid > .wp-block-column + .wp-block-column {
		border-top: 1px solid var(--sm-color-line);
		border-left: 0;
	}

	.sm-location-page .location-region--compact .location-region-card {
		min-height: 108px;
		padding: 22px 24px;
	}

	.sm-location-page .location-region--compact .location-region-intro {
		margin-top: 60px;
	}

	.sm-location-page .location-region--compact .location-editorial-split {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sm-location-page .location-region--compact .location-editorial-split h2 {
		font-size: var(--sm-text-section);
	}

	.sm-location-page .location-region--compact .location-editorial-split > .wp-block-column:last-child {
		margin-top: 0;
		padding-left: 20px;
	}
}

@media (max-width: 760px) {
	.sm-home-v6 .choice-strip {
		width: calc(100% - (2 * var(--sm-page-gutter)));
	}

	.sm-home .sm-product-finder--fixed-location .sm-product-finder__form {
		grid-template-columns: 1fr;
	}

	.sm-location-page .location-hero {
		width: auto;
		padding: 54px 22px 80px;
	}

	.sm-location-page .location-hero__layout {
		gap: 42px;
	}

	.sm-location-page .location-hero h1 {
		font-size: var(--sm-text-title);
	}

	.sm-location-page .location-hero__lead {
		font-size: var(--sm-text-lead);
	line-height: var(--sm-leading-lead);
}

	.sm-location-page .location-hero__buttons {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.sm-location-page .location-hero__media figure {
		height: 330px;
	}

	.sm-location-page .location-region-grid,
	.sm-location-page .location-process-grid,
	.sm-location-page .location-other .location-grid {
		grid-template-columns: 1fr;
	}

	.sm-location-page .location-region-card,
	.sm-location-page .location-process-card {
		min-height: 0;
		padding: 28px;
	}

	.sm-location-page .location-region-card .number,
	.sm-location-page .location-process-card .number {
		margin-bottom: 28px;
	}

	.sm-location-page .location-info-card {
		padding: 32px 26px;
	}

	.sm-location-page .location-airfield__media {
		height: 330px;
	}

	:is(.sm-location-page .location-faq__intro, .sm-pattern--faq .sm-faq__intro) h2 {
		font-size: var(--sm-text-section);
	font-weight: 700;
}

	:is(.sm-location-page .location-faq__layout, .sm-pattern--faq .sm-faq__layout) {
		gap: 28px;
		font-size: var(--sm-text-body);
		line-height: 1.65;
	}

	:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) details {
		padding: 14px 0;
	}

	:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) summary {
		font-size: 18px;
	}

	:is(.sm-location-page .location-faq__items, .sm-pattern--faq .sm-pattern__faq-items) details p {
		padding-right: 0;
		font-size: var(--sm-text-body);
	line-height: var(--sm-leading-body);
}

	.sm-home-v6 .hero {
		height: 100svh;
		min-height: 650px;
	}

	.sm-home-v6 .hero-photo img {
		object-position: 61% center;
	}

	.sm-home-v6 .hero-content {
		width: auto;
		padding: 44px var(--sm-page-gutter) 36px;
	}

	.sm-home-v6 .hero h1 {
		font-size: var(--sm-text-title);
	}

	.sm-home-v6 .hero-copy {
		margin: 26px 0;
		font-size: var(--sm-text-lead);
	line-height: var(--sm-leading-lead);
}

	.sm-home-v6 .hero-buttons {
		max-width: 320px;
		flex-direction: column;
		align-items: stretch;
	}

	.sm-home-v6 .hero-proof {
		display: none;
	}

	.sm-home-v6 .section {
		width: auto;
		padding: 80px 22px;
	}

	.sm-home-v6 .section-head,
	.sm-home-v6 .location-grid,
	.sm-home-v6 .pilot > .wp-block-columns,
	.sm-home-v6 .experience > .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.sm-home-v6 .location-grid {
		gap: 22px;
	}

	.sm-home-v6 .section-head {
		margin-bottom: 30px;
	}

	.sm-location-page .location-region--compact {
		padding: 0 22px 80px;
	}

	.sm-location-page .location-region--compact .location-region-card {
		min-height: 108px;
		padding: 22px 24px;
	}

	.sm-location-page .location-region--compact .location-region-card h3 {
		font-size: var(--sm-text-card);
	}

	.sm-location-page .location-region--compact .location-region-intro {
		margin: 58px 0 0;
	}

	.sm-location-page .location-products__head {
		margin-bottom: 30px;
	}

	.sm-home-v6 .location-card {
		min-height: 285px;
	}

	.sm-home-v6 .pilot-photo {
		min-height: 360px;
		padding: 28px;
	}

	.sm-home-v6 .pilot-copy {
		padding: 70px var(--sm-page-gutter);
	}

	.sm-home-v6 .experience > .wp-block-columns {
		gap: 38px;
	}

	.sm-home-v6 .experience-photo {
		height: 320px;
	}

	.sm-home-v6 .trust-grid > .wp-block-column {
		padding: 0 16px;
	}

	.sm-home-v6 .trust-grid {
		row-gap: 34px;
	}

	.sm-home-v6 .school {
		min-height: 560px;
		padding: 80px var(--sm-page-gutter);
	}

	.sm-home-v6 .school .section-photo img {
		object-position: 62% center;
	}

	:is(.sm-home-v6 .gallery, .sm-image-band.wp-block-gallery) {
		height: 180px;
		grid-template-columns: 1fr 1fr;
	}

	:is(.sm-home-v6 .gallery, .sm-image-band.wp-block-gallery) > figure:last-child {
		display: none;
	}

	.ct-footer [data-row] > div {
		padding-inline: var(--sm-page-gutter);
	}

	.ct-footer [data-row="top"] > div {
		padding-top: 58px;
	}
}
