:root{
  --ink:#0B0F19;
  --muted:#667085;
  --border:#E6E8EC;
  --bg:#FFFFFF;
  --panel:#F7F8FA;
  --black:#0B0F19;
  --blue:#2F6FED;
  --blueHover:#1E4FD6;
  --shadow: 0 18px 40px rgba(11,15,25,.08);
}

html, body{
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{ color: var(--ink); }
a:hover{ color: var(--blue); }

.border-bottom, .border-top{ border-color: var(--border)!important; }

.site-header{ background:#fff; }
.brand-name{ font-weight: 700; letter-spacing: -0.02em; }
.brand-tagline{ color: var(--muted); font-size: .92rem; }

.logo-slot{
  width:54px;
  height:54px;
  border:1px solid var(--border);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: var(--panel);
}
.logo-placeholder{ color: var(--muted); font-size: .85rem; }

.navbar .nav-link{
  color: var(--muted);
  font-weight: 600;
  border-radius: 999px;
  padding: .55rem .9rem;
}
.navbar .nav-link.active{
  color: var(--ink);
  background: var(--panel);
}
.navbar .nav-link:hover{
  color: var(--ink);
  background: var(--panel);
}

.btn-primary {
    background: #a01f80;
    border-color: #a01f80;
    border-radius: 999px;
    font-weight: 700;
    padding: .6rem 1.1rem;
   box-shadow: none;
}

.btn-primary:hover{
  background:#502964;
  border-color: #502964;
}


.btn-outline-primary{
    color:#222;
      border-color: #dfdfdf;
      background:#dfdfdf;
}

.btn-outline-primary:hover{
    color:#222;
      border-color: #dfdfdf;
      background:#fff;
}


.section{
  padding: 64px 0;
}
.section-title{
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  letter-spacing: -0.03em;
  font-weight: 800;
}
.section-lead{
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 860px;
}

.card-clean{
  border:1px solid var(--border);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: none;
  background:#444;
  color:#fff;
}

.card-clean .muted{
    color:#fff;
}
.card-clean .card-body{ padding: 22px; }
.card-clean .card-title{
  font-weight: 800;
  letter-spacing: -0.02em;
}
.card-clean .card-text{ color: #fff; line-height: 1.65; }

.media-thumb{

  aspect-ratio: 16 / 9;
  display:flex;
  align-items:center;
  justify-content:center;
  color: var(--muted);
  font-weight: 700;
}

.black-band{
  background: var(--black);
  color:#fff;
}
.black-band .section-lead{ color: rgba(255,255,255,.72); }
.black-band a{ color:#fff; }
.black-band a:hover{ color: rgba(255,255,255,.86); }

.social-btn{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color: var(--ink);
  background:#fff;
}
.social-btn:hover{
  border-color: rgba(47,111,237,.35);
  color: var(--blue);
}

.site-footer{ background:#fff; }
.footer-brand{ font-weight: 800; letter-spacing: -0.02em; font-size: 1.1rem; }
.footer-sub, .muted{ color: var(--muted); }

.modal-content{
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}


:root{
  --primary:#2563eb;
  --primary-hover:#1d4ed8;
  --radius:10px;
  --radius-lg:16px;
  --border:rgba(15,23,42,.12);
  --shadow:0 10px 30px rgba(15,23,42,.08);
  --panel:#f1f5f9;
}

.btn{
  border-radius: var(--radius) !important;
}

.btn-lg{
  border-radius: var(--radius) !important;
}

.btn-sm{
  border-radius: var(--radius) !important;
}


.showreel-card{
  border:1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  background:#fff;
  box-shadow: var(--shadow);
}

.showreel-box{
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--panel);
  aspect-ratio: 16 / 9;
  display:flex;
  align-items:center;
  justify-content:center;
}


.showreel-box img {
  width: 100%;
  height: 100%;
  object-fit: contain!important;
}

.showreel-placeholder{
  color: rgba(15,23,42,.35);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.2rem, 2vw, 2rem);
}

.section-dark{
  background:#0b1220;
}

.card-dark{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
}



.media-thumb{
  border-radius: var(--radius-lg);
  overflow:hidden;

}

.media-thumb img{
  width:100%;
  height:auto;
  display:block;
}

.video-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

.video-wrap{
  position:relative;
}

.play-btn{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background: rgba(160,31,128,.5);   /* brand colour */
  color:#fff;
  border:none;
  backdrop-filter: blur(2px);
  transition: transform .18s ease, background .18s ease;
}

.video-wrap:hover .play-btn{
  transform: scale(1.08);
  background: rgba(160,31,128,1);
}

.hero-title{
  letter-spacing:-0.04em;
}

.services-carousel .carousel-indicators{
  position: static;
  margin-bottom: 0;
}

.services-carousel .carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.service-slide{
  border:1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow:hidden;
  background:#fff;
  box-shadow: var(--shadow);
}

.service-slide-media{
  background: var(--panel);
}

.service-slide-media img{
  width:100%;
  height:auto;
  display:block;
}

.service-slide-body{
  padding: 18px 18px 20px 18px;
}

.quote-cta{
  text-align:center;
  max-width: 920px;
  margin: 0 auto;
}


.svc-wrap{
  position: relative;
}

.svc-track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2rem) / 3);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: .25rem .25rem 1rem .25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.svc-track::-webkit-scrollbar{
  display: none;
}

.svc-card{
  scroll-snap-align: start;
  overflow: hidden;
}

.svc-media{
  background: var(--panel);
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

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

.svc-body{
  padding: 16px 16px 18px 0px;
}

.svc-nav{
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 30px rgba(15,23,42,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.svc-prev{
  left: -14px;
}

.svc-next{
  right: -14px;
}

.svc-nav:hover{
  background: #fff;
}

@media (max-width: 992px){
  .svc-track{
    grid-auto-columns: calc((100% - 1rem) / 2);
  }
  .svc-prev{ left: -10px; }
  .svc-next{ right: -10px; }
}

@media (max-width: 576px){
  .svc-track{
    grid-auto-columns: 88%;
  }
  .svc-prev{ left: 6px; }
  .svc-next{ right: 6px; }
}



.hero-bg{
  position: relative;
  background: url("../images/jc-header-bg.jpg") center/cover no-repeat;
  color: #fff;
}


.hero-bg-footer{
  background: url("../images/jc-header-bg2.jpg") center/cover no-repeat;

}




.hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.78) 0%,
    rgba(0,0,0,.58) 45%,
    rgba(0,0,0,.35) 100%
  );
  pointer-events:none;
}

.hero-bg > .container{
  position: relative;
  z-index: 1;
}

.hero-bg .muted{
  color: rgba(255,255,255,.78) !important;
}

.hero-bg .section-lead{
  color: rgba(255,255,255,.82) !important;
}

.hero-bg .text-dark{
  color: rgba(255,255,255,.92) !important;
}

.hero-bg .hero-title{
  color: #fff;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.hero-bg a{
  color:#fff;
}

.hero-bg a:hover{
  color: rgba(255,255,255,.9);
}

.hero-bg .showreel-card{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
  backdrop-filter: blur(10px);
}

.hero-bg .showreel-placeholder{
  color: rgba(255,255,255,.70);
}

.hero-bg .showreel-box{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.hero-bg .btn-outline-dark{
  color: #fff !important;
  border-color: rgba(255,255,255,.70) !important;
}

.hero-bg .btn-outline-dark:hover{
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,255,255,.85) !important;
}

.hero-bg .btn-primary{
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.modal-video-shell{
  width:100%;
  aspect-ratio:16/9;
  background:#000;
  border-radius:16px;
  overflow:hidden;
}

#modalVideo,
#modalFrame{
  width:100% !important;
  height:100% !important;
  display:block;
}

.media-thumb{
  position: relative;

  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.card-preview{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  opacity:0;
  pointer-events:none;
  background:#000;
}

.card-preview.is-ready{
  opacity:1;
}

.card-preview-fallback{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:16px;
  background: linear-gradient(180deg, rgba(15,23,42,.06), rgba(15,23,42,.02));
}

.no-thumb-title{
  font-weight:800;
  letter-spacing:-0.02em;
  color: var(--ink);
  font-size: 1.05rem;
  line-height:1.2;
}

.no-thumb-sub{
  margin-top:6px;
  color: var(--muted);
  font-size:.95rem;
}


.brand-logo{
  display:block;
  width: 280px;
  max-width: 100%;
  height: auto;
}

.header-top{
  min-height: 64px;
}

.header-nav{
  padding-top: 6px;
}

.social-btn{
  text-decoration: none !important;
  color: #502964 !important;
}

.social-btn:hover{
  color: #502964 !important;
  opacity: .85;
}

.social-btn i{
  color: inherit !important;
}

@media (max-width: 576px){
  .brand-logo{
    width: 220px;
  }
}


.mini-link{
  text-decoration:none;
  font-size:.9rem;
  color:#222;
}

.mini-link i{
  color:#502964;
  font-size:.9rem;
}


.site-footer{
  background:#000;
}

.footer-heading{
  color: rgba(255,255,255,.82);
}

.footer-link{
  color:#a01f80;
  text-decoration:none;
  font-weight:500;
}

.footer-link:hover{
  color:#ffffff;
}

.footer-social{
  color:#a01f80 !important;
  text-decoration:none !important;
}

.footer-social:hover{
  color:#ffffff !important;
}


.contact-direct-card{
  background:#a01f80;
  border:none;
}

.contact-direct-card .text-white-75{
  color:rgba(255,255,255,.85);
}

.contact-link{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  font-weight:600;
  text-decoration:none;
}

.contact-link i{
  width:22px;
  text-align:center;
  font-size:18px;
}

.contact-link:hover{
  color:#fff;
  opacity:.85;
}

/* ===== Portfolio filter pills ===== */

.filter-pills {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.filter-pill {
  background:#f1f5f9;
  border:0;
  padding:10px 18px;
  border-radius:999px;
  font-weight:600;
  font-size:15px;
  color:#0f172a;
  text-decoration:none;
  transition:all .2s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.filter-pill:hover {
  background:#e2e8f0;
  color:#0f172a;
}

.filter-pill.active {
  background:linear-gradient(135deg,#b000f9,#a01f80);
  color:#fff;
  box-shadow:0 6px 18px rgba(160,31,128,.25);
}

.card-clean-transparent{
    background:rgba(255,255,255,0.5)!important;
}


/* Mobile + Tablet header layout tweaks (desktop stays as-is) */
@media (max-width: 991.98px) {

  /* Hide email + phone row on mobile/tablet */
  .site-header .contact-mini {
    display: none !important;
  }

  /* Center the logo */
  .site-header .header-top {
    text-align: center;
  }

  .site-header .brand {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .site-header .brand-logo {
    display: block;
    margin: 0 auto;
    max-width: min(360px, 88vw);
    height: auto;
  }

  /* Center the social icons under the logo */
  .site-header .header-meta {
    width: 100%;
    justify-content: center !important;
  }

  .site-header .social-mini {
    width: 100%;
    justify-content: center !important;
  }

  /* Navbar: keep hamburger on the right */
  .site-header .navbar {
    width: 100%;
  }

  .site-header .navbar-toggler {
    margin-left: auto;
  }
}


#activeFilterBadge{
    display:none;
}


.pricing-section{
  position:relative;
  overflow:hidden;
}
.pricing-shell{
  position:relative;
  border-radius:22px;
  padding:24px;
  background:
    linear-gradient(180deg, rgba(6,10,20,.86), rgba(6,10,20,.92)),
    var(--pricing-bg, none);
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 80px rgba(0,0,0,.22);
}
@media (min-width: 992px){
  .pricing-shell{ padding:36px; }
}

.plan-card{
  height:100%;
  border-radius:18px;
  padding:18px 16px 16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
  box-shadow:0 18px 60px rgba(0,0,0,.18);
  position:relative;
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease;
}
.plan-card:hover{
  transform: translateY(-3px);
  box-shadow:0 24px 70px rgba(0,0,0,.24);
}

.plan-head{
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.14);
  margin-bottom:14px;
}
.plan-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.82rem;
  padding:8px 12px;
  border-radius:999px;
  color:#0b1020;
  background:#fff;
}
.plan-price{
  margin-top:12px;
  color:#fff;
  display:flex;
  align-items:baseline;
  gap:6px;
  flex-wrap:wrap;
}
.plan-currency{ font-weight:800; font-size:1.05rem; opacity:.9; }
.plan-amount{ font-weight:900; font-size:2.1rem; line-height:1; }
.plan-term{ color:rgba(255,255,255,.75); font-weight:600; }
.plan-price-small .plan-amount{ font-size:1.55rem; }

.plan-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  color:rgba(255,255,255,.92);
  font-weight:600;
  font-size:.95rem;
}
.plan-list i{
  width:18px;
  margin-right:8px;
  color:#a01f80;
}
.plan-cta{
  margin-top:auto;
  padding-top:14px;
}

.plan-featured{
  border:1px solid rgba(160,31,128,.55);
  background:
    radial-gradient(1200px 300px at 50% -20%, rgba(160,31,128,.35), transparent 55%),
    rgba(255,255,255,.09);
}
.plan-ribbon{
  position:absolute;
  top:14px;
  right:14px;
  font-size:.78rem;
  font-weight:800;
  color:#fff;
  background:#a01f80;
  padding:6px 10px;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(0,0,0,.22);
}

.plan-bronze .plan-badge{ background:linear-gradient(135deg,#c08a57,#f1c28c); }
.plan-silver .plan-badge{ background:linear-gradient(135deg,#d7dde6,#f6f8fb); }
.plan-gold .plan-badge{ background:linear-gradient(135deg,#f0c05a,#ffe6a6); }
.plan-custom .plan-badge{ background:linear-gradient(135deg,#ffffff,#f1f5f9); }

.pricing-note{
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:14px;
}

.pricing-shell .btn-outline-light{
  border-color:rgba(255,255,255,.55);
  color:#fff;
}
.pricing-shell .btn-outline-light:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.75);
  color:#fff;
}