/* ============================================================
   Lattessa Service Pages — Custom CSS
   Colors match the Blocksy palette:
     dark   #232e2a  --theme-palette-color-1
     gold   #c49a6c  --theme-palette-color-2
     sage   #b8bca5  --theme-palette-color-3
     gray   #666666  --theme-palette-color-4
     beige  #ece5db  --theme-palette-color-6
     cream  #fbf8f4  --theme-palette-color-7
   ============================================================ */

/* ── Global page setup ─────────────────────────────────────── */
.lss-service-page {
	background-color: #fbf8f4;
}

/* Pull the page content up under the transparent header */
.lss-service-page .ct-container,
.lss-service-page article.page {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.lss-service-page .entry-content {
	padding: 0 !important;
	max-width: 100% !important;
}

.lss-service-page [class*="ct-container"] > article {
	padding-top: 0 !important;
}

/* ── Shared Section Helpers ────────────────────────────────── */
.lss-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	box-sizing: border-box;
}

.lss-label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: #5d5449;
	margin-bottom: 16px;
}

/* ── 1. HERO SECTION ───────────────────────────────────────── */
.lss-hero {
	background-color: #b8bca5;
	min-height: 489px;
	position: relative;
	overflow: hidden;
	/* Pull under the transparent header */
	margin-top: calc(-1 * var(--header-height, 80px));
	display: flex;
	align-items: center;
}

.lss-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 120px 40px 60px;
	width: 100%;
	box-sizing: border-box;
}

.lss-hero__title {
	font-family: 'Playfair Display', serif !important;
	font-weight: 700 !important;
	font-size: 42px !important;
	line-height: 1.3 !important;
	color: #232e2a !important;
	margin: 0 0 16px !important;
	max-width: 865px;
}

.lss-hero__subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.65;
	color: #666;
	margin: 0;
	max-width: 865px;
}

/* ── 2. INTRO SECTION ─────────────────────────────────────── */
.lss-intro {
	background-color: #fbf8f4;
	padding: 80px 0 60px;
}

.lss-intro__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	gap: 80px;
}

