
/* ════════════════════════════════════════════════════════════
   PAGE HERO — VIDEO BACKGROUND
═════════════════════════════════════════════════════════════ */

.page-hero--video {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    padding: 80px 24px;
}

.page-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10, 5, 2, 0.40) 0%,
        rgba(10, 5, 2, 0.55) 60%,
        rgba(10, 5, 2, 0.70) 100%
    );
    z-index: 1;
}

/* Container — flex column */
.page-hero--video .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Breadcrumb — LEFT side at top */
.page-hero__breadcrumb-wrap {
    text-align: left !important;
    margin-bottom: auto;
    padding-bottom: 40px;
	padding-top: 14px;
	
}

.page-hero__breadcrumb-wrap * {
    text-align: left !important;
    justify-content: flex-start !important;
    color: rgba(255,255,255,0.9) !important;
}

.page-hero__breadcrumb-wrap a {
    color: rgba(255,255,255,0.9) !important;
}

/* Content — CENTERED */
.page-hero__content {
    text-align: center;
    margin: auto 0;
    padding: 20px 0;
}

.page-hero--video .page-hero-label {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: center !important;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

.page-hero--video h1 {
    color: #ffffff !important;
    font-family: 'Balkind', Georgia, serif;
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 50;
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
    text-align: center !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.page-hero--video h1 em {
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
    display: block;
}

.page-hero--video p {
    color: #F4EEE2 !important;
    font-size: 17px;
    line-height: 1.65;
    max-width: 600px;
    margin: 0 auto !important;
    text-align: center !important;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

/* Prevent horizontal scroll from 100vw */
html, body { overflow-x: hidden; }

/* Mobile */
@media (max-width: 768px) {
    .page-hero--video {
        min-height: 70vh;
        padding: 60px 20px;
    }
    .page-hero--video h1 { font-size: 44px; }
    .page-hero--video p { font-size: 15px; }
    .page-hero__breadcrumb-wrap { padding-bottom: 30px; }
}

@media (max-width: 480px) {
    .page-hero--video {
        min-height: 60vh;
        padding: 50px 16px;
    }
    .page-hero--video h1 { font-size: 36px; }
    .page-hero--video .page-hero-label { font-size: 11px; letter-spacing: 2.5px; }
    .page-hero__breadcrumb-wrap { padding-bottom: 20px; }
}

.tll-ba-section {
	background: #ffffff;
	width: 100%;
	overflow: hidden;
	position: relative;
	--tll-ink: #101010;
	--tll-wine: #60091A;
	--tll-wine-dark: #ffffff;
	--tll-gold: #101010;
	--tll-gold-light: #ffffff;
	--tll-cream: #ffffff;
}

/* --- HERO ------------------------------------------------------- */
.tll-ba-hero {
	position: relative;
	min-height: 680px;
	display: flex; align-items: center; justify-content: center;
	text-align: center; overflow: hidden;
}
.tll-ba-hero-bg {
	position: absolute; inset: 0;
	background-image: url('http://satyam.local/wp-content/uploads/2026/05/custom-made-bags-min-1-1024x6841-1.jpg');
	background-size: cover; background-position: center;
	z-index: 0;
	filter: contrast(1.08) saturate(0.85);
	animation: tll-bg-zoom 30s ease-in-out infinite alternate;
	opacity: 1;
}
@keyframes tll-bg-zoom {
	from { transform: scale(1); }
	to   { transform: scale(1.08) translate3d(-1%, -1%, 0); }
}
.tll-ba-hero-overlay {
	position: absolute; inset: 0; z-index: 1;
	background:
		radial-gradient(ellipse 80% 60% at 50% 40%, transparent 0%, rgba(26,18,11,0.5) 60%, rgba(26,18,11,0.92) 100%),
		linear-gradient(180deg, rgba(26,18,11,0.45) 0%, rgba(26,18,11,0.35) 50%, rgba(26,18,11,0.78) 100%);
}
.tll-ba-hero::after {
	content: ''; position: absolute; inset: 36px; z-index: 2; pointer-events: none;
	background:
		linear-gradient(to right, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) top left / 100% 1px no-repeat,
		linear-gradient(to bottom, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) top left / 1px 100% no-repeat,
		linear-gradient(to left, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) top right / 100% 1px no-repeat,
		linear-gradient(to bottom, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) top right / 1px 100% no-repeat,
		linear-gradient(to right, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) bottom left / 100% 1px no-repeat,
		linear-gradient(to top, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) bottom left / 1px 100% no-repeat,
		linear-gradient(to left, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) bottom right / 100% 1px no-repeat,
		linear-gradient(to top, var(--tll-gold) 0, var(--tll-gold) 60px, transparent 60px) bottom right / 1px 100% no-repeat;
	opacity: 0.55;
}
.tll-ba-hero-content {
	position: relative; z-index: 3;
	padding: 120px 32px; max-width: 880px; margin: 0 auto;
}
.tll-ba-hero-eyebrow {
	display: inline-block;
	font-size: 10px; letter-spacing: 1.5px;
	text-transform: uppercase;
	color:#ffffff; font-weight: 400;
	margin-bottom: 24px; padding: 6px 18px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	background:#101010;
	
}
.tll-ba-hero-title {
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(36px, 6vw, 76px);
	line-height: 1.02; color: #ffffff;
	font-weight: 100; margin: 0 0 28px;
	letter-spacing: -0.02em;
	text-shadow: 0 4px 60px rgba(0,0,0,0.5);
}
.tll-ba-hero-title em {
	font-style: italic; color:#ffffff; font-weight: 100;
}
.tll-ba-hero-ornament {
	display: flex; align-items: center; justify-content: center;
	gap: 16px; margin: 0 auto 32px;
}
.tll-ba-hero-ornament span {
	display: block; width: 80px; height: 1px;
	background: #60091A;
}
.tll-ba-hero-ornament span:last-child {
	background: #60091A;
}
.tll-ba-hero-text {
	font-size: 16px; line-height: 1.85;
	color: rgba(255,255,255,0.88);
	max-width: 720px; margin: 0 auto 18px;
	font-weight: 300;
}


/* --- FILTER BAR -------------------------------------------------- */
.ba-filter-bar {
	display: flex; gap: 10px;
	justify-content: center; flex-wrap: wrap;
	margin-bottom: 48px;
}
.ba-filter-btn {
	padding: 10px 24px;
	border-radius: 50px;
	font-size: 12px; font-weight: 700;
	letter-spacing: 1.5px; text-transform: uppercase;
	cursor: pointer;
	border: 1.5px solid rgba(96,9,26,0.15);
	background: #fff; color: rgba(26,18,11,0.65);
	transition: all 0.3s ease;
}
.ba-filter-btn:hover {
	border-color: #60091A; color: #60091A;
}
.ba-filter-btn.active {
	background: #60091A; color: #101010;
	border-color: #60091A;
	box-shadow: 0 6px 18px rgba(96,9,26,0.25);
}


/* --- ARCHIVE GRID  override bridge.css for 3 cols --------------- */
.ba-archive-section .ba-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 28px !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
}
@media (max-width: 1024px) {
	.ba-archive-section .ba-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 22px !important; }
}
@media (max-width: 640px) {
	.ba-archive-section .ba-grid { grid-template-columns: 1fr !important; }
}

/* Slider square aspect on archive (override bridge's fixed 440px height) */
.ba-archive-section .ba-card .ba-slider {
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	flex: 0 0 auto !important;
}

/* Extra meta section below title strip */
.ba-card-meta {
	padding: 14px 18px 20px;
	background: #fff;
}
.ba-card-meta .ba-type {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #8B5E3C;
	font-weight: 700;
	margin-bottom: 8px;
}
.ba-card-meta .ba-desc {
	font-size: 13px;
	line-height: 1.65;
	color: rgba(26,18,11,0.62);
	margin: 0 0 12px;
}
.ba-card-meta .ba-tags {
	display: flex; gap: 6px; flex-wrap: wrap;
}
.ba-card-meta .ba-tag-sm {
	background: rgba(201,169,110,0.12);
	color: #8B5E3C;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 50px;
	border: 1px solid rgba(201,169,110,0.25);
	text-transform: uppercase;
}


/* --- SPECIALISE SECTION ------------------------------------------ */
.tll-ba-spec-section {
	background:#60091A;
	padding: 140px 32px 100px;
	position: relative;
	overflow: hidden;
}
.tll-ba-spec-section::before {
	content: ''; display: block;
	width: 1px; height: 90px;
	background: linear-gradient(to bottom, transparent, var(--tll-gold) 40%, var(--tll-gold-light));
	position: absolute; top: -40px; left: 50%;
	transform: translateX(-50%); z-index: 5;
}
.tll-ba-spec-section::after {
	content: 'TLL';
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--font-body, Georgia, serif);
	font-size: 340px; font-style: italic;
	font-weight: 700;
	color: rgba(201, 169, 110, 0.05);
	pointer-events: none; z-index: 0;
	letter-spacing: 0.15em;
	white-space: nowrap;
}
.tll-ba-spec-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 88px;
	position: relative; z-index: 2;
}
.tll-ba-spec-eyebrow {
	font-size: 14px; letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--tll-gold); font-weight: 700;
	margin-bottom: 20px;
	display: flex; align-items: center; justify-content: center;
	gap: 14px;
}
.tll-ba-spec-eyebrow::before,
.tll-ba-spec-eyebrow::after {
	content: ''; display: block;
	width: 40px; height: 1px;
	background: linear-gradient(to right, transparent, var(--tll-gold));
}
.tll-ba-spec-eyebrow::after {
	background: linear-gradient(to left, transparent, var(--tll-gold));
}
.tll-ba-spec-title {
	font-family: var(--font-body, Georgia, serif);
	font-size: clamp(34px, 4vw, 56px);
	color: #ffffff; font-weight: 600;
	line-height: 1.05; margin: 0 0 24px;
	letter-spacing: -0.02em;
}
.tll-ba-spec-title em {
	font-style: italic; color: var(--tll-gold); font-weight: 400;
}
.tll-ba-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	max-width: 1340px;
	margin: 0 auto;
	position: relative; z-index: 2;
}
.tll-ba-card {
	position: relative;
	background: var(--tll-cream);
	padding: 48px 32px 40px;
	border-radius: 4px;
	transition: box-shadow 0.6s ease;
	overflow: hidden;
	box-shadow:
		0 2px 4px rgba(0,0,0,0.15),
		0 8px 24px rgba(0,0,0,0.25),
		0 24px 64px rgba(0,0,0,0.3),
		inset 0 1px 0 rgba(255,255,255,0.95);
}
.tll-ba-card:hover {
	box-shadow:
		0 4px 8px rgba(0,0,0,0.2),
		0 16px 40px rgba(0,0,0,0.35),
		0 32px 80px rgba(201, 169, 110, 0.25);
}
.tll-ba-card-number {
	position: absolute;
	top: -18px; right: 12px;
	font-family: var(--font-body, Georgia, serif);
	font-style: italic;
	font-size: 140px; font-weight: 700;
	color: rgba(96, 9, 26, 0.08);
	line-height: 1;
	pointer-events: none;
	letter-spacing: -0.05em;
}
.tll-ba-card-icon {
	width: 64px; height: 64px;
	margin-bottom: 24px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #f3dddd 20%, #f0e8db 80%);
	box-shadow:
		inset 0 1px 2px rgba(255,255,255,0.95),
		inset 0 -2px 4px rgba(96,9,26,0.12),
		0 8px 16px rgba(26,18,11,0.06);
	position: relative; z-index: 2;
}
.tll-ba-card-icon svg { width: 58%; height: 58%; }
.tll-ba-card-title {
	font-family: var(--font-body, Georgia, serif);
	font-size: 19px;
	color: var(--tll-ink);
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 10px;
	letter-spacing: -0.01em;
	position: relative; z-index: 2;
}
.tll-ba-card-divider {
	width: 28px; height: 1.5px;
	background: var(--tll-gold);
	margin: 14px 0; opacity: 0.8;
	position: relative; z-index: 2;
}
.tll-ba-card-text {
	font-size: 14px; line-height: 1.75;
	color: #60091A;
	margin: 0;
	position: relative; z-index: 2;
}
.tll-ba-bottom {
	text-align: center;
	max-width: 800px;
	margin: 100px auto 0;
	padding: 56px 32px 0;
	position: relative; z-index: 2;
}
.tll-ba-bottom::before {
	content: '"';
	position: absolute;
	top: -40px; left: 50%;
	transform: translateX(-50%);
	font-family: var(--font-body, Georgia, serif);
	font-size: 140px;
	color: var(--tll-gold);
	opacity: 0.45;
	line-height: 1;
	font-style: italic;
}
.tll-ba-card::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 4px;
	padding: 1.5px;
	background: conic-gradient(
		from var(--tll-angle, 0deg),
		transparent 0%,
		transparent 30%,
		var(--tll-wine) 45%,
		var(--tll-wine) 50%,
		var(--tll-paper) 55%,
		transparent 70%,
		transparent 100%
	);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
	z-index: 3;
}
.tll-ba-card:hover::before {
	padding: 6px;
	opacity: 1;
	animation: tll-foil-rotate 6s linear infinite;
}

