/* CAP premium patch: keeps the original MyResume layout, but upgrades the visual finish. */
:root {
  --accent-color: #3f4247;
  --heading-color: #20242a;
  --default-color: #3d4248;
  --cap-gold: #ffa100;
  --cap-dark: #090b10;
  --cap-soft: #f5f6f8;
}

body {
  background: #fff;
  text-rendering: optimizeLegibility;
}

.header .navmenu a {
  box-shadow: 0 10px 35px rgba(13, 18, 26, .08);
  border: 1px solid rgba(69, 80, 91, .08);
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus {
  background: linear-gradient(135deg, #262a31, #0f1116);
  color: #fff;
}

.navmenu a:hover .navicon,
.navmenu .active .navicon,
.navmenu .active:focus .navicon {
  color: var(--cap-gold);
}

.hero-cap-slider {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #0b0d12;
}

.hero-cap-slider .hero-slides,
.hero-cap-slider .hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-cap-slider .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 7s ease;
}

.hero-cap-slider .hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-cap-slider .hero-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 161, 0, .25), transparent 30%),
    linear-gradient(90deg, rgba(5, 7, 12, .83), rgba(5, 7, 12, .42) 48%, rgba(5, 7, 12, .15));
}

.hero-cap-slider .container {
  position: relative;
  z-index: 2;
}

.hero-cap-slider h2,
.hero-cap-slider p,
.hero-cap-slider .typed,
.hero-cap-slider .typed-cursor {
  color: #fff;
  text-shadow: 0 16px 42px rgba(0,0,0,.45);
}

.hero-cap-slider h2 {
  letter-spacing: -1.5px;
}

.hero-kicker {
  color: var(--cap-gold) !important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 1.4;
  letter-spacing: 4px;
  font-weight: 700;
  margin-bottom: 12px !important;
}

.hero-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(340px, 72vw);
  max-height: 92px;
  object-fit: contain;
  margin: 0 auto 22px;
  filter: drop-shadow(0 15px 24px rgba(0,0,0,.45));
}

.hero-mini-cta {
  font-family: var(--nav-font);
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--cap-gold);
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .4px;
  margin-left: 8px;
  box-shadow: 0 18px 45px rgba(255, 161, 0, .22);
}

.hero-mini-cta:hover {
  transform: translateY(-2px);
  background: #fff;
}

.section-title h2::after {
  background: linear-gradient(90deg, #252830, var(--cap-gold));
}

.section-title p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.profile-premium {
  border-radius: 28px;
  box-shadow: 0 28px 65px rgba(10, 15, 25, .18);
  border: 1px solid rgba(12, 18, 28, .08);
}

.about .content h2,
.resume .resume-title,
.services .service-item h3 {
  letter-spacing: -.3px;
}

.about .content ul li i {
  color: var(--cap-gold);
}

.stats .stats-item span,
.stats .stats-item .counter-plus {
  color: #1f242a;
  font-family: var(--heading-font);
  font-weight: 800;
}

.skills .progress .progress-bar {
  background: linear-gradient(90deg, #1e2229, var(--cap-gold));
}

.resume .resume-item {
  border-left-color: var(--cap-gold);
}

.resume .resume-item::before {
  border-color: var(--cap-gold);
}

.portfolio .portfolio-filters li {
  border: 1px solid rgba(34, 39, 46, .08);
  padding: 9px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(15, 20, 28, .04);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  background: #20242a;
  color: #fff;
}

.portfolio .portfolio-item {
  overflow: hidden;
}

.portfolio .portfolio-item img {
  border-radius: 24px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 22px 50px rgba(7, 12, 20, .12);
  transition: transform .55s ease, filter .55s ease;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.035);
  filter: saturate(1.1) contrast(1.05);
}

.portfolio .portfolio-info {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.88));
  border: 1px solid rgba(15, 20, 30, .08);
  box-shadow: 0 28px 60px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
}

.portfolio .portfolio-info h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1f242a;
}

.portfolio .portfolio-info p {
  color: #4d5560;
  line-height: 1.55;
}

.portfolio .portfolio-info .preview-link,
.portfolio .portfolio-info .details-link {
  color: #20242a;
}

.portfolio .portfolio-info .preview-link:hover,
.portfolio .portfolio-info .details-link:hover {
  color: var(--cap-gold);
}

.services .service-item {
  border: 1px solid rgba(10, 15, 25, .08);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(10, 15, 25, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.services .service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(10, 15, 25, .14);
}

.services .service-item p {
  line-height: 1.75;
}

.contact .info-item,
.contact .php-email-form {
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(10, 15, 25, .07);
  border: 1px solid rgba(10, 15, 25, .06);
}

.contact .info-item i,
.contact .php-email-form button[type=submit] {
  background: #20242a;
}

.contact .info-item i {
  color: var(--cap-gold);
}

.contact .php-email-form button[type=submit] {
  border-radius: 999px;
  padding: 12px 34px;
  font-weight: 800;
  letter-spacing: .3px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--cap-gold);
  color: #111;
}

.footer {
  border-top: 1px solid rgba(10,15,25,.06);
}

.footer .social-links a:hover,
.scroll-top {
  background: #20242a;
}

.scroll-top:hover {
  background: var(--cap-gold);
  color: #111;
}

@media (max-width: 768px) {
  .hero-kicker { letter-spacing: 2px; }
  .hero-mini-cta { margin-left: 0; margin-top: 12px; }
  .hero-cap-slider .hero-overlay { background: linear-gradient(180deg, rgba(5,7,12,.85), rgba(5,7,12,.44)); }
}

/* CAP Pro Upgrade Sections */
.hero-cta-row,
.about-action-row,
.project-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.hero-mini-cta-dark {
  background: #151820;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18);
}

.hero-mini-cta-light {
  background: rgba(255,255,255,.92);
  color: #151820 !important;
}

.cap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--cap-gold);
  color: #111 !important;
  font-weight: 900;
  border: 1px solid transparent;
  box-shadow: 0 18px 45px rgba(255,161,0,.18);
}

.cap-btn:hover { transform: translateY(-2px); filter: brightness(1.03); }
.cap-btn-outline { background: #fff; color: #20242a !important; border-color: rgba(32,36,42,.18); box-shadow: none; }
.cap-btn-outline-light { background: rgba(255,255,255,.08); color: #fff !important; border-color: rgba(255,255,255,.28); box-shadow: none; }

.trusted-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 14px;
}

.trusted-card {
  min-height: 92px;
  border-radius: 24px;
  border: 1px solid rgba(10,15,25,.08);
  background: rgba(255,255,255,.82);
  display: grid;
  place-items: center;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(10,15,25,.06);
}

.trusted-card span {
  font-family: var(--heading-font);
  font-weight: 900;
  color: #20242a;
  text-align: center;
  letter-spacing: -.2px;
}

.trusted-card img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
}

.showreel-box {
  border-radius: 34px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 30px 90px rgba(10,15,25,.12);
  background: #0b0d12;
  border: 1px solid rgba(10,15,25,.08);
}

.showreel-box iframe,
.showreel-box video {
  width: 100%;
  min-height: 520px;
  display: block;
  border: 0;
  object-fit: cover;
}

.showreel-placeholder {
  min-height: 520px;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}

.showreel-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(5,7,12,.82), rgba(5,7,12,.25));
}

.showreel-placeholder span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 26px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #111;
  font-weight: 900;
}

.showreel-placeholder i { color: var(--cap-gold); font-size: 28px; }

.package-card,
.testimonial-card {
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(10,15,25,.08);
  background: #fff;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(10,15,25,.07);
}

.package-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #20242a;
  color: var(--cap-gold);
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 20px;
}

.package-card h3,
.testimonial-card strong {
  font-family: var(--heading-font);
  font-weight: 900;
  color: #20242a;
}

.package-tagline {
  color: var(--cap-gold) !important;
  font-weight: 800;
  margin-bottom: 12px;
}

