/* ==========================================================================
   Nails by Lulu — Service Area page
   Uniform charcoal background across all sections
   ========================================================================== */

.nbl-site--service-area {
	background: #000;
}

.nbl-main--service-area {
	background: #000 !important;
}

.nbl-site--service-area .nbl-sa-hero.mcb-section,
.nbl-site--service-area section.nbl-sa-hero {
	background: #0a0a0a !important;
}

.nbl-sa-wrap {
	width: min(100% - 48px, 1180px);
	margin-inline: auto;
}


/* Shared type */
.nbl-sa-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.nbl-sa-eyebrow--gold {
	color: #b69a5d;
}

.nbl-sa-eyebrow__line {
	display: inline-block;
	width: 42px;
	height: 1.5px;
	background: #b69a5d;
}

.nbl-sa-label {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.nbl-sa-label--pink {
	color: #c5a059;
}

.nbl-sa-title {
	margin: 0 0 12px;
	font-family: var(--nbl-serif);
	font-size: clamp(2.4rem, 4.5vw, 3.4rem);
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
}

.nbl-sa-heading {
	margin: 0 0 10px;
	font-family: var(--nbl-serif);
	font-size: clamp(1.9rem, 3.2vw, 2.6rem);
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}

.nbl-sa-script {
	margin: 0;
	font-family: var(--nbl-script);
	line-height: 1.25;
}

.nbl-sa-script--pink {
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	color: #c5a059;
	margin-bottom: 22px;
}

.nbl-sa-script--gold {
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	color: #b69a5d;
}

.nbl-sa-lead {
	margin: 0;
	max-width: 48ch;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92);
}

.nbl-sa-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.nbl-sa-actions__book {
	width: 90%;
	max-width: 90%;
	justify-content: center;
	text-align: center;
}

.nbl-sa-actions--center {
	justify-content: center;
}

.nbl-sa-head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 48px;
}

.nbl-sa-ruled-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-ruled-label span {
	display: block;
	width: 42px;
	height: 1px;
	background: #b69a5d;
	flex-shrink: 0;
}

/* Lower sections share charcoal bg; hero is full-bleed photo */
.nbl-sa-travel,
.nbl-sa-how,
.nbl-sa-fees,
.nbl-sa-cta {
	background: #5c5c5c;
}

/* Hero — full-bleed background (img1) */
.nbl-sa-hero {
	position: relative;
	isolation: isolate;
	min-height: min(88vh, 860px);
	padding: 72px 0 56px;
	background: #0a0a0a;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}

.nbl-sa-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: #0a0a0a;
	background-image:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.78) 0%,
			rgba(0, 0, 0, 0.55) 42%,
			rgba(0, 0, 0, 0.22) 68%,
			rgba(0, 0, 0, 0.1) 100%
		),
		var(--nbl-sa-hero-bg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.nbl-sa-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 56px;
	width: min(100% - 48px, 1180px);
	min-height: inherit;
}

.nbl-sa-hero__content {
	max-width: 560px;
	padding-top: 12px;
}

.nbl-sa-hero .nbl-sa-title {
	margin: 0 0 10px;
	font-size: clamp(2.6rem, 5vw, 3.75rem);
	line-height: 1.05;
}

.nbl-sa-title__lead,
.nbl-sa-title__accent {
	display: inline;
}

.nbl-sa-title__lead {
	color: #fff;
}

.nbl-sa-title__accent {
	background: linear-gradient(180deg, #e8d5a3 0%, #c5a059 48%, #a6853a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.nbl-sa-hero__script {
	margin: 0 0 22px;
	font-size: clamp(1.55rem, 2.6vw, 2.05rem);
	color: #c5a059;
}

.nbl-sa-hero .nbl-sa-lead {
	max-width: 46ch;
	font-family: var(--nbl-serif);
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92);
}

.nbl-sa-hero .nbl-sa-actions {
	margin-top: 28px;
}

.nbl-sa-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 14px 28px;
	border: 1px solid #c5a059;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.35);
	color: #c5a059;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow:
		0 0 0 1px rgba(197, 160, 89, 0.2),
		0 10px 28px rgba(197, 160, 89, 0.22);
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nbl-sa-hero__cta:hover {
	background: rgba(197, 160, 89, 0.12);
	color: #e8d5a3;
	box-shadow:
		0 0 0 1px rgba(197, 160, 89, 0.35),
		0 12px 32px rgba(197, 160, 89, 0.3);
}