.lss-intro__text {
	flex: 0 0 auto;
	width: 525px;
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.lss-intro__heading {
	font-family: 'Fraunces', serif !important;
	font-weight: 400 !important;
	font-size: 56px !important;
	line-height: 1.05 !important;
	color: #211912 !important;
	letter-spacing: -1px;
	font-variation-settings: 'SOFT' 0, 'WONK' 1;
	margin: 0 !important;
}

.lss-intro__body {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	line-height: 1.625;
	color: #5d5449;
	margin: 0;
}

.lss-intro__actions {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.lss-btn-primary {
	display: inline-flex;
	align-items: center;
	background-color: #232e2a;
	color: #fbf8f1 !important;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 16px 28px;
	border-radius: 8px;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.lss-btn-primary:hover {
	background-color: #c49a6c;
	color: #fff !important;
}

.lss-btn-link {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.35px;
	color: #211912;
	text-decoration: none;
	transition: color 0.2s ease;
}

.lss-btn-link:hover {
	color: #c49a6c;
}

.lss-intro__photo {
	flex: 0 0 auto;
	width: 608px;
	height: 598px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.lss-intro__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ── 3. ABOUT SECTION ─────────────────────────────────────── */
.lss-about {
	background-color: #ece5db;
	padding: 80px 0;
}

.lss-about__inner {
	max-width: 1408px;
	margin: 0 auto;
	padding: 0 64px;
	display: flex;
	align-items: flex-start;
	gap: 100px;
}

.lss-about__left {
	flex: 0 0 auto;
	width: 580px;
}

.lss-about__quote {
	font-family: 'Fraunces', serif !important;
	font-weight: 400 !important;
	font-size: 38px !important;
	line-height: 1.12 !important;
	color: #211912 !important;
	letter-spacing: -0.8px;
	font-variation-settings: 'SOFT' 0, 'WONK' 1;
	margin: 32px 0 0 !important;
}

.lss-about__right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding-top: 36px;
}

.lss-about__text {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	line-height: 1.625;
	color: #5d5449;
	margin: 0;
}

/* ── 4. FULL-WIDTH GALLERY (single image) ─────────────────── */
.lss-gallery-full {
	height: 550px;
	overflow: hidden;
	position: relative;
}

.lss-gallery-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ── 4b. TRIPLE GALLERY (weddings — 3 images) ────────────── */
.lss-gallery-triple {
	display: flex;
	height: 550px;
	overflow: hidden;
}

.lss-gallery-triple__item {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.lss-gallery-triple__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ── 5. BENEFITS SECTION ──────────────────────────────────── */
.lss-benefits {
	background-color: #fbf8f4;
	border-top: 1px solid #dcd7cd;
	border-bottom: 1px solid #dcd7cd;
	padding: 80px 0;
}

.lss-benefits__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	gap: 80px;
}

.lss-benefits__left {
	flex: 0 0 auto;
	width: 324px;
}

.lss-benefits__heading {
	font-family: 'Fraunces', serif !important;
	font-weight: 400 !important;
	font-size: 34px !important;
	line-height: 1.1 !important;
	color: #211912 !important;
	letter-spacing: -0.72px;
	font-variation-settings: 'SOFT' 0, 'WONK' 1;
	margin: 12px 0 0 !important;
}

.lss-benefits__grid {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.lss-benefits__item {
	border-top: 1px solid #dcd7cd;
	padding: 36px 24px 36px 0;
}

.lss-benefits__num {
	font-family: 'Fraunces', serif;
	font-size: 14px;
	font-weight: 400;
	color: #8a977e;
	font-variation-settings: 'SOFT' 0, 'WONK' 1;
	display: block;
	margin-bottom: 8px;
}

.lss-benefits__item-title {
	font-family: 'Fraunces', serif !important;
	font-weight: 400 !important;
	font-size: 19px !important;
	line-height: 1.4 !important;
	color: #211912 !important;
	letter-spacing: -0.4px;
	font-variation-settings: 'SOFT' 0, 'WONK' 1;
	margin: 0 0 12px !important;
}

.lss-benefits__item-text {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.625;
	color: #5d5449;
	margin: 0;
}

/* ── 6. EVENT TYPES (dark green) ──────────────────────────── */
.lss-event-types {
	background-color: #232e2a;
	padding: 60px 0;
}

.lss-event-types__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: center;
}

.lss-event-types__heading {
	font-family: 'Playfair Display', serif !important;
	font-weight: 700 !important;
	font-size: 42px !important;
	line-height: 1.3 !important;
	color: #fff !important;
	text-align: center;
	margin: 0 !important;
}

.lss-event-types__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.lss-event-types__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.lss-event-types__item {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	min-width: 270px;
}

.lss-event-types__item svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}

.lss-event-types__item span {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
}

/* ── 7. CONTACT CTA SECTION ───────────────────────────────── */
.lss-cta-contact {
	background-color: #b8bca5;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.lss-cta-contact__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.lss-cta-contact__content {
	flex: 0 0 auto;
	max-width: 511px;
}

.lss-cta-contact__label {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	color: #666;
	display: block;
	margin-bottom: 24px;
}

.lss-cta-contact__heading {
	font-family: 'Playfair Display', serif !important;
	font-weight: 700 !important;
	font-size: 40px !important;
	line-height: 1.2 !important;
	color: #232e2a !important;
	margin: 0 0 24px !important;
}

.lss-cta-contact__body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #666;
	margin: 0 0 20px;
}

.lss-cta-contact__sub {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #666;
	margin: 0 0 32px;
}

.lss-cta-contact__photo {
	flex: 0 0 auto;
	width: 615px;
	align-self: stretch;
	position: relative;
	overflow: hidden;
}

.lss-cta-contact__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ── HOME SERVICES SECTION ────────────────────────────────── */
.lss-services-section {
	padding: 80px 0;
	background-color: #232e2a;
}

.lss-services-section__inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 64px;
}

.lss-services-section__header {
	margin-bottom: 48px;
}

.lss-services-section__label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 12px;
}

.lss-services-section__title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.3;
	color: #ffffff;
	margin: 0;
}

.lss-services-cards {
	display: flex;
	gap: 30px;
	align-items: stretch;
}

.lss-service-card {
	flex: 1;
	border: 1px solid #cea66d;
	border-radius: 21px;
	overflow: hidden;
	position: relative;
	height: 440px;
	box-shadow: 0 4px 4px rgba(206, 166, 109, 0.09);
	text-decoration: none;
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lss-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(206, 166, 109, 0.2);
}

.lss-service-card__photo {
	position: absolute;
	inset: 0;
}

.lss-service-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Per-card framing — matches the crop set in Figma (node 12:593) */
.lss-service-card:nth-child(1) .lss-service-card__photo img {
	object-position: center 90%;
}
.lss-service-card:nth-child(2) .lss-service-card__photo img {
	object-position: center 74%;
}
.lss-service-card:nth-child(3) .lss-service-card__photo img {
	object-position: center 90%;
}

.lss-service-card__overlay {
	position: absolute;
	inset: auto 0 0;
	height: 65%;
	background: linear-gradient(
		to top,
		rgba(35, 46, 42, 0.95) 0%,
		rgba(35, 46, 42, 0.7) 50%,
		transparent 100%
	);
	border-radius: 0 0 20px 20px;
}

.lss-service-card__icon-wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background-color: #232e2a;
	border-radius: 50%;
	border: 1.5px solid rgba(206, 166, 109, 0.45);
}

.lss-service-card__icon-wrap img,
.lss-service-card__icon-wrap svg {
	width: 30px;
	height: 30px;
}

.lss-service-card__body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 28px 36px;
	z-index: 2;
}

.lss-service-card__title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	margin: 0;
}

/* ── Custom Branding CTA ───────────────────────────────────── */
.lss-services-branding {
	text-align: center;
	padding-top: 64px;
}

