
/* ── PAGE HERO VIDEO BACKGROUND ── */
.page-hero--video {
  position: relative;
  overflow: hidden;
  min-height: 100vh !important;
  width: 100%;
}

.page-hero--video::before {
  display: none !important;
}

/* Video full cover */
.page-hero__video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  z-index: 0 !important;
  pointer-events: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Dark overlay */
.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 5, 2, 0.45) 0%,
    rgba(10, 5, 2, 0.55) 60%,
    rgba(10, 5, 2, 0.65) 100%
  );
  z-index: 1;
}

/* Text white */
.page-hero--video .page-hero-label,
.page-hero--video h1,
.page-hero--video h1 em,
.page-hero--video p {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
  font-weight: 400;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .page-hero--video {
    min-height: 60vh !important;
  }
  .page-hero__video {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-position: center top !important;
    filter: brightness(1.1) saturate(1.05) !important;
  }
  .page-hero--video .page-hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(10, 5, 2, 0.28) 0%,
      rgba(10, 5, 2, 0.38) 60%,
      rgba(10, 5, 2, 0.48) 100%
    );
  }
}

@media (max-width: 480px) {
  .page-hero--video {
    min-height: 55vh !important;
  }
  .page-hero__video {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: brightness(1.12) saturate(1.06) !important;
  }
  .page-hero--video .page-hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(10, 5, 2, 0.24) 0%,
      rgba(10, 5, 2, 0.34) 60%,
      rgba(10, 5, 2, 0.44) 100%
    );
  }
}
/* ── Process track fix — 5 columns ── */
.process-track {
  display: grid !important;
  grid-template-columns: repeat(5,1fr) !important;
  position: relative;
  gap: 0;
}
.process-track::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg,var(--gold,#C9A96E),var(--cognac,#8B5E3C),var(--gold,#C9A96E));
  opacity: .25;
}
@media(max-width:900px){
  .process-track{grid-template-columns:repeat(3,1fr) !important;row-gap:36px;}
  .process-track::before{display:none;}
}
@media(max-width:580px){
  .process-track{grid-template-columns:1fr 1fr !important;row-gap:32px;}
}


/* ── Breadcrumb neeche ── */
.page-hero--video .breadcrumb,
.page-hero--video nav[aria-label="breadcrumb"],
.page-hero--video .tll-breadcrumb {
  margin-top: 24px !important;
  margin-bottom: 32px !important;
}
/* ── Service pair cards ── */
.services-pairs-grid{
  display:flex;
  flex-direction:column;
  gap:40px;
}

.service-pair-card{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  border:1px solid #E8E2DA;
  box-shadow:0 4px 24px rgba(26,18,11,.05);
  transition:box-shadow .4s;
  align-items:stretch;
}

.service-pair-card:hover{
  box-shadow:0 16px 48px rgba(26,18,11,.1);
}

.service-pair-card .spc-half:first-child{
  border-right:1px solid #E8E2DA;
}

.spc-half{
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
}

.spc-half-img{
  height:420px;
  position:relative;
  width:100%;
  overflow:hidden;
  flex-shrink:0;
}

.spc-half-body{
  padding:28px 32px 32px;
  display:flex;
  flex-direction:column;
  flex:1;
  background:#ffffff;
}

.spc-half-body h3{
  font-family:var(--font-body);
  font-size:20px;
  font-weight:600;
  margin-bottom:10px;
  color:#1A120B;
  line-height:1.3;
}

.spc-half-body p{
  font-size:14px;
  color:#60091A;
  line-height:1.65;
  margin-bottom:16px;
}

.spc-half-body .spc-features{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:20px;
  flex:1;
}

.spc-half-body .spc-feature{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#60091A;
}

.spc-half-body .spc-feature svg{
  flex-shrink:0;
  color:#217C54;
}

.svc-cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:auto;
}

.btn-svc-learn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 18px;
  border-radius:6px;
  border:1.5px solid rgba(26,18,11,.18);
  color:#1A120B;
  font-size:12px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
  transition:all .25s;
}

.btn-svc-learn:hover{
  border-color:#8B5E3C;
  color:#8B5E3C;
}

.btn-svc-wa{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 18px;
  border-radius:6px;
  background:#60091A;
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
  transition:all .25s;
}

.btn-svc-wa:hover{
  background:#7A0B20;
}

/* ── Tablet / Mobile ── */
@media(max-width:900px){
  .service-pair-card{
    grid-template-columns:1fr !important;
    border-radius:22px;
  }
  .service-pair-card .spc-half:first-child{
    border-right:none;
    border-bottom:1px solid #E8E2DA;
  }
  .spc-half-img{
    height:420px;
  }
  .spc-half-body{
    padding:24px 22px 26px;
  }
  
}

@media(max-width:768px){
  .services-pairs-grid{
    gap:28px;
  }
  .service-pair-card{
    border-radius:20px;
    overflow:hidden;
  }
  .spc-half-img{
    height:400px;
  }
  .spc-half-img-inner{
    padding:12px;
    
  }
  .spc-cat{
    font-size:9px;
    letter-spacing:2px;
  }
  .spc-half-body{
    padding:20px 18px 22px;
  }
  .spc-half-body h3{
    font-size:18px;
  }
  .spc-half-body p{
    font-size:13px;
    margin-bottom:14px;
  }
  .spc-half-body .spc-feature{
    font-size:12.5px;
  }
  .svc-cta-row{
    flex-direction:column;
  }
  .btn-svc-learn,
  .btn-svc-wa{
    width:100%;
    justify-content:center;
  }
}