.nbl-sa-pillars {
	list-style: none;
	margin: 0;
	padding: 28px 0 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	align-self: flex-start;
	width: 100%;
	max-width: min(100%, 780px);
	margin-right: auto;
}

.nbl-sa-pillars__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	text-align: center;
	padding: 8px 14px;
	position: relative;
}

.nbl-sa-pillars__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 12%;
	right: 0;
	bottom: 12%;
	width: 1px;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(212, 175, 55, 0.85) 18%,
		rgba(212, 175, 55, 0.95) 50%,
		rgba(212, 175, 55, 0.85) 82%,
		transparent 100%
	);
}

.nbl-sa-pillars__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	flex: 0 0 auto;
}

.nbl-sa-pillars__icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.4));
}

.nbl-sa-pillars__label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15em;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(12px, 1.2vw, 14px);
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1.28;
	color: #d4af37;
	max-width: none;
	text-align: center;
	text-shadow: none;
}

.nbl-sa-pillars__line {
	display: block;
	white-space: nowrap;
}
/* Travel grid */
.nbl-sa-travel {
	padding: 24px 0 80px;
}

.nbl-sa-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.nbl-sa-card {
	background: #0a0a0a;
	border-radius: 18px;
	padding: 26px 22px 28px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.nbl-sa-card__title {
	margin: 0 0 12px;
	font-family: var(--nbl-serif);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
}

.nbl-sa-card__text {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.65;
	color: #c8c8c8;
}

/* How it works — accordion */
.nbl-sa-how {
	padding: 40px 0 72px;
}

.nbl-sa-steps {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 920px;
}

.nbl-sa-step {
	border-top: 1px solid rgba(182, 154, 93, 0.35);
}

.nbl-sa-step:last-child {
	border-bottom: 1px solid rgba(182, 154, 93, 0.35);
}

.nbl-sa-step__toggle {
	appearance: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 26px 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	color: inherit;
	font: inherit;
}

.nbl-sa-step__num {
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #c5a059;
}

.nbl-sa-step__title {
	flex: 1;
	min-width: 0;
	margin: 0;
	font-family: var(--nbl-serif);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 500;
	color: #fff;
}

.nbl-sa-step__icon {
	flex-shrink: 0;
	position: relative;
	width: 36px;
	height: 36px;
	border: 1px solid #b69a5d;
	border-radius: 50%;
}

.nbl-sa-step__icon::before,
.nbl-sa-step__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #b69a5d;
	transform: translate(-50%, -50%);
}

.nbl-sa-step__icon::before {
	width: 12px;
	height: 1.5px;
}

.nbl-sa-step__icon::after {
	width: 1.5px;
	height: 12px;
}

.nbl-sa-step.is-open .nbl-sa-step__icon::after {
	display: none;
}

.nbl-sa-step__panel {
	padding: 0 0 26px 40px;
}

.nbl-sa-step__panel[hidden] {
	display: none;
}