.package-card p,
.testimonial-card p { line-height: 1.75; color: #4d5560; }
.package-card ul { padding: 0; list-style: none; margin: 18px 0 22px; }
.package-card li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; font-size: 14px; }
.package-card li i { color: var(--cap-gold); font-weight: 900; }
.package-card a { color: #20242a; font-weight: 900; }
.package-card a:hover { color: var(--cap-gold); }

.testimonial-card > i {
  color: var(--cap-gold);
  font-size: 36px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.testimonial-author img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author span { display: block; color: #687281; font-size: 13px; }

.quote-form {
  max-width: 1040px;
  margin: 0 auto;
}

.cap-wa-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 999;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff !important;
  font-weight: 900;
  box-shadow: 0 22px 60px rgba(15,20,30,.22);
}

.cap-wa-float i { font-size: 22px; }

.project-detail-main { background: #fff; }
.project-hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
  color: #fff;
  isolation: isolate;
}
.project-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 18%, rgba(255,161,0,.25), transparent 32%), linear-gradient(90deg, rgba(5,7,12,.86), rgba(5,7,12,.42));
}
.project-hero h1 {
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -2.4px;
  max-width: 920px;
  color: #fff;
}
.project-hero-copy { max-width: 720px; color: rgba(255,255,255,.9); font-size: 20px; line-height: 1.6; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 900; margin-bottom: 28px; }
.detail-block { margin-top: 30px; }
.detail-block h3 { font-weight: 900; color: #20242a; }
.detail-block p, .project-detail-section .lead { line-height: 1.85; color: #4d5560; }
.project-meta-card { border-radius: 28px; padding: 28px; background: #11151d; color: #fff; position: sticky; top: 24px; }
.project-meta-card h3 { color: #fff; font-weight: 900; margin-bottom: 20px; }
.project-meta-card dl { margin: 0; }
.project-meta-card dt { color: var(--cap-gold); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-top: 16px; }
.project-meta-card dd { margin: 4px 0 0; color: rgba(255,255,255,.86); }
.project-gallery-img, .more-project-card img { border-radius: 26px; aspect-ratio: 4/3; width: 100%; object-fit: cover; box-shadow: 0 22px 50px rgba(10,15,25,.1); }
.more-project-card { display: block; border-radius: 28px; background: #fff; padding: 12px; box-shadow: 0 22px 60px rgba(10,15,25,.07); }
.more-project-card span { display: block; color: var(--cap-gold); font-weight: 900; margin: 15px 10px 4px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.more-project-card h3 { margin: 0 10px 12px; font-size: 20px; font-weight: 900; color: #20242a; }

@media (max-width: 1100px) {
  .trusted-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 768px) {
  .hero-cta-row, .about-action-row, .project-actions { align-items: stretch; }
  .hero-mini-cta, .cap-btn { width: 100%; justify-content: center; }
  .trusted-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .showreel-box, .showreel-box iframe, .showreel-box video, .showreel-placeholder { min-height: 300px; }
  .cap-wa-float { left: 14px; right: 14px; justify-content: center; bottom: 14px; }
  .scroll-top { bottom: 82px; }
}

/* v4.3 Project-based portfolio experience */
.cap-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 161, 0, .12);
  color: #8a5200;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.portfolio-experience-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 30px;
  padding: 22px 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, #11151d, #242a34);
  color: #fff;
  box-shadow: 0 28px 80px rgba(8, 12, 20, .18);
}
.portfolio-experience-note strong { display:block; font-size: 20px; letter-spacing: -.3px; }
.portfolio-experience-note span { display:block; color: rgba(255,255,255,.72); margin-top: 3px; }
.portfolio-note-cta {
  flex: 0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding: 12px 17px;
  background: var(--cap-gold);
  color:#111;
  font-weight:900;
}
.project-card {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(10,15,25,.08);
  box-shadow: 0 26px 70px rgba(10,15,25,.10);
  transition: transform .35s ease, box-shadow .35s ease;
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 38px 95px rgba(10,15,25,.16);
}
.project-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0b0f16;
}
.portfolio .project-card-media img,
.project-card-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.project-card-media:after {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.72));
}
.project-card-count {
  position:absolute;
  right: 16px;
  bottom: 16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding: 8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.92);
  color:#121721;
  font-size:12px;
  font-weight:900;
}
.project-card-body { padding: 22px; }
.project-card-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#7a8494;
  font-size:12px;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.project-card h4 {
  margin: 10px 0 10px;
  font-size: 21px !important;
  line-height:1.18;
  letter-spacing:-.45px;
}
.project-card h4 a { color:#161b24; }
.project-card p {
  min-height: 78px;
  color:#556071;
  line-height:1.65;
}
.project-card-tags {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin: 16px 0;
}
.project-card-tags span,
.scope-chip-row span {
  display:inline-flex;
  padding: 7px 10px;
  border-radius:999px;
  background:#f3f5f8;
  color:#333b49;
  font-size:12px;
  font-weight:800;
}
.project-card-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top: 12px;
  border-top: 1px solid rgba(10,15,25,.08);
}
.project-enter-link {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#161b24;
  font-weight:900;
}
.project-enter-link:hover { color: var(--cap-gold); }
.preview-icon {
  width: 38px;
  height: 38px;
  display:grid;
  place-items:center;
  border-radius: 14px;
  background:#11151d;
  color:var(--cap-gold) !important;
}
.project-story-hero .container { max-width: 1120px; }
.project-hero-stats {
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  max-width: 850px;
  margin: 28px 0;
}
.project-hero-stats div {
  padding: 15px 17px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.project-hero-stats span {
  display:block;
  color:rgba(255,255,255,.62);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.9px;
}
.project-hero-stats strong {
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  margin-top:4px;
}
.scope-chip-row {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin: 18px 0 26px;
}
.project-story-grid {
  display:grid;
  gap:18px;
  margin-top: 18px;
}
.project-deliverables {
  margin-top: 28px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #11151d, #252c38);
  color:#fff;
  box-shadow: 0 24px 70px rgba(10,15,25,.14);
}
.project-deliverables h3 { color:#fff; margin-bottom:16px; }
.deliverable-grid {
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.deliverable-grid span {
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(255,255,255,.86);
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}
.deliverable-grid i { color: var(--cap-gold); }
.project-sticky-card { position: sticky; top: 24px; }
.project-meta-wa {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:18px;
  padding: 13px 15px;
  border-radius: 999px;
  background: #11151d;
  color: #fff;
  font-weight:900;
}
.project-meta-wa:hover { background: var(--cap-gold); color:#111; }
.premium-gallery-grid {
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.premium-gallery-item {
  position:relative;
  display:block;
  overflow:hidden;
  min-height: 260px;
  border-radius: 28px;
  background:#090d14;
  box-shadow: 0 26px 70px rgba(10,15,25,.12);
}
.premium-gallery-item.gallery-featured {
  grid-column: span 2;
  grid-row: span 2;
}
.premium-gallery-item img {
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  transition: transform .55s ease, filter .55s ease;
}
.premium-gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.08);
}
.premium-gallery-item:after {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, transparent 44%, rgba(0,0,0,.72));
}
.premium-gallery-item span {
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:2;
  color:#fff;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:8px;
}
.process-card {
  height:100%;
  padding: 26px;
  border-radius: 28px;
  background:#fff;
  border: 1px solid rgba(10,15,25,.08);
  box-shadow: 0 24px 70px rgba(10,15,25,.08);
}
.process-card span {
  display:inline-flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background: var(--cap-gold);
  color:#111;
  font-weight:1000;
  margin-bottom: 16px;
}
.process-card h3 { margin-bottom:8px; }
.process-card p { color:#5c6675; line-height:1.7; }
@media (max-width: 991px) {
  .portfolio-experience-note { flex-direction:column; align-items:flex-start; }
  .project-hero-stats { grid-template-columns:1fr; }
  .premium-gallery-grid { grid-template-columns:1fr 1fr; }
  .premium-gallery-item.gallery-featured { grid-column: span 2; }
  .deliverable-grid { grid-template-columns:1fr; }
}
@media (max-width: 575px) {
  .premium-gallery-grid { grid-template-columns:1fr; }
  .premium-gallery-item.gallery-featured { grid-column: span 1; }
  .project-card p { min-height: 0; }
}


.project-empty-gallery{
  grid-column:1/-1;
  border:1px dashed rgba(255,199,71,.45);
  border-radius:24px;
  padding:34px;
  background:rgba(255,199,71,.08);
  color:var(--default-color,#e8edf7);
}
.project-empty-gallery h3{margin-bottom:8px;color:var(--heading-color,#fff)}

/* v4.3.4 detail page visibility safety
   Prevents the single project page from looking blank if AOS or optional template scripts fail. */
.project-experience-page [data-aos],
.project-experience-page [data-aos^=fade],
.project-experience-page [data-aos^=zoom],
.project-experience-page [data-aos^=slide],
.project-experience-page [data-aos^=flip] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.project-experience-page .project-hero .container,
.project-experience-page .premium-gallery-item {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* v4.3.5 Project detail premium navigation */
.project-top-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, calc(100% - 32px));
  z-index: 999;
  pointer-events: none;
}
.project-top-nav-inner {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(9, 13, 20, .76);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 22px 70px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.project-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #fff;
  min-width: 0;
}
.project-nav-brand:hover { color: var(--cap-gold); }
.project-nav-brand img,
.project-nav-brand span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: contain;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cap-gold), #ffe8a3);
  color: #11151d;
  font-weight: 1000;
  letter-spacing: -.8px;
  box-shadow: 0 10px 26px rgba(255,199,71,.25);
}
.project-nav-brand strong {
  color: inherit;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: .2px;
}
.project-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.project-nav-links::-webkit-scrollbar { display: none; }
.project-nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition: .25s ease;
}
.project-nav-links a:hover {
  color: #11151d;
  background: var(--cap-gold);
  box-shadow: 0 10px 24px rgba(255,199,71,.25);
}
.project-nav-links i { font-size: 15px; }
.project-nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 15px;
  border-radius: 999px;
  background: #fff;
  color: #11151d;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 16px 36px rgba(255,255,255,.12);
}
.project-nav-cta:hover {
  background: var(--cap-gold);
  color: #11151d;
}
.project-bottom-nav {
  display: none;
}
.project-story-hero {
  padding-top: 130px;
}
.project-story-hero .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .project-top-nav {
    top: 12px;
    width: calc(100% - 20px);
  }
  .project-nav-brand strong,
  .project-nav-cta {
    display: none;
  }
  .project-top-nav-inner {
    border-radius: 24px;
    padding: 9px;
  }
  .project-nav-links a {
    padding: 10px 11px;
    font-size: 12px;
  }
  .project-story-hero {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  .project-top-nav {
    display: none;
  }
  .project-story-hero {
    padding-top: 82px;
  }
  .project-bottom-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border-radius: 26px;
    background: rgba(9, 13, 20, .88);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 22px 70px rgba(0,0,0,.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .project-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 54px;
    border-radius: 18px;
    color: rgba(255,255,255,.76);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1px;
  }
  .project-bottom-nav a:hover,
  .project-bottom-nav a:focus {
    background: var(--cap-gold);
    color: #11151d;
  }
  .project-bottom-nav i { font-size: 18px; line-height: 1; }
  .project-experience-page .cap-wa-float {
    bottom: 90px;
  }
  .project-experience-page .scroll-top {
    bottom: 94px;
  }
  .project-detail-main {
    padding-bottom: 76px;
  }
}

/* CAP v4.4 premium project UX + bilingual switcher */
.cap-lang-switch {
  position: fixed;
  right: 22px;
  top: 22px;
  z-index: 1002;
  display: inline-flex;
  gap: 6px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(12, 17, 26, .78);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}
.cap-lang-switch a,
.cap-mini-lang a {
  min-width: 38px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  color: rgba(255,255,255,.76);
  text-decoration: none;
}
.cap-lang-switch a.active,
.cap-lang-switch a:hover,
.cap-mini-lang a.active,
.cap-mini-lang a:hover {
  background: var(--cap-gold, #ffa100);
  color: #11151d;
}
.project-nav-right { display:flex; align-items:center; gap:10px; }
.cap-mini-lang {
  display:inline-flex;
  gap:4px;
  padding:4px;
  border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
.project-meta-secondary {
  margin-top: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration:none;
  font-weight:800;
}
.project-meta-secondary:hover { color:#11151d; background:var(--cap-gold, #ffa100); }
.project-video-box iframe,
.project-video-box video { min-height: 440px; }
.project-external-video {
  min-height: 320px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,161,0,.18), rgba(10,14,24,.94));
  color:#fff;
  font-size: 22px;
  font-weight:900;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.14);
}
.project-external-video i { font-size:46px; color:var(--cap-gold, #ffa100); }
.project-adjacent-section { padding-top: 34px; padding-bottom: 34px; }
.project-adjacent-grid {
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  gap:16px;
  align-items:stretch;
}
.project-adjacent-card {
  min-height: 112px;
  padding: 24px;
  border-radius: 26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  background: #111827;
  color:#fff;
  text-decoration:none;
  box-shadow: 0 18px 60px rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.08);
}
.project-adjacent-card.center { min-width: 190px; align-items:center; text-align:center; background: var(--cap-gold, #ffa100); color:#151515; }
.project-adjacent-card span { font-size:12px; text-transform:uppercase; letter-spacing:.12em; font-weight:900; color: rgba(255,255,255,.62); }
.project-adjacent-card.center span { color:#151515; font-size:20px; }
.project-adjacent-card strong { font-size:18px; line-height:1.25; }
.project-adjacent-card:hover { transform: translateY(-3px); color:#fff; }
.project-adjacent-card.center:hover { color:#151515; }
@media (max-width: 991px) {
  .cap-lang-switch { top: 12px; right: 12px; }
  .project-nav-right { display:none; }
  .project-video-box iframe, .project-video-box video { min-height: 320px; }
  .project-adjacent-grid { grid-template-columns:1fr; }
  .project-adjacent-card, .project-adjacent-card.text-end { text-align:left !important; }
  .project-adjacent-card.center { min-width: unset; }
}
@media (max-width: 767px) {
  .cap-lang-switch { top: auto; bottom: 92px; right: 14px; }
  .project-experience-page .cap-mini-lang { display:none; }
  .project-video-box iframe, .project-video-box video { min-height: 240px; }
  .project-adjacent-card { min-height: 88px; padding: 18px; border-radius: 20px; }
  .project-adjacent-card strong { font-size:16px; }
}

/* CAP v4.5 launch-ready helpers */
.cap-hp-field{position:absolute!important;left:-99999px!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important}
.case-study-panel{margin-top:28px;padding:28px;border-radius:26px;background:linear-gradient(135deg,rgba(20,24,32,.96),rgba(45,34,22,.94));color:#fff;box-shadow:0 22px 60px rgba(0,0,0,.16);overflow:hidden;position:relative}
.case-study-panel:before{content:"";position:absolute;inset:-80px auto auto -80px;width:180px;height:180px;border-radius:50%;background:rgba(255,161,0,.18);filter:blur(2px)}
.case-study-heading span{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,161,0,.16);color:#ffa100;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}
.case-study-heading h3{color:#fff;margin:0 0 18px;font-size:24px}
.case-study-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;position:relative;z-index:1}
.case-study-grid>div{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055)}
.case-study-grid h4,.equipment-used h4{color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px}.case-study-grid p{color:rgba(255,255,255,.78);margin:0;line-height:1.7}.equipment-used{position:relative;z-index:1;margin-top:18px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.equipment-used h4{width:100%;margin-top:0}.equipment-used span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:999px;padding:9px 12px;color:rgba(255,255,255,.86);font-size:13px}.equipment-used i{color:#ffa100}.cap-lightbox{position:fixed;inset:0;background:rgba(4,6,10,.94);z-index:99999;display:none;align-items:center;justify-content:center;padding:34px}.cap-lightbox.active{display:flex}.cap-lightbox img{max-width:min(1180px,92vw);max-height:82vh;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.55);object-fit:contain}.cap-lightbox-open{overflow:hidden}.cap-lightbox-close,.cap-lightbox-prev,.cap-lightbox-next{position:absolute;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;width:48px;height:48px;font-size:34px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px)}.cap-lightbox-close{top:22px;right:24px}.cap-lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}.cap-lightbox-next{right:24px;top:50%;transform:translateY(-50%)}.cap-lightbox-caption{position:absolute;left:24px;right:24px;bottom:22px;text-align:center;color:rgba(255,255,255,.8);font-weight:600}.launch-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(255,161,0,.12);color:#d88400;padding:8px 12px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:768px){.case-study-grid{grid-template-columns:1fr}.case-study-panel{padding:22px}.cap-lightbox{padding:20px}.cap-lightbox-prev,.cap-lightbox-next{width:42px;height:42px}.cap-lightbox-prev{left:10px}.cap-lightbox-next{right:10px}.cap-lightbox-close{right:12px;top:12px}}


/* V4.5.1 Logo Auto Fit Safety
   Uploaded logos can have any pixel size/aspect ratio; this keeps them visually controlled on the website. */
.hero .hero-logo,
.hero-cap-slider .hero-logo {
  max-width: min(340px, 72vw) !important;
  max-height: 92px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
.clients .client-logo img,
.trusted-clients img {
  max-width: 180px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.project-nav-brand img {
  max-width: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
}
@media (max-width: 768px) {
  .hero .hero-logo,
  .hero-cap-slider .hero-logo {
    max-width: min(260px, 70vw) !important;
    max-height: 72px !important;
  }
}


/* V4.5.2 Hero Logo Position Fix
   Bootstrap template main.css has a broad `.hero img` rule that makes every hero image absolute.
   This override forces the uploaded logo back into normal document flow so it stays centered and never overlaps the title. */
.hero .container,
.hero-cap-slider .container {
  position: relative;
  z-index: 3;
}
.hero img.hero-logo,
.hero-cap-slider img.hero-logo {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 5 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: min(170px, 36vw) !important;
  max-height: 78px !important;
  object-fit: contain !important;
  margin: 0 auto 18px !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.5));
}
.hero-cap-slider .col-lg-9 {
  text-align: center;
}
.hero-cap-slider .hero-kicker,
.hero-cap-slider h2,
.hero-cap-slider p,
.hero-cap-slider .hero-cta-row,
.hero-cap-slider .social-links {
  position: relative;
  z-index: 6;
}
@media (max-width: 768px) {
  .hero img.hero-logo,
  .hero-cap-slider img.hero-logo {
    max-width: min(135px, 46vw) !important;
    max-height: 62px !important;
    margin-bottom: 14px !important;
  }
}


/* V4.5.3 Hero Logo Upper Position + Centered CTA
   Moves uploaded CAP logo to the upper hero area, while keeping title, typed text, buttons,
   and social links centered proportionally in the main hero content area. */
.hero-cap-slider {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero-cap-slider .container {
  position: relative !important;
  z-index: 3 !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 8vh !important;
  padding-bottom: 6vh !important;
}
.hero-cap-slider .row {
  width: 100% !important;
  justify-content: center !important;
}
.hero-cap-slider .col-lg-9 {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}
.hero img.hero-logo,
.hero-cap-slider img.hero-logo {
  position: absolute !important;
  top: clamp(120px, 23vh, 245px) !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 7 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: min(190px, 32vw) !important;
  max-height: 86px !important;
  margin: 0 !important;
  object-fit: contain !important;
  opacity: 1 !important;
  pointer-events: none !important;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.55)) !important;
}
.hero-cap-slider .hero-kicker {
  width: 100% !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hero-cap-slider h2,
.hero-cap-slider > .container p,
.hero-cap-slider .col-lg-9 > p {
  width: 100% !important;
  text-align: center !important;
}
.hero-cap-slider .hero-cta-row {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin: 22px auto 0 !important;
  text-align: center !important;
}
.hero-cap-slider .hero-mini-cta {
  margin: 0 !important;
  justify-content: center !important;
}
.hero-cap-slider .social-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 22px auto 0 !important;
}
.hero-cap-slider .social-links a {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .hero img.hero-logo,
  .hero-cap-slider img.hero-logo {
    top: clamp(100px, 21vh, 190px) !important;
    max-width: min(160px, 42vw) !important;
    max-height: 74px !important;
  }
  .hero-cap-slider .container {
    padding-top: 10vh !important;
  }
}
@media (max-width: 576px) {
  .hero img.hero-logo,
  .hero-cap-slider img.hero-logo {
    top: 118px !important;
    max-width: min(132px, 46vw) !important;
    max-height: 62px !important;
  }
  .hero-cap-slider .container {
    padding-top: 12vh !important;
  }
  .hero-cap-slider .hero-cta-row {
    gap: 10px !important;
  }
  .hero-cap-slider .hero-mini-cta {
    width: min(260px, 88vw) !important;
  }
}


/* =========================================================
   CAP V4.7 Premium Interactive Experience Layer
   Non-destructive UI/UX enhancement. Data remains in DB.
   ========================================================= */
.cap-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 99999;
  pointer-events: none;
  background: rgba(255,255,255,.04);
}
.cap-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #ffb72f, #ffffff, #ffb72f);
  box-shadow: 0 0 22px rgba(255, 177, 52, .75);
}
.cap-pointer-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 320px;
  height: 320px;
  margin-left: -160px;
  margin-top: -160px;
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 171, 42, .12), rgba(91, 119, 255, .07) 35%, transparent 68%);
  mix-blend-mode: screen;
  opacity: .75;
}
.hero-cap-slider,
.project-hero {
  --cap-mouse-x: 50%;
  --cap-mouse-y: 45%;
}
.hero-cap-slider::before,
.project-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--cap-mouse-x) var(--cap-mouse-y), rgba(255, 178, 47, .23), rgba(255, 178, 47, .08) 16%, transparent 36%),
    linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.05) 47%, transparent 54%);
  opacity: .75;
  transition: opacity .2s ease;
}
.cap-ambient-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.cap-ambient-field span {
  position: absolute;
  width: 2px;
  height: 58vh;
  top: 15%;
  left: 50%;
  transform-origin: bottom center;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.38), rgba(255, 177, 48, .18), transparent);
  filter: blur(.4px);
  opacity: .34;
  animation: capBeamSweep 9s ease-in-out infinite alternate;
}
.cap-ambient-field span:nth-child(1) { transform: rotate(63deg); animation-delay: -1s; }
.cap-ambient-field span:nth-child(2) { transform: rotate(-58deg); animation-delay: -3s; left: 46%; }
.cap-ambient-field span:nth-child(3) { transform: rotate(78deg); animation-delay: -5s; left: 54%; opacity: .18; }
.cap-ambient-field span:nth-child(4) { transform: rotate(-76deg); animation-delay: -7s; left: 42%; opacity: .18; }
@keyframes capBeamSweep {
  0% { opacity: .08; height: 34vh; filter: blur(1px); }
  50% { opacity: .38; }
  100% { opacity: .16; height: 72vh; filter: blur(.3px); }
}
.hero-cap-slider .container,
.project-hero .container { z-index: 3; }
.cap-magnetic,
.hero-mini-cta,
.cap-btn,
.portfolio-note-cta,
.project-enter-link,
.project-nav-cta {
  position: relative;
  overflow: hidden;
  will-change: transform;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
.cap-ripple {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  pointer-events: none;
  transform: scale(0);
  animation: capRipple .7s ease-out forwards;
}
@keyframes capRipple { to { transform: scale(18); opacity: 0; } }
.cap-tilt-card {
  --cap-rotate-x: 0deg;
  --cap-rotate-y: 0deg;
  transform: perspective(1000px) rotateX(var(--cap-rotate-x)) rotateY(var(--cap-rotate-y)) translateZ(0);
  transform-style: preserve-3d;
}
.cap-tilt-card:hover {
  box-shadow: 0 28px 80px rgba(9, 13, 22, .24) !important;
}
.project-card,
.service-item,
.package-card,
.testimonial-card,
.trusted-card,
.more-project-card,
.process-card,
.detail-block,
.case-study-panel,
.project-meta-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.cap-reveal-item {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(.985);
  transition: opacity .7s ease var(--cap-reveal-delay), transform .7s cubic-bezier(.2,.8,.2,1) var(--cap-reveal-delay);
}
.cap-reveal-item.cap-visible {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
}
.cap-project-discovery {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto 26px;
  padding: 12px 16px;
  border: 1px solid rgba(12, 18, 28, .10);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 60px rgba(13, 18, 27, .08);
  backdrop-filter: blur(16px);
}
.cap-project-discovery label {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 16px;
  background: #10131a;
  color: var(--cap-gold);
  flex: 0 0 auto;
}
.cap-project-discovery input {
  border: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  min-width: 0;
  flex: 1;
}
.cap-project-discovery input::placeholder { color: rgba(17, 24, 39, .45); }
.cap-search-hint {
  flex: 0 0 auto;
  color: rgba(17, 24, 39, .54);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.cap-search-hidden { display: none !important; }
.cap-project-empty {
  display: none;
  text-align: center;
  margin: 24px auto 0;
  padding: 34px 24px;
  max-width: 560px;
  border-radius: 26px;
  border: 1px solid rgba(12, 18, 28, .12);
  background: rgba(255,255,255,.85);
  box-shadow: 0 24px 60px rgba(13, 18, 27, .08);
}
.cap-project-empty.active { display: grid; gap: 10px; }
.cap-project-empty i { font-size: 34px; color: var(--cap-gold); }
.cap-project-empty strong { font-size: 20px; color: #111827; }
.cap-project-empty span { color: rgba(17, 24, 39, .62); }
.project-card-media::after,
.more-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255,255,255,.34) 45%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .9s ease;
}
.project-card:hover .project-card-media::after,
.more-project-card:hover::after { transform: translateX(120%); }
.project-card-media { position: relative; overflow: hidden; }
.project-card-media img { transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.project-card:hover .project-card-media img { transform: scale(1.075); filter: saturate(1.12) contrast(1.05); }
.service-item:hover .icon,
.package-card:hover span:first-child,
.process-card:hover span:first-child {
  transform: translateY(-4px) scale(1.06);
}
.cap-experience-toggle {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 10, 15, .78);
  box-shadow: 0 18px 50px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
  font-family: var(--nav-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.cap-experience-toggle i { color: var(--cap-gold); }
.cap-experience-toggle.active {
  background: linear-gradient(135deg, rgba(255, 170, 40, .95), rgba(255, 222, 138, .9));
  color: #111;
}
.cap-cinema-mode .header,
.cap-cinema-mode .project-top-nav,
.cap-cinema-mode .cap-mini-lang,
.cap-cinema-mode .scroll-top { opacity: .22; transition: opacity .25s ease; }
.cap-cinema-mode .header:hover,
.cap-cinema-mode .project-top-nav:hover,
.cap-cinema-mode .cap-mini-lang:hover,
.cap-cinema-mode .scroll-top:hover { opacity: 1; }
.cap-cinema-mode main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, transparent 0 45%, rgba(0,0,0,.42) 100%);
}
.glightbox-clean .gslide-description,
.glightbox-mobile .gslide-description { background: rgba(8,10,15,.92) !important; }
@media (max-width: 768px) {
  .cap-pointer-glow { display: none; }
  .cap-project-discovery { align-items: stretch; flex-wrap: wrap; border-radius: 18px; }
  .cap-project-discovery label { width: 40px; height: 40px; }
  .cap-project-discovery input { flex: 1 1 calc(100% - 60px); font-size: 14px; }
  .cap-search-hint { flex: 1 1 100%; padding-left: 54px; }
  .cap-experience-toggle { right: 14px; bottom: 86px; height: 38px; }
  .cap-experience-toggle span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cap-ambient-field span,
  .cap-reveal-item,
  .hero-cap-slider .hero-slide,
  .project-card-media img { animation: none !important; transition: none !important; }
  .cap-reveal-item { opacity: 1; transform: none; }
}


/* ============================================================
   V4.7.1 — Premium Quote / Contact Form Polish + Floating CTA Fix
   ============================================================ */
.quotation.section,
.contact.section {
  position: relative;
  overflow: hidden;
}
.quotation.section.light-background {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 181, 54, .12), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(25, 117, 255, .08), transparent 28%),
    linear-gradient(180deg, #f8f9fb 0%, #ffffff 72%);
}
.contact.section {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 181, 54, .10), transparent 26%),
    radial-gradient(circle at 86% 40%, rgba(10, 16, 28, .06), transparent 30%),
    #ffffff;
}
.quotation .section-title,
.contact .section-title {
  max-width: 880px;
}
.quotation .section-title h2,
.contact .section-title h2 {
  letter-spacing: -.03em;
}
.quotation .section-title p,
.contact .section-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(17, 24, 39, .70);
  line-height: 1.75;
}
.quote-form,
.contact .php-email-form {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 32px !important;
  border: 1px solid rgba(17, 24, 39, .08) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
    radial-gradient(circle at 18% 0%, rgba(255, 181, 54, .10), transparent 30%);
  box-shadow: 0 34px 90px rgba(12, 18, 28, .10) !important;
  backdrop-filter: blur(16px);
}
.quote-form::before,
.contact .php-email-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--cap-gold), rgba(255,255,255,.8), var(--cap-gold), transparent);
  opacity: .95;
}
.quote-form::after,
.contact .php-email-form::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -130px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,181,54,.16), transparent 64%);
  pointer-events: none;
}
.quote-form .row,
.contact .php-email-form .row {
  position: relative;
  z-index: 1;
}
.quotation .form-control,
.contact .form-control,
.quotation select.form-control,
.contact select.form-control {
  min-height: 54px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255,255,255,.86);
  color: #111827;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.70);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease;
}
.quotation textarea.form-control,
.contact textarea.form-control {
  min-height: 160px;
  resize: vertical;
}
.quotation .form-control::placeholder,
.contact .form-control::placeholder {
  color: rgba(17, 24, 39, .40);
  font-weight: 600;
}
.quotation .form-control:focus,
.contact .form-control:focus,
.quotation select.form-control:focus,
.contact select.form-control:focus {
  border-color: rgba(255, 181, 54, .86);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 0 0 5px rgba(255, 181, 54, .14), 0 18px 40px rgba(12, 18, 28, .08);
}
.quotation input[type="file"].form-control {
  padding: 10px 14px;
}
.quotation input[type="file"]::file-selector-button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  margin-right: 14px;
  background: #111827;
  color: var(--cap-gold);
  font-weight: 900;
  cursor: pointer;
}
.quotation input[type="date"].form-control,
.quotation select.form-control,
.contact select.form-control {
  cursor: pointer;
}
.contact .info-item {
  min-height: 82px;
  align-items: center;
  padding: 18px 20px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 60px rgba(12, 18, 28, .08) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.contact .info-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 181, 54, .30) !important;
  box-shadow: 0 34px 80px rgba(12, 18, 28, .12) !important;
}
.contact .info-item i {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-right: 16px;
  background: #111827 !important;
  color: var(--cap-gold) !important;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .18);
}
.contact .info-item h3 {
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 900;
  color: #111827;
}
.contact .info-item p {
  margin: 0;
  font-size: 13px;
  color: rgba(17, 24, 39, .68);
  font-weight: 650;
}
.quotation .php-email-form button[type=submit],
.contact .php-email-form button[type=submit] {
  min-width: 172px;
  height: 52px;
  border: 0;
  border-radius: 999px !important;
  padding: 0 30px !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(17, 24, 39, .18);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.quotation .php-email-form button[type=submit]:hover,
.contact .php-email-form button[type=submit]:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--cap-gold), #ffd27a) !important;
  color: #111827 !important;
  box-shadow: 0 22px 52px rgba(255, 181, 54, .26);
}
.quotation .loading,
.quotation .error-message,
.quotation .sent-message,
.contact .loading,
.contact .error-message,
.contact .sent-message {
  border-radius: 16px;
}

