/*
 * Barabom M00 Global Shell v2.
 * Approved source: m00-global-shell-v2.html
 * SHA-256: 715c1019264548521751554e8138ed9db87bbd1701e53795baeeef2e17ab8952
 */

html {
	scrollbar-gutter: stable;
}

:root {
	--brb-shell-bg: #fdfbf7;
	--brb-shell-ground: #faf7f2;
	--brb-shell-feature: #f2ece3;
	--brb-shell-ink: #231c19;
	--brb-shell-ink-strong: #1d1613;
	--brb-shell-ink-soft: #5f544c;
	--brb-shell-muted: #8a7d73;
	--brb-shell-burgundy: #7d1a33;
	--brb-shell-burgundy-deep: #5b1024;
	--brb-shell-gold: #8b5e34;
	--brb-shell-line: #e6dccd;
	--brb-shell-line-soft: #ece2d5;
	--brb-shell-line-strong: #d5c6b2;
	--brb-shell-serif-ko: "Noto Serif KR", serif;
	--brb-shell-serif-en: "Cormorant Garamond", Georgia, serif;
	--brb-shell-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--brb-shell-max: 1140px;
	--brb-shell-header-h: 92px;
	--brb-shell-admin-h: 0px;
	--brb-shell-floating-h: 0px;
	--brb-shell-offset: calc(var(--brb-shell-header-h) + var(--brb-shell-admin-h));
}

body {
	--brb-shell-offset: calc(var(--brb-shell-header-h) + var(--brb-shell-admin-h));
}

body.admin-bar {
	--brb-shell-admin-h: 32px;
}

@media ( max-width: 782px ) {
	body.admin-bar {
		--brb-shell-admin-h: 46px;
	}
}

@media ( max-width: 600px ) {
	body.admin-bar {
		--brb-shell-admin-h: 0px;
	}
}

.brb-shell-header,
.brb-shell-footer {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-block: 0;
	font-family: var(--brb-shell-sans);
	word-break: keep-all;
}

.brb-shell-inner {
	width: min(var(--brb-shell-max), calc(100% - 40px));
	margin-inline: auto;
}

/* Header ----------------------------------------------------------------- */

.brb-shell-header {
	position: sticky;
	inset-block-start: var(--brb-shell-admin-h);
	z-index: 100;
	background: rgba(253, 251, 247, 0.965);
	border-block-end: 1px solid var(--brb-shell-line);
	color: var(--brb-shell-ink);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: box-shadow 220ms ease, background-color 220ms ease;
}

.brb-shell-header.brb-shell-is-stuck,
.brb-shell-header.brb-shell-search-is-open {
	background: rgba(253, 251, 247, 0.992);
	box-shadow: 0 8px 24px rgba(47, 33, 27, 0.055);
}

.brb-shell-header-grid {
	position: relative;
	width: min(var(--brb-shell-max), calc(100% - 40px));
	height: 91px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(172px, 1fr) auto minmax(172px, 1fr);
	grid-template-rows: 29px 62px;
	align-items: center;
}

.brb-shell-header-grid::before {
	content: "";
	position: absolute;
	inset: 28px 0 auto;
	height: 1px;
	background: rgba(230, 220, 205, 0.74);
}

.brb-shell-brand {
	grid-column: 1;
	grid-row: 2;
	justify-self: start;
}

.brb-shell-brand-name,
.brb-shell-brand-name:visited {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--brb-shell-ink-strong);
	line-height: 1;
	text-decoration: none;
}

.brb-shell-brand-name:hover,
.brb-shell-brand-name:focus-visible {
	color: var(--brb-shell-ink-strong);
}

.brb-shell-header .brb-shell-brand-name,
.brb-shell-header .brb-shell-brand-name:visited,
.brb-shell-header .brb-shell-brand-name:hover,
.brb-shell-header .brb-shell-brand-name:focus-visible {
	color: var(--brb-shell-ink-strong);
	text-decoration: none;
}

.brb-shell-brand-en {
	margin-block-end: 6px;
	color: var(--brb-shell-burgundy);
	font-family: var(--brb-shell-serif-en);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.24em;
}

.brb-shell-brand-ko {
	font-family: var(--brb-shell-serif-ko);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.035em;
	white-space: nowrap;
}