.nbl-sa-step__text {
	margin: 0;
	max-width: 54ch;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.nbl-sa-note {
	margin: 36px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.nbl-sa-note a {
	color: #b69a5d;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nbl-sa-note a:hover {
	color: #d4bc7a;
}

/* Fees */
.nbl-sa-fees {
	padding: 24px 0 72px;
}

.nbl-sa-fees__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.nbl-sa-card--wide {
	padding: 32px 28px 34px;
}

.nbl-sa-bullets {
	list-style: none !important;
	list-style-type: none !important;
	margin: 18px 0 0;
	padding: 0;
}

.nbl-sa-bullets li {
	position: relative;
	padding-left: 18px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.55;
	color: #c8c8c8;
	list-style: none !important;
}

.nbl-sa-bullets li::marker {
	content: none !important;
	font-size: 0 !important;
	color: transparent !important;
}

.nbl-sa-bullets li:last-child {
	margin-bottom: 0;
}

.nbl-sa-bullets li::before {
	content: "" !important;
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ffffff !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* CTA */
.nbl-sa-cta {
	padding: 40px 0 88px;
}

.nbl-sa-cta__inner {
	text-align: center;
	max-width: 720px;
}

.nbl-sa-cta__title {
	margin: 0 0 14px;
	font-family: var(--nbl-serif);
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}

.nbl-sa-cta__text {
	margin: 0 auto;
	max-width: 52ch;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 960px) {
	.nbl-sa-pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 0;
		max-width: 100%;
	}

	.nbl-sa-pillars__item {
		padding: 12px 16px;
	}

	.nbl-sa-pillars__item:nth-child(2)::after {
		display: none;
	}

	.nbl-sa-pillars__item:nth-child(odd)::after {
		display: block;
	}

	.nbl-sa-pillars__item:nth-child(even)::after {
		display: none;
	}

	.nbl-sa-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nbl-sa-fees__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.nbl-sa-wrap {
		width: min(100% - 32px, 1180px);
	}

	.nbl-sa-hero {
		min-height: auto;
		padding-top: 48px;
		padding-bottom: 40px;
	}

	.nbl-sa-hero__inner {
		gap: 40px;
	}

	.nbl-sa-pillars {
		grid-template-columns: 1fr 1fr;
	}

	.nbl-sa-pillars__item:not(:last-child)::after {
		display: none;
	}

	.nbl-sa-travel,
	.nbl-sa-how,
	.nbl-sa-fees,
	.nbl-sa-cta {
		padding-left: 0;
		padding-right: 0;
	}

	.nbl-sa-grid {
		grid-template-columns: 1fr;
	}

	.nbl-sa-step__panel {
		padding-left: 0;
	}

	.nbl-sa-hero__cta,
	.nbl-sa-actions .nbl-btn {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}

/* Flyer body — two-column luxury layout matching design flyer */
.nbl-sa-flyer {
	background: #000;
	padding: 56px 0 80px;
	color: #fff;
}

.nbl-sa-flyer .nbl-sa-wrap {
	width: min(100% - 48px, 1240px);
}

.nbl-sa-flyer__split {
	display: grid;
	grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.35fr);
	gap: 36px 48px;
	align-items: start;
	margin: 0 0 20px;
}

.nbl-sa-flyer__left {
	text-align: center;
	padding-top: 4px;
}

.nbl-sa-flyer__logo {
	margin: 0 auto 18px;
	max-width: 300px;
	width: 100%;
}

.nbl-sa-flyer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.nbl-sa-flyer__spa {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 10px;
	font-family: var(--nbl-serif);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-flyer__spa::before,
.nbl-sa-flyer__spa::after {
	content: '';
	width: 42px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c5a059);
}

.nbl-sa-flyer__spa::after {
	background: linear-gradient(90deg, #c5a059, transparent);
}

.nbl-sa-flyer__motto {
	margin: 0 0 22px;
	font-family: var(--nbl-script);
	font-size: clamp(1.15rem, 1.8vw, 1.4rem);
	line-height: 1.35;
	color: #c5a059;
}

.nbl-sa-flyer__left .nbl-sa-flyer__rule {
	width: min(100%, 280px);
	margin-bottom: 26px;
}

.nbl-sa-flyer__right {
	min-width: 0;
}

.nbl-sa-flyer__intro {
	text-align: center;
	max-width: none;
	margin: 0 0 36px;
}

.nbl-sa-flyer__title {
	margin: 0 0 16px;
	line-height: 1.15;
}

.nbl-sa-flyer__title-gold {
	display: block;
	font-family: var(--nbl-serif);
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-flyer__title-script {
	display: block;
	margin-top: 4px;
	font-family: var(--nbl-script);
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	font-weight: 400;
	color: #c5a059;
	text-transform: none;
	letter-spacing: 0;
}

.nbl-sa-flyer__lead {
	margin: 0 auto;
	max-width: 54ch;
	font-size: 14.5px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
}

.nbl-sa-flyer__mark {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.nbl-sa-flyer__mark .nbl-flower-lulu {
	width: 36px;
}

.nbl-sa-flyer__rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: min(100%, 420px);
	margin: 0 auto 22px;
}

.nbl-sa-flyer__rule--sm {
	width: min(100%, 260px);
	margin-bottom: 18px;
}

.nbl-sa-flyer__rule span {
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c5a059, transparent);
}

.nbl-sa-flyer__rule .nbl-flower-lulu {
	width: 28px;
	margin: 0;
	flex: 0 0 auto;
}

.nbl-sa-flyer__h {
	margin: 0 0 28px;
	font-family: var(--nbl-serif);
	font-size: clamp(1.1rem, 1.9vw, 1.35rem);
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-align: center;
	color: #c5a059;
}

.nbl-sa-flyer__h--lined {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.nbl-sa-flyer__h--lined::before,
.nbl-sa-flyer__h--lined::after {
	content: '';
	width: min(18%, 72px);
	height: 1px;
	background: linear-gradient(90deg, transparent, #c5a059);
}

.nbl-sa-flyer__h--lined::after {
	background: linear-gradient(90deg, #c5a059, transparent);
}

.nbl-sa-flyer__h--lined span {
	flex: 0 1 auto;
}

.nbl-sa-works {
	margin: 0;
}

.nbl-sa-works__grid {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 16px;
	align-items: start;
}

.nbl-sa-works__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 8px 8px 0;
}

.nbl-sa-works__arrow {
	display: block;
	position: absolute;
	left: -14px;
	top: 50px;
	width: 24px;
	height: 2px;
	background: #c5a059;
	box-shadow: 0 0 6px rgba(197, 160, 89, 0.45);
}

.nbl-sa-works__arrow::after {
	content: '';
	position: absolute;
	right: -1px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #c5a059;
	border-top: 2px solid #c5a059;
	transform: translateY(-50%) rotate(45deg);
}

.nbl-sa-works__item:first-child .nbl-sa-works__arrow {
	display: none;
}

.nbl-sa-works__badge {
	position: relative;
	width: 102px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nbl-sa-works__icon {
	width: 102px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #c5a059;
	border-radius: 50%;
	box-shadow:
		0 0 0 1px rgba(197, 160, 89, 0.2),
		0 0 18px rgba(197, 160, 89, 0.28);
	background: rgba(0, 0, 0, 0.35);
}

.nbl-sa-works__icon img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 8px rgba(197, 160, 89, 0.45));
}

.nbl-sa-works__num {
	position: absolute;
	left: 4px;
	bottom: 4px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #c5a059;
	color: #fff;
	font-family: var(--nbl-sans);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 0 12px rgba(197, 160, 89, 0.55);
}

.nbl-sa-works__label {
	font-family: var(--nbl-serif);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-works__text {
	max-width: 22ch;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

.nbl-sa-works__note {
	margin: 8px auto 0;
	max-width: 52ch;
	text-align: center;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
}

.nbl-sa-works__note em {
	font-style: normal;
	color: #c5a059;
	font-weight: 600;
}

.nbl-sa-serving {
	margin: 0;
	text-align: center;
}

.nbl-sa-serving__heading {
	margin: 0 0 18px;
	font-family: var(--nbl-serif);
	font-size: clamp(0.95rem, 1.5vw, 1.1rem);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-serving__ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(100%, 220px);
	margin: 0 auto 28px;
}

.nbl-sa-serving__ornament-line {
	position: relative;
	flex: 1 1 auto;
	height: 1px;
	background: #c5a059;
}

.nbl-sa-serving__ornament-line::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c5a059;
	transform: translateY(-50%);
}

.nbl-sa-serving__ornament-line:first-child::after {
	left: 0;
}

.nbl-sa-serving__ornament-line:last-child::after {
	right: 0;
}

.nbl-sa-serving__ornament .nbl-flower-lulu {
	width: 45px;
	margin: 0;
	flex: 0 0 auto;
}

.nbl-sa-serving__line {
	margin: 0 0 26px;
}

.nbl-sa-serving__state {
	display: block;
	margin: 0 0 10px;
	font-family: var(--nbl-serif);
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-serving__places {
	display: block;
	font-family: var(--nbl-serif);
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.94);
}

.nbl-sa-serving__places + .nbl-sa-serving__places {
	margin-top: 2px;
}

.nbl-sa-serving__city {
	white-space: nowrap;
}

.nbl-sa-serving__dot {
	display: inline-block;
	margin: 0 0.45em;
	color: #c5a059;
	font-size: 0.85em;
	line-height: 1;
	vertical-align: 0.05em;
}

.nbl-sa-serving__note {
	margin: 10px 0 0;
	font-family: var(--nbl-serif);
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.nbl-sa-flyer__left .nbl-sa-fees-box {
	margin-top: 10px;
}

.nbl-sa-fees-box {
	margin: 0 0 10px;
	padding: 10px 14px 4px;
	border: 1.5px solid transparent;
	border-radius: 12px;
	background:
		linear-gradient(#000, #000) padding-box,
		linear-gradient(135deg, #e4c37a 0%, #c5a059 40%, #c5a059 100%) border-box;
	box-shadow: 0 0 18px rgba(197, 160, 89, 0.18);
}

.nbl-sa-fees-box__title {
	display: block;
	margin: 0 0 4px;
	font-family: var(--nbl-serif);
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	color: #c5a059;
}

.nbl-sa-serving__ornament--fees {
	width: min(100%, 200px);
	margin: 0 auto 4px;
}

.nbl-sa-serving__ornament--fees .nbl-flower-lulu {
	width: 22px;
}

.nbl-sa-fees-box__list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nbl-sa-fees-box__list > li,
.nbl-sa-fees-box__row {
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) 1px auto;
	column-gap: 10px;
	align-items: center;
	padding: 4px 2px !important;
	min-height: 0 !important;
	border-bottom: 1px solid rgba(197, 160, 89, 0.45);
	margin: 0 !important;
	list-style: none !important;
}

.nbl-sa-fees-box__row:last-child {
	border-bottom: 0;
}

.nbl-sa-fees-box__icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nbl-sa-fees-box__icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 6px rgba(197, 160, 89, 0.35));
}

.nbl-sa-fees-box__miles {
	font-family: var(--nbl-serif);
	font-size: clamp(0.95rem, 1.5vw, 1.08rem);
	color: #c5a059;
	line-height: 1.1;
}

.nbl-sa-fees-box__divider {
	width: 1px;
	height: 24px;
	background: linear-gradient(180deg, transparent, #c5a059, transparent);
	box-shadow: 0 0 8px rgba(197, 160, 89, 0.45);
}

.nbl-sa-fees-box__cost {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 5px;
	min-width: 7rem;
	text-align: right;
	line-height: 1.1;
}

.nbl-sa-fees-box__price {
	font-family: var(--nbl-serif);
	font-size: clamp(1.4rem, 2.5vw, 1.75rem);
	font-weight: 600;
	color: #c5a059;
	line-height: 1;
}

.nbl-sa-fees-box__meta {
	font-family: var(--nbl-serif);
	font-size: 10px;
	font-style: italic;
	letter-spacing: 0.02em;
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.82);
	text-transform: none;
	max-width: 9.5rem;
}

.nbl-sa-fees-box__note {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
}

.nbl-sa-fees-travel {
	max-width: 560px;
	margin: 8px auto 0;
	padding: 4px 12px 0;
	text-align: center;
}

.nbl-sa-fees-travel__lead {
	margin: 0 0 4px;
	font-family: var(--nbl-serif);
	font-size: 17px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
}

.nbl-sa-serving__ornament--travel {
	width: min(100%, 260px);
	margin: 0 auto 4px;
}

.nbl-sa-serving__ornament--travel .nbl-sa-serving__ornament-line {
	background: #c5a059;
}

.nbl-sa-serving__ornament--travel .nbl-sa-serving__ornament-line::after {
	background: #c5a059;
}

.nbl-sa-serving__ornament--travel .nbl-flower-lulu {
	width: 24px;
}

.nbl-sa-fees-travel__maps {
	margin: 0 auto 4px;
	max-width: 60ch;
	font-family: var(--nbl-serif);
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.94);
}

.nbl-sa-fees-travel__maps em {
	font-style: normal;
	color: #c5a059;
	font-weight: 600;
}

.nbl-sa-fees-travel__far {
	margin: 0 auto 10px;
	max-width: 48ch;
	font-family: var(--nbl-serif);
	font-size: 16px;
	font-style: italic;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.86);
	text-align: center;
}

.nbl-sa-policy {
	position: relative;
	isolation: isolate;
	max-width: none;
	margin: 28px 0 0;
	padding: 28px 22px 28px 26px;
	background: #000;
	border: 0 !important;
	box-shadow: none;
	outline: 0;
}

.nbl-sa-policy__edge {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	background: rgba(197, 160, 89, 0.45);
	box-shadow: 0 0 10px rgba(197, 160, 89, 0.55);
}

.nbl-sa-policy__edge--top {
	top: 0;
	left: 30;
	width: 80%;
	height: 0.8px;
	align-self: center;
}

.nbl-sa-policy__edge--left {
	top: 20;
	left: 0;
	width: 0.8px;
	height: 90%;
}

.nbl-sa-policy__title {
	margin: 0 0 14px !important;
	padding: 0 !important;
	font-family: var(--nbl-serif) !important;
	font-size: clamp(1.2rem, 2vw, 1.45rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	text-align: center !important;
	color: #c5a059 !important;
	line-height: 1.35 !important;
	background: none !important;
	border: 0 !important;
}

.nbl-sa-serving__ornament--policy {
	width: min(100%, 200px);
	margin: 0 auto 28px;
}

.nbl-sa-serving__ornament--policy .nbl-flower-lulu {
	width: 30px;
}

.nbl-sa-policy__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.nbl-sa-policy__item {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 0;
	border: 0;
	background: none;
}

.nbl-sa-policy__item::before {
	display: none !important;
	content: none !important;
}

.nbl-sa-policy__badge {
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: none;
	box-shadow: none;
	padding: 0;
}

.nbl-sa-policy__badge img {
	width: 84px;
	height: 84px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 10px rgba(197, 160, 89, 0.35));
}

.nbl-sa-policy__text {
	font-family: var(--nbl-serif);
	font-size: 17px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.94);
}

.nbl-sa-policy__text em {
	font-style: normal;
	color: #c5a059;
	font-weight: 600;
}

.nbl-sa-closeband {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
	padding-top: 12px;
}

.nbl-sa-closeband__title {
	margin: 0 0 12px;
	font-family: var(--nbl-serif);
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-serving__ornament--closeband {
	width: min(100%, 280px);
	margin: 0 auto 28px;
}

.nbl-sa-serving__ornament--closeband .nbl-sa-serving__ornament-line {
	background: #c5a059;
}

.nbl-sa-serving__ornament--closeband .nbl-sa-serving__ornament-line::after {
	background: #c5a059;
}

.nbl-sa-serving__ornament--closeband .nbl-flower-lulu {
	width: 26px;
}

.nbl-sa-closeband__benefits {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px 28px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 32px;
	padding: 0 !important;
}

.nbl-sa-closeband__benefit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	flex: 0 1 150px;
	width: 150px;
	max-width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.nbl-sa-closeband__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 100px;
	height: 100px;
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: inherit;
}

.nbl-sa-closeband__icon::before,
.nbl-sa-closeband__icon::after {
	display: none;
	content: none;
}

.nbl-sa-closeband__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 10px rgba(197, 160, 89, 0.35));
}

