/* =============================================================
   SS TBL — custom Elementor widget styles
   Values sourced from Figma "TBL" final homepage (node 89:1291)
   ============================================================= */

/* ---------- Shared: section header ---------- */

.tbl-sechead {
	text-align: center;
	max-width: 966px;
	margin: 0 auto 40px;
}

.tbl-sechead--left {
	text-align: left;
	margin: 0 0 23px;
	max-width: none;
}

.tbl-sechead__tag {
	display: inline-block;
	padding: 8px 21px;
	border-radius: 47px;
	background: var(--tbl-ivory);
	border: 1px solid rgba(202, 164, 108, .35);
	color: var(--tbl-dark);
	font-family: var(--tbl-font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 1.5px;
	text-transform: capitalize;
}

.tbl-sechead__title {
	font-family: var(--tbl-font-heading);
	font-size: 42px;
	font-weight: 500;
	line-height: 55px;
	color: var(--tbl-dark);
	margin: 18px 0 0;
}

.tbl-sechead__subtitle {
	font-family: var(--tbl-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	color: var(--tbl-dark);
	margin: 24px 0 0;
}

.tbl-sechead--light .tbl-sechead__tag {
	background: rgba(246, 238, 231, .2);
	color: #fff;
}

.tbl-sechead--light .tbl-sechead__title,
.tbl-sechead--light .tbl-sechead__subtitle {
	color: #fff;
}

/* ---------- Shared: extra button variants ---------- */

.tbl-btn--lg { height: 62px; padding: 0 40px; font-size: 16px; letter-spacing: .5px; }
.tbl-btn--sm { height: 50px; padding: 0 30px; }

.tbl-btn--white {
	background: #fff;
	border: 1px solid var(--tbl-gold);
	color: var(--tbl-brown);
}

.tbl-btn--white:hover {
	background: var(--tbl-cream-alt);
}

.tbl-btn--outline-gold {
	border: 1px solid var(--tbl-gold);
	color: var(--tbl-dark);
	background: transparent;
}

.tbl-btn--outline-gold:hover {
	background: var(--tbl-gold);
	color: var(--tbl-black);
}

.tbl-cta-pair {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 40px;
}

/* ---------- Shared: floral backgrounds + gold divider lines ---------- */

.tbl-bg-floral,
.tbl-bg-floral2 {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden; /* florals bleed past both edges — clip so they can't widen the page */
}

.tbl-bg-floral { background-image: url('../img/bg-floral-1.jpg'); }
.tbl-bg-floral2 { background-image: url('../img/bg-floral-2.jpg'); }

/* Large gold floral ornaments on both edges (vector groups in Figma). */
.tbl-bg-floral::before,
.tbl-bg-floral::after,
.tbl-bg-floral2::before,
.tbl-bg-floral2::after {
	content: "";
	position: absolute;
	bottom: 25px;
	width: 410px;
	height: 435px;
	background: url('../img/floral-gold.png') no-repeat center / contain;
	opacity: .86;
	pointer-events: none;
	z-index: 0;
}

.tbl-bg-floral::before,
.tbl-bg-floral2::before {
	left: -140px;
	transform: scaleX(-1);
}

.tbl-bg-floral::after,
.tbl-bg-floral2::after { right: -120px; }

.tbl-bg-floral > .tbl-container,
.tbl-bg-floral2 > .tbl-container {
	position: relative;
	z-index: 1;
}

@media (max-width: 900px) {
	/* Mobile: keep only one ornament. */
	.tbl-bg-floral::after,
	.tbl-bg-floral2::after { display: none; }

	.tbl-bg-floral::before,
	.tbl-bg-floral2::before {
		width: 300px;
		height: 320px;
		left: -110px;
	}
}

.tbl-gold-line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: min(1140px, 90%);
	height: 1px;
	background: linear-gradient(90deg, transparent, #D6AA4E 18%, #D6AA4E 82%, transparent);
	opacity: .6;
}

.tbl-gold-line--top { top: 0; }
.tbl-gold-line--bottom { bottom: 0; }

/* ---------- Hero ---------- */

.tbl-hero {
	position: relative;
	min-height: 889px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.tbl-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .6);
}

.tbl-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1360px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding-top: 40px;
}