.lss-services-branding__title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 16px;
}

.lss-services-branding__text {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 32px;
}

.lss-services-branding__btn {
	display: inline-block;
	background-color: #fbf8f4;
	color: #232e2a !important;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none !important;
	padding: 16px 40px;
	border-radius: 12px;
	transition: background-color 0.2s ease;
}

.lss-services-branding__btn:hover {
	background-color: #ece5db;
}

/* ── Responsive ────────────────────────────────────────────── */
/* ── Carousel (hidden on desktop) ─────────────────────────────── */
.lss-carousel-nav {
	display: none;
}

@media (max-width: 1100px) {
	.lss-intro__inner {
		flex-direction: column;
		gap: 48px;
	}
	.lss-intro__text {
		width: 100%;
	}
	.lss-intro__photo {
		width: 100%;
		height: 400px;
	}
	.lss-about__inner {
		flex-direction: column;
		gap: 48px;
	}
	.lss-about__left {
		width: 100%;
	}
	.lss-benefits__inner {
		flex-direction: column;
	}
	.lss-benefits__left {
		width: 100%;
	}
	.lss-cta-contact__inner {
		flex-direction: column;
	}
	.lss-cta-contact__photo {
		width: 100%;
		height: 300px;
		align-self: auto;
	}

	/* ── Carousel layout ── */
	.lss-services-carousel {
		position: relative;
	}
	.lss-services-cards {
		flex-direction: row;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 0;
	}
	.lss-services-cards::-webkit-scrollbar {
		display: none;
	}
	.lss-service-card {
		flex: 0 0 100%;
		scroll-snap-align: start;
		height: 420px;
		border-radius: 21px;
	}

	/* ── Carousel nav ── */
	.lss-carousel-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-top: 20px;
	}
	.lss-carousel-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #cea66d;
		color: #5d5449;
		cursor: pointer;
		flex-shrink: 0;
		transition: background 0.2s, color 0.2s;
	}
	.lss-carousel-btn:hover {
		background: #cea66d;
		color: #fff;
	}
	.lss-carousel-dots {
		display: flex;
		gap: 8px;
		align-items: center;
	}
	.lss-carousel-dot {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: rgba(206, 166, 109, 0.3);
		border: none;
		padding: 0;
		cursor: pointer;
		transition: background 0.25s, transform 0.25s;
	}
	.lss-carousel-dot.is-active {
		background: #cea66d;
		transform: scale(1.35);
	}
}

@media (max-width: 768px) {
	.lss-hero__title {
		font-size: 32px !important;
	}
	.lss-hero__subtitle {
		font-size: 18px;
	}
	.lss-intro__heading {
		font-size: 40px !important;
	}
	.lss-benefits__grid {
		grid-template-columns: 1fr;
	}
	.lss-gallery-triple {
		flex-direction: column;
		height: auto;
	}
	.lss-gallery-triple__item {
		height: 300px;
	}
	.lss-event-types__row {
		flex-direction: column;
		align-items: flex-start;
	}
	.lss-about__quote {
		font-size: 28px !important;
	}
}

/* ── Home: icon services section (gsbp-f07c341) ─────────────────────────── */

/* Center each icon column */
#gspb_row-id-gsbp-f07c341 .gspb_row__content > div {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#gspb_row-id-gsbp-f07c341 .gspb_iconBox__wrapper {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#gspb_row-id-gsbp-f07c341 .gspb_iconBox img {
	width: 64px;
	height: 64px;
	display: block;
}

/* Carousel nav (hidden on desktop) */
.lss-icon-carousel-nav {
	display: none;
}

/* Mobile carousel ≤1100px */
@media (max-width: 1100px) {
	#gspb_row-id-gsbp-f07c341 {
		position: relative;
	}

	#gspb_row-id-gsbp-f07c341 .gspb_row__content {
		flex-direction: row !important;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 0 !important;
	}

	#gspb_row-id-gsbp-f07c341 .gspb_row__content::-webkit-scrollbar {
		display: none;
	}

	#gspb_row-id-gsbp-f07c341 .gspb_row__content > div {
		flex: 0 0 62% !important;
		width: 62% !important;
		max-width: 62% !important;
		scroll-snap-align: center;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.lss-icon-carousel-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		margin-top: 24px;
	}

	.lss-icon-carousel-btn {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 1px solid #cea66d;
		background: transparent;
		color: #cea66d;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.lss-icon-carousel-btn:hover {
		background: #cea66d;
		color: #232e2a;
	}

	.lss-icon-carousel-dots {
		display: flex;
		gap: 8px;
		align-items: center;
	}

	.lss-icon-carousel-dot {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: rgba(206, 166, 109, 0.35);
		border: none;
		cursor: pointer;
		padding: 0;
		transition: transform 0.2s, background 0.2s;
	}

	.lss-icon-carousel-dot.is-active {
		background: #cea66d;
		transform: scale(1.4);
	}
}