.nbl-sa-closeband__icon svg {
	width: 42px;
	height: 42px;
	display: block;
	filter: drop-shadow(0 0 4px rgba(197, 160, 89, 0.85)) drop-shadow(0 0 10px rgba(197, 160, 89, 0.45));
}

.nbl-sa-closeband__caption {
	max-width: 11.5rem;
	font-family: var(--nbl-serif);
	font-size: 13px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.95);
}

.nbl-sa-closeband__script {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 14px;
	font-family: var(--nbl-script);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	color: #c5a059;
}

.nbl-sa-closeband__script .nbl-flower-lulu {
	width: 28px;
	margin: 0;
}

.nbl-sa-closeband__tag {
	margin: 0 0 18px;
	font-family: var(--nbl-serif);
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.nbl-sa-closeband__bar {
	margin: 0 0 28px;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c5a059;
}

.nbl-sa-closeband__bar span {
	opacity: 0.55;
	margin: 0 6px;
}

.nbl-sa-closeband__actions {
	display: flex;
	justify-content: center;
}

@media (max-width: 980px) {
	.nbl-sa-flyer__split {
		grid-template-columns: 1fr;
		gap: 40px;
		max-width: 720px;
		margin-inline: auto;
	}

	.nbl-sa-flyer__logo {
		max-width: 260px;
	}
}

@media (max-width: 900px) {
	.nbl-sa-works__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.nbl-sa-works__arrow {
		display: none !important;
	}

	.nbl-sa-works__text {
		max-width: 36ch;
	}

	.nbl-sa-closeband__benefits {
		gap: 22px 24px;
		max-width: 520px;
	}

	.nbl-sa-closeband__benefit {
		flex-basis: 140px;
		width: 140px;
		max-width: 140px;
	}

	.nbl-sa-closeband__icon {
		width: 72px;
		height: 72px;
	}
}

@media (max-width: 640px) {
	.nbl-sa-flyer {
		padding: 48px 0 56px;
	}

	.nbl-sa-fees-box {
		padding: 22px 18px 18px;
	}

	.nbl-sa-closeband__benefits {
		max-width: 360px;
		gap: 20px;
	}

	.nbl-sa-closeband__benefit {
		flex-basis: 140px;
		width: 140px;
		max-width: 140px;
	}

	.nbl-sa-closeband__script {
		flex-wrap: wrap;
	}
}