/* Floating controls are separated so WhatsApp, scroll-top, and Immersive button never overlap. */
.cap-wa-float {
  right: 92px !important;
  bottom: 24px !important;
  z-index: 9990 !important;
}
.cap-experience-toggle {
  right: 22px !important;
  bottom: 88px !important;
  z-index: 9991 !important;
}
.scroll-top {
  right: 22px !important;
  bottom: 24px !important;
  z-index: 9992 !important;
}
@media (max-width: 768px) {
  .quote-form,
  .contact .php-email-form {
    padding: 22px;
    border-radius: 24px !important;
  }
  .quotation .section-title p,
  .contact .section-title p {
    font-size: 14px;
  }
  .quotation .form-control,
  .contact .form-control,
  .quotation select.form-control,
  .contact select.form-control {
    min-height: 52px;
    border-radius: 14px;
  }
  .cap-wa-float {
    right: 72px !important;
    bottom: 18px !important;
    min-height: 46px;
    padding: 0 14px;
  }
  .cap-wa-float span { display: none; }
  .cap-experience-toggle {
    right: 18px !important;
    bottom: 76px !important;
    height: 40px;
  }
  .scroll-top {
    right: 18px !important;
    bottom: 18px !important;
  }
}


/* ============================================================
   V4.7.2 — FORCE Premium Forms + Floating Button Separation
   Stronger selectors + cache-busted via index.php v=4.7.2
   ============================================================ */
body #quotation.quotation.section,
body section#quotation.contact.section,
body #quotation.light-background {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 177, 43, .20), transparent 25%),
    radial-gradient(circle at 82% 18%, rgba(68, 124, 255, .13), transparent 26%),
    linear-gradient(180deg, #f7f8fb 0%, #ffffff 68%) !important;
}
body section#contact.contact.section {
  padding-top: 90px !important;
  padding-bottom: 100px !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 177, 43, .16), transparent 28%),
    radial-gradient(circle at 84% 32%, rgba(10, 16, 28, .08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%) !important;
}
body #quotation .container:not(.section-title),
body #contact .container:not(.section-title) {
  position: relative;
}
body #quotation form.php-email-form,
body #quotation form.quote-form,
body #contact form.php-email-form {
  width: 100% !important;
  padding: 34px 34px 28px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(16, 24, 40, .10) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.90)) !important;
  box-shadow: 0 32px 90px rgba(15, 23, 42, .12), 0 1px 0 rgba(255,255,255,.9) inset !important;
  overflow: hidden !important;
  position: relative !important;
}
body #quotation form.php-email-form:before,
body #quotation form.quote-form:before,
body #contact form.php-email-form:before {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 5px !important;
  background: linear-gradient(90deg, transparent, #f5b63f, #fff1c8, #f5b63f, transparent) !important;
  opacity: 1 !important;
  z-index: 2 !important;
}
body #quotation form.php-email-form:after,
body #quotation form.quote-form:after,
body #contact form.php-email-form:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  width: 320px !important;
  height: 320px !important;
  right: -160px !important;
  top: -170px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(245, 182, 63, .18), transparent 65%) !important;
  pointer-events: none !important;
}
body #quotation .form-control,
body #quotation select.form-control,
body #contact .form-control,
body #contact select.form-control,
body #quotation input,
body #quotation textarea,
body #quotation select,
body #contact input,
body #contact textarea,
body #contact select {
  min-height: 56px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 42, .13) !important;
  background-color: rgba(255,255,255,.92) !important;
  color: #111827 !important;
  padding: 14px 17px !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset !important;
  outline: none !important;
  transition: all .22s ease !important;
}
body #quotation textarea,
body #contact textarea {
  min-height: 166px !important;
  line-height: 1.65 !important;
}
body #quotation .form-control:focus,
body #quotation input:focus,
body #quotation textarea:focus,
body #quotation select:focus,
body #contact .form-control:focus,
body #contact input:focus,
body #contact textarea:focus,
body #contact select:focus {
  border-color: rgba(245, 182, 63, .95) !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 5px rgba(245, 182, 63, .16), 0 18px 42px rgba(15, 23, 42, .08) !important;
  transform: translateY(-1px) !important;
}
body #quotation input[type=file] {
  padding: 9px 14px !important;
  cursor: pointer !important;
}
body #quotation input[type=file]::file-selector-button {
  border: 0 !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  margin-right: 14px !important;
  background: #101827 !important;
  color: #f5b63f !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}