.tbl-hero__pill {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 99px;
	background: rgba(165, 124, 45, .85);
	border: 1px solid rgba(212, 167, 74, .3);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
	backdrop-filter: blur(10px);
	color: #fff;
	font-family: var(--tbl-font-body);
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
}

.tbl-hero__title {
	font-family: var(--tbl-font-heading);
	font-size: 60px;
	font-weight: 600;
	line-height: 83px;
	color: #fff;
	max-width: 1100px;
	margin: 0;
}

.tbl-hero__title-gold {
	color: var(--tbl-gold);
}

.tbl-hero__subtitle {
	font-family: var(--tbl-font-body);
	font-size: 22px;
	font-weight: 500;
	line-height: 37px;
	color: #fff;
	max-width: 1039px;
	margin: 0;
}

.tbl-hero__actions {
	display: flex;
	gap: 20px;
	margin-top: 12px;
}

/* ---------- About ---------- */

.tbl-about {
	padding: 90px 0;
}

.tbl-about__inner {
	display: grid;
	grid-template-columns: 640px 1fr;
	gap: 20px;
	align-items: end;
}

.tbl-about__checklist {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tbl-about__checklist li {
	display: flex;
	align-items: center;
	gap: 7px;
	font-family: var(--tbl-font-body);
	font-size: 18px;
	line-height: 28px;
	color: #666;
}

.tbl-about__checklist svg { flex: 0 0 auto; }

.tbl-about__stats {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 596px;
	border-radius: 32px;
	background: linear-gradient(135deg, #FAF5E9 0%, #FFFFFF 100%);
	border: 1px solid rgba(173, 122, 53, .26);
	padding: 34px 44px;
	gap: 0;
}

.tbl-about__stat { flex: 1; }

.tbl-about__stat strong {
	display: block;
	font-family: var(--tbl-font-heading);
	font-size: 32px;
	font-weight: 600;
	line-height: 49px;
	color: #89652B;
	margin-bottom: 13px;
}

.tbl-about__stat span {
	font-family: var(--tbl-font-body);
	font-size: 18px;
	line-height: 28px;
	color: #666;
	max-width: 220px;
	display: block;
}

.tbl-about__stat-divider {
	width: 1px;
	align-self: stretch;
	background: rgba(219, 205, 179, .44);
	margin: 0 40px;
}

.tbl-about .tbl-cta-pair {
	justify-content: flex-start;
	margin-top: 23px;
}

.tbl-about__media {
	position: relative;
	min-height: 620px;
}

.tbl-about__media--single {
	min-height: 0;
	align-self: center;
}

.tbl-about__media--single img {
	display: block;
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 20px 45px rgba(110, 78, 55, .16);
}

.tbl-about__arch {
	position: absolute;
	right: 24px;
	top: 0;
	width: 469px;
	height: 570px;
	border-radius: 234px 234px 0 0;
	overflow: hidden;
	border: 10px solid #fff;
	outline: 2px solid #E9DCC8;
	background: #D9D9D9;
}

.tbl-about__arch img,
.tbl-about__arch-sm img,
.tbl-about__square img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tbl-about__arch-sm {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 247px;
	height: 300px;
	border-radius: 204px 204px 0 0;
	overflow: hidden;
	border: 7px solid #fff;
	z-index: 2;
	background: #D9D9D9;
}

.tbl-about__square {
	position: absolute;
	right: -44px;
	top: 207px;
	width: 203px;
	height: 219px;
	border-radius: 9px;
	overflow: hidden;
	border: 7px solid #fff;
	z-index: 2;
	background: #D9D9D9;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* ---------- Services carousel ---------- */

.tbl-services {
	padding: 54px 0 60px;
}

.tbl-services__track {
	display: flex;
	gap: 26px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 4px;
	margin-top: 32px;
}

.tbl-services__track::-webkit-scrollbar { display: none; }

.tbl-service-card {
	flex: 0 0 calc((100% - 52px) / 3);
	scroll-snap-align: start;
	background: #fff;
	border: 1px solid #E7D4A0;
	border-radius: 12px;
	padding: 13px 13px 30px;
	display: flex;
	flex-direction: column;
	transition: background .3s ease;
}

.tbl-service-card:hover {
	background: #E7D4A0;
}

.tbl-service-card:hover .tbl-service-card__img img {
	transform: scale(1.06);
}

.tbl-service-card__img {
	border-radius: 15px;
	overflow: hidden;
	background: #F8F5EE;
	height: 270px;
}

.tbl-service-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.tbl-service-card__title {
	font-family: var(--tbl-font-heading);
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
	color: var(--tbl-dark);
	margin: 27px 18px 0;
}

.tbl-service-card__text {
	font-family: var(--tbl-font-body);
	font-size: 14px;
	line-height: 23px;
	color: var(--tbl-dark);
	margin: 17px 18px 0;
	flex: 1;
}

.tbl-service-card__actions {
	display: flex;
	gap: 25px;
	margin: 28px 12px 0;
}

.tbl-service-card__actions .tbl-btn { flex: 1; padding: 0 10px; }

.tbl-carousel-nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 32px;
}

.tbl-carousel-nav__btn {
	width: 70px;
	height: 70px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #CFCFCF;
	color: #878787;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform .2s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.tbl-carousel-nav__btn:hover {
	transform: translateY(-2px);
	background: linear-gradient(90deg, #D4A74A 0%, #F4D794 50%, #D4A74A 100%);
	border-color: transparent;
	color: #fff;
}

/* ---------- Specials ---------- */

.tbl-specials {
	padding: 90px 0;
}

.tbl-specials__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.tbl-special {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.tbl-special__card {
	background: var(--tbl-cream-alt);
	border: 1px solid rgba(165, 124, 45, .24);
	border-radius: 25px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.tbl-special__title {
	font-family: var(--tbl-font-heading);
	font-size: 42px;
	font-weight: 500;
	line-height: 50px;
	white-space: nowrap;
	color: #846339;
	margin: 24px 38px 0;
}

.tbl-special__text {
	font-family: var(--tbl-font-body);
	font-size: 18px;
	line-height: 27px;
	color: #0D0D0D;
	margin: 24px 38px 24px;
	flex: 1;
}

.tbl-special__offer {
	background: var(--tbl-ivory);
	border-top: 1px solid rgba(202, 164, 108, .35);
	border-bottom: 1px solid rgba(202, 164, 108, .35);
	border-left: 6px solid #846339;
	padding: 26px 38px 26px 130px;
	position: relative;
	min-height: 108px;
	display: flex;
	align-items: center;
	background-image: linear-gradient(#846339, #846339);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0% 100%;
	transition: background-size .45s ease;
}

.tbl-special__offer span {
	font-family: var(--tbl-font-heading);
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #846339;
	max-width: 360px;
	transition: color .3s ease;
}

.tbl-special__offer:hover {
	background-size: 100% 100%;
}

.tbl-special__offer:hover span {
	color: #fff;
}

.tbl-special__img {
	height: 300px;
	background: #D9D2C1;
	overflow: hidden;
}

.tbl-special__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}

.tbl-special__card:hover .tbl-special__img img {
	transform: scale(1.06);
}

.tbl-special__actions {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.tbl-special__actions .tbl-btn { min-width: 190px; height: 52px; }

.tbl-specials__more {
	display: flex;
	justify-content: center;
	margin-top: 52px;
}

/* ---------- Feature cards (Why Choose / Built on Trust) ---------- */

.tbl-features {
	padding: 75px 0;
}

.tbl-features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
}

.tbl-feature-card {
	background: #FAF6EF;
	border: 1px solid #D4B55C;
	border-radius: 26px;
	box-shadow: 0 24px 38px -18px rgba(110, 78, 55, .25);
	padding: 50px 36px;
	text-align: center;
	transition: background .3s ease;
}

.tbl-feature-card:hover {
	background: #FCF4DC;
}

.tbl-feature-card:hover .tbl-feature-card__icon {
	transform: scale(1.12);
}

.tbl-feature-card__icon {
	width: 79px;
	height: 79px;
	margin: 0 auto 25px;
	border-radius: 25px;
	background: #F5ECE1;
	border: 1px solid rgba(212, 167, 74, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #A5874E;
	transition: transform .3s ease;
}

.tbl-feature-card__icon svg {
	width: 33px;
	height: 33px;
	fill: #A5874E;
}

.tbl-feature-card__title {
	font-family: var(--tbl-font-heading);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -1px;
	color: #000;
	margin: 0 0 11px;
}

.tbl-feature-card__text {
	font-family: 'Sora', var(--tbl-font-body);
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	color: #6F685F;
	margin: 0 auto;
	max-width: 340px;
}

/* ---------- Reviews ---------- */

.tbl-reviews {
	padding: 90px 0 80px;
}

.tbl-reviews__track {
	display: flex;
	gap: 26px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 40px max(20px, calc((100% - 1863px) / 2)) 10px;
}

.tbl-reviews__track::-webkit-scrollbar { display: none; }

.tbl-review-card {
	flex: 0 0 289px;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 22px rgba(17, 17, 17, .06);
	padding: 20px;
}

.tbl-review-card__head {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.tbl-review-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.tbl-review-card__who {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.tbl-review-card__who strong {
	font-family: 'Poppins', var(--tbl-font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	color: #000;
}

.tbl-review-card__who span {
	font-family: 'Poppins', var(--tbl-font-body);
	font-size: 13px;
	line-height: 18px;
	color: #767676;
}

.tbl-review-card__stars {
	display: flex;
	align-items: center;
	gap: 1px;
	padding-top: 11px;
}

.tbl-review-card__stars svg:last-child { margin-left: 7px; }

.tbl-review-card__text {
	font-family: 'Poppins', var(--tbl-font-body);
	font-size: 14px;
	line-height: 19px;
	color: #000;
	margin: 11px 0 0;
}

.tbl-reviews__more {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}

/* ---------- Consultation form ---------- */

.tbl-consult {
	background: var(--tbl-brown);
	padding: 72px 0 66px;
}

.tbl-consult__cols {
	display: grid;
	grid-template-columns: 671px 1fr;
	gap: 24px;
	align-items: stretch;
}

.tbl-consult__formwrap {
	background: #5E412C;
	border: 2px solid rgba(235, 213, 168, .23);
	border-radius: 24px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, .25);
	padding: 40px 38px 22px;
}

.tbl-consult__thanks {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-radius: 8px;
	background: rgba(212, 167, 74, .2);
	border: 1px solid var(--tbl-gold);
	color: #fff;
	font-size: 14px;
}

.tbl-consult__form .tbl-hp { display: none; }

.tbl-consult__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.tbl-consult__form input,
.tbl-consult__form select,
.tbl-consult__form textarea {
	width: 100%;
	background: #523622;
	border: 1px solid rgba(218, 201, 163, .21);
	border-radius: 8px;
	padding: 11px 16px;
	margin-bottom: 18px;
	color: #fff;
	font-family: var(--tbl-font-body);
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	appearance: none;
	-webkit-appearance: none;
}

.tbl-consult__form ::placeholder { color: rgba(255, 255, 255, .6); opacity: 1; }

.tbl-consult__form select {
	color: #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6'%3E%3Cpath d='M0 0l5.5 6L11 0z' fill='%23ffffff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
}

.tbl-consult__form select option { color: #111; background: #fff; }

.tbl-consult__form input:focus,
.tbl-consult__form select:focus,
.tbl-consult__form textarea:focus {
	outline: none;
	border-color: var(--tbl-gold);
}

.tbl-consult__submit {
	width: 100%;
	background: var(--tbl-gold);
	color: #523622;
	border: 0;
	border-radius: 8px;
	padding: 12px 24px;
	font-family: var(--tbl-font-body);
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s ease;
}

.tbl-consult__submit:hover { background: var(--tbl-gold-light); }

.tbl-consult__panel {
	border-radius: 24px;
	border: 2px solid rgba(242, 220, 174, .23);
	overflow: hidden;
	background: #845635;
}

.tbl-consult__panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tbl-consult__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 15px;
	justify-content: space-between;
}

.tbl-consult__pills span {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 47px;
	background: rgba(246, 238, 231, .2);
	border: 1px solid rgba(202, 164, 108, .35);
	color: #fff;
	font-family: var(--tbl-font-body);
	font-size: 12px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	white-space: nowrap;
}

/* ---------- Map ---------- */

.tbl-map {
	padding: 75px 0;
}

.tbl-map__frame {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(17, 17, 17, .07);
}

.tbl-map__frame iframe {
	display: block;
	width: 100%;
	height: 383px;
	border: 0;
}

.tbl-map__imglink { display: block; }

.tbl-map__imglink img {
	display: block;
	width: 100%;
	height: 383px;
	object-fit: cover;
}

.tbl-map__more {
	display: flex;
	justify-content: center;
	margin-top: 52px;
}

/* ---------- Blogs ---------- */

.tbl-blogs {
	padding: 90px 0;
}

.tbl-blogs__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.tbl-blog-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, .02);
	box-shadow: 0 14px 30px rgba(17, 17, 17, .07);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.tbl-blog-card__img {
	display: block;
	height: 213px;
	background: #EAEAEA;
}

.tbl-blog-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tbl-blog-card__body {
	padding: 28px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.tbl-blog-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--tbl-font-body);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #888;
	margin-bottom: 14px;
}

.tbl-blog-card__title {
	font-family: var(--tbl-font-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin: 0 0 14px;
}

.tbl-blog-card__title a { color: #1A1A2E; }
.tbl-blog-card__title a:hover { color: var(--tbl-gold-dark); }

.tbl-blog-card__excerpt {
	font-family: var(--tbl-font-body);
	font-size: 14px;
	line-height: 23px;
	color: #555;
	margin: 0 0 24px;
	flex: 1;
}

.tbl-blog-card__btn {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	padding: 11px 28px;
	border-radius: 50px;
	background: linear-gradient(180deg, #DFBC6C 0%, #C59B3F 100%);
	color: #1A1A2E;
	font-family: var(--tbl-font-body);
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	transition: box-shadow .2s ease, transform .2s ease;
}

.tbl-blog-card__btn:hover {
	box-shadow: 0 6px 16px rgba(197, 155, 63, .4);
	transform: translateY(-1px);
}

/* ---------- FAQ ---------- */

.tbl-faq {
	padding: 75px 0;
}

.tbl-faq__list {
	max-width: 1238px;
	margin: 0 auto;
}

.tbl-faq__item {
	border-bottom: 1px solid rgba(212, 167, 74, .25);
}

.tbl-faq__q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: none;
	border: 0;
	padding: 18px 0;
	cursor: pointer;
	text-align: left;
	font-family: var(--tbl-font-body);
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: var(--tbl-dark);
}

.tbl-faq__toggle {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: rgba(255, 170, 0, .05);
	border: 1px solid rgba(255, 170, 0, .4);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .3s ease, background .3s ease;
}

/* plus → × */
.tbl-faq__item.is-open .tbl-faq__toggle {
	transform: rotate(45deg);
	background: rgba(255, 170, 0, .15);
}

.tbl-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .35s ease;
}

.tbl-faq__item.is-open .tbl-faq__a {
	grid-template-rows: 1fr;
}

.tbl-faq__a p {
	overflow: hidden;
	min-height: 0;
	margin: 0;
	padding: 0 60px 0 0;
	font-family: var(--tbl-font-body);
	font-size: 16px;
	line-height: 28px;
	color: #444;
}

.tbl-faq__a p::after {
	content: "";
	display: block;
	height: 22px; /* bottom spacing that collapses with the row */
}

/* ---------- Before & After ---------- */

.tbl-ba {
	padding: 90px 0;
}

.tbl-ba__grid {
	display: grid;
	gap: 24px;
	justify-content: center;
}

.tbl-ba__grid--1 { grid-template-columns: minmax(0, 500px); }
.tbl-ba__grid--2 { grid-template-columns: repeat(2, minmax(0, 480px)); }
.tbl-ba__grid--3 { grid-template-columns: repeat(3, 1fr); }

.tbl-ba__item { margin: 0; }

.tbl-ba__frame {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 14px;
	overflow: hidden;
	background: #EAEAEA;
	cursor: ew-resize;
	touch-action: pan-y;
	user-select: none;
}

.tbl-ba__frame img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.tbl-ba__before {
	position: absolute;
	inset: 0;
	clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.tbl-ba__divider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--pos);
	width: 3px;
	margin-left: -1.5px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .25);
}

.tbl-ba__handle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--tbl-gold);
	border: 3px solid #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
}

.tbl-ba__tag {
	position: absolute;
	top: 14px;
	padding: 5px 14px;
	border-radius: 99px;
	background: rgba(17, 17, 17, .55);
	backdrop-filter: blur(4px);
	color: #fff;
	font-family: var(--tbl-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
	pointer-events: none;
}

.tbl-ba__tag--before { left: 14px; }
.tbl-ba__tag--after { right: 14px; }

.tbl-ba__caption {
	text-align: center;
	font-family: var(--tbl-font-body);
	font-size: 15px;
	color: #555;
	margin-top: 14px;
}

@media (max-width: 900px) {
	.tbl-ba__grid--2,
	.tbl-ba__grid--3 { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

/* ---------- CTA box ---------- */

.tbl-cta {
	padding: 90px 0;
}

.tbl-cta__box {
	border: 1px solid rgba(212, 167, 74, .45);
	border-radius: 24px;
	background: #5E412C;
	color: #fff;
	text-align: center;
	padding: 90px 40px;
}

.tbl-cta__tag {
	display: inline-block;
	padding: 8px 21px;
	border-radius: 47px;
	background: rgba(246, 238, 231, .18);
	border: 1px solid rgba(202, 164, 108, .4);
	color: inherit;
	font-family: var(--tbl-font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 1.5px;
	margin-bottom: 18px;
}

.tbl-cta__title {
	font-family: var(--tbl-font-heading);
	font-size: 42px;
	font-weight: 500;
	line-height: 1.3;
	color: inherit;
	margin: 0;
}

.tbl-cta__subtitle {
	font-family: var(--tbl-font-body);
	font-size: 18px;
	line-height: 31px;
	color: inherit;
	opacity: .92;
	max-width: 880px;
	margin: 20px auto 0;
}

.tbl-cta__actions {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 36px;
}

/* outline button that follows the box text color */
.tbl-btn--cta-outline {
	border: 1px solid var(--tbl-gold);
	color: inherit;
	background: transparent;
}

.tbl-btn--cta-outline:hover {
	background: var(--tbl-gold);
	color: var(--tbl-black);
}

@media (max-width: 680px) {
	.tbl-cta__box { padding: 60px 24px; }
	.tbl-cta__title { font-size: 30px; }
	.tbl-cta__actions { flex-direction: column; align-items: center; }
}

/* ---------- Journey steps ---------- */

.tbl-journey {
	padding: 90px 0;
}

.tbl-journey__row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.tbl-journey__step {
	flex: 1;
	min-width: 0;
}

.tbl-journey__img {
	border-radius: 10px;
	overflow: hidden;
	height: 300px;
	background: #EAEAEA;
	margin-bottom: 30px;
}

.tbl-journey__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.tbl-journey__step:hover .tbl-journey__img img { transform: scale(1.05); }

.tbl-journey__title {
	font-family: var(--tbl-font-heading);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--tbl-dark);
	margin: 0 0 16px;
}

.tbl-journey__text {
	font-family: var(--tbl-font-body);
	font-size: 16px;
	line-height: 26px;
	color: #555;
	margin: 0;
}

.tbl-journey__arrow {
	flex: 0 0 auto;
	align-self: flex-start;
	margin-top: 142px; /* vertical middle of the 300px image */
	color: var(--tbl-dark);
	display: flex;
}

@media (max-width: 1024px) {
	.tbl-journey__row { flex-wrap: wrap; gap: 24px; }
	.tbl-journey__step { flex: 1 1 calc(50% - 40px); }
	.tbl-journey__arrow { display: none; }
}

@media (max-width: 600px) {
	.tbl-journey__step { flex-basis: 100%; }
	.tbl-journey__img { height: 240px; }
}

/* ---------- Gallery CTA ---------- */

.tbl-gallery {
	padding: 90px 0;
}

.tbl-gallery__wrap { position: relative; }

.tbl-gallery__track {
	display: flex;
	gap: 21px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.tbl-gallery__track::-webkit-scrollbar { display: none; }

.tbl-gallery__card {
	flex: 0 0 calc((100% - 63px) / 4);
	scroll-snap-align: start;
	margin: 0;
	border-radius: 18px;
	overflow: hidden;
	height: 466px;
	background: #EAEAEA;
}

.tbl-gallery__cardlink {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.tbl-gallery__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.tbl-gallery__card:hover img { transform: scale(1.04); }

.tbl-gallery__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 12px;
	padding: 26px 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .55) 100%);
}

.tbl-gallery__tag {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 99px;
	background: rgba(255, 255, 255, .55);
	backdrop-filter: blur(6px);
	color: #1E1E1E;
	font-family: var(--tbl-font-body);
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
}

.tbl-gallery__title {
	font-family: var(--tbl-font-heading);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
	max-width: 240px;
}

.tbl-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
	cursor: pointer;
	z-index: 2;
}

.tbl-gallery__nav--prev { left: -14px; }
.tbl-gallery__nav--next { right: -14px; }

/* ---------- Responsive ---------- */

@media (max-width: 1200px) {
	.tbl-about__inner { grid-template-columns: 1fr 1fr; }
	.tbl-about__arch { width: 100%; max-width: 420px; right: 0; }
	.tbl-consult__cols { grid-template-columns: 1.2fr 1fr; }
	.tbl-hero__title { font-size: 48px; line-height: 1.35; }
}

@media (max-width: 1024px) {
	.tbl-sechead__title { font-size: 34px; line-height: 1.3; }
	.tbl-about__inner { grid-template-columns: 1fr; }
	.tbl-about__media { min-height: 520px; max-width: 520px; margin: 0 auto; }
	.tbl-service-card { flex-basis: calc((100% - 26px) / 2); }
	.tbl-specials__grid { grid-template-columns: 1fr; }
	.tbl-features__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
	.tbl-blogs__grid { grid-template-columns: 1fr 1fr; }
	.tbl-consult__cols { grid-template-columns: 1fr; }
	.tbl-consult__panel { min-height: 320px; }
	.tbl-gallery__card { flex-basis: calc((100% - 42px) / 3); height: 420px; }
}

@media (max-width: 680px) {
	.tbl-hero { min-height: 640px; }
	.tbl-hero__title { font-size: 34px; }
	.tbl-hero__subtitle { font-size: 17px; line-height: 1.6; }
	.tbl-hero__actions { flex-direction: column; }
	.tbl-about__media { min-height: 0; }
	.tbl-about__arch { position: relative; height: 420px; }
	.tbl-about__arch-sm, .tbl-about__square { display: none; }
	.tbl-about__stats { flex-direction: column; padding: 26px; }
	.tbl-about__stat-divider { display: none; }
	.tbl-service-card { flex-basis: 86%; }
	.tbl-special__title { font-size: 32px; line-height: 1.25; white-space: normal; }
	.tbl-special__offer { padding-left: 30px; }
	.tbl-special__actions { flex-direction: column; align-items: stretch; }
	.tbl-blogs__grid { grid-template-columns: 1fr; }
	.tbl-consult__row { grid-template-columns: 1fr; gap: 0; }
	.tbl-consult__pills { justify-content: center; }
	.tbl-faq__q { font-size: 17px; line-height: 1.5; }
	.tbl-gallery__card { flex-basis: 80%; }
	.tbl-cta-pair { flex-direction: column; align-items: center; }
}
