/**
 * HIKARI — CLEAN CARGO CSS
 * Consolidated responsive stylesheet
 */

/* =========================================================
   GLOBAL RESET AND CONTENT
   ========================================================= */

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

html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #ec444a;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img,
video {
	max-width: 100%;
	height: auto;
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background: rgba(127, 127, 127, 0.2);
}

.content img {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 0.5em;
}

.content video {
	display: block;
	max-width: 100%;
	height: auto;
}

/* =========================================================
   CAPTIONS
   ========================================================= */

.gallery_image_caption {
	max-width: 100%;
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	overflow-wrap: break-word;
}

/* =========================================================
   LOADING ANIMATION
   ========================================================= */

.loading[data-loading] {
	position: fixed;
	bottom: 8px;
	left: 8px;
}

/* =========================================================
   EDITOR TYPOGRAPHY
   ========================================================= */

[data-predefined-style="true"] bodycopy {
	color: rgba(0, 0, 0, 0.75);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.85);
	font-family: Avara, Icons;
	font-size: 3.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	overflow-wrap: break-word;
	word-break: normal;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.85);
	font-family: Avara, Icons;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-break: normal;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0;
}

/* =========================================================
   CARGO PAGE LAYOUT
   ========================================================= */

[data-css-preset] .page {
	background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	width: 100%;
	max-width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-right: auto /*!content_center*/;
	margin-left: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 7rem /*!main_margin*/;
	padding-right: 7rem /*!main_margin*/;
	padding-bottom: 7rem /*!main_margin*/;
	padding-left: 7rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	width: 100%;
	max-width: 66rem /*!text_width*/;
}

/* =========================================================
   SITE HEADER
   ========================================================= */

.site-topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 3rem;
	width: 100%;
	margin: 0 0 5rem;
}

.site-identity {
	flex: 0 0 auto;
	min-width: max-content;
	text-align: left;
}

.site-identity h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.site-identity h1 a {
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
}

.site-tagline {
	margin-top: 0.6rem;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	white-space: nowrap;
}

.site-navigation {
	flex: 1 1 auto;
	min-width: 0;
	text-align: right;
}

.site-navigation small {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.8rem 2rem;
	width: 100%;
}

.site-navigation a {
	display: inline-block;
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
	white-space: nowrap;
	transition: color 150ms ease, opacity 150ms ease;
}

.site-navigation a:hover,
.site-navigation a.active {
	color: #ec444a;
}

/* =========================================================
   THUMBNAILS
   ========================================================= */

div[thumbnails] {
	justify-content: flex-start;
}

.thumbnails .content_padding {
	padding: 0.5rem;
}

[data-css-preset] .thumbnails {
	background-color: transparent /*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
	width: 90%;
	max-width: 140rem;
}

[data-css-preset] [thumbnails-pad] {
	padding: 0.75rem /*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
	margin: -1.5rem /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
	padding: 0.25rem /*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
	margin: -0.5rem /*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
	outline: 0 solid rgba(0, 0, 0, 0.12);
	outline-offset: -1px;
}

.thumbnails .title {
	margin-top: 1.2rem;
	margin-bottom: 0.1rem;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05;
	overflow-wrap: break-word;
}

.thumbnails .tags {
	margin-top: 1rem;
	margin-bottom: 2rem;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.thumbnails .tags a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom: 0;
	text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: -2rem;
}

.thumbnails .thumbnail > a {
	position: relative;
}

.thumbnails .thumbnail .title {
	z-index: 9;
	display: flex;
	align-content: flex-start;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 0;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	overflow-wrap: break-word;
}

/* =========================================================
   CARGO SITE MENU BUTTON
   ========================================================= */

[data-css-preset] #site_menu_button {
	position: fixed;
	z-index: 1001;
	top: 2rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
	padding: 6px;
	background: rgba(33, 32, 46, 0);
	color: rgba(0, 0, 0, 0.75);
	font-size: 28px /*!site_menu_button*/;
	line-height: 1;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/* =========================================================
   CARGO SITE MENU PANEL
   ========================================================= */

#site_menu {
	display: flex;
	justify-content: flex-start;
	min-width: 300px;
	max-width: 400px;
	padding: 20px 30px 90px;
	background: rgba(20, 20, 20, 0.95);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: 0.7;
}