@property --tll-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}
@keyframes tll-foil-rotate {
	to { --tll-angle: 360deg; }
}
.tll-ba-card::after {
	content: '';
	position: absolute;
	bottom: 18px;
	right: 18px;
	width: 22px;
	height: 22px;
	border-bottom: 1px solid rgba(96,9,26,0.3);
	border-right: 1px solid rgba(96,9,26,0.3);
	transition: all 0.4s ease;
	z-index: 2;
}
.tll-ba-card:hover::after {
	width: 28px;
	height: 28px;
	border-color: var(--tll-gold);
}

.tll-ba-card-label {
	font-family: var(--font-body, Georgia, serif);
	font-size: 14px;
	letter-spacing: 1.5px;
	color: var(--tll-wine);
	font-weight: 700;
	margin-bottom: 28px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 2;
}
.tll-ba-card-label::before {
	content: '';
	width: 16px;
	height: 1px;
	background: var(--tll-wine);
}

.tll-ba-card-icon {
	width: 64px;
	height: 64px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
	background: linear-gradient(145deg, #f3dddd 20%, #f0e8db 80%);
	box-shadow:
		inset 0 1px 2px rgba(255,255,255,0.95),
		inset 0 -2px 4px rgba(96,9,26,0.12),
		0 2px 4px rgba(26,18,11,0.08),
		0 8px 16px rgba(26,18,11,0.06);
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 2;
}
.tll-ba-card:hover .tll-ba-card-icon {
	transform: translateZ(15px) rotate(-4deg);
	box-shadow:
		inset 0 1px 2px rgba(255,255,255,0.95),
		inset 0 -2px 4px rgba(96,9,26,0.18),
		0 4px 8px rgba(26,18,11,0.1),
		0 16px 32px rgba(201,169,110,0.3);
}

.tll-ba-bottom p {
	font-size: 17px; line-height: 1.85;
	color: rgba(255, 255, 255, 0.92);
	font-style: italic;
	font-family: var(--font-body, Georgia, serif);
}

/* --- RESPONSIVE ------------------------------------------------- */
@media (max-width: 1100px) { .tll-ba-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) {
	.tll-ba-hero { min-height: 540px; }
	.tll-ba-hero-content { padding: 80px 32px; }
	.tll-ba-cards { grid-template-columns: repeat(2, 1fr); gap: 22px; }
	.tll-ba-spec-section { padding: 100px 24px 80px; }
}
@media (max-width: 768px) {
	.tll-ba-hero { min-height: 440px; }
	.tll-ba-hero-content { padding: 56px 20px; }
	.tll-ba-hero-title { font-size: clamp(28px, 8vw, 42px); }
	.tll-ba-spec-section { padding: 80px 16px 64px; }
	.tll-ba-spec-section::after { font-size: 200px; }
	.tll-ba-cards { grid-template-columns: 1fr; gap: 18px; }
	.tll-ba-card { padding: 36px 24px 32px; }
	.tll-ba-bottom { margin-top: 60px; padding: 48px 20px 0; }
}
/* --- ANIMATIONS ------------------------------------------------- */
@property --tll-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@keyframes tll-bg-zoom {
	from { transform: scale(1); }
	to   { transform: scale(1.08) translate3d(-1%, -1%, 0); }
}

@keyframes tll-foil-rotate {
	to { --tll-angle: 360deg; }
}

@keyframes tll-seal-float {
	0%, 100% { transform: rotate(-8deg) translateY(0); }
	50%      { transform: rotate(-6deg) translateY(-8px); }
}

/* Card rotating border on hover */
.tll-ba-card::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 4px;
	padding: 1.5px;
	background: conic-gradient(
		from var(--tll-angle, 0deg),
		transparent 0%,
		transparent 30%,
		#60091A 45%,
		#60091A 50%,
		#60091A 55%,
		transparent 70%,
		transparent 100%
	);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
	z-index: 3;
}
.tll-ba-card:hover::before {
	padding: 6px;
	opacity: 1;
	animation: tll-foil-rotate 3s linear infinite;
}

/*important css for video overlay*/
.page-hero--video::before {
  display: none !important;
}