@media(max-width:480px){
  .spc-half-img{
    height:360px;
  }
}
/* ── Service Card Image ── */
.spc-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.spc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  display: block;
  opacity: 0.85;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.spc-half:hover .spc-img img {
  transform: scale(1.04);
}

.spc-half-img .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.45) 100%
  );
  z-index: 1;
}

.spc-half-img-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}

.spc-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}


/* ═══════════════════════════════════════
   TLL CRAFT SECTION — FULLY FIXED CSS
═══════════════════════════════════════ */

.tll-craft-section {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
   margin-bottom: 60px; 
}

.tll-craft-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  position: relative;
}

/* Vertical divider line */
.tll-craft-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: rgba(26, 18, 11, 0.16);
  z-index: 1;
  pointer-events: none;
}

/* ── LEFT: Content ── */
.tll-craft-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 48px 64px; 
  position: relative;
  z-index: 2;
}


.tll-craft-title {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(24px, 2.6vw, 38px); 
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #111;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.tll-craft-title em {
  font-style: italic;
  color: #8B5E3C;
  font-weight: 600;
  
}

.tll-craft-divider {
  width: 50px;
  height: 2px;
  background: #60091A;
  margin: 0 auto 14px;
  display: block; /* divider fix */
  flex-shrink: 0;
}

.tll-craft-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #60091A;
  margin: 0 0 8px;
  max-width: 640px;
  font-weight: 400;
}

.tll-craft-text p:last-child {
  margin-bottom: 0;
}

/* ── RIGHT: Media / Video ── */
.tll-craft-media {
  position: relative;
  z-index: 2;
}

.tll-craft-media-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f3f0ea;
}

.tll-craft-media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ══════════════════════════════
   TABLET — max 1024px
══════════════════════════════ */
@media (max-width: 1024px) {
  .tll-craft-section {
    margin-top: 40px;
  }

  .tll-craft-wrap {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .tll-craft-wrap::after {
    display: none;
  }

  .tll-craft-content {
    padding: 44px 48px;
    order: 1;
  }

  .tll-craft-media {
    order: 2;
    position: relative;
    height: 440px;
  }

  .tll-craft-media-frame {
    position: absolute;
    inset: 0;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tll-craft-section {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tll-craft-content {
    padding: 36px 28px;
    order: 1;
  }

  .tll-craft-media {
    order: 2;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; 
  }

  .tll-craft-media-frame {
    position: absolute;
    inset: 0;
    height: 100%; 
  }

  .tll-craft-title {
    font-size: clamp(22px, 6.5vw, 30px);
    letter-spacing: 0.04em;
  }

  .tll-craft-eyebrow {
    font-size: 9px;
    letter-spacing: 3px;
    margin-bottom: 8px;
  }

  .tll-craft-divider {
    width: 40px;
    margin: 0 auto 12px;
  }

  .tll-craft-text p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 8px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .tll-craft-section {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tll-craft-content {
    padding: 28px 20px;
  }

  .tll-craft-media {
    padding-bottom: 80%; /* thoda taller on small screens */
  }

  .tll-craft-title {
    font-size: clamp(20px, 6vw, 26px);
  }

  .tll-craft-text p {
    font-size: 12.5px;
  }
}
/* ════════════════════════════════════════════════════════════
   B/A CARD — Force 50-50 mirrored pills + kill duplicates
   ════════════════════════════════════════════════════════════ */

.ba-full-card .ba-after .ba-label,
.ba-full-card .ba-before .ba-label {
	display: none !important;
}

/* 2. Force both pills to be IDENTICAL — same size, same shape,
      mirrored at top corners. Only color/position differs. */
.ba-full-card .ba-slider > .ba-label {
	position: absolute !important;
	top: 14px !important;
	bottom: auto !important;
	z-index: 6 !important;
	padding: 7px 14px !important;
	min-width: 70px !important;
	height: auto !important;
	border-radius: 50px !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	pointer-events: none !important;
	white-space: nowrap !important;
	backdrop-filter: blur(8px) !important;
	-webkit-backdrop-filter: blur(8px) !important;
}
.ba-full-card .ba-slider > .ba-label-before {
	left: 14px !important;
	right: auto !important;
	background: rgba(33,19,11,0.85) !important;
	color: #fff !important;
	border: 1px solid rgba(245,237,227,0.15) !important;
}
.ba-full-card .ba-slider > .ba-label-after {
	right: 14px !important;
	left: auto !important;
	background: linear-gradient(135deg, #c9a96e, #a07a3f) !important;
	color: #1a120b !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	box-shadow: 0 2px 8px rgba(201,169,110,0.4) !important;
}
.ba-full-info .ba-type:empty { display: none !important; }
/* Leather Services Section - Mobile Responsive */
@media (max-width: 1024px) {
  section > div[style*="grid-template-columns: repeat(4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  section > div[style*="grid-template-columns: repeat(4"] {
    grid-template-columns: 1fr !important;
    padding: 0 16px !important;
  }
  section[style*="padding: 48px 32px"] {
    padding: 28px 16px !important;
  }
}