#site_menu a.active {
	opacity: 0.4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	font-size: 45px;
	line-height: 0.85em;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/* =========================================================
   SHOP
   ========================================================= */

[data-css-preset] #shop_button {
	position: fixed;
	top: 2.5rem /*!shop_button*/;
	right: 4rem /*!shop_button*/;
	padding: 6px;
	background: transparent;
	color: rgba(0, 0, 0, 0.85);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

#shop_button.text {
	padding: 0;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

#shop_button.custom_icon {
	width: 40px;
	height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
	font-size: 40px;
}

.shop_product {
	position: relative;
	display: block;
	width: 100%;
	max-width: 22rem;
}

.shop_product .price {
	display: block;
	margin-bottom: 1rem;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.8rem;
	line-height: 1;
}

.shop_product .dropdown {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
	padding: 0.7rem 2.5rem 0.7rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: white url("https://static.cargo.site/assets/images/select-line-arrows.svg") no-repeat right;
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.8rem;
	line-height: 1.2;
}

.shop_product .button {
	display: inline-block;
	flex: 0 0 50%;
	padding: 0.8rem 1rem;
	border: 0;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.8rem;
	line-height: 1;
	text-align: left;
}

/* =========================================================
   QUICK VIEW
   ========================================================= */

.content img.image-zoom:active {
	opacity: 0.7;
}

[data-css-preset] .quick-view {
	width: 100% /*!quick_view_width*/;
	height: 100% /*!quick_view_height*/;
	padding: 2.5rem /*!quick_view_padding*/;
}

body.mobile .quick-view {
	width: 100%;
	height: 100%;
	margin: 0;
}

[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 3.5rem 0;
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.4rem;
	text-align: center;
	transition: opacity 100ms ease-in-out;
}