.brb-shell-utility-actions {
	grid-column: 1 / 4;
	grid-row: 1;
	justify-self: end;
	align-self: stretch;
	display: flex;
	align-items: stretch;
}

.brb-shell-utility-action,
.brb-shell-utility-action:visited {
	position: relative;
	min-width: 67px;
	min-height: 28px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 0;
	border-inline-start: 1px solid rgba(230, 220, 205, 0.76);
	background: transparent;
	color: #6b6058;
	font-family: var(--brb-shell-sans);
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.105em;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease;
}

.brb-shell-utility-action:last-child {
	border-inline-end: 1px solid rgba(230, 220, 205, 0.76);
}

.brb-shell-utility-action:hover,
.brb-shell-utility-action:focus-visible,
.brb-shell-utility-action[aria-expanded="true"] {
	background: rgba(125, 26, 51, 0.022);
	color: var(--brb-shell-burgundy);
}

.brb-shell-event-dot {
	width: 4px;
	height: 4px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--brb-shell-burgundy);
	box-shadow: 0 0 0 3px rgba(125, 26, 51, 0.07);
}

.brb-shell-header .brb-shell-event,
.brb-shell-header .brb-shell-event:visited {
	color: var(--brb-shell-burgundy);
	text-decoration: none;
}

.brb-shell-search-glyph {
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.brb-shell-search-glyph::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 1px;
	inset-inline-end: -4px;
	inset-block-end: -2px;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: left center;
}

.brb-shell-primary-nav {
	grid-column: 2;
	grid-row: 2;
	align-self: stretch;
}