body #quotation button[type=submit],
body #contact button[type=submit],
body #quotation .php-email-form button[type=submit],
body #contact .php-email-form button[type=submit] {
  min-width: 188px !important;
  height: 54px !important;
  margin-top: 6px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #101827 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  box-shadow: 0 20px 45px rgba(16, 24, 39, .20) !important;
  transition: all .22s ease !important;
}
body #quotation button[type=submit]:hover,
body #contact button[type=submit]:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #f5b63f, #ffd987) !important;
  color: #101827 !important;
  box-shadow: 0 24px 56px rgba(245, 182, 63, .28) !important;
}
body #contact .info-item {
  margin-bottom: 18px !important;
  padding: 20px 22px !important;
  min-height: 86px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(16, 24, 40, .08) !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .10) !important;
  align-items: center !important;
  transition: all .25s ease !important;
}
body #contact .info-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(245, 182, 63, .30) !important;
  box-shadow: 0 36px 90px rgba(15, 23, 42, .14) !important;
}
body #contact .info-item i {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 18px !important;
  margin-right: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #101827 !important;
  color: #f5b63f !important;
  box-shadow: 0 18px 38px rgba(16, 24, 39, .20) !important;
  font-size: 19px !important;
}
body #contact .info-item h3 { font-size: 14px !important; font-weight: 950 !important; margin-bottom: 4px !important; color: #101827 !important; }
body #contact .info-item p { font-size: 13px !important; font-weight: 650 !important; color: rgba(16, 24, 39, .68) !important; margin: 0 !important; }
body a.cap-wa-float { right: 92px !important; bottom: 26px !important; z-index: 9990 !important; }
body .cap-experience-toggle { right: 22px !important; bottom: 88px !important; z-index: 9991 !important; }
body a.scroll-top, body #scroll-top.scroll-top { right: 22px !important; bottom: 26px !important; z-index: 9992 !important; }
@media (max-width: 991px) {
  body #quotation form.php-email-form,
  body #quotation form.quote-form,
  body #contact form.php-email-form { padding: 24px !important; border-radius: 24px !important; }
}
@media (max-width: 768px) {
  body a.cap-wa-float { right: 70px !important; bottom: 18px !important; width: 48px !important; height: 48px !important; padding: 0 !important; justify-content: center !important; }
  body a.cap-wa-float span { display: none !important; }
  body .cap-experience-toggle { right: 18px !important; bottom: 78px !important; }
  body a.scroll-top, body #scroll-top.scroll-top { right: 18px !important; bottom: 18px !important; }
}

/* =========================================================
   CAP V4.8 — Premium Immersive Experience Upgrade
   ========================================================= */