.quick-view-caption span {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

/* =========================================================
   AUDIO PLAYER
   ========================================================= */

.audio-player {
	max-width: 36rem;
	height: 3.3rem;
	margin: 1px 1px 1em;
	outline: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: left;
}

body.mobile .audio-player {
	max-width: 100%;
}

/* =========================================================
   HOMEPAGE HERO
   ========================================================= */

.home-hero,
.home-hero[grid-row] {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: calc(100vh - 20rem);
	margin: 0 !important;
	padding: 2rem 0 5rem !important;
	text-align: center !important;
}

.home-hero-inner,
.home-hero-inner[grid-col] {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 120rem !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 !important;
	text-align: center !important;
}

.home-image {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border-bottom: 0 !important;
	text-decoration: none !important;
	text-align: center !important;
}

.home-image picture,
.home-image figure,
.home-image image-component,
.home-image media-item,
.home-image .image-component {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.home-image img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	max-height: 65vh !important;
	height: auto !important;
	margin: 0 auto !important;
	float: none !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.home-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 44px;
	margin: 1.75rem auto 0;
	padding: 0.8rem 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.85);
	font-family: "Williams Caslon Text", Icons;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.home-cta:hover,
.home-cta.active {
	color: #ec444a;
	border-bottom-color: currentColor;
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 2rem 0 0;
	text-align: right;
}

.site-footer small {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.8rem 2rem;
}

.site-footer a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (min-width: 769px) and (max-width: 1100px) {
	[data-css-preset] .content_padding {
		padding-top: 4rem;
		padding-right: 3rem;
		padding-bottom: 4rem;
		padding-left: 3rem;
	}

	.site-topbar {
		gap: 2rem;
		margin-bottom: 4rem;
	}

	.site-navigation small {
		gap: 0.7rem 1.25rem;
	}

	.site-navigation a,
	.site-tagline {
		white-space: normal;
	}

	[data-css-preset] .thumbnails_width {
		width: 90%;
	}

	.home-hero {
		min-height: auto;
		padding-top: 2rem !important;
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {
	[data-css-preset] .content_padding {
		padding-top: 1.5rem !important;
		padding-right: 1.25rem !important;
		padding-bottom: 3.5rem !important;
		padding-left: 1.25rem !important;
	}

	.page,
	.container_width {
		width: 100%;
		max-width: 100%;
	}

	.site-topbar {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 1rem;
		width: 100%;
		margin: 0 0 2.5rem;
		padding-top: 1rem;
		padding-right: 0.25rem;
		padding-left: 1rem;
	}

	.site-identity {
		flex: 1 1 auto;
		min-width: 0;
		max-width: calc(100% - 4.5rem);
		padding: 0;
		text-align: left;
	}

	.site-identity h1 {
		margin: 0;
		padding: 0;
		font-size: 3rem;
		line-height: 1;
	}

	.site-tagline {
		margin-top: 0.5rem;
		font-size: 1.3rem;
		line-height: 1.3;
		white-space: normal;
	}

	.site-navigation {
		display: none !important;
	}

	#site_menu_button:not(.active) {
		position: fixed;
		z-index: 1001;
		top: 1.25rem;
		right: 1.25rem;
		display: block !important;
		margin: 0;
		padding: 0.5rem;
		font-size: 32px;
		line-height: 1;
	}

	#site_menu_button.active {
		display: none !important;
	}

	#site_menu {
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		max-width: none;
		min-height: 100vh;
		padding: 1.5rem 1.5rem 4rem;
		font-size: 1.8rem;
		overflow-y: auto;
	}

	#site_menu .close {
		display: block;
		margin: 0 0 1.5rem;
		font-size: 46px;
		line-height: 1;
	}

	#site_menu .page-link,
	#site_menu .set-link {
		width: 100%;
	}

	#site_menu .page-link a,
	#site_menu .set-link > a {
		display: block;
		width: 100%;
		padding: 0.9rem 0;
		line-height: 1.25;
	}

	#site_menu .indent {
		margin-left: 1.25rem;
	}

	#site_menu .break {
		height: 0.75rem;
	}

	[data-css-preset] text-limit {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	[data-predefined-style="true"] bodycopy {
		display: block;
		width: 100%;
		font-size: 1.65rem;
		line-height: 1.5;
		text-align: left;
	}

	[data-predefined-style="true"] h1 {
		font-size: 3rem;
		line-height: 1.05;
	}

	[data-predefined-style="true"] h2 {
		font-size: 1.5rem;
		line-height: 1.35;
	}

	.content img,
	.content video {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		float: none;
		object-fit: contain;
	}

	.gallery_image_caption {
		margin-top: 0.65rem;
		margin-bottom: 1.5rem;
		font-size: 1.25rem;
		line-height: 1.4;
		text-align: left;
	}

	[data-css-preset] .thumbnails_width {
		width: 100%;
		max-width: 100%;
	}

	.thumbnails .content_padding {
		padding: 0;
	}

	[responsive-layout] [thumbnails-pad] {
		padding: 0.3rem;
	}

	[responsive-layout] [thumbnails-gutter] {
		margin: -0.3rem;
	}

	.thumbnails .title {
		margin-top: 0.8rem;
		margin-bottom: 1.25rem;
		font-size: 3.2rem;
		line-height: 1.05;
		word-break: normal;
		overflow-wrap: normal;
	}

	.thumbnails .thumbnail .title {
		margin-top: 0.7rem;
		margin-bottom: 1.5rem;
		padding: 0;
		font-size: 1.55rem;
		line-height: 1.25;
	}

	.home-hero,
	.home-hero[grid-row] {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		min-height: calc(100vh - 14rem);
		margin: 0 !important;
		padding: 1rem 0 3rem !important;
		text-align: center !important;
	}

	.home-hero-inner,
	.home-hero-inner[grid-col] {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.home-image {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.home-image img {
		display: block !important;
		width: auto !important;
		max-width: 100% !important;
		max-height: 56vh !important;
		height: auto !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
		object-fit: contain !important;
		object-position: center center !important;
	}

	.home-cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		min-height: 44px;
		margin: 1.5rem auto 0;
		padding: 0.85rem 1rem;
		font-size: 1.5rem;
		text-align: center;
	}

	.site-footer {
		justify-content: flex-start;
		width: 100%;
		padding-top: 2rem;
		text-align: left;
	}

	.site-footer small {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.6rem;
		width: 100%;
	}

	.quick-view {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
	}

	.shop_product {
		width: 100%;
		max-width: 100%;
	}

	.audio-player {
		width: 100%;
		max-width: 100%;
	}

	a,
	button,
	.button,
	#site_menu_button {
		touch-action: manipulation;
	}
}