.brb-shell-menu {
	height: 100%;
	display: flex;
	align-items: stretch;
	gap: clamp(22px, 2.25vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.brb-shell-menu > li {
	position: relative;
	display: flex;
	align-items: stretch;
}

.brb-shell-menu > li > a,
.brb-shell-menu > li > .brb-shell-disclosure--group {
	position: relative;
	min-height: 48px;
	padding: 0 1px;
	display: inline-flex;
	align-items: center;
	border: 0;
	background: transparent;
	color: #4e433c;
	font-family: var(--brb-shell-sans);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.018em;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: color 180ms ease;
}

.brb-shell-menu > li > a::after,
.brb-shell-menu > li > .brb-shell-disclosure--group::after {
	content: "";
	position: absolute;
	inset: auto 0 -1px;
	height: 1px;
	background: var(--brb-shell-burgundy);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 200ms ease;
}

.brb-shell-menu > li > a:hover,
.brb-shell-menu > li > a:focus-visible,
.brb-shell-menu > li > a[aria-current="page"],
.brb-shell-menu > .current-menu-item > a,
.brb-shell-menu > .current-menu-parent > a,
.brb-shell-menu > .current-menu-ancestor > a,
.brb-shell-menu > li > .brb-shell-disclosure--group:hover,
.brb-shell-menu > li > .brb-shell-disclosure--group:focus-visible {
	color: var(--brb-shell-burgundy);
}

.brb-shell-menu > li > a:hover::after,
.brb-shell-menu > li > a:focus-visible::after,
.brb-shell-menu > li > a[aria-current="page"]::after,
.brb-shell-menu > .current-menu-item > a::after,
.brb-shell-menu > .current-menu-parent > a::after,
.brb-shell-menu > .current-menu-ancestor > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.brb-shell-menu > li > a[aria-current="page"],
.brb-shell-menu > .current-menu-item > a,
.brb-shell-menu > .current-menu-parent > a,
.brb-shell-menu > .current-menu-ancestor > a {
	font-weight: 600;
}

.brb-shell-disclosure {
	flex: 0 0 auto;
	width: 28px;
	min-height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #6b6058;
	cursor: pointer;
}

.brb-shell-disclosure--split {
	margin-inline-start: -3px;
}

.brb-shell-disclosure-arrow {
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	border-inline-end: 1px solid currentColor;
	border-block-end: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 180ms ease;
}

.brb-shell-disclosure[aria-expanded="true"] .brb-shell-disclosure-arrow {
	transform: translateY(2px) rotate(225deg);
}

.brb-shell-menu .sub-menu {
	display: none;
	position: absolute;
	inset: calc(100% - 1px) auto auto 50%;
	z-index: 4;
	width: max-content;
	min-width: 210px;
	max-width: min(320px, 90vw);
	max-height: min(65vh, 520px);
	margin: 0;
	padding: 10px;
	overflow: auto;
	list-style: none;
	background: rgba(253, 251, 247, 0.995);
	border: 1px solid var(--brb-shell-line);
	box-shadow: 0 20px 40px rgba(47, 33, 27, 0.1);
	transform: translateX(-50%);
}

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

html:not(.brb-shell-submenu-js) .brb-shell-menu > li:hover > .sub-menu,
html:not(.brb-shell-submenu-js) .brb-shell-menu > li:focus-within > .sub-menu,
.brb-shell-menu > li.brb-shell-submenu-open > .sub-menu {
	display: block;
}

.brb-shell-menu .sub-menu .sub-menu {
	display: block;
	position: static;
	width: auto;
	min-width: 0;
	max-width: none;
	max-height: none;
	margin: 4px 0 0 12px;
	padding: 4px 0 4px 12px;
	border: 0;
	border-inline-start: 1px solid var(--brb-shell-line);
	box-shadow: none;
	transform: none;
}

.brb-shell-menu .sub-menu a,
.brb-shell-menu .sub-menu .brb-shell-menu-label {
	min-height: 42px;
	padding: 9px 12px;
	display: flex;
	align-items: center;
	color: var(--brb-shell-ink-soft);
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.brb-shell-menu .sub-menu a:hover,
.brb-shell-menu .sub-menu a:focus-visible,
.brb-shell-menu .sub-menu a[aria-current="page"] {
	background: var(--brb-shell-ground);
	color: var(--brb-shell-burgundy);
}

/* Search ----------------------------------------------------------------- */

.brb-shell-search-layer {
	position: absolute;
	inset: 100% 0 auto;
	z-index: 3;
	border-block-end: 1px solid var(--brb-shell-line-strong);
	background: rgba(253, 251, 247, 0.995);
	box-shadow: 0 20px 40px rgba(47, 33, 27, 0.08);
}

.brb-shell-search-layer[hidden] {
	display: none;
}

.brb-shell-search-inner {
	width: min(var(--brb-shell-max), calc(100% - 40px));
	margin-inline: auto;
	padding: 22px 0 20px;
}

.brb-shell-search-row {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr) 48px;
	gap: 15px;
	align-items: center;
}

.brb-shell-search-kicker {
	color: var(--brb-shell-burgundy);
	font-family: var(--brb-shell-serif-en);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.brb-shell-search-form {
	height: 48px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	border-block-end: 1px solid #bda996;
	background: #fffdf9;
}

.brb-shell-search-form input {
	width: 100%;
	min-width: 0;
	padding: 0 16px;
	border: 0;
	background: transparent;
	color: var(--brb-shell-ink);
	font-family: var(--brb-shell-sans);
	font-size: 14px;
	outline: 0;
}

.brb-shell-search-form input::placeholder {
	color: #9a8d83;
}

.brb-shell-search-submit,
.brb-shell-search-close {
	position: relative;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #574b44;
	cursor: pointer;
}

.brb-shell-search-submit {
	border-inline-start: 1px solid var(--brb-shell-line);
}

.brb-shell-search-submit .brb-shell-search-glyph {
	width: 15px;
	height: 15px;
	margin: auto;
}

.brb-shell-search-close::before,
.brb-shell-search-close::after {
	content: "";
	position: absolute;
	inset: 23px auto auto 14px;
	width: 20px;
	height: 1px;
	background: currentColor;
}

.brb-shell-search-close::before {
	transform: rotate(45deg);
}

.brb-shell-search-close::after {
	transform: rotate(-45deg);
}

.brb-shell-search-submit:hover,
.brb-shell-search-submit:focus-visible,
.brb-shell-search-close:hover,
.brb-shell-search-close:focus-visible {
	color: var(--brb-shell-burgundy);
}

.brb-shell-popular {
	margin: 12px 63px 0 131px;
	display: flex;
	align-items: center;
	gap: 16px;
	color: #756960;
	font-size: 11.5px;
}

.brb-shell-popular > span {
	color: #9a8c81;
	font-family: var(--brb-shell-serif-ko);
	font-size: 11px;
}

.brb-shell-popular a,
.brb-shell-popular a:visited {
	color: inherit;
	text-decoration: none;
}

.brb-shell-popular a:hover,
.brb-shell-popular a:focus-visible {
	color: var(--brb-shell-burgundy);
}

/* Footer ----------------------------------------------------------------- */

.brb-shell-footer {
	background: var(--brb-shell-feature);
	border-block-start: 1px solid var(--brb-shell-line);
	color: var(--brb-shell-ink-soft);
}

.brb-shell-footer > .brb-shell-inner {
	padding-block: 48px 28px;
}

.brb-shell-footer-top {
	display: grid;
	grid-template-columns: 1.05fr 1.35fr 0.9fr 0.9fr;
	gap: 34px;
	align-items: start;
}

.brb-shell-brand-footer {
	display: block;
}

.brb-shell-brand-footer .brb-shell-brand-en {
	order: 2;
	margin: 8px 0 0;
	color: var(--brb-shell-gold);
	font-size: 12px;
	letter-spacing: 0.19em;
}

.brb-shell-brand-footer .brb-shell-brand-ko {
	order: 1;
	font-size: 17px;
	letter-spacing: -0.025em;
}

.brb-shell-footer-description {
	margin: 14px 0 0;
	color: var(--brb-shell-muted);
	font-size: 12.5px;
	line-height: 1.8;
}

.brb-shell-footer-heading {
	margin: 0 0 14px;
	color: var(--brb-shell-gold);
	font-family: var(--brb-shell-serif-en);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.brb-shell-footer-profile {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 7px 13px;
	margin: 0;
	font-size: 12.5px;
	line-height: 1.7;
}

.brb-shell-footer-row {
	display: contents;
}

.brb-shell-footer-label {
	color: var(--brb-shell-muted);
	font-weight: 400;
}

.brb-shell-footer-value {
	margin: 0;
	color: #62564e;
	overflow-wrap: anywhere;
}

.brb-shell-footer-list,
.brb-shell-footer-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.brb-shell-footer-list li + li,
.brb-shell-footer-contact li + li {
	margin-block-start: 7px;
}

.brb-shell-footer-list a,
.brb-shell-footer-list a:visited,
.brb-shell-footer-contact a,
.brb-shell-footer-contact a:visited {
	color: #62564e;
	font-size: 12.5px;
	text-decoration: none;
}

.brb-shell-footer-list a:hover,
.brb-shell-footer-list a:focus-visible,
.brb-shell-footer-contact a:hover,
.brb-shell-footer-contact a:focus-visible {
	color: var(--brb-shell-burgundy);
}

.brb-shell-footer-phone,
.brb-shell-footer-phone:visited {
	display: inline-block;
	margin-block-end: 9px;
	color: var(--brb-shell-burgundy);
	font-family: var(--brb-shell-serif-en);
	font-size: 21px;
	line-height: 1.1;
}

.brb-shell-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-block-start: 35px;
	padding-block-start: 20px;
	border-block-start: 1px solid #dfd3c3;
}

.brb-shell-copyright {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--brb-shell-muted);
	font-size: 11.5px;
}

.brb-shell-footer-policy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.brb-shell-footer-policy a,
.brb-shell-footer-policy a:visited {
	color: var(--brb-shell-muted);
	font-size: 11.5px;
	text-decoration: none;
}

.brb-shell-footer-policy a:hover,
.brb-shell-footer-policy a:focus-visible {
	color: var(--brb-shell-burgundy);
}

/* Mobile quickbar -------------------------------------------------------- */

.brb-shell-floating {
	display: none;
}

.brb-shell-header :focus-visible,
.brb-shell-footer :focus-visible,
.brb-shell-floating :focus-visible {
	outline: 2px solid var(--brb-shell-burgundy);
	outline-offset: 3px;
}

@media ( max-width: 940px ) {
	.brb-shell-header-grid {
		grid-template-columns: minmax(142px, 1fr) auto minmax(142px, 1fr);
	}

	.brb-shell-menu {
		gap: 19px;
	}

	.brb-shell-menu > li > a,
	.brb-shell-menu > li > .brb-shell-disclosure--group {
		font-size: 14px;
	}

	.brb-shell-brand-ko {
		font-size: 19px;
	}

	.brb-shell-utility-action {
		min-width: 62px;
		padding-inline: 10px;
	}

	.brb-shell-popular {
		margin-inline-end: 63px;
	}

	.brb-shell-footer-top {
		grid-template-columns: 1fr 1.25fr 1fr;
	}

	.brb-shell-footer-contact {
		grid-column: 3;
	}

	.brb-shell-footer-nav {
		grid-column: 1 / 2;
		margin-block-start: 4px;
	}
}

@media ( max-width: 760px ) {
	:root {
		--brb-shell-header-h: 101px;
	}

	.brb-shell-header-grid {
		width: 100%;
		height: 100px;
		grid-template-columns: minmax(132px, 1fr) auto;
		grid-template-rows: 52px 48px;
	}

	.brb-shell-header-grid::before {
		inset-block-start: 51px;
	}

	.brb-shell-brand {
		grid-column: 1;
		grid-row: 1;
		margin-inline-start: 14px;
	}

	.brb-shell-brand-en {
		display: none;
	}

	.brb-shell-brand-ko {
		font-size: 18px;
		font-weight: 600;
	}

	.brb-shell-utility-actions {
		grid-column: 2;
		grid-row: 1;
		margin-inline-end: 4px;
	}

	.brb-shell-utility-action,
	.brb-shell-utility-action:visited {
		min-width: 44px;
		min-height: 44px;
		padding: 0 5px;
		border-inline: 0;
		font-size: 8.5px;
		letter-spacing: 0.065em;
	}

	.brb-shell-utility-action + .brb-shell-utility-action::before {
		content: "";
		position: absolute;
		inset: 17px auto auto 0;
		width: 1px;
		height: 10px;
		background: var(--brb-shell-line);
	}

	.brb-shell-search-toggle {
		min-width: 44px;
	}

	.brb-shell-search-toggle .brb-shell-search-glyph {
		width: 12px;
		height: 12px;
	}

	.brb-shell-search-toggle .brb-shell-search-glyph + span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.brb-shell-event-dot {
		width: 3px;
		height: 3px;
		box-shadow: 0 0 0 2px rgba(125, 26, 51, 0.07);
	}

	.brb-shell-primary-nav {
		grid-column: 1 / 3;
		grid-row: 2;
		width: 100%;
		min-width: 0;
	}

	.brb-shell-menu {
		display: grid;
		grid-template-columns: 1.25fr 1.25fr 0.8fr 0.95fr 0.95fr;
		gap: 0;
	}

	.brb-shell-menu > li {
		min-width: 0;
		justify-content: center;
	}

	.brb-shell-menu > li > a,
	.brb-shell-menu > li > .brb-shell-disclosure--group {
		width: 100%;
		height: 48px;
		min-height: 48px;
		padding: 0 3px;
		justify-content: center;
		font-size: 12.25px;
		letter-spacing: -0.03em;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.brb-shell-menu > li > a::after,
	.brb-shell-menu > li > .brb-shell-disclosure--group::after {
		inset-inline: 13px;
	}

	.brb-shell-menu > li:has(> a + .brb-shell-disclosure--split) > a {
		width: calc(100% - 24px);
		padding-inline-end: 0;
	}

	.brb-shell-disclosure--split {
		width: 24px;
		min-width: 24px;
		margin: 0;
	}

	.brb-shell-menu .sub-menu {
		position: fixed;
		inset: calc(var(--brb-shell-admin-h) + 100px) 14px auto;
		width: auto;
		min-width: 0;
		max-width: none;
		max-height: calc(100vh - var(--brb-shell-admin-h) - 116px - env(safe-area-inset-bottom, 0px));
		transform: none;
	}

	.brb-shell-search-inner {
		width: 100%;
		padding: 16px 14px 18px;
	}

	.brb-shell-search-row {
		grid-template-columns: 1fr 48px;
		gap: 4px;
	}

	.brb-shell-search-kicker {
		grid-column: 1;
		grid-row: 1;
		padding-inline-start: 1px;
		font-size: 11px;
	}

	.brb-shell-search-close {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.brb-shell-search-form {
		grid-column: 1 / 3;
		grid-row: 2;
		margin-block-start: 3px;
	}

	.brb-shell-search-form input {
		padding-inline: 13px;
		font-size: 13px;
	}

	.brb-shell-popular {
		margin: 12px 0 0;
		gap: 8px 14px;
		flex-wrap: wrap;
		font-size: 11px;
		line-height: 1.5;
	}

	.brb-shell-inner {
		width: calc(100% - 36px);
	}

	.brb-shell-footer > .brb-shell-inner {
		padding-block: 36px 25px;
	}

	.brb-shell-footer-top {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.brb-shell-footer-information,
	.brb-shell-footer-nav,
	.brb-shell-footer-contact {
		grid-column: auto;
		margin-block-start: 25px;
		padding-block-start: 22px;
		border-block-start: 1px solid #dfd3c3;
	}

	.brb-shell-footer-profile {
		grid-template-columns: 62px 1fr;
	}

	.brb-shell-footer-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 9px 20px;
	}

	.brb-shell-footer-list li + li {
		margin-block-start: 0;
	}

	.brb-shell-footer-bottom {
		align-items: flex-start;
		flex-direction: column-reverse;
		margin-block-start: 28px;
		gap: 16px;
	}

	.brb-shell-floating {
		position: fixed;
		inset: auto 0 0;
		z-index: 80;
		display: block;
		padding: 9px 12px calc(9px + env(safe-area-inset-bottom, 0px));
		background: rgba(253, 251, 247, 0.96);
		border-block-start: 1px solid var(--brb-shell-line);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	.brb-shell-floating-list {
		display: grid;
		grid-template-columns: 58px 1fr 1fr;
		gap: 7px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.brb-shell-floating-list a,
	.brb-shell-floating-list a:visited {
		min-height: 48px;
		padding-inline: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--brb-shell-line-strong);
		background: #fff;
		color: #4a3d35;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: -0.015em;
		line-height: 1.35;
		text-align: center;
		text-decoration: none;
	}

	.brb-shell-floating-list > li:nth-child(2) a,
	.brb-shell-floating-list > li:nth-child(2) a:visited {
		border-color: var(--brb-shell-burgundy);
		background: var(--brb-shell-burgundy);
		color: #fdf6ef;
	}

	body:has(#ch-plugin) .brb-shell-floating {
		padding-inline-end: calc(12px + 4.5rem + env(safe-area-inset-right, 0px));
	}

	.brb-shell-floating--1 .brb-shell-floating-list {
		grid-template-columns: 1fr;
	}

	.brb-shell-floating--2 .brb-shell-floating-list {
		grid-template-columns: 1fr 1fr;
	}

	.brb-shell-floating--4 .brb-shell-floating-list,
	.brb-shell-floating--many .brb-shell-floating-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.brb-has-floating-menu {
		--brb-shell-floating-h: calc(67px + env(safe-area-inset-bottom, 0px));
		padding-block-end: var(--brb-shell-floating-h);
	}
}

@media ( max-width: 365px ) {
	.brb-shell-brand {
		margin-inline-start: 10px;
	}

	.brb-shell-brand-ko {
		font-size: 17px;
	}

	.brb-shell-utility-actions {
		margin-inline-end: 1px;
	}

	.brb-shell-utility-action {
		min-width: 42px;
		padding-inline: 3px;
		font-size: 8px;
	}

	.brb-shell-menu > li > a,
	.brb-shell-menu > li > .brb-shell-disclosure--group {
		font-size: 11.5px;
	}

	.brb-shell-floating {
		padding-inline: 8px;
	}

	.brb-shell-floating-list {
		grid-template-columns: 54px 1fr 1fr;
	}

	.brb-shell-floating-list a {
		font-size: 12px;
	}
}

@media print {
	.brb-shell-floating,
	.brb-shell-search-layer,
	.brb-shell-disclosure--split {
		display: none !important;
	}

	body.brb-has-floating-menu {
		padding-block-end: 0 !important;
	}

	.brb-shell-header {
		position: static !important;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.brb-shell-header,
	.brb-shell-disclosure-arrow,
	.brb-shell-menu > li > a::after,
	.brb-shell-menu > li > .brb-shell-disclosure--group::after {
		transition-duration: 0.01ms !important;
	}
}