.cap-page-transition{
  position:fixed;inset:0;z-index:100000;pointer-events:none;opacity:0;visibility:hidden;
  background:radial-gradient(circle at 50% 42%, rgba(255,179,48,.18), transparent 28%), rgba(5,7,12,.92);
  display:flex;align-items:center;justify-content:center;transition:opacity .32s ease, visibility .32s ease;
}
.cap-page-transition.active{opacity:1;visibility:visible}
.cap-page-transition-inner{display:flex;flex-direction:column;align-items:center;gap:18px;color:#fff;text-transform:uppercase;letter-spacing:.28em;font-weight:900;font-size:12px}
.cap-loader-mark{width:86px;height:86px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,#ffb52f,#fff0b6);color:#111;box-shadow:0 0 70px rgba(255,181,47,.45);font-size:24px;letter-spacing:-.08em;position:relative;overflow:hidden}
.cap-loader-mark:after{content:"";position:absolute;inset:-50%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);transform:rotate(30deg);animation:capLoaderSweep 1.2s infinite}
@keyframes capLoaderSweep{0%{translate:-80% 0}100%{translate:80% 0}}

.cap-service-selector{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f7f8fb)}
.cap-service-selector:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(255,177,48,.13),transparent 32%),radial-gradient(circle at 80% 45%,rgba(40,80,255,.08),transparent 30%);pointer-events:none}
.cap-service-selector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;position:relative;z-index:2}
.cap-service-choice{border:1px solid rgba(20,25,35,.08);background:rgba(255,255,255,.82);box-shadow:0 22px 60px rgba(16,24,40,.08);border-radius:28px;padding:24px;text-align:left;display:flex;flex-direction:column;gap:12px;min-height:190px;transition:.25s ease;position:relative;overflow:hidden;color:#20222a}
.cap-service-choice:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,177,48,.20),transparent 45%,rgba(17,24,39,.08));opacity:0;transition:.25s ease}
.cap-service-choice i{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:#111722;color:#ffb52f;font-size:22px;position:relative;z-index:1}
.cap-service-choice strong{font-size:18px;font-weight:900;position:relative;z-index:1;color:#151923}
.cap-service-choice span{font-size:13px;line-height:1.65;color:#656b78;position:relative;z-index:1}
.cap-service-choice:hover,.cap-service-choice.active{transform:translateY(-6px);border-color:rgba(255,177,48,.45);box-shadow:0 30px 90px rgba(255,177,48,.16)}
.cap-service-choice.active:before{opacity:1}
.cap-service-recommendation{margin-top:22px;border-radius:30px;background:#121722;color:#fff;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:0 34px 90px rgba(17,23,34,.24);position:relative;z-index:2;overflow:hidden}
.cap-service-recommendation:before{content:"";position:absolute;inset:auto 0 0 0;height:2px;background:linear-gradient(90deg,transparent,#ffb52f,transparent)}
.cap-service-recommendation span{display:block;color:#ffb52f;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.22em;margin-bottom:8px}
.cap-service-recommendation h3{color:#fff;font-size:24px;margin:0 0 8px}
.cap-service-recommendation p{margin:0;color:rgba(255,255,255,.74);max-width:760px}
.cap-service-recommendation .cap-btn{white-space:nowrap;background:#ffb52f;color:#111;border-radius:999px;padding:14px 22px;font-weight:900}

.cap-quote-wizard-section{background:linear-gradient(180deg,#f8f8f9,#fff)}
.cap-quote-wizard{max-width:1120px!important;margin:0 auto!important;background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important}
.cap-wizard-shell{display:grid;grid-template-columns:330px 1fr;background:#fff;border:1px solid rgba(18,23,34,.08);border-radius:34px;overflow:hidden;box-shadow:0 34px 110px rgba(17,23,34,.12)}
.cap-wizard-aside{background:radial-gradient(circle at 35% 15%,rgba(255,181,47,.25),transparent 32%),linear-gradient(160deg,#111722,#080b12);color:#fff;padding:34px 30px;display:flex;flex-direction:column;justify-content:space-between;min-height:520px;position:relative;overflow:hidden}
.cap-wizard-aside:after{content:"";position:absolute;inset:auto -20% 0 -20%;height:130px;background:linear-gradient(90deg,transparent,rgba(255,181,47,.28),transparent);filter:blur(20px)}
.cap-wizard-aside>span{color:#ffb52f;text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:900}
.cap-wizard-aside h3{color:#fff;font-size:30px;line-height:1.1;margin:14px 0}
.cap-wizard-aside p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.7}
.cap-wizard-progress{height:8px;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden;margin:24px 0}
.cap-wizard-progress span{display:block;height:100%;width:25%;background:linear-gradient(90deg,#ffb52f,#fff0b8);border-radius:999px;transition:.25s ease}
.cap-wizard-aside ol{list-style:none;padding:0;margin:0;display:grid;gap:10px;position:relative;z-index:2}
.cap-wizard-aside li{padding:12px 14px;border-radius:16px;color:rgba(255,255,255,.58);font-weight:800;font-size:13px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);transition:.22s ease}
.cap-wizard-aside li.active{background:rgba(255,181,47,.16);color:#fff;border-color:rgba(255,181,47,.45)}
.cap-wizard-main{padding:34px;position:relative;background:linear-gradient(180deg,#fff,#fbfbfc)}
.cap-wizard-step{display:none;animation:capStepIn .3s ease both}
.cap-wizard-step.active{display:block}
@keyframes capStepIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.cap-step-heading{display:flex;align-items:center;gap:14px;margin-bottom:26px}
.cap-step-heading span{width:44px;height:44px;border-radius:16px;background:#111722;color:#ffb52f;display:grid;place-items:center;font-weight:900}
.cap-step-heading h3{margin:0;font-size:24px;font-weight:900;color:#141821}
.cap-quote-wizard label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#6e7480;font-weight:900;margin:0 0 8px}
.cap-quote-wizard .form-control{border:1px solid rgba(17,23,34,.12)!important;border-radius:16px!important;min-height:54px!important;background:#fff!important;color:#141821!important;box-shadow:none!important;padding:14px 16px!important}
.cap-quote-wizard textarea.form-control{min-height:150px!important}
.cap-quote-wizard .form-control:focus{border-color:#ffb52f!important;box-shadow:0 0 0 5px rgba(255,181,47,.14)!important}
.cap-upload-drop{border:1px dashed rgba(17,23,34,.22);border-radius:24px;background:#fff;padding:34px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}
.cap-upload-drop i{font-size:44px;color:#ffb52f}
.cap-upload-drop strong{font-size:20px;color:#141821}
.cap-upload-drop span{font-size:14px;color:#687080;max-width:600px}
.cap-upload-drop input{margin-top:18px;max-width:560px}
.cap-wizard-actions{margin-top:28px;display:flex;justify-content:space-between;gap:12px;align-items:center}
.cap-wizard-actions button{border:0;border-radius:999px;padding:13px 22px;font-weight:900;display:inline-flex;align-items:center;gap:8px;transition:.22s ease}
.cap-wizard-prev{background:#eef0f4;color:#1b2130}.cap-wizard-prev:disabled{opacity:.35;cursor:not-allowed}
.cap-wizard-next,.cap-wizard-submit{background:#111722;color:#fff}.cap-wizard-submit{display:none}.cap-wizard-submit.active{display:inline-flex}.cap-wizard-next.hidden{display:none}.cap-wizard-actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 36px rgba(17,23,34,.16)}
.cap-wizard-response{margin-top:14px}.cap-wizard-response .loading,.cap-wizard-response .error-message,.cap-wizard-response .sent-message{display:none}

.project-journey-strip{background:#070a11;color:#fff;position:relative;overflow:hidden}
.project-journey-strip:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,181,47,.16),transparent 28%),radial-gradient(circle at 80% 10%,rgba(56,105,255,.12),transparent 30%);pointer-events:none}
.project-journey-strip .section-title h2,.project-journey-strip .section-title p{color:#fff}.project-journey-strip .section-title p{color:rgba(255,255,255,.68)}
.cap-journey-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;position:relative;z-index:2}
.cap-journey-item{border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:28px;padding:26px;min-height:270px;position:relative;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.22)}
.cap-journey-item:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,transparent,#ffb52f,transparent)}
.cap-journey-item span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:18px;background:#ffb52f;color:#111;font-weight:900;margin-bottom:18px}
.cap-journey-item h3{color:#fff;font-weight:900;font-size:20px}.cap-journey-item p{color:rgba(255,255,255,.68);font-size:14px;line-height:1.7;margin:0}

.cap-before-after-section{position:relative;overflow:hidden}.cap-before-after{position:relative;border-radius:34px;overflow:hidden;min-height:620px;background:#0b0e15;box-shadow:0 35px 110px rgba(17,23,34,.26);isolation:isolate}.cap-before-after img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cap-ba-after-wrap{position:absolute;inset:0;width:55%;overflow:hidden;border-right:2px solid rgba(255,181,47,.95)}.cap-ba-after-wrap:after{content:"";position:absolute;right:-18px;top:50%;width:36px;height:36px;border-radius:50%;transform:translateY(-50%);background:#ffb52f;box-shadow:0 0 40px rgba(255,181,47,.6)}.cap-ba-after{width:calc(100vw - 0px)!important;max-width:none!important}.cap-ba-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:5}.cap-ba-label{position:absolute;top:24px;padding:10px 14px;border-radius:999px;background:rgba(0,0,0,.55);backdrop-filter:blur(12px);color:#fff;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:11px;z-index:4}.cap-ba-label-before{left:24px}.cap-ba-label-after{right:24px}

.cap-hotspot-section{background:#fff}.cap-hotspot-stage{position:relative;border-radius:34px;overflow:hidden;box-shadow:0 35px 110px rgba(17,23,34,.22);background:#0b0e15;min-height:620px}.cap-hotspot-stage>img{width:100%;height:680px;object-fit:cover;display:block;filter:saturate(1.1) contrast(1.04)}.cap-hotspot-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,12,.18),transparent 42%,rgba(5,7,12,.45));pointer-events:none}.cap-hotspot-dot{position:absolute;z-index:5;width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.75);background:#ffb52f;color:#111;display:grid;place-items:center;box-shadow:0 0 0 12px rgba(255,181,47,.20),0 0 44px rgba(255,181,47,.55);transform:translate(-50%,-50%);font-weight:900}.cap-hotspot-dot:before{content:"";position:absolute;inset:-14px;border-radius:50%;border:1px solid rgba(255,181,47,.55);animation:capHotspotPulse 1.6s infinite}.cap-hotspot-dot.active,.cap-hotspot-dot:hover{background:#fff;transform:translate(-50%,-50%) scale(1.08)}@keyframes capHotspotPulse{0%{transform:scale(.82);opacity:.8}100%{transform:scale(1.55);opacity:0}}.cap-hotspot-card{position:absolute;right:28px;bottom:28px;z-index:7;width:min(390px,calc(100% - 56px));background:rgba(8,11,18,.78);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);border-radius:28px;padding:26px;color:#fff;box-shadow:0 20px 70px rgba(0,0,0,.34)}.cap-hotspot-card span{color:#ffb52f;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.22em}.cap-hotspot-card h3{color:#fff;margin:8px 0;font-size:24px}.cap-hotspot-card p{color:rgba(255,255,255,.72);margin:0;line-height:1.65}

.project-gallery .premium-gallery-grid{position:relative}.premium-gallery-item{transition:.25s ease}.premium-gallery-item:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 90px rgba(0,0,0,.22)}
.cap-immersive-ready .project-card,.cap-immersive-ready .premium-gallery-item,.cap-immersive-ready .service-item{will-change:transform}

@media (max-width: 1199px){.cap-service-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cap-journey-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.cap-wizard-shell{grid-template-columns:1fr}.cap-wizard-aside{min-height:auto}.cap-wizard-aside ol{grid-template-columns:repeat(2,minmax(0,1fr))}.cap-before-after,.cap-hotspot-stage{min-height:480px}.cap-hotspot-stage>img{height:540px}}
@media (max-width: 767px){.cap-service-selector-grid,.cap-journey-timeline{grid-template-columns:1fr}.cap-service-recommendation{flex-direction:column;align-items:flex-start}.cap-wizard-main,.cap-wizard-aside{padding:24px}.cap-wizard-aside ol{grid-template-columns:1fr}.cap-wizard-actions{flex-wrap:wrap}.cap-wizard-actions button{flex:1;justify-content:center}.cap-before-after,.cap-hotspot-stage{min-height:360px;border-radius:24px}.cap-hotspot-stage>img{height:430px}.cap-hotspot-card{position:relative;right:auto;bottom:auto;width:auto;margin:16px;background:#111722}.cap-hotspot-dot{width:36px;height:36px}.cap-ba-label{top:14px;font-size:10px}.cap-ba-label-before{left:14px}.cap-ba-label-after{right:14px}.cap-service-choice{min-height:auto}.cap-wizard-shell{border-radius:26px}}


/* =========================================================
   CAP V4.9 - Advanced Immersive Experience Layer
   ========================================================= */
body[data-cap-mood="club"] { --cap-mood-a: rgba(179,64,255,.34); --cap-mood-b: rgba(255,184,43,.22); }
body[data-cap-mood="stage"] { --cap-mood-a: rgba(255,88,48,.30); --cap-mood-b: rgba(255,207,74,.22); }
body[data-cap-mood="led"] { --cap-mood-a: rgba(0,215,255,.28); --cap-mood-b: rgba(70,108,255,.22); }
body[data-cap-mood="luxury"] { --cap-mood-a: rgba(255,190,88,.28); --cap-mood-b: rgba(255,255,255,.16); }
.hero-cap-slider::after,
.project-hero::after {
  background: radial-gradient(circle at var(--cap-mouse-x,50%) var(--cap-mouse-y,35%), var(--cap-mood-a, rgba(255,184,43,.18)), transparent 34%), radial-gradient(circle at 70% 25%, var(--cap-mood-b, rgba(153,97,255,.18)), transparent 38%);
}
.cap-hero-mood-panel {
  display:flex; align-items:center; justify-content:center; gap:8px; flex-wrap:wrap; margin-top:18px;
}
.cap-hero-mood-panel span { font-size:10px; letter-spacing:.22em; text-transform:uppercase; color:rgba(255,255,255,.68); margin-right:4px; }
.cap-hero-mood-panel button {
  border:1px solid rgba(255,255,255,.18); color:#fff; background:rgba(10,13,22,.48); border-radius:999px; padding:8px 12px; font-size:12px; font-weight:700; display:inline-flex; align-items:center; gap:6px; backdrop-filter: blur(12px); transition:.25s ease;
}
.cap-hero-mood-panel button:hover,
.cap-hero-mood-panel button.active { border-color:rgba(246,185,59,.75); background:rgba(246,185,59,.20); color:#f8c85d; transform:translateY(-2px); }
.cap-showreel-highlights { background:#0b0f18; color:#fff; position:relative; overflow:hidden; }
.cap-showreel-highlights::before { content:""; position:absolute; inset:-30%; background: radial-gradient(circle at 20% 10%, rgba(246,185,59,.16), transparent 30%), radial-gradient(circle at 80% 90%, rgba(82,118,255,.18), transparent 30%); pointer-events:none; }
.cap-showreel-highlights .section-title h2,
.cap-showreel-highlights .section-title p { color:#fff; }
.cap-highlight-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; position:relative; z-index:1; }
.cap-highlight-grid article { background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); border:1px solid rgba(255,255,255,.12); border-radius:26px; padding:26px; box-shadow:0 24px 80px rgba(0,0,0,.35); }
.cap-highlight-grid i { width:46px; height:46px; border-radius:16px; display:grid; place-items:center; background:#f6b93b; color:#111; font-size:20px; margin-bottom:18px; }
.cap-highlight-grid span { color:#f6b93b; text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:800; }
.cap-highlight-grid h3 { color:#fff; font-size:22px; margin:10px 0; }
.cap-highlight-grid p { color:rgba(255,255,255,.72); margin:0; }
.cap-visual-planner { position:relative; overflow:hidden; }
.cap-visual-planner::before { content:""; position:absolute; inset:auto -20% -45% -20%; height:440px; background:radial-gradient(circle, rgba(246,185,59,.20), transparent 64%); pointer-events:none; }
.cap-planner-shell { display:grid; grid-template-columns:1.3fr .7fr; gap:22px; position:relative; z-index:1; }
.cap-planner-controls, .cap-planner-result { background:rgba(255,255,255,.88); border:1px solid rgba(18,24,38,.08); border-radius:30px; padding:26px; box-shadow:0 24px 90px rgba(12,18,30,.10); backdrop-filter:blur(14px); }
.cap-planner-group { padding:18px; border-radius:22px; background:#fff; border:1px solid rgba(18,24,38,.08); margin-bottom:14px; }
.cap-planner-group:last-child { margin-bottom:0; }
.cap-planner-group > span { display:block; margin-bottom:12px; text-transform:uppercase; letter-spacing:.16em; font-size:11px; color:#6b7280; font-weight:900; }
.cap-planner-group button { border:1px solid rgba(18,24,38,.10); background:#f7f8fb; color:#121826; border-radius:999px; padding:10px 14px; margin:4px; font-weight:800; font-size:13px; transition:.2s ease; }
.cap-planner-group button.active, .cap-planner-group button:hover { background:#121826; color:#f6b93b; border-color:#121826; transform:translateY(-2px); }
.cap-planner-result { background:linear-gradient(145deg,#121826,#060912); color:#fff; display:flex; flex-direction:column; justify-content:center; min-height:360px; }
.cap-planner-result > span { color:#f6b93b; text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:900; }
.cap-planner-result h3 { color:#fff; font-size:30px; line-height:1.08; margin:12px 0; }
.cap-planner-result p { color:rgba(255,255,255,.72); }
.cap-planner-tags { display:flex; flex-wrap:wrap; gap:8px; margin:10px 0 18px; }
.cap-planner-tags span { border:1px solid rgba(255,255,255,.15); background:rgba(255,255,255,.06); border-radius:999px; padding:7px 10px; color:rgba(255,255,255,.8); font-size:12px; }
.cap-visitor-journey-cta, .cap-project-closing-cta { background:#080b12; color:#fff; position:relative; overflow:hidden; }
.cap-visitor-journey-cta::before, .cap-project-closing-cta::before { content:""; position:absolute; inset:0; background:linear-gradient(120deg, rgba(246,185,59,.20), transparent 35%, rgba(92,109,255,.18)); pointer-events:none; }
.cap-journey-cta-card, .cap-project-cta-card { position:relative; z-index:1; border:1px solid rgba(255,255,255,.14); border-radius:34px; padding:46px; background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); box-shadow:0 30px 100px rgba(0,0,0,.38); text-align:center; }
.cap-journey-cta-card span, .cap-project-cta-card span { color:#f6b93b; text-transform:uppercase; letter-spacing:.20em; font-size:12px; font-weight:900; }
.cap-journey-cta-card h2, .cap-project-cta-card h2 { color:#fff; max-width:820px; margin:14px auto 10px; font-size:38px; }
.cap-journey-cta-card p, .cap-project-cta-card p { color:rgba(255,255,255,.72); max-width:760px; margin:0 auto 22px; }
.cap-journey-cta-card > div, .cap-project-cta-card > div { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.cap-project-chapter-nav { position:fixed; right:22px; top:50%; transform:translateY(-50%); z-index:997; display:flex; flex-direction:column; gap:8px; }
.cap-project-chapter-nav a { width:126px; display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.72); background:rgba(7,10,16,.66); border:1px solid rgba(255,255,255,.12); border-radius:999px; padding:8px 10px; font-size:12px; font-weight:800; backdrop-filter:blur(12px); }
.cap-project-chapter-nav a span { width:26px; height:26px; border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.08); color:#f6b93b; font-size:10px; }
.cap-project-chapter-nav a.active, .cap-project-chapter-nav a:hover { color:#10131a; background:#f6b93b; border-color:#f6b93b; }
.cap-project-chapter-nav a.active span, .cap-project-chapter-nav a:hover span { background:#10131a; color:#f6b93b; }
.cap-project-snapshot { padding:34px 0; }
.cap-snapshot-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:-76px; position:relative; z-index:5; }
.cap-snapshot-grid article { background:rgba(255,255,255,.92); border:1px solid rgba(18,24,38,.08); border-radius:24px; padding:22px; box-shadow:0 20px 80px rgba(12,18,30,.14); }
.cap-snapshot-grid span { color:#6b7280; text-transform:uppercase; letter-spacing:.16em; font-size:10px; font-weight:900; display:block; }
.cap-snapshot-grid strong { color:#121826; display:block; font-size:26px; margin-top:8px; line-height:1.05; word-break:break-word; }
.cap-snapshot-grid small { color:#8a91a2; font-weight:700; }
.cap-gallery-toolbar { display:flex; justify-content:space-between; gap:16px; align-items:center; margin-bottom:20px; border:1px solid rgba(18,24,38,.08); background:#fff; border-radius:22px; padding:16px 18px; box-shadow:0 16px 50px rgba(12,18,30,.08); }
.cap-gallery-toolbar span { display:block; color:#6b7280; text-transform:uppercase; letter-spacing:.16em; font-size:10px; font-weight:900; }
.cap-gallery-toolbar strong { color:#121826; font-size:18px; }
.cap-gallery-presentation { border:0; border-radius:999px; background:#121826; color:#f6b93b; padding:11px 16px; font-weight:900; display:inline-flex; align-items:center; gap:8px; }
body.cap-presentation-mode .project-top-nav,
body.cap-presentation-mode .project-bottom-nav,
body.cap-presentation-mode .cap-project-chapter-nav,
body.cap-presentation-mode .cap-wa-float,
body.cap-presentation-mode .cap-experience-toggle,
body.cap-presentation-mode .scroll-top { opacity:.18; transition:.25s ease; }
body.cap-presentation-mode .premium-gallery-grid { gap:10px; }
body.cap-presentation-mode .premium-gallery-item { border-radius:10px; }
body.cap-presentation-mode .project-gallery { background:#05070c !important; color:#fff; }
body.cap-presentation-mode .project-gallery .section-title h2,
body.cap-presentation-mode .project-gallery .section-title p { color:#fff; }
body.cap-presentation-mode .cap-gallery-toolbar { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.12); color:#fff; }
body.cap-presentation-mode .cap-gallery-toolbar strong { color:#fff; }
@media (max-width: 1199px) { .cap-project-chapter-nav { display:none; } }
@media (max-width: 991px) {
  .cap-highlight-grid, .cap-planner-shell, .cap-snapshot-grid { grid-template-columns:1fr; }
  .cap-snapshot-grid { margin-top:0; }
  .cap-journey-cta-card, .cap-project-cta-card { padding:30px 22px; }
  .cap-journey-cta-card h2, .cap-project-cta-card h2 { font-size:28px; }
}
@media (max-width: 575px) {
  .cap-hero-mood-panel { margin-top:12px; }
  .cap-hero-mood-panel span { width:100%; }
  .cap-hero-mood-panel button { padding:7px 9px; font-size:11px; }
  .cap-gallery-toolbar { flex-direction:column; align-items:flex-start; }
}


/* V5.0 Interactive controls safety */
.cap-no-immersive .cap-experience-toggle{display:none!important}
.cap-no-cursor .cap-cursor-glow{display:none!important}
body[data-cap-intensity="soft"] .cap-ambient-field, body[data-cap-intensity="soft"] .cap-spotlight{opacity:.45}
body[data-cap-intensity="cinematic"] .cap-ambient-field, body[data-cap-intensity="cinematic"] .cap-spotlight{opacity:1;filter:saturate(1.25)}
body[data-cap-intensity="cinematic"] .project-card:hover, body[data-cap-intensity="cinematic"] .service-item:hover{transform:translateY(-10px) scale(1.01)}


/* =========================================================
   CAP V5.1 — Conversion Concierge + Inspiration Shortlist
   ========================================================= */
:root{
  --cap-glass-dark: rgba(10, 12, 18, .76);
  --cap-glass-soft: rgba(255,255,255,.78);
}
.cap-save-project,
.cap-share-project,
.cap-shortlist-main,
.cap-concierge-main,
.cap-mobile-dock a,
.cap-brief-action{
  -webkit-tap-highlight-color: transparent;
}
.project-card{position:relative;overflow:hidden}
.project-card .cap-save-project{
  border:0;
  min-width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(8,12,20,.08);
  color:#111827;
  transition:.25s ease;
  box-shadow:inset 0 0 0 1px rgba(17,24,39,.08);
}
.project-card .cap-save-project:hover{transform:translateY(-2px);background:#111827;color:#fff;box-shadow:0 16px 35px rgba(0,0,0,.18)}
.project-card .cap-save-project.saved{background:linear-gradient(135deg,#ffb52f,#ffdf8a);color:#111827;box-shadow:0 16px 38px rgba(255,181,47,.26)}
.cap-detail-toolstrip{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}
.cap-detail-toolstrip .cap-save-project,
.cap-detail-toolstrip .cap-share-project{
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.09);
  color:#fff;
  backdrop-filter:blur(14px);
  border-radius:999px;
  padding:12px 16px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:.25s ease;
}
.cap-detail-toolstrip .cap-save-project:hover,
.cap-detail-toolstrip .cap-share-project:hover{background:#fff;color:#111827;transform:translateY(-2px)}
.cap-detail-toolstrip .cap-save-project.saved{background:linear-gradient(135deg,#ffb52f,#ffe0a3);color:#111827;border-color:transparent}
.cap-floating-cluster{
  position:fixed;
  right:22px;
  bottom:154px;
  z-index:9992;
  display:flex;
  flex-direction:column;
  gap:12px;
  pointer-events:none;
}
.cap-shortlist-main,
.cap-concierge-main{
  pointer-events:auto;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,rgba(13,16,24,.88),rgba(28,21,13,.82));
  color:#fff;
  border-radius:999px;
  height:50px;
  min-width:50px;
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:center;
  padding:0 17px;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
  transition:.25s ease;
}
.cap-shortlist-main:hover,
.cap-concierge-main:hover{transform:translateY(-3px);box-shadow:0 26px 65px rgba(0,0,0,.38)}
.cap-shortlist-main i,
.cap-concierge-main i{color:#ffca66;font-size:18px}
.cap-shortlist-count{
  min-width:22px;
  height:22px;
  border-radius:999px;
  background:#ffb52f;
  color:#111827;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:1000;
  margin-left:2px;
}
.cap-shortlist-drawer,
.cap-concierge-panel{
  position:fixed;
  right:22px;
  bottom:22px;
  width:min(440px,calc(100vw - 28px));
  max-height:calc(100vh - 44px);
  z-index:10002;
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(16,18,26,.96),rgba(10,12,18,.96));
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 38px 110px rgba(0,0,0,.52);
  backdrop-filter:blur(24px);
  opacity:0;
  transform:translateY(20px) scale(.98);
  pointer-events:none;
  transition:.25s ease;
}
.cap-shortlist-drawer.active,
.cap-concierge-panel.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.cap-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:22px 22px 16px;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.cap-panel-head span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:10px;
  color:#ffca66;
  font-weight:900;
  margin-bottom:5px;
}
.cap-panel-head h3{margin:0;color:#fff;font-size:20px;font-weight:900;line-height:1.18}
.cap-panel-head p{margin:6px 0 0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.55}
.cap-panel-close{border:0;background:rgba(255,255,255,.08);color:#fff;width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.cap-panel-body{padding:18px 22px 22px;overflow:auto;max-height:62vh}
.cap-shortlist-empty{padding:18px;border-radius:20px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.7);text-align:center;line-height:1.6}
.cap-shortlist-items{display:flex;flex-direction:column;gap:12px}
.cap-shortlist-item{display:grid;grid-template-columns:74px 1fr auto;gap:13px;align-items:center;border-radius:20px;background:rgba(255,255,255,.07);padding:10px;border:1px solid rgba(255,255,255,.07)}
.cap-shortlist-item img{width:74px;height:58px;object-fit:cover;border-radius:14px;background:#111827}
.cap-shortlist-item strong{display:block;color:#fff;font-size:14px;line-height:1.25;margin-bottom:4px}
.cap-shortlist-item span{color:rgba(255,255,255,.58);font-size:12px}
.cap-shortlist-remove{border:0;background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);width:34px;height:34px;border-radius:999px}
.cap-shortlist-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.cap-brief-action,
.cap-panel-primary,
.cap-panel-secondary{
  border:0;
  border-radius:999px;
  min-height:46px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  transition:.25s ease;
}
.cap-panel-primary{background:linear-gradient(135deg,#ffb52f,#ffdf8a);color:#111827}
.cap-panel-secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.1)}
.cap-panel-primary:hover,.cap-panel-secondary:hover{transform:translateY(-2px)}
.cap-concierge-steps{display:flex;gap:7px;margin-bottom:16px}
.cap-concierge-dot{height:5px;flex:1;border-radius:999px;background:rgba(255,255,255,.12)}
.cap-concierge-dot.active{background:linear-gradient(90deg,#ffb52f,#ffe0a3)}
.cap-concierge-step{display:none}.cap-concierge-step.active{display:block}
.cap-concierge-step h4{color:#fff;font-weight:900;font-size:16px;margin:0 0 12px}
.cap-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cap-choice-pill{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.06);color:#fff;border-radius:18px;padding:13px;text-align:left;font-weight:800;line-height:1.3;transition:.2s ease}
.cap-choice-pill:hover,.cap-choice-pill.active{background:rgba(255,181,47,.16);border-color:rgba(255,181,47,.5);transform:translateY(-1px)}
.cap-concierge-summary{border-radius:20px;background:rgba(255,181,47,.1);border:1px solid rgba(255,181,47,.22);padding:16px;margin:12px 0;color:rgba(255,255,255,.86);line-height:1.65;font-size:14px}
.cap-concierge-nav{display:flex;gap:10px;justify-content:space-between;margin-top:16px}
.cap-concierge-nav button{flex:1}
.cap-quote-live-brief{
  margin:18px 0 0;
  border:1px solid rgba(255,181,47,.2);
  background:linear-gradient(135deg,rgba(255,181,47,.12),rgba(255,255,255,.75));
  border-radius:22px;
  padding:16px 18px;
  color:#151922;
}
.cap-quote-live-brief span{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:1000;color:#a36a00;margin-bottom:6px}
.cap-quote-live-brief strong{display:block;font-size:16px;font-weight:1000;line-height:1.35;margin-bottom:4px}
.cap-quote-live-brief p{margin:0;color:#5d6470;font-size:13px;line-height:1.6}
.cap-mobile-dock{
  display:none;
  position:fixed;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:9993;
  min-height:64px;
  border-radius:24px;
  background:rgba(12,14,20,.88);
  color:#fff;
  box-shadow:0 22px 65px rgba(0,0,0,.35);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.1);
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
}
.cap-mobile-dock a,
.cap-mobile-dock button{
  border:0;
  background:transparent;
  color:rgba(255,255,255,.76);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  font-size:10px;
  font-weight:800;
  text-decoration:none;
}
.cap-mobile-dock i{font-size:18px;color:#ffca66}
.cap-mobile-dock .primary{background:linear-gradient(135deg,rgba(255,181,47,.22),rgba(255,224,163,.08));color:#fff}
.cap-toast{
  position:fixed;
  left:50%;
  bottom:32px;
  transform:translate(-50%,20px);
  opacity:0;
  pointer-events:none;
  z-index:10010;
  border-radius:999px;
  background:rgba(10,12,18,.9);
  color:#fff;
  padding:12px 18px;
  font-weight:800;
  font-size:13px;
  box-shadow:0 20px 55px rgba(0,0,0,.32);
  transition:.25s ease;
}
.cap-toast.active{opacity:1;transform:translate(-50%,0)}
@media (max-width:991px){
  body.index-page{padding-bottom:86px}
  .cap-mobile-dock{display:grid}
  .cap-floating-cluster{right:14px;bottom:92px;gap:9px}
  .cap-shortlist-main,.cap-concierge-main{width:48px;height:48px;min-width:48px;padding:0}
  .cap-shortlist-main .cap-float-label,.cap-concierge-main .cap-float-label{display:none}
  .cap-shortlist-count{position:absolute;right:-4px;top:-4px}
  .cap-shortlist-drawer,.cap-concierge-panel{right:10px;left:10px;bottom:86px;width:auto;border-radius:26px}
  .cap-panel-body{max-height:56vh}
  .cap-choice-grid{grid-template-columns:1fr}
  .cap-shortlist-actions{grid-template-columns:1fr}
  body.index-page a.cap-wa-float{display:none!important}
}
@media (max-width:575px){
  .cap-shortlist-item{grid-template-columns:62px 1fr auto}
  .cap-shortlist-item img{width:62px;height:52px}
  .cap-panel-head{padding:19px 18px 14px}
  .cap-panel-body{padding:15px 18px 18px}
  .cap-toast{bottom:96px;white-space:nowrap;max-width:calc(100vw - 28px);overflow:hidden;text-overflow:ellipsis}
}


/* =========================================================
   CAP V5.2 - Selectable Hero Slider Styles
   ========================================================= */
.hero-cap-slider{
  --cap-slider-accent: var(--cap-gold);
  --cap-slider-glow: rgba(255,181,47,.28);
}
.hero-cap-slider .hero-slides{z-index:0;}
.hero-cap-slider .hero-slide.active{animation:capSliderKenBurns 7.5s ease both;}
@keyframes capSliderKenBurns{0%{transform:scale(1.06)}100%{transform:scale(1)}}
.cap-slider-style-panel{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.cap-slider-style-panel span{
  font-size:10px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(255,255,255,.68);
  margin-right:4px;
}
.cap-slider-style-panel button{
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.86);
  background:rgba(9,12,20,.44);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:6px;
  backdrop-filter:blur(14px);
  transition:.25s ease;
}
.cap-slider-style-panel button:hover,
.cap-slider-style-panel button.active{
  color:#111;
  background:linear-gradient(135deg,#ffbf49,#fff1c5);
  border-color:rgba(255,255,255,.62);
  box-shadow:0 14px 40px rgba(255,181,47,.24);
  transform:translateY(-2px);
}

/* Immersive: strongest lighting atmosphere */
.hero-cap-slider.cap-slider-style-immersive .hero-overlay{
  background:
    radial-gradient(circle at var(--cap-mouse-x,78%) var(--cap-mouse-y,18%), rgba(255, 181, 47, .30), transparent 28%),
    radial-gradient(circle at 16% 82%, rgba(95, 118, 255, .18), transparent 34%),
    linear-gradient(90deg, rgba(5, 7, 12, .88), rgba(5, 7, 12, .47) 48%, rgba(5, 7, 12, .22));
}
.hero-cap-slider.cap-slider-style-immersive .hero-slide.active{animation:capSliderImmersive 8.8s ease both;}
@keyframes capSliderImmersive{0%{transform:scale(1.09) translate3d(1.2%,0,0);filter:saturate(1.12) contrast(1.08)}100%{transform:scale(1.01) translate3d(0,0,0);filter:saturate(1.18) contrast(1.08)}}

/* Premium: luxury glass profile feeling */
.hero-cap-slider.cap-slider-style-premium .hero-overlay{
  background:
    radial-gradient(circle at 64% 28%, rgba(255,224,151,.20), transparent 34%),
    linear-gradient(115deg, rgba(4,6,10,.88), rgba(12,12,16,.58) 46%, rgba(255,255,255,.08));
}
.hero-cap-slider.cap-slider-style-premium .col-lg-9{
  margin-inline:auto;
  max-width:920px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  border-radius:36px;
  padding:40px 34px 34px;
  box-shadow:0 40px 120px rgba(0,0,0,.38);
  backdrop-filter:blur(18px);
}
.hero-cap-slider.cap-slider-style-premium .hero-logo{margin-bottom:16px;}
.hero-cap-slider.cap-slider-style-premium .hero-mini-cta{box-shadow:0 16px 44px rgba(255,181,47,.25);}
.hero-cap-slider.cap-slider-style-premium .hero-slide.active{animation:capSliderPremium 8s ease both;}
@keyframes capSliderPremium{0%{transform:scale(1.04);filter:saturate(.94) contrast(1.08) brightness(.92)}100%{transform:scale(1);filter:saturate(.98) contrast(1.08) brightness(.98)}}

/* Modern: clean editorial and sharp contrast */
.hero-cap-slider.cap-slider-style-modern .hero-overlay{
  background:
    linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.66) 42%, rgba(255,255,255,.18)),
    linear-gradient(135deg, rgba(17,24,39,.18), transparent 58%);
}
.hero-cap-slider.cap-slider-style-modern h2,
.hero-cap-slider.cap-slider-style-modern p,
.hero-cap-slider.cap-slider-style-modern .typed,
.hero-cap-slider.cap-slider-style-modern .typed-cursor{
  color:#10131a;
  text-shadow:none;
}
.hero-cap-slider.cap-slider-style-modern .hero-kicker{color:#b36f00!important;}
.hero-cap-slider.cap-slider-style-modern .social-links a{
  background:#fff;
  color:#111!important;
  box-shadow:0 12px 34px rgba(17,24,39,.12);
}
.hero-cap-slider.cap-slider-style-modern .cap-hero-mood-panel span,
.hero-cap-slider.cap-slider-style-modern .cap-slider-style-panel span{color:rgba(17,24,39,.62);}
.hero-cap-slider.cap-slider-style-modern .cap-hero-mood-panel button,
.hero-cap-slider.cap-slider-style-modern .cap-slider-style-panel button{
  color:#161a22;
  background:rgba(255,255,255,.70);
  border-color:rgba(17,24,39,.12);
  box-shadow:0 10px 34px rgba(17,24,39,.10);
}
.hero-cap-slider.cap-slider-style-modern .hero-slide{filter:saturate(.92) contrast(1.05);}
.hero-cap-slider.cap-slider-style-modern .hero-slide.active{animation:capSliderModern 7.2s ease both;}
@keyframes capSliderModern{0%{transform:scale(1.03) translateX(.7%)}100%{transform:scale(1) translateX(0)}}

/* Creative: dynamic, energetic, artistic visual style */
.hero-cap-slider.cap-slider-style-creative{
  --cap-slider-accent:#ff4fd8;
  --cap-slider-glow:rgba(255,79,216,.26);
}
.hero-cap-slider.cap-slider-style-creative .hero-overlay{
  background:
    linear-gradient(118deg, rgba(7,5,16,.90), rgba(15,8,28,.55) 45%, rgba(255,79,216,.18)),
    radial-gradient(circle at 24% 70%, rgba(0,210,255,.24), transparent 34%),
    radial-gradient(circle at 74% 18%, rgba(255,181,47,.26), transparent 30%);
}
.hero-cap-slider.cap-slider-style-creative::before{
  background:
    radial-gradient(circle at var(--cap-mouse-x) var(--cap-mouse-y), rgba(255,79,216,.24), transparent 32%),
    repeating-linear-gradient(112deg, transparent 0 24px, rgba(255,255,255,.045) 25px 26px);
  opacity:.65;
}
.hero-cap-slider.cap-slider-style-creative .hero-kicker{color:#ffdd7a!important;}
.hero-cap-slider.cap-slider-style-creative h2{
  letter-spacing:-2px;
  text-shadow:0 0 24px rgba(255,79,216,.24), 0 20px 55px rgba(0,0,0,.5);
}
.hero-cap-slider.cap-slider-style-creative .hero-slide.active{animation:capSliderCreative 7s cubic-bezier(.2,.8,.2,1) both;}
@keyframes capSliderCreative{0%{transform:scale(1.12) rotate(.35deg);filter:hue-rotate(-6deg) saturate(1.2) contrast(1.12)}100%{transform:scale(1.02) rotate(0);filter:hue-rotate(6deg) saturate(1.25) contrast(1.12)}}
.hero-cap-slider.cap-slider-style-creative .hero-mini-cta{
  background:linear-gradient(135deg,#ffbf49,#ff4fd8);
  color:#fff!important;
  box-shadow:0 20px 55px rgba(255,79,216,.24);
}
.hero-cap-slider.cap-slider-style-creative .hero-mini-cta-dark{background:linear-gradient(135deg,#111827,#2b1030);}

@media (max-width: 767px){
  .hero-cap-slider.cap-slider-style-premium .col-lg-9{border-radius:28px;padding:28px 18px 24px;}
  .hero-cap-slider.cap-slider-style-modern .hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.48) 55%,rgba(255,255,255,.14));}
  .cap-slider-style-panel{margin-top:10px;}
  .cap-slider-style-panel button{font-size:11px;padding:7px 10px;}
}

/* =========================================================
   CAP V5.2.1 - True Slider Motion Engine
   Setiap style slider punya gerakan transisi yang berbeda:
   Immersive = deep zoom dissolve, Premium = glass wipe,
   Modern = editorial horizontal slide, Creative = diagonal glitch.
   ========================================================= */
.hero-cap-slider .hero-slide{
  will-change: opacity, transform, filter, clip-path;
  z-index:0;
  pointer-events:none;
  transform-origin:center center;
  transition:none!important;
}
.hero-cap-slider .hero-slide.active{
  z-index:2;
  opacity:1;
  pointer-events:auto;
}
.hero-cap-slider .hero-slide.cap-slide-leave{
  z-index:1;
  opacity:1;
}
.hero-cap-slider .hero-slide.cap-slide-enter.active,
.hero-cap-slider .hero-slide.cap-slide-leave{
  animation-duration:1.65s;
  animation-fill-mode:both;
}
.hero-cap-slider .hero-slides::after{
  content:"";
  position:absolute;
  inset:-8%;
  z-index:4;
  opacity:0;
  pointer-events:none;
  mix-blend-mode:screen;
}
.hero-cap-slider.cap-slider-transitioning .hero-slides::after{
  animation:capSliderGenericFlash 1.05s ease both;
}
@keyframes capSliderGenericFlash{
  0%,100%{opacity:0;transform:translateX(-18%) skewX(-12deg)}
  38%{opacity:.42;transform:translateX(8%) skewX(-12deg)}
}

/* Immersive: cinematic deep zoom + club lighting dissolve */
.hero-cap-slider.cap-slider-style-immersive .hero-slide.cap-slide-enter.active{
  animation-name:capImmersiveSlideIn;
  animation-timing-function:cubic-bezier(.18,.82,.18,1);
}
.hero-cap-slider.cap-slider-style-immersive .hero-slide.cap-slide-leave{
  animation-name:capImmersiveSlideOut;
  animation-timing-function:cubic-bezier(.58,.02,.42,.98);
}
.hero-cap-slider.cap-slider-style-immersive.cap-slider-transitioning .hero-slides::after{
  background:linear-gradient(105deg, transparent 0 24%, rgba(255,181,47,.12) 35%, rgba(120,150,255,.38) 48%, rgba(255,255,255,.30) 52%, transparent 68% 100%);
  animation:capImmersiveSweep 1.25s cubic-bezier(.18,.82,.18,1) both;
}
@keyframes capImmersiveSlideIn{
  0%{opacity:0;transform:scale(1.18) translate3d(4%,0,0);filter:blur(10px) saturate(1.55) brightness(.72)}
  42%{opacity:1;filter:blur(1.5px) saturate(1.22) brightness(1.03)}
  100%{opacity:1;transform:scale(1.025) translate3d(0,0,0);filter:blur(0) saturate(1.18) contrast(1.08)}
}
@keyframes capImmersiveSlideOut{
  0%{opacity:1;transform:scale(1.02);filter:blur(0) brightness(1)}
  100%{opacity:0;transform:scale(1.12) translate3d(-3%,0,0);filter:blur(12px) brightness(.62)}
}
@keyframes capImmersiveSweep{
  0%{opacity:0;transform:translateX(-55%) skewX(-18deg)}
  28%{opacity:.92}
  100%{opacity:0;transform:translateX(45%) skewX(-18deg)}
}

/* Premium: luxury glass wipe, slower and elegant */
.hero-cap-slider.cap-slider-style-premium .hero-slide.cap-slide-enter.active{
  animation-name:capPremiumSlideIn;
  animation-timing-function:cubic-bezier(.16,1,.3,1);
}
.hero-cap-slider.cap-slider-style-premium .hero-slide.cap-slide-leave{
  animation-name:capPremiumSlideOut;
  animation-timing-function:cubic-bezier(.45,0,.25,1);
}
.hero-cap-slider.cap-slider-style-premium.cap-slider-transitioning .hero-slides::after{
  background:linear-gradient(90deg, transparent 0 28%, rgba(255,255,255,.09) 38%, rgba(255,230,170,.34) 50%, rgba(255,255,255,.10) 63%, transparent 75% 100%);
  backdrop-filter:blur(4px);
  animation:capPremiumGlassWipe 1.35s cubic-bezier(.16,1,.3,1) both;
}
@keyframes capPremiumSlideIn{
  0%{opacity:0;clip-path:inset(0 0 0 100%);transform:scale(1.045);filter:blur(8px) brightness(.82) saturate(.86)}
  50%{opacity:1;filter:blur(2px) brightness(.96) saturate(.94)}
  100%{opacity:1;clip-path:inset(0 0 0 0);transform:scale(1);filter:blur(0) brightness(.98) saturate(.98)}
}
@keyframes capPremiumSlideOut{
  0%{opacity:1;clip-path:inset(0 0 0 0);transform:scale(1);filter:blur(0)}
  100%{opacity:0;clip-path:inset(0 100% 0 0);transform:scale(1.025);filter:blur(8px) brightness(.72)}
}
@keyframes capPremiumGlassWipe{
  0%{opacity:0;transform:translateX(-75%)}
  35%{opacity:.7}
  100%{opacity:0;transform:translateX(70%)}
}

/* Modern: clean editorial horizontal motion */
.hero-cap-slider.cap-slider-style-modern .hero-slide.cap-slide-enter.active{
  animation-name:capModernSlideIn;
  animation-timing-function:cubic-bezier(.2,.9,.2,1);
}
.hero-cap-slider.cap-slider-style-modern .hero-slide.cap-slide-leave{
  animation-name:capModernSlideOut;
  animation-timing-function:cubic-bezier(.55,.05,.25,1);
}
.hero-cap-slider.cap-slider-style-modern.cap-slider-transitioning .hero-slides::after{
  background:linear-gradient(90deg, transparent 0 20%, rgba(255,255,255,.86) 45%, rgba(255,255,255,.55) 55%, transparent 80% 100%);
  mix-blend-mode:normal;
  animation:capModernCleanBar 1.05s ease both;
}
@keyframes capModernSlideIn{
  0%{opacity:0;transform:translate3d(9%,0,0) scale(1.01);clip-path:inset(0 0 0 24%);filter:saturate(.86) contrast(1.05)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);clip-path:inset(0 0 0 0);filter:saturate(.92) contrast(1.05)}
}
@keyframes capModernSlideOut{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);clip-path:inset(0 0 0 0)}
  100%{opacity:0;transform:translate3d(-7%,0,0) scale(1.01);clip-path:inset(0 22% 0 0)}
}
@keyframes capModernCleanBar{
  0%{opacity:0;transform:translateX(-40%)}
  45%{opacity:.62}
  100%{opacity:0;transform:translateX(50%)}
}

/* Creative: energetic diagonal motion + subtle glitch */
.hero-cap-slider.cap-slider-style-creative .hero-slide.cap-slide-enter.active{
  animation-name:capCreativeSlideIn;
  animation-timing-function:cubic-bezier(.18,.95,.28,1);
}
.hero-cap-slider.cap-slider-style-creative .hero-slide.cap-slide-leave{
  animation-name:capCreativeSlideOut;
  animation-timing-function:cubic-bezier(.58,-.05,.25,1);
}
.hero-cap-slider.cap-slider-style-creative.cap-slider-transitioning .hero-slides::after{
  background:
    linear-gradient(118deg, transparent 0 22%, rgba(255,79,216,.42) 35%, rgba(0,210,255,.42) 48%, rgba(255,181,47,.28) 57%, transparent 70% 100%),
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(255,255,255,.18) 11px 12px);
  animation:capCreativeSlash 1.15s cubic-bezier(.18,.95,.28,1) both;
}
@keyframes capCreativeSlideIn{
  0%{opacity:0;transform:translate3d(10%,-6%,0) scale(1.16) rotate(.7deg) skewX(-3deg);filter:hue-rotate(-18deg) saturate(1.55) contrast(1.22) blur(7px)}
  18%{opacity:.75;transform:translate3d(-1.6%,1.2%,0) scale(1.08) rotate(-.25deg) skewX(2deg)}
  34%{opacity:1;transform:translate3d(1.2%,-.8%,0) scale(1.055) rotate(.18deg) skewX(-1deg)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1.02) rotate(0) skewX(0);filter:hue-rotate(6deg) saturate(1.25) contrast(1.12) blur(0)}
}
@keyframes capCreativeSlideOut{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1.02);filter:hue-rotate(0) saturate(1.22)}
  100%{opacity:0;transform:translate3d(-10%,5%,0) scale(1.12) rotate(-.5deg) skewX(4deg);filter:hue-rotate(22deg) saturate(1.6) blur(8px)}
}
@keyframes capCreativeSlash{
  0%{opacity:0;transform:translate3d(-55%,22%,0) rotate(-7deg) scaleX(.9)}
  34%{opacity:.82}
  100%{opacity:0;transform:translate3d(45%,-20%,0) rotate(-7deg) scaleX(1.15)}
}

@media (prefers-reduced-motion: reduce){
  .hero-cap-slider .hero-slide,
  .hero-cap-slider .hero-slide.active,
  .hero-cap-slider .hero-slide.cap-slide-enter.active,
  .hero-cap-slider .hero-slide.cap-slide-leave{
    animation:none!important;
    transition:opacity .35s ease!important;
    transform:none!important;
    filter:none!important;
    clip-path:none!important;
  }
  .hero-cap-slider .hero-slides::after{display:none!important;}
}


/* =========================================================
   CAP V5.2.2 - Premium Slider Logo & CTA Layout Fix
   Premium slider uses a glass card. The uploaded logo must become part of the card flow,
   not the absolute upper-hero logo used by other slider styles. This prevents the logo
   from overlapping the headline, CTA buttons, or social links.
   ========================================================= */
.hero-cap-slider.cap-slider-style-premium .container{
  padding-top: clamp(70px, 9vh, 110px) !important;
  padding-bottom: clamp(64px, 8vh, 100px) !important;
}
.hero-cap-slider.cap-slider-style-premium .col-lg-9{
  position: relative !important;
  max-width: min(880px, 86vw) !important;
  padding: clamp(34px, 4vw, 52px) clamp(24px, 4vw, 46px) clamp(28px, 3.4vw, 40px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  overflow: visible !important;
}
.hero-cap-slider.cap-slider-style-premium img.hero-logo,
.hero-cap-slider.cap-slider-style-premium .hero-logo{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: block !important;
  margin: 0 auto 18px !important;
  max-width: min(150px, 28vw) !important;
  max-height: 72px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  z-index: 2 !important;
  pointer-events: none !important;
}
.hero-cap-slider.cap-slider-style-premium .hero-kicker{
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1.4 !important;
}
.hero-cap-slider.cap-slider-style-premium h2{
  margin: 0 0 8px !important;
  line-height: .98 !important;
}
.hero-cap-slider.cap-slider-style-premium .col-lg-9 > p:not(.hero-kicker){
  margin: 0 !important;
  line-height: 1.35 !important;
}
.hero-cap-slider.cap-slider-style-premium .hero-cta-row{
  width: 100% !important;
  max-width: 720px !important;
  margin: 24px auto 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  position: relative !important;
  z-index: 4 !important;
}
.hero-cap-slider.cap-slider-style-premium .hero-mini-cta{
  position: relative !important;
  z-index: 5 !important;
  margin: 0 !important;
  min-width: 154px !important;
  justify-content: center !important;
  white-space: nowrap !important;
}
.hero-cap-slider.cap-slider-style-premium .social-links{
  margin-top: 18px !important;
  position: relative !important;
  z-index: 4 !important;
}
.hero-cap-slider.cap-slider-style-premium .cap-hero-mood-panel,
.hero-cap-slider.cap-slider-style-premium .cap-slider-style-panel{
  position: relative !important;
  z-index: 4 !important;
  margin-top: 18px !important;
}

@media (max-width: 991px){
  .hero-cap-slider.cap-slider-style-premium .col-lg-9{
    max-width: min(760px, 88vw) !important;
    padding: 34px 22px 30px !important;
  }
  .hero-cap-slider.cap-slider-style-premium img.hero-logo,
  .hero-cap-slider.cap-slider-style-premium .hero-logo{
    max-width: min(132px, 34vw) !important;
    max-height: 62px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575px){
  .hero-cap-slider.cap-slider-style-premium .container{
    padding-top: 86px !important;
    padding-bottom: 90px !important;
  }
  .hero-cap-slider.cap-slider-style-premium .col-lg-9{
    width: min(92vw, 430px) !important;
    max-width: min(92vw, 430px) !important;
    border-radius: 26px !important;
    padding: 28px 16px 24px !important;
  }
  .hero-cap-slider.cap-slider-style-premium img.hero-logo,
  .hero-cap-slider.cap-slider-style-premium .hero-logo{
    max-width: 112px !important;
    max-height: 54px !important;
    margin-bottom: 12px !important;
  }
  .hero-cap-slider.cap-slider-style-premium .hero-cta-row{
    margin-top: 18px !important;
    gap: 9px !important;
  }
  .hero-cap-slider.cap-slider-style-premium .hero-mini-cta{
    width: min(245px, 78vw) !important;
    min-width: 0 !important;
  }
}


/* =========================================================
   CAP V5.4 — Mobile Final Polish + Frontend QC Stabilizer
   Focus: mobile safe viewport, readable spacing, floating controls,
   quotation wizard, project detail, gallery, and lightweight QC mode.
   ========================================================= */
:root{
  --cap-mobile-dock-h: 74px;
  --cap-safe-bottom: env(safe-area-inset-bottom, 0px);
  --cap-safe-top: env(safe-area-inset-top, 0px);
}
html{scroll-padding-top:88px;}
body.cap-touch-device *{cursor:auto!important;}
body.cap-touch-device .cap-cursor-glow{display:none!important;}
body.cap-mobile-view{overflow-x:hidden;}
body.cap-mobile-view .aos-init{will-change:auto;}
body.cap-reduce-motion *,
body.cap-reduce-motion *::before,
body.cap-reduce-motion *::after{
  animation-duration:.001ms!important;
  animation-iteration-count:1!important;
  transition-duration:.001ms!important;
  scroll-behavior:auto!important;
}

/* Mobile hero stabilizer across Immersive, Premium, Modern, Creative styles */
@media (max-width:991px){
  html{scroll-padding-top:76px;}
  body.index-page{padding-bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 14px)!important;}
  .hero-cap-slider{
    min-height:calc(var(--cap-vh, 1vh) * 100)!important;
    padding:calc(48px + var(--cap-safe-top)) 16px calc(118px + var(--cap-safe-bottom))!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .hero-cap-slider .container{
    min-height:auto!important;
    padding:0 16px!important;
    transform:none!important;
    top:auto!important;
  }
  .hero-cap-slider .row,
  .hero-cap-slider .col-lg-9{
    width:100%!important;
    margin:0!important;
    text-align:center!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .hero-cap-slider .col-lg-9{
    padding:0!important;
    max-width:680px!important;
  }
  .hero-cap-slider h2{
    font-size:clamp(34px, 10vw, 54px)!important;
    line-height:.95!important;
    letter-spacing:-.05em!important;
    margin:8px auto 8px!important;
    text-wrap:balance;
  }
  .hero-cap-slider .col-lg-9 > p:not(.hero-kicker){
    font-size:clamp(17px, 4.6vw, 22px)!important;
    line-height:1.35!important;
    max-width:100%!important;
    margin:0 auto 16px!important;
  }
  .hero-cap-slider .hero-kicker{
    font-size:10px!important;
    letter-spacing:.22em!important;
    line-height:1.7!important;
    max-width:310px!important;
    margin:8px auto 8px!important;
  }
  .hero img.hero-logo,
  .hero-cap-slider img.hero-logo{
    position:relative!important;
    display:block!important;
    width:auto!important;
    max-width:min(168px, 48vw)!important;
    max-height:68px!important;
    object-fit:contain!important;
    margin:0 auto 14px!important;
    inset:auto!important;
    transform:none!important;
    z-index:4!important;
  }
  .hero-cap-slider.cap-slider-style-premium .col-lg-9{
    width:min(100%, 520px)!important;
    padding:28px 20px!important;
    border-radius:28px!important;
    margin:0 auto!important;
    background:linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06))!important;
  }
  .hero-cap-slider.cap-slider-style-modern .col-lg-9,
  .hero-cap-slider.cap-slider-style-creative .col-lg-9,
  .hero-cap-slider.cap-slider-style-immersive .col-lg-9{
    padding:0!important;
  }
  .hero-cap-slider .hero-cta-row{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    width:100%!important;
    margin:16px auto 0!important;
  }
  .hero-cap-slider .hero-mini-cta{
    width:auto!important;
    min-height:44px!important;
    min-width:142px!important;
    max-width:100%!important;
    padding:0 14px!important;
    justify-content:center!important;
    font-size:11px!important;
    margin:0!important;
    white-space:nowrap!important;
  }
  .hero-cap-slider .hero-mini-cta-light{
    flex-basis:100%!important;
    width:min(240px, 100%)!important;
  }
  .hero-cap-slider .social-links{
    margin:12px auto 0!important;
    justify-content:center!important;
  }
  .cap-hero-mood-panel{
    width:100%!important;
    margin:14px auto 0!important;
    display:flex!important;
    justify-content:center!important;
    gap:7px!important;
    overflow-x:auto!important;
    padding:2px 2px 8px!important;
    scrollbar-width:none;
  }
  .cap-hero-mood-panel::-webkit-scrollbar{display:none;}
  .cap-hero-mood-panel span{
    flex:0 0 100%!important;
    text-align:center!important;
    margin:0 0 4px!important;
  }
  .cap-hero-mood-panel button{
    flex:0 0 auto!important;
    min-height:34px!important;
    padding:7px 10px!important;
    font-size:10px!important;
  }
  .hero-cap-slider .hero-slide{height:100%!important;object-position:center center!important;}
  .hero-cap-slider .hero-overlay{background:linear-gradient(180deg, rgba(5,7,12,.74), rgba(5,7,12,.50) 38%, rgba(5,7,12,.78))!important;}
}
@media (max-width:575px){
  .hero-cap-slider{
    padding-top:calc(40px + var(--cap-safe-top))!important;
    padding-bottom:calc(112px + var(--cap-safe-bottom))!important;
  }
  .hero-cap-slider h2{font-size:clamp(32px, 12vw, 44px)!important;}
  .hero-cap-slider .hero-cta-row{gap:8px!important;}
  .hero-cap-slider .hero-mini-cta{
    width:min(240px, 100%)!important;
    flex-basis:100%!important;
  }
  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(1),
  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(2){
    flex-basis:calc(50% - 4px)!important;
    min-width:0!important;
  }
}

/* Mobile nav and floating controls safe zones */
@media (max-width:991px){
  .cap-lang-switch{
    top:calc(12px + var(--cap-safe-top))!important;
    right:12px!important;
    transform:scale(.92);
    transform-origin:top right;
    z-index:10010!important;
  }
  #header.header{
    z-index:9997!important;
  }
  .cap-mobile-dock{
    display:grid!important;
    left:10px!important;
    right:10px!important;
    bottom:calc(10px + var(--cap-safe-bottom))!important;
    min-height:64px!important;
    border-radius:22px!important;
    z-index:9994!important;
  }
  .cap-mobile-dock a,
  .cap-mobile-dock button{
    min-height:64px!important;
    font-size:10px!important;
  }
  .cap-mobile-dock i{font-size:18px!important;}
  .cap-floating-cluster{
    right:12px!important;
    bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 22px)!important;
    z-index:9992!important;
  }
  .cap-shortlist-main,
  .cap-concierge-main{
    width:46px!important;height:46px!important;min-width:46px!important;padding:0!important;
  }
  .cap-shortlist-drawer,
  .cap-concierge-panel{
    left:10px!important;right:10px!important;
    bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 12px)!important;
    width:auto!important;
    max-height:calc((var(--cap-vh, 1vh) * 100) - var(--cap-mobile-dock-h) - 32px)!important;
  }
  body.index-page a.cap-wa-float{display:none!important;}
  body:not(.index-page) a.cap-wa-float{
    left:14px!important;right:auto!important;
    bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 18px)!important;
    width:48px!important;height:48px!important;padding:0!important;
    border-radius:999px!important;
    justify-content:center!important;
  }
  body:not(.index-page) a.cap-wa-float span{display:none!important;}
  body .cap-experience-toggle{
    right:14px!important;
    bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 76px)!important;
    width:46px!important;height:46px!important;padding:0!important;
    border-radius:999px!important;
    justify-content:center!important;
    z-index:9991!important;
  }
  body .cap-experience-toggle span{display:none!important;}
  body a.scroll-top,
  body #scroll-top.scroll-top{
    right:14px!important;
    bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 18px)!important;
    width:46px!important;height:46px!important;
    z-index:9992!important;
  }
}

/* Mobile sections and cards */
@media (max-width:991px){
  section,
  .section{padding-top:56px!important;padding-bottom:56px!important;}
  .section-title{padding-bottom:24px!important;}
  .section-title h2{font-size:clamp(26px,7vw,36px)!important;line-height:1.08!important;text-wrap:balance;}
  .section-title p{font-size:14px!important;line-height:1.75!important;max-width:94%!important;margin-left:auto!important;margin-right:auto!important;}
  .portfolio .portfolio-filters{gap:8px!important;overflow-x:auto!important;justify-content:flex-start!important;padding:0 6px 12px!important;scrollbar-width:none;}
  .portfolio .portfolio-filters::-webkit-scrollbar{display:none;}
  .portfolio .portfolio-filters li{flex:0 0 auto!important;margin:0!important;font-size:12px!important;}
  .project-card,
  .service-item,
  .cap-service-choice,
  .pricing-item,
  .testimonial-item{border-radius:24px!important;}
  .project-card img{min-height:240px!important;object-fit:cover!important;}
  .cap-highlight-grid,
  .cap-planner-shell,
  .cap-snapshot-grid,
  .cap-service-selector-grid{grid-template-columns:1fr!important;}
  .cap-planner-controls,
  .cap-planner-result,
  .cap-journey-cta-card,
  .cap-project-cta-card{border-radius:26px!important;padding:24px 18px!important;}
  .cap-planner-group{padding:15px!important;border-radius:20px!important;}
  .cap-planner-group button{margin:3px!important;font-size:12px!important;}
}

/* Quotation wizard mobile polish */
@media (max-width:991px){
  .cap-quote-wizard-section{padding-top:58px!important;padding-bottom:58px!important;}
  .cap-wizard-shell{display:block!important;border-radius:28px!important;overflow:hidden!important;margin:0 6px!important;}
  .cap-wizard-aside{min-height:auto!important;padding:24px 20px!important;}
  .cap-wizard-aside h3{font-size:25px!important;}
  .cap-wizard-aside p{font-size:13px!important;}
  .cap-wizard-progress{height:7px!important;margin:16px 0!important;}
  .cap-wizard-aside ol{
    display:flex!important;
    gap:8px!important;
    overflow-x:auto!important;
    padding-bottom:6px!important;
    scrollbar-width:none;
  }
  .cap-wizard-aside ol::-webkit-scrollbar{display:none;}
  .cap-wizard-aside li{flex:0 0 176px!important;font-size:12px!important;padding:10px 12px!important;}
  .cap-wizard-main{padding:22px 18px!important;}
  .cap-quote-wizard .row{--bs-gutter-x:12px!important;--bs-gutter-y:12px!important;}
  .cap-quote-wizard .form-control{min-height:52px!important;border-radius:15px!important;font-size:14px!important;}
  .cap-quote-wizard textarea.form-control{min-height:132px!important;}
  .cap-wizard-actions{position:sticky!important;bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 8px)!important;z-index:5!important;background:rgba(255,255,255,.86)!important;backdrop-filter:blur(14px)!important;margin:22px -8px -8px!important;padding:10px 8px!important;border-radius:20px!important;box-shadow:0 12px 40px rgba(16,24,40,.10)!important;}
  .cap-wizard-actions button{min-height:48px!important;font-size:13px!important;}
  .cap-quote-live-brief{border-radius:20px!important;padding:14px!important;}
}

/* Project detail mobile polish */
@media (max-width:991px){
  body.portfolio-details-page{padding-bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 14px)!important;}
  .project-top-nav{display:none!important;}
  .project-bottom-nav{
    display:grid!important;
    left:10px!important;right:10px!important;
    bottom:calc(10px + var(--cap-safe-bottom))!important;
    z-index:9994!important;
    border-radius:22px!important;
    min-height:64px!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .project-bottom-nav a{min-height:64px!important;font-size:10px!important;}
  .project-hero,
  .project-story-hero{
    min-height:calc((var(--cap-vh,1vh) * 100) - 20px)!important;
    padding:calc(52px + var(--cap-safe-top)) 0 calc(110px + var(--cap-safe-bottom))!important;
  }
  .project-story-hero .container{padding-left:18px!important;padding-right:18px!important;}
  .project-story-hero h1{font-size:clamp(34px,11vw,52px)!important;line-height:.96!important;letter-spacing:-.05em!important;max-width:100%!important;text-wrap:balance;}
  .project-hero-copy{font-size:15px!important;line-height:1.75!important;max-width:100%!important;}
  .project-hero-stats{grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important;}
  .project-hero-stats div{padding:14px!important;border-radius:18px!important;}
  .project-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important;}
  .project-actions .cap-btn{width:100%!important;justify-content:center!important;min-height:48px!important;}
  .cap-detail-toolstrip{justify-content:center!important;}
  .cap-detail-toolstrip .cap-save-project,
  .cap-detail-toolstrip .cap-share-project{flex:1 1 0!important;justify-content:center!important;min-height:46px!important;}
  .cap-snapshot-grid{margin-top:0!important;}
  .cap-snapshot-grid article{padding:18px!important;border-radius:22px!important;}
  .cap-snapshot-grid strong{font-size:24px!important;}
  .cap-journey-timeline{grid-template-columns:1fr!important;}
  .cap-before-after,
  .cap-hotspot-stage{min-height:330px!important;border-radius:24px!important;}
  .cap-hotspot-stage>img{height:390px!important;}
  .cap-hotspot-card{position:relative!important;right:auto!important;bottom:auto!important;width:auto!important;margin:14px!important;}
  .cap-gallery-toolbar{border-radius:20px!important;align-items:flex-start!important;}
  .premium-gallery-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
  .premium-gallery-item,
  .premium-gallery-item.gallery-featured{min-height:260px!important;border-radius:20px!important;grid-column:auto!important;grid-row:auto!important;}
}
@media (min-width:768px) and (max-width:991px){
  .premium-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .premium-gallery-item.gallery-featured{grid-column:span 2!important;}
}

/* Frontend QC Stabilizer overlay — visible only with ?qc=1 or #qc */
.cap-qc-panel{
  position:fixed;
  left:14px;
  bottom:14px;
  z-index:10050;
  width:min(310px, calc(100vw - 28px));
  border-radius:20px;
  background:rgba(7,10,16,.92);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 80px rgba(0,0,0,.45);
  backdrop-filter:blur(20px);
  font-family:inherit;
  overflow:hidden;
}
.cap-qc-panel header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.1)}
.cap-qc-panel strong{color:#ffca66;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.cap-qc-panel button{border:0;background:rgba(255,255,255,.08);color:#fff;border-radius:999px;width:28px;height:28px;display:grid;place-items:center}
.cap-qc-panel .cap-qc-body{padding:12px 14px;display:grid;gap:8px;font-size:12px;color:rgba(255,255,255,.76)}
.cap-qc-panel .cap-qc-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed rgba(255,255,255,.1);padding-bottom:6px}
.cap-qc-panel .cap-qc-line:last-child{border-bottom:0;padding-bottom:0}
.cap-qc-panel .cap-ok{color:#8cffac;font-weight:900}.cap-qc-panel .cap-warn{color:#ffca66;font-weight:900}
body.cap-qc-mode section{outline:1px dashed rgba(255,181,47,.25);outline-offset:-2px;}
@media (max-width:991px){
  .cap-qc-panel{bottom:calc(var(--cap-mobile-dock-h) + var(--cap-safe-bottom) + 16px);}
}

/* =========================================================
   CAP V5.5.2 — Mobile Language Switch + Hero Safe Fix
   Fix: language switch must stay as compact horizontal pill on mobile,
   hero text/buttons must not overflow behind browser edge or floating UI.
   ========================================================= */
@media (max-width: 767px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  .cap-lang-switch{
    position:fixed!important;
    top:calc(12px + env(safe-area-inset-top, 0px))!important;
    right:10px!important;
    bottom:auto!important;
    left:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:calc(100vw - 20px)!important;
    height:auto!important;
    min-height:0!important;
    max-height:44px!important;
    inline-size:auto!important;
    block-size:auto!important;
    display:inline-flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    padding:5px!important;
    margin:0!important;
    border-radius:999px!important;
    overflow:visible!important;
    transform:none!important;
    transform-origin:top right!important;
    z-index:10020!important;
  }

  .cap-lang-switch::before,
  .cap-lang-switch::after{
    display:none!important;
    content:none!important;
  }

  .cap-lang-switch a,
  .cap-lang-switch a.active{
    position:relative!important;
    inset:auto!important;
    width:auto!important;
    min-width:32px!important;
    max-width:none!important;
    height:30px!important;
    min-height:30px!important;
    max-height:30px!important;
    padding:0 9px!important;
    margin:0!important;
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    font-size:11px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .hero-cap-slider{
    width:100%!important;
    max-width:100vw!important;
    overflow:hidden!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .hero-cap-slider .container,
  .hero-cap-slider .row,
  .hero-cap-slider .col-lg-9{
    width:100%!important;
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    overflow:visible!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hero-cap-slider .col-lg-9{
    padding-left:0!important;
    padding-right:0!important;
  }

  .hero-cap-slider.cap-slider-style-premium .col-lg-9{
    max-width:calc(100vw - 28px)!important;
    padding:24px 16px!important;
  }

  .hero img.hero-logo,
  .hero-cap-slider img.hero-logo{
    max-width:min(150px, 42vw)!important;
    max-height:64px!important;
    margin-bottom:14px!important;
  }

  .hero-cap-slider h2{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(32px, 10.5vw, 44px)!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow-wrap:normal!important;
    white-space:normal!important;
  }

  .hero-cap-slider .hero-kicker{
    max-width:min(310px, 92vw)!important;
    overflow-wrap:anywhere!important;
  }

  .hero-cap-slider .col-lg-9 > p:not(.hero-kicker){
    max-width:calc(100vw - 36px)!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .hero-cap-slider .hero-cta-row{
    width:100%!important;
    max-width:calc(100vw - 34px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
  }

  .hero-cap-slider .hero-mini-cta,
  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(1),
  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(2),
  .hero-cap-slider .hero-mini-cta-light{
    flex:0 0 auto!important;
    width:min(292px, calc(100vw - 42px))!important;
    max-width:calc(100vw - 42px)!important;
    min-width:0!important;
    min-height:46px!important;
    padding:0 16px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
  }

  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(1),
  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(2){
    width:min(220px, calc(100vw - 42px))!important;
  }

  .hero-cap-slider .cap-hero-mood-panel{
    max-width:calc(100vw - 24px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:flex-start!important;
    padding-left:2px!important;
    padding-right:2px!important;
  }

  .hero-cap-slider .cap-hero-mood-panel span{
    flex:0 0 100%!important;
  }

  .hero-cap-slider .social-links{
    max-width:calc(100vw - 36px)!important;
    overflow:hidden!important;
  }
}

@media (max-width: 420px){
  .hero-cap-slider h2{
    font-size:clamp(31px, 10vw, 39px)!important;
  }
  .hero-cap-slider .hero-cta-row{
    gap:8px!important;
  }
  .hero-cap-slider .hero-mini-cta,
  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(1),
  .hero-cap-slider .hero-mini-cta:not(.hero-mini-cta-light):nth-child(2),
  .hero-cap-slider .hero-mini-cta-light{
    width:min(280px, calc(100vw - 40px))!important;
    max-width:calc(100vw - 40px)!important;
  }
}