/* =========================================================
   CARGO MOBILE CLASS OVERRIDES
   ========================================================= */

body.mobile .site-topbar,
[data-css-preset].mobile .site-topbar {
	padding-top: 1rem;
	padding-right: 0.25rem;
	padding-left: 1rem;
}

body.mobile .site-navigation,
[data-css-preset].mobile .site-navigation {
	display: none !important;
}

body.mobile .home-hero,
[data-css-preset].mobile .home-hero,
body.mobile .home-hero-inner,
[data-css-preset].mobile .home-hero-inner,
body.mobile .home-image,
[data-css-preset].mobile .home-image {
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

body.mobile .home-image img,
[data-css-preset].mobile .home-image img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
	object-fit: contain !important;
	object-position: center center !important;
}

/* =========================================================
   SMALL PHONES
   ========================================================= */

@media screen and (max-width: 380px) {
	[data-css-preset] .content_padding {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.site-topbar {
		padding-left: 0.75rem;
	}

	.site-identity h1 {
		font-size: 2.7rem;
	}

	.site-tagline {
		font-size: 1.2rem;
	}

	[data-predefined-style="true"] bodycopy {
		font-size: 1.55rem;
	}

	#site_menu {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
		font-size: 1.7rem;
	}

	.home-hero {
		min-height: calc(100vh - 12rem);
	}

	.home-image img {
		max-height: 52vh !important;
	}

	.home-cta {
		font-size: 1.4rem;
	}

	.site-footer small {
		font-size: 1.2rem;
	}
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

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

/* =========================================================
   HOMEPAGE FOOTER AT VIEWPORT BOTTOM
   Cargo-compatible version: no :has() selectors
   ========================================================= */

/*
 * The homepage hero fills the remaining vertical space.
 * The footer follows it at the bottom of the viewport.
 */

.home-hero {
	min-height: calc(100vh - 24rem);
	flex-grow: 1;
}

.site-footer {
	display: flex;
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

/*
 * Cargo mobile adjustment.
 * This allows room for the logo and menu at the top.
 */

@media screen and (max-width: 768px) {
	.home-hero {
		min-height: calc(100vh - 20rem);
	}

	.site-footer {
		margin-top: auto;
		padding-top: 1.5rem;
		padding-bottom: 1rem;
	}
}

body.mobile .home-hero,
[data-css-preset].mobile .home-hero {
	min-height: calc(100vh - 20rem);
}

body.mobile .site-footer,
[data-css-preset].mobile .site-footer {
	margin-top: auto;
	padding-bottom: 1rem;
}

/* =========================================================
   MOBILE HOMEPAGE HERO — LARGE IMAGE + CARGO ANIMATION
   ========================================================= */

@media screen and (max-width: 768px) {

	.home-hero,
	.home-hero[grid-row] {
		display: block !important;
		width: 100% !important;
		min-height: auto !important;
		margin: 0 !important;
		padding: 0 0 2rem !important;
		overflow: hidden !important;
	}

	.home-hero-inner,
	.home-hero-inner[grid-col] {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: flex-start !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 auto !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.home-image {
		display: block !important;
		position: relative;
		width: calc(100vw - 2.5rem) !important;
		height: 65vh !important;
		min-height: 420px;
		max-height: 720px;
		margin: 0 auto !important;
		padding: 0 !important;
		overflow: hidden !important;
		border: 0 !important;
		text-decoration: none !important;
	}

	.home-image media-item {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		transform: scale(1.05);
		transform-origin: center center;
		animation: hikari-hero-zoom 8s ease-in-out infinite alternate;
	}

	.home-image media-item::part(sizing-frame) {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	.home-image media-item::part(media) {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	.home-cta {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		min-height: 44px;
		margin: 1.5rem auto 0 !important;
		padding: 0.85rem 1rem;
		text-align: center;
	}
}

@keyframes hikari-hero-zoom {
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1.14);
	}
}

@media screen and (max-width: 380px) {

	.home-image {
		width: calc(100vw - 2rem) !important;
		height: 62vh !important;
		min-height: 380px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.home-image media-item {
		animation: none !important;
		transform: none !important;
	}
}

