* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, Arial, sans-serif; line-height: 1.6; color: #0f172a; background: #fff; }
a { color: inherit; text-decoration: none; }

.container { width: min(1100px, 92%); margin: 0 auto; }

.header { position: sticky; top: 0; background: rgba(255,255,255,0.9); backdrop-filter: blur(8px); border-bottom: 1px solid #eee; z-index: 50; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand { font-weight: 900; letter-spacing: 0.2px; }
.menu a { margin-left: 14px; opacity: 0.9; }
.menu a:hover { opacity: 1; }
.menu .cta { font-weight: 800; }

.btn { display: inline-block; padding: 12px 16px; border-radius: 14px; border: 1px solid #111827; background: #111827; color: #fff; font-weight: 800; }
.btn.outline { background: transparent; color: #111827; }

:root{
  --cardBorder: #e5e7eb;
  --muted: #475569;
}

.hero2{
  position: relative;
  padding: 84px 0 54px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(99,102,241,0.20), transparent 60%),
              radial-gradient(1000px 500px at 80% 20%, rgba(34,197,94,0.18), transparent 55%),
              linear-gradient(#fbfbff, #ffffff);
}
.hero2-bg{
  position:absolute;
  inset:-40px;
  background: radial-gradient(600px 300px at 70% 70%, rgba(14,165,233,0.10), transparent 60%);
  pointer-events:none;
}
.hero2-grid{
  position: relative;
  display:grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  align-items: start;
}

.pill{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--cardBorder);
  background: rgba(255,255,255,0.75);
  font-weight: 800;
  margin-bottom: 14px;
}

.hero2 h1{
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.6px;
  margin-bottom: 12px;
}
.lead{
  font-size: 18px;
  color: #334155;
  max-width: 620px;
  margin-bottom: 18px;
}
.hero2-actions{ display:flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }

.trust-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.trust-item{
  border: 1px solid var(--cardBorder);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,0.65);
}
.trust-item strong{ display:block; }
.trust-item span{ color: var(--muted); font-size: 14px; }

.hero-card2{
  border: 1px solid var(--cardBorder);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.hero-card2 h3{ margin-bottom: 10px; }
.hero-card2 ul{ padding-left: 18px; color:#334155; margin-top: 8px; }
.link{ display:inline-block; margin-top: 10px; font-weight: 800; }
.link:hover{ text-decoration: underline; }

.stats-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.stat{
  border: 1px solid var(--cardBorder);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,0.65);
  text-align:center;
}
.stat-num{ font-size: 22px; font-weight: 900; }
.stat-label{ color: var(--muted); font-size: 13px; }

.section2{ padding: 56px 0; }
.section2-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom: 18px; }
.section2-head p{ color: #334155; max-width: 520px; }

.service-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.card2{
  border: 1px solid var(--cardBorder);
  border-radius: 18px;
  padding: 18px;
  background: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.card2:hover{ transform: translateY(-4px); box-shadow: 0 16px 35px rgba(0,0,0,0.08); }
.icon{ font-size: 24px; margin-bottom: 8px; }
.mini{ margin-top: 10px; padding-left: 18px; color:#334155; }

.work-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.work-card{
  border: 1px solid var(--cardBorder);
  border-radius: 18px;
  overflow:hidden;
  background: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.work-card:hover{ transform: translateY(-4px); box-shadow: 0 16px 35px rgba(0,0,0,0.08); }
.work-thumb{
  height: 140px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: rgba(15,23,42,0.85);
  background: linear-gradient(135deg, rgba(99,102,241,0.18), rgba(34,197,94,0.14));
}
.work-meta{ padding: 14px 16px; }
.work-meta span{ display:block; color: var(--muted); font-size: 14px; margin-top: 4px; }

.cta-band{
  padding: 44px 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(15,23,42,0.86));
  color: white;
}
.cta-band p{ color: rgba(255,255,255,0.85); }
.cta-band-inner{ display:flex; align-items:center; justify-content:space-between; gap: 16px; }

.footer { padding: 22px 0; border-top: 1px solid #eee; color: #444; }

@media (max-width: 900px){
  .hero2-grid{ grid-template-columns: 1fr; }
  .trust-row{ grid-template-columns: 1fr; }
  .service-grid, .work-grid{ grid-template-columns: 1fr; }
  .section2-head{ flex-direction: column; align-items:flex-start; }
  .cta-band-inner{ flex-direction: column; align-items:flex-start; }
}
/* =========================
   HERO VIDEO SECTION
   ========================= */

.hero-video {
  position: relative;
  min-height: clamp(520px, 72vh, 780px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.hero-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* prevents flicker on some GPUs */
  transform: translateZ(0);
}

.hero-video__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,6,23,0.72) 0%, rgba(2,6,23,0.45) 45%, rgba(2,6,23,0.72) 100%),
    radial-gradient(900px 480px at 20% 30%, rgba(99,102,241,0.22), transparent 65%),
    radial-gradient(900px 480px at 80% 30%, rgba(34,197,94,0.18), transparent 65%);
}

.hero-video__content {
  position: relative;
  z-index: 2;
  padding: 72px 0 54px;
}

.hero-video__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  align-items: start;
}

.hero-video h1,
.hero-video p,
.hero-video .pill,
.hero-video .trust-item,
.hero-video .hero-card2,
.hero-video .stat {
  color: #fff;
}

.hero-video .lead { color: rgba(255,255,255,0.86); }

.hero-video .pill {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
}

.hero-video .btn {
  border-color: rgba(255,255,255,0.92);
  background: #fff;
  color: #0b1220;
}

.hero-video .btn.outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.65);
}

.hero-video .trust-item,
.hero-video .hero-card2,
.hero-video .stat {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(2,6,23,0.36);
  backdrop-filter: blur(8px);
}

.hero-video .trust-item span,
.hero-video .stat-label {
  color: rgba(255,255,255,0.78);
}

.hero-video .link { color: rgba(255,255,255,0.92); }
.hero-video .link:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
  .hero-video__grid { grid-template-columns: 1fr; }
}

/* =========================
   PAGE-LOAD FLOW ANIMATIONS
   (replays every refresh, page-load only)
   ========================= */

@media (prefers-reduced-motion: reduce) {
  .load-anim {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.load-anim {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(6px);
  animation: flowIn 700ms cubic-bezier(.2,.8,.2,1) forwards;
  will-change: transform, opacity, filter;
}

.d1 { animation-delay: 60ms; }
.d2 { animation-delay: 140ms; }
.d3 { animation-delay: 220ms; }
.d4 { animation-delay: 300ms; }
.d5 { animation-delay: 380ms; }
.d6 { animation-delay: 460ms; }
.d7 { animation-delay: 540ms; }
.d8 { animation-delay: 620ms; }

@keyframes flowIn {
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
/* ============ WindowSwap-style Hero ============ */

.ws-hero{
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #0b1220;
}

.ws-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
}

.ws-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 50% 50%, rgba(255,255,255,0.10), transparent 60%),
    linear-gradient(180deg, rgba(2,6,23,0.45) 0%, rgba(2,6,23,0.35) 40%, rgba(2,6,23,0.55) 100%);
  z-index: 1;
}

/* subtle grain */
.ws-grain{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity: 0.14;
  background-image: url("assets/img/grain.png");
  background-size: 320px 320px;
  mix-blend-mode: overlay;
}

/* Nav */
.ws-nav{
  position: absolute;
  top: 0;
  left: 0; right: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 26px;
  color: rgba(255,255,255,0.9);
}

.ws-nav-left, .ws-nav-right{
  display:flex;
  gap: 18px;
  align-items:center;
}

.ws-nav-right{ justify-content: flex-end; }

.ws-brand{
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.92);
}

.ws-link{
  color: rgba(255,255,255,0.78);
  font-weight: 600;
}
.ws-link:hover{ color: rgba(255,255,255,0.95); }

.ws-chip{
  display:inline-flex;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  font-weight: 700;
}
.ws-chip:hover{
  background: rgba(255,255,255,0.12);
}

.ws-chip--accent{
  border-color: rgba(255,255,255,0.0);
  background: rgba(255,255,255,0.16);
}

/* Center content */
.ws-center{
  position: absolute;
  inset: 0;
  z-index: 3;
  display:grid;
  place-items:center;
  padding: 0 18px;
  text-align:center;
}

.ws-head{
  color: rgba(255,255,255,0.78);
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.ws-title{
  color: rgba(255,255,255,0.95);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}

.ws-pill{
  width: min(720px, 92vw);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  transition: transform 200ms ease, background 200ms ease;
}

.ws-pill:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.14);
}

.ws-arrow{ opacity: 0.9; }

.ws-sub{
  margin-top: 14px;
  max-width: 760px;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
}

/* bottom left credit */
.ws-credit{
  position:absolute;
  left: 18px;
  bottom: 14px;
  z-index: 3;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}

/* Responsive nav stacking */
@media (max-width: 900px){
  .ws-nav{
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .ws-brand{ display:none; }
  .ws-nav-left{ gap: 12px; }
  .ws-nav-right{ gap: 12px; }
}

/* Page-load animations (replay on refresh) */
@media (prefers-reduced-motion: reduce) {
  .load-anim { animation: none !important; opacity:1 !important; transform:none !important; filter:none !important; }
}

.load-anim{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(6px);
  animation: flowIn 700ms cubic-bezier(.2,.8,.2,1) forwards;
  will-change: transform, opacity, filter;
}
.d1{ animation-delay: 80ms; }
.d2{ animation-delay: 170ms; }
.d3{ animation-delay: 260ms; }
.d4{ animation-delay: 350ms; }

@keyframes flowIn{
  to{ opacity: 1; transform: translateY(0); filter: blur(0); }
}
/* Header base (transparent over hero) */
.ws-nav{
  position: fixed;            /* important: stays at top */
  top: 0;
  left: 0; right: 0;
  z-index: 50;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  padding: 18px 26px;
  color: rgba(255,255,255,0.92);

  background: transparent;     /* transparent on load */
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, padding 220ms ease;
}
/* Logo in header */
.ws-logo {
  height: 48px;        /* desktop size */
  width: auto;
  display: block;
}

/* Slightly smaller on scroll */
.ws-nav.is-scrolled .ws-logo {
  height: 35px;
}

/* Mobile tweak */
@media (max-width: 900px) {
  .ws-logo {
    height: 35px;
  }
}

/* Scroll state: translucent + blur */
.ws-nav.is-scrolled{
  background: rgba(2,6,23,0.45);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding: 14px 26px;
}

/* Make sure links look good */
.ws-link{
  color: rgba(255,255,255,0.78);
  font-weight: 600;
}
.ws-link:hover{ color: rgba(255,255,255,0.96); }

.ws-brand{
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.92);
}

/* CTA pill */
.ws-chip{
  display:inline-flex;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  font-weight: 800;
}
.ws-chip:hover{ background: rgba(255,255,255,0.12); }

/* Keep page content from hiding under fixed header */
.ws-hero{
  padding-top: 72px; /* gives space so text isn’t under the header */
}

/* Responsive */
@media (max-width: 900px){
  .ws-nav{
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .ws-brand{ display:none; }
}
/* =========================
   Services hover cards
   ========================= */

.svc-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.svc-card{
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: #0b1220;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transform: translateZ(0);
}

.svc-img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.001);
  transition: transform 280ms ease, filter 280ms ease;
}

/* Top title row */
.svc-top{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255,255,255,0.95);
}

.svc-top h3{
  font-size: 18px;
  letter-spacing: -0.2px;
}

.svc-tag{
  font-size: 12px;
  font-weight: 800;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

/* Hover overlay */
.svc-overlay{
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  align-content: end;
  padding: 18px 16px 16px;
  color: rgba(255,255,255,0.92);

  opacity: 0;
  transform: translateY(10px);

  background:
    linear-gradient(180deg, rgba(2,6,23,0.05) 0%, rgba(2,6,23,0.50) 55%, rgba(2,6,23,0.88) 100%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.svc-overlay p{
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
}

.svc-cta{
  margin-top: 10px;
  display: inline-flex;
  width: fit-content;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.95);
}

/* Hover/focus states */
.svc-card:hover .svc-overlay,
.svc-card:focus-visible .svc-overlay{
  opacity: 1;
  transform: translateY(0);
}

.svc-card:hover .svc-img,
.svc-card:focus-visible .svc-img{
  transform: scale(1.05);
  filter: saturate(1.15) contrast(1.1);
}

/* Nice focus ring for keyboard users */
.svc-card:focus-visible{
  outline: 3px solid rgba(255,255,255,0.55);
  outline-offset: 4px;
}

/* Mobile behavior: always show a lighter overlay since there's no hover */
@media (max-width: 900px){
  .svc-grid{ grid-template-columns: 1fr; }
  .svc-img{ height: 280px; }
  .svc-overlay{
    opacity: 1;
    transform: none;
    background:
      linear-gradient(180deg, rgba(2,6,23,0.05) 0%, rgba(2,6,23,0.45) 60%, rgba(2,6,23,0.82) 100%);
  }
}
/* =========================
   Full-screen Services video section
   ========================= */

.ws-services{
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #0b1220;
  display: grid;
  place-items: center;
  /* keeps anchor scroll from hiding behind fixed header */
  scroll-margin-top: 90px;
}

.ws-services__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  z-index: 0;
}

.ws-services__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1000px 520px at 30% 25%, rgba(99,102,241,0.18), transparent 65%),
    radial-gradient(1000px 520px at 75% 35%, rgba(34,197,94,0.14), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.55) 0%, rgba(2,6,23,0.38) 40%, rgba(2,6,23,0.68) 100%);
}

/* Optional grain (only works if you have assets/img/grain.png) */
.ws-services__grain{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity: 0.12;
  background-image: url("assets/img/grain.png");
  background-size: 320px 320px;
  mix-blend-mode: overlay;
}

.ws-services__content{
  position: relative;
  z-index: 3;
  padding: 96px 0 64px; /* space under fixed header */
  width: 100%;
}

.ws-services__head{
  text-align: center;
  margin-bottom: 22px;
}

.ws-services__head h2{
  color: rgba(255,255,255,0.95);
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.4px;
}

.ws-services__head p{
  margin-top: 10px;
  color: rgba(255,255,255,0.78);
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   Services hover cards (fullscreen spacing)
   ========================= */

.svc-grid--fullscreen{
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 28px);
  align-items: stretch;
}

/* Make cards feel bigger & spaced */
.svc-card{
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(2,6,23,0.35);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.24);
}

.svc-img{
  height: clamp(360px, 42vh, 520px);
  filter: saturate(1.05) contrast(1.05);
}

/* Improve title readability on video background */
.svc-top{
  color: rgba(255,255,255,0.95);
}

.svc-tag{
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
}

/* Hover overlay a bit stronger on video bg */
.svc-overlay{
  background:
    linear-gradient(180deg, rgba(2,6,23,0.08) 0%, rgba(2,6,23,0.55) 55%, rgba(2,6,23,0.90) 100%);
}

/* Responsive */
@media (max-width: 900px){
  .ws-services__content{ padding: 84px 0 54px; }
  .svc-grid--fullscreen{ grid-template-columns: 1fr; }
  .svc-img{ height: 280px; }
  /* no hover on mobile, so show overlay */
  .svc-overlay{
    opacity: 1;
    transform: none;
    background:
      linear-gradient(180deg, rgba(2,6,23,0.10) 0%, rgba(2,6,23,0.45) 60%, rgba(2,6,23,0.86) 100%);
  }
}
/* =========================
   Full-screen Recent Work section (video bg)
   ========================= */

.ws-work{
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #0b1220;
  display: grid;
  place-items: center;
  scroll-margin-top: 90px;
}

.ws-work__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  z-index: 0;
}

.ws-work__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1000px 520px at 20% 30%, rgba(59,130,246,0.18), transparent 65%),
    radial-gradient(1000px 520px at 80% 35%, rgba(168,85,247,0.14), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.62) 0%, rgba(2,6,23,0.40) 45%, rgba(2,6,23,0.74) 100%);
}

.ws-work__grain{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity: 0.12;
  background-image: url("assets/img/grain.png");
  background-size: 320px 320px;
  mix-blend-mode: overlay;
}

.ws-work__content{
  position: relative;
  z-index: 3;
  padding: 96px 0 64px;
  width: 100%;
}

.ws-work__head{
  text-align: center;
  margin-bottom: 22px;
}

.ws-work__head h2{
  color: rgba(255,255,255,0.95);
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.4px;
}

.ws-work__head p{
  margin-top: 10px;
  color: rgba(255,255,255,0.78);
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   Work cards (3 across + hover overlay)
   ========================= */

.work-grid2{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 28px);
}

.work2-card{
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(2,6,23,0.35);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.24);
  transform: translateZ(0);
}

.work2-img{
  width: 100%;
  height: clamp(340px, 40vh, 520px);
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.001);
  transition: transform 280ms ease, filter 280ms ease;
}

.work2-top{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255,255,255,0.95);
}

.work2-tag{
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.work2-overlay{
  position: absolute;
  inset: 0;
  z-index: 3;
  display:grid;
  align-content:end;
  padding: 18px 16px 16px;

  opacity: 0;
  transform: translateY(10px);

  background:
    linear-gradient(180deg, rgba(2,6,23,0.08) 0%, rgba(2,6,23,0.55) 55%, rgba(2,6,23,0.92) 100%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.work2-overlay p{
  max-width: 50ch;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
}

.work2-cta{
  margin-top: 10px;
  display:inline-flex;
  width: fit-content;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.95);
}

.work2-card:hover .work2-overlay,
.work2-card:focus-visible .work2-overlay{
  opacity: 1;
  transform: translateY(0);
}

.work2-card:hover .work2-img,
.work2-card:focus-visible .work2-img{
  transform: scale(1.05);
  filter: saturate(1.15) contrast(1.1);
}

.work2-card:focus-visible{
  outline: 3px solid rgba(255,255,255,0.55);
  outline-offset: 4px;
}

.ws-work__footer{
  margin-top: 22px;
  display:flex;
  justify-content:center;
}

.ws-work__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
}
.ws-work__btn:hover{ background: rgba(255,255,255,0.14); }

/* Mobile */
@media (max-width: 900px){
  .ws-work__content{ padding: 84px 0 54px; }
  .work-grid2{ grid-template-columns: 1fr; }
  .work2-img{ height: 280px; }
  /* no hover on mobile, so show overlay */
  .work2-overlay{
    opacity: 1;
    transform: none;
    background:
      linear-gradient(180deg, rgba(2,6,23,0.10) 0%, rgba(2,6,23,0.45) 60%, rgba(2,6,23,0.88) 100%);
  }
}
/* ================= CTA PANEL ================= */

.ws-cta{
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(1200px 600px at 50% 40%, rgba(99,102,241,0.22), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.85), rgba(2,6,23,0.95));
  color: #fff;
}

.ws-cta__overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.15);
}

.ws-cta__content{
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
  padding: 0 18px;
}

.ws-cta h2{
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 12px;
}

.ws-cta p{
  color: rgba(255,255,255,0.8);
  margin-bottom: 22px;
}

.ws-pill--cta{
  margin-inline: auto;
}
/* ================= FAQ PANEL ================= */

.ws-faq{
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #0b1220;
  color: #fff;
}

.ws-faq__content{
  max-width: 760px;
  text-align: center;
}

.ws-faq h2{
  font-size: clamp(26px, 3vw, 40px);
}

.ws-faq__sub{
  margin-top: 8px;
  color: rgba(255,255,255,0.75);
}

.ws-faq__grid{
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.ws-faq__item{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 16px 18px;
  backdrop-filter: blur(10px);
}

.ws-faq__item summary{
  cursor: pointer;
  font-weight: 700;
}

.ws-faq__item p{
  margin-top: 10px;
  color: rgba(255,255,255,0.8);
}
/* ================= FOOTER ================= */

.ws-footer{
  padding: 26px 18px;
  text-align: center;
  background: #050814;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
}
html{
  scroll-behavior: smooth;
}

body{
  scroll-snap-type: y mandatory;
}

.ws-hero,
.ws-services,
.ws-work,
.ws-cta,
.ws-faq{
  scroll-snap-align: start;
}
/* =========================================================
   SERVICES PAGE STYLES
   ========================================================= */

/* ---------- HERO ---------- */

.svc-page-hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0b1220;
  display: grid;
  place-items: center;
}

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

.svc-page-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1000px 520px at 30% 25%, rgba(99,102,241,0.20), transparent 65%),
    radial-gradient(1000px 520px at 75% 35%, rgba(34,197,94,0.14), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.65) 0%, rgba(2,6,23,0.40) 45%, rgba(2,6,23,0.80) 100%);
}

.svc-page-hero__content{
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 0 60px;
  color: #fff;
}

.svc-page-hero__content h1{
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.6px;
}

.svc-page-hero__content p{
  margin: 14px auto 22px;
  max-width: 70ch;
  color: rgba(255,255,255,0.78);
}

/* ---------- TABS ---------- */

.svc-tabs{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.svc-tabs a{
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  backdrop-filter: blur(10px);
  transition: background 180ms ease;
}

.svc-tabs a:hover{
  background: rgba(255,255,255,0.14);
}

/* ---------- DETAIL SECTIONS ---------- */

.svc-detail{
  padding: 90px 0;
  background: #0b1220;
  color: #fff;
}

.svc-detail--alt{
  background: #070b18;
}

.svc-detail__grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
}

/* Text */
.svc-detail h2{
  font-size: clamp(26px, 3.4vw, 38px);
  letter-spacing: -0.3px;
}

.svc-lead{
  margin-top: 12px;
  color: rgba(255,255,255,0.78);
  max-width: 70ch;
}

/* ---------- BULLET CARDS ---------- */

.svc-bullets{
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.svc-bullet{
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}

.svc-bullet strong{
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.svc-bullet ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

/* ---------- ACTIONS ---------- */

.svc-actions{
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.svc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.95);
  font-weight: 900;
}

.svc-btn:hover{
  background: rgba(255,255,255,0.16);
}

.svc-link{
  font-weight: 800;
  color: rgba(255,255,255,0.85);
}

.svc-link:hover{
  text-decoration: underline;
}

/* ---------- MEDIA CARD ---------- */

.svc-media-card{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}

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

/* ---------- FINAL CTA ---------- */

.svc-final{
  min-height: 70vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(1200px 600px at 50% 40%, rgba(99,102,241,0.22), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.90), rgba(2,6,23,0.98));
  color: #fff;
  padding: 70px 18px;
}

.svc-final__inner{
  max-width: 760px;
  text-align: center;
}

.svc-final__inner p{
  margin: 12px 0 22px;
  color: rgba(255,255,255,0.78);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px){
  .svc-detail__grid{
    grid-template-columns: 1fr;
  }

  .svc-media-card img{
    height: 280px;
  }

  .svc-page-hero__content{
    padding: 110px 18px 48px;
  }
}
/* =========================================================
   CONTACT PAGE STYLES
   ========================================================= */

.contact-hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0b1220;
  display: grid;
  place-items: center;
}

.contact-hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index:0;
}

.contact-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(1000px 520px at 30% 25%, rgba(59,130,246,0.18), transparent 65%),
    radial-gradient(1000px 520px at 75% 35%, rgba(168,85,247,0.14), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.70) 0%, rgba(2,6,23,0.42) 45%, rgba(2,6,23,0.84) 100%);
}

.contact-hero__content{
  position: relative;
  z-index: 2;
  padding: 120px 0 64px;
  color: #fff;
}

.contact-hero__head{
  text-align: center;
  max-width: 80ch;
  margin: 0 auto 22px;
  padding: 0 18px;
}

.contact-hero__head h1{
  font-size: clamp(34px, 4.6vw, 60px);
  letter-spacing: -0.6px;
}

.contact-hero__head p{
  margin-top: 12px;
  color: rgba(255,255,255,0.78);
}

.contact-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
}

.contact-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  padding: 18px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}

.contact-card h2{
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-form{
  display:grid;
  gap: 12px;
}

.contact-form label{
  display:grid;
  gap: 6px;
  font-weight: 700;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(2,6,23,0.55);
  color: rgba(255,255,255,0.92);
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  color: rgba(255,255,255,0.55);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color: rgba(255,255,255,0.30);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.10);
}

.contact-btn{
  margin-top: 6px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  cursor:pointer;
}

.contact-btn:hover{
  background: rgba(255,255,255,0.16);
}

.contact-note{
  margin-top: 8px;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
}

.contact-note a{
  color: rgba(255,255,255,0.88);
  font-weight: 800;
}

.contact-side{
  display:grid;
  gap: 12px;
}

.contact-mini{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  padding: 14px 14px;
}

.contact-mini h3{
  font-size: 14px;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.92);
}

.contact-mini p{
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.5;
}

.contact-link{
  color: rgba(255,255,255,0.88);
  font-weight: 800;
}

.contact-link:hover{
  text-decoration: underline;
}

.contact-socials{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-chip{
  margin-top: 10px;
  display:inline-flex;
  width: fit-content;
}

/* Mobile */
@media (max-width: 900px){
  .contact-grid{ grid-template-columns: 1fr; }
  .contact-hero__content{ padding: 110px 0 54px; }
}
/* =========================================================
   ABOUT PAGE STYLES
   ========================================================= */

.about-hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0b1220;
  display: grid;
  place-items: center;
}

.about-hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index:0;
}

.about-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(1000px 520px at 30% 25%, rgba(34,197,94,0.14), transparent 65%),
    radial-gradient(1000px 520px at 75% 35%, rgba(99,102,241,0.18), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.70) 0%, rgba(2,6,23,0.42) 45%, rgba(2,6,23,0.86) 100%);
}

.about-hero__content{
  position: relative;
  z-index: 2;
  padding: 120px 0 64px;
  color: #fff;
  text-align: center;
  max-width: 900px;
}

.about-kicker{
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 10px;
}

.about-hero__content h1{
  font-size: clamp(34px, 4.6vw, 62px);
  letter-spacing: -0.7px;
  line-height: 1.05;
}

.about-lead{
  margin: 14px auto 22px;
  max-width: 70ch;
  color: rgba(255,255,255,0.78);
}

/* Panels */
.about-panel{
  padding: 90px 0;
  background: #0b1220;
  color: #fff;
}

.about-panel--alt{
  background: #070b18;
}

/* Mission/Vision grid */
.about-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.about-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 20px;
}

.about-card h2{
  font-size: 20px;
  margin-bottom: 10px;
}

.about-card p{
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

/* Split section */
.about-split{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: start;
}

.about-copy h2{
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.about-copy p{
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin-bottom: 12px;
}

.about-glass{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 18px;
}

.about-glass h3{
  font-size: 16px;
  margin-bottom: 10px;
}

.about-glass ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.about-glass strong{
  color: rgba(255,255,255,0.92);
}

/* Tiles */
.about-head{
  text-align: center;
  margin-bottom: 22px;
}

.about-head p{
  color: rgba(255,255,255,0.74);
  margin-top: 8px;
}

.about-tiles{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-tile{
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 18px;
  transition: transform 180ms ease, background 180ms ease;
}

.about-tile:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.08);
}

.about-tile h3{
  font-size: 18px;
  margin-bottom: 8px;
}

.about-tile p{
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

.about-link{
  margin-top: 12px;
  display: inline-flex;
  font-weight: 900;
  color: rgba(255,255,255,0.92);
}

/* CTA */
.about-cta{
  min-height: 70vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(1200px 600px at 50% 40%, rgba(99,102,241,0.22), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.90), rgba(2,6,23,0.98));
  color: #fff;
  padding: 70px 18px;
}

.about-cta__inner{
  max-width: 820px;
  text-align: center;
}

.about-cta__inner p{
  margin: 12px 0 22px;
  color: rgba(255,255,255,0.78);
}

/* Responsive */
@media (max-width: 900px){
  .about-grid{ grid-template-columns: 1fr; }
  .about-split{ grid-template-columns: 1fr; }
  .about-tiles{ grid-template-columns: 1fr; }
  .about-hero__content{ padding: 110px 18px 54px; }
}
/* =========================================================
   ABOUT: Shared video background for multiple sections
   ========================================================= */

.about-video-wrap{
  position: relative;
  overflow: hidden;
  background: #0b1220;
}

/* Video behind both sections */
.about-video-wrap__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(0.9) contrast(1.05);
}

/* Overlay for readability */
.about-video-wrap__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1100px 600px at 30% 25%, rgba(99,102,241,0.16), transparent 65%),
    radial-gradient(1100px 600px at 75% 35%, rgba(34,197,94,0.10), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.82) 0%, rgba(2,6,23,0.60) 45%, rgba(2,6,23,0.86) 100%);
}

/* Keep all content above video */
.about-video-wrap .about-panel{
  position: relative;
  z-index: 2;
}

/* Remove solid backgrounds so video shows through */
.about-panel--inwrap{
  background: transparent !important;
}

/* Optional: reduce contrast difference between the two panels */
.about-panel--alt.about-panel--inwrap{
  background: transparent !important;
}
/* =========================================================
   ABOUT: Shared video background wrapper (FIXED)
   ========================================================= */

.about-video-wrap{
  position: relative;
  overflow: hidden;
  background: #0b1220;
  /* IMPORTANT: ensures wrapper always has height */
  display: block;
}

/* Video behind both sections */
.about-video-wrap__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay for readability */
.about-video-wrap__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1100px 600px at 30% 25%, rgba(99,102,241,0.16), transparent 65%),
    radial-gradient(1100px 600px at 75% 35%, rgba(34,197,94,0.10), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.86) 0%, rgba(2,6,23,0.64) 45%, rgba(2,6,23,0.88) 100%);
}

/* Content above video */
.about-video-wrap > section{
  position: relative;
  z-index: 2;
}

/* Remove solid backgrounds so the video shows through */
.about-panel--inwrap{
  background: transparent !important;
}

/* Make sure spacing is consistent inside the wrapper */
.about-video-wrap .about-panel{
  padding: 90px 0;
}
/* =========================================================
   ABOUT / SERVICES TILES – VIDEO BACKGROUND
   ========================================================= */

.about-panel--video{
  position: relative;
  overflow: hidden;
}

.about-bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(0.9) contrast(1.05);
}

.about-video-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1000px 600px at 30% 25%, rgba(99,102,241,0.14), transparent 65%),
    radial-gradient(1000px 600px at 75% 35%, rgba(34,197,94,0.10), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.88) 0%, rgba(2,6,23,0.66) 45%, rgba(2,6,23,0.90) 100%);
}

/* Keep content above the video */
.about-panel--video .container{
  position: relative;
  z-index: 2;
}
/* =========================================================
   PORTFOLIO PAGE
   ========================================================= */

.portfolio-hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #0b1220;
}

.portfolio-hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index:0;
}

.portfolio-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(1000px 600px at 30% 25%, rgba(99,102,241,0.18), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.70), rgba(2,6,23,0.88));
}

.portfolio-hero__content{
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 120px 18px 60px;
}

.portfolio-hero__content h1{
  font-size: clamp(36px, 4.8vw, 64px);
}

.portfolio-hero__content p{
  margin-top: 12px;
  color: rgba(255,255,255,0.78);
}

/* Grid */
.portfolio-panel{
  padding: 90px 0;
  background: #0b1220;
}

.portfolio-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.portfolio-card{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  transition: transform 200ms ease;
}

.portfolio-card:hover{
  transform: translateY(-4px);
}

.portfolio-thumb img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.portfolio-meta{
  padding: 16px;
  color: #fff;
}

.portfolio-meta h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.portfolio-meta p{
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}

.portfolio-link{
  display: inline-block;
  margin-top: 10px;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
}

/* CTA */
.portfolio-cta{
  min-height: 70vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(1200px 600px at 50% 40%, rgba(99,102,241,0.22), transparent 65%),
    linear-gradient(180deg, rgba(2,6,23,0.90), rgba(2,6,23,0.98));
  color: #fff;
  padding: 70px 18px;
}

.portfolio-cta__inner{
  max-width: 760px;
  text-align: center;
}

.portfolio-cta__inner p{
  margin: 12px 0 22px;
  color: rgba(255,255,255,0.78);
}

/* Responsive */
@media (max-width: 900px){
  .portfolio-grid{
    grid-template-columns: 1fr;
  }
}
/* ===================== Portfolio System Pages ===================== */

.subpage-hero{
  min-height: 55vh;
  display: grid;
  place-items: center;
  background: #0b1220;
  color: #fff;
}
.subpage-hero__content{
  padding: 120px 18px 60px;
  text-align: center;
}
.subpage-hero__content h1{ font-size: clamp(30px, 4vw, 54px); }
.subpage-hero__content p{ color: rgba(255,255,255,0.78); margin-top: 10px; }

/* Category cards */
.portfolio-cats{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.cat-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 18px;
  color: #fff;
  transition: transform 200ms ease, background 200ms ease;
}
.cat-card:hover{ transform: translateY(-3px); background: rgba(255,255,255,0.08); }
.cat-top{ display:flex; justify-content:space-between; align-items:center; gap:10px; }
.cat-tag{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  font-weight: 800;
  font-size: 12px;
}
.cat-link{ display:inline-block; margin-top: 12px; font-weight: 900; }

/* Website cards grid (reusing your work-card idea) */
.work-thumb img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
  border-radius: 14px;
}
.work-card{
  display:block;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 14px;
  transition: transform 200ms ease;
}
.work-card:hover{ transform: translateY(-3px); }
.work-meta{ margin-top: 12px; color:#fff; display:grid; gap:4px; }
.work-meta span{ color: rgba(255,255,255,0.75); font-size: 14px; }

/* PDF viewer page */
.pdf-page{
  min-height: 100vh;
  background:#0b1220;
  color:#fff;
  padding-top: 90px;
}
.pdf-head{
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 18px 10px;
}
.pdf-head p{ color: rgba(255,255,255,0.75); margin-top: 6px; }
.pdf-frame-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px 24px;
}
.pdf-frame{
  width: 100%;
  height: calc(100vh - 210px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
}

/* Churches grid */
.church-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.church-card{
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  transition: transform 200ms ease;
  color:#fff;
}
.church-card:hover{ transform: translateY(-3px); }
.church-thumb img{ width:100%; height:220px; object-fit:cover; display:block; }
.church-meta{ padding: 14px; display:grid; gap:4px; }
.church-meta span{ color: rgba(255,255,255,0.75); font-size: 14px; }
.church-open{ margin-top: 8px; font-weight: 900; color: rgba(255,255,255,0.92); }

/* Church detail pages */
.church-page{ background:#0b1220; color:#fff; padding-top: 90px; }
.church-hero{ padding: 30px 0 6px; }
.church-hero p{ color: rgba(255,255,255,0.75); margin-top: 6px; }
.church-detail-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.church-block{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 16px;
}
.church-block p{ color: rgba(255,255,255,0.78); }
.church-block ul{ margin: 10px 0 0; padding-left: 18px; color: rgba(255,255,255,0.78); line-height: 1.6; }

/* Social */
.social-detail{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.social-block{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 16px;
}
.social-links{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.social-pill{
  display:inline-flex;
  gap: 8px;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
}

/* Responsive */
@media (max-width: 900px){
  .portfolio-cats{ grid-template-columns: 1fr; }
  .church-grid{ grid-template-columns: 1fr; }
  .church-detail-grid{ grid-template-columns: 1fr; }
  .social-detail{ grid-template-columns: 1fr; }
  .pdf-frame{ height: 70vh; }
}
/* =========================================================
   PORTFOLIO CATEGORY CARDS
   - Title + tag always visible
   - Description shows on hover
   ========================================================= */

.portfolio-cats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cat-card{
  position: relative;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  text-decoration: none;
  transform: translateY(0);
  transition: transform 200ms ease, border-color 200ms ease;
}

.cat-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.18);
}

/* background image */
.cat-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cat-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.05);
  transform: scale(1.02);
}

/* dark gradient so text stays readable */
.cat-card::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2,6,23,0.35), rgba(2,6,23,0.85));
}

/* overlay container */
.cat-overlay{
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* top stays top, bottom stays bottom */
}

/* top row ALWAYS visible */
.cat-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cat-top h3{
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.cat-tag{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 700;
}

/* bottom content: hidden until hover */
.cat-desc{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.cat-card:hover .cat-desc,
.cat-card:focus-visible .cat-desc{
  opacity: 1;
  transform: translateY(0);
}

.cat-desc p{
  margin: 0 0 10px 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
}

.cat-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  color: rgba(255,255,255,0.92);
}

/* responsive */
@media (max-width: 900px){
  .portfolio-cats{ grid-template-columns: 1fr; }
  .cat-card{ min-height: 220px; }
  /* On mobile, show description by default (no hover) */
  .cat-desc{
    opacity: 1;
    transform: translateY(0);
  }
}
/* FORCE portfolio category grid to be 3 equal cards */
.portfolio-cats{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.cat-card{
  width: 100% !important;
  min-height: 260px !important;
  height: 260px !important; /* keeps them equal */
}

/* make sure images fill */
.cat-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* responsive */
@media (max-width: 900px){
  .portfolio-cats{
    grid-template-columns: 1fr !important;
  }
  .cat-card{
    height: 220px !important;
  }
}
/* =========================
   Portfolio panel video bg
   ========================= */
.portfolio-panel--video{
  position: relative;
  overflow: hidden;
  padding: 80px 0; /* space around the cards */
}

.portfolio-panel__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.02);
}

.portfolio-panel__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(2,6,23,0.65),
    rgba(2,6,23,0.85)
  );
}

/* make content sit above video */
.portfolio-panel--video .container{
  position: relative;
  z-index: 2;
}

/* footer spacing so it doesn't feel cramped */
.ws-footer{
  padding: 28px 16px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(2,6,23,0.55);
  backdrop-filter: blur(10px);
}
/* =========================
   PORTFOLIO: unify tint layers
   ========================= */

/* 1) HERO: keep overlay consistent (slightly lighter so it blends) */
.portfolio-hero__overlay{
  background: linear-gradient(
    180deg,
    rgba(2,6,23,0.55),
    rgba(2,6,23,0.78)
  ) !important;
}

/* 2) PANEL: same overlay recipe as hero */
.portfolio-panel__overlay{
  background: linear-gradient(
    180deg,
    rgba(2,6,23,0.55),
    rgba(2,6,23,0.78)
  ) !important;
}

/* 3) Remove the "band" effect between hero/panel */
.portfolio-hero{
  margin-bottom: 0 !important;
}
.portfolio-panel--video{
  padding-top: 64px;       /* keeps spacing */
  padding-bottom: 64px;
  margin-top: 0 !important;
}

/* 4) Footer: match the same tint (no random grey bar) */
.ws-footer{
  background: rgba(2,6,23,0.78) !important;
  border-top: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}

/* optional: if you see a thin strip, this kills it */
body{
  background: rgb(2,6,23);
}
/* =========================
   CHURCH DETAIL: image slots
   ========================= */

.church-block__media{
  width: 100%;
  height: 190px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}

.church-block__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.05);
}
.church-media{
  margin-bottom: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.church-img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.is-hidden{ display: none !important; }
.church-media{
  margin-bottom: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.church-img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.is-hidden{ display: none !important; }
/* =========================
   BOOKING PAGE
   ========================= */
.booking-hero{
  position: relative;
  min-height: 70vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.booking-hero__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.02);
}

.booking-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2,6,23,0.55), rgba(2,6,23,0.85));
}

.booking-hero__content{
  position: relative;
  z-index: 2;
  padding: 110px 0 60px;
  text-align: center;
  max-width: 900px;
}

.booking-panel{
  padding: 70px 0;
}

.booking-grid{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
  align-items: start;
}

.booking-info,
.booking-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  padding: 20px;
}

.booking-list{
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

.booking-note{
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
}

.booking-sub{
  margin-top: 6px;
  color: rgba(255,255,255,0.75);
}

.booking-form{
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.booking-form label{
  display: grid;
  gap: 6px;
  color: rgba(255,255,255,0.85);
  font-weight: 700;
}

.booking-form input,
.booking-form select,
.booking-form textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(2,6,23,0.35);
  color: rgba(255,255,255,0.92);
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus{
  border-color: rgba(255,255,255,0.28);
}

.form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.booking-submit{
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.booking-small{
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}

.booking-success,
.booking-error{
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.22);
  color: rgba(255,255,255,0.92);
}

@media (max-width: 900px){
  .booking-grid{ grid-template-columns: 1fr; }
  .form-row{ grid-template-columns: 1fr; }
  .booking-hero__content{ text-align: left; }
}
/* =========================
   FULL-PAGE VIDEO BACKGROUND (BOOKING)
   ========================= */

.booking-hero{
  position: fixed;
  inset: 0;
  z-index: -2;
}

.booking-hero__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* single consistent dark overlay */
.booking-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(2,6,23,0.65),
    rgba(2,6,23,0.9)
  );
  z-index: 1;
}

/* remove spacing since video is fixed */
.booking-hero__content{
  display: none;
}
/* =========================
   BOOKING PAGE (FULL VIDEO BG + READABLE PANELS)
   ========================= */

.booking-body{
  background: rgb(2,6,23);
}

/* full page background video */
.booking-bg{
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.booking-bg__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.booking-bg__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,0.65), rgba(2,6,23,0.90));
  z-index: 1;
}

.booking-main{
  position: relative;
  z-index: 2;
  padding-top: 120px; /* space for fixed header */
}

.booking-head{
  max-width: 980px;
  text-align: left;
  margin-bottom: 22px;
}

.booking-head h1{
  color: #fff;
  font-size: clamp(32px, 5vw, 54px);
  margin: 0 0 10px;
}

.booking-head p{
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  margin: 0;
  max-width: 70ch;
}

.booking-grid{
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  padding-bottom: 70px;
}

.booking-panel{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(2,6,23,0.86);
  backdrop-filter: blur(14px);
  padding: 22px;
  color: rgba(255,255,255,0.92);
}

.booking-panel h2{
  margin: 0 0 10px;
  font-size: 24px;
  color: #fff;
}

.booking-sub{
  margin: 0 0 12px;
  color: rgba(255,255,255,0.75);
}

.booking-list{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.86);
  line-height: 1.65;
}

.booking-note{
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.25);
}

.booking-note p{
  margin: 6px 0 0;
  color: rgba(255,255,255,0.80);
}

.booking-mini{
  margin-top: 16px;
  color: rgba(255,255,255,0.80);
}

.booking-mini p{
  margin: 6px 0 0;
}

/* form */
.booking-form{
  display: grid;
  gap: 12px;
}

.booking-form label{
  display: grid;
  gap: 6px;
  font-weight: 650;
  color: rgba(255,255,255,0.90);
}

.form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.booking-form input,
.booking-form select,
.booking-form textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.45);
  color: #fff;
  outline: none;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder{
  color: rgba(255,255,255,0.55);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus{
  border-color: rgba(255,255,255,0.32);
}

.booking-submit{
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.booking-small{
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}

.booking-success,
.booking-error{
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.22);
  color: rgba(255,255,255,0.92);
}

.booking-footer{
  background: rgba(2,6,23,0.78) !important;
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* responsive */
@media (max-width: 900px){
  .booking-grid{ grid-template-columns: 1fr; }
  .form-row{ grid-template-columns: 1fr; }
}
/* =========================
   CALENDLY EMBED (CLEAN)
   ========================= */
.calendly-inline-widget{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.25);
}

.booking-panel--form h2,
.booking-panel--form .booking-sub{
  margin-left: 2px;
}
/* =========================================================
   SOCIAL APP DETAIL PAGE (ChurchClip)
   Matches your Portfolio/Church glass style
   ========================================================= */

.app-detail-grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: start;
}

.app-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  padding: 16px;
  color: #fff;
}

.app-card h2{
  margin: 0 0 10px;
  font-size: 20px;
  color: rgba(255,255,255,0.95);
}

.app-byline{
  margin: 0 0 10px;
  color: rgba(255,255,255,0.80);
}

.app-desc{
  margin-top: 8px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.app-features ul{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

.app-media{
  margin-bottom: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.app-img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.05);
}

/* Use same PDF/work-card look */
#appPdfGrid .work-card{
  display: block;
}

/* helper text tone (same as your other pages) */
.muted{
  color: rgba(255,255,255,0.75);
}

/* Responsive */
@media (max-width: 900px){
  .app-detail-grid{
    grid-template-columns: 1fr;
  }
  .app-img{
    height: 200px;
  }
}


/* =========================
   BOOKING PAGE ENHANCEMENTS
   ========================= */
.booking-head--wide{
  max-width: 1080px;
}

.booking-kicker,
.booking-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-route-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.booking-route-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(2,6,23,0.82);
  backdrop-filter: blur(14px);
  padding: 22px;
  color: rgba(255,255,255,0.92);
  box-shadow: 0 16px 35px rgba(0,0,0,0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.booking-route-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 22px 50px rgba(0,0,0,0.24);
}

.booking-route-top h2{
  margin: 8px 0 8px;
  font-size: 24px;
  color: #fff;
}

.booking-route-top p{
  color: rgba(255,255,255,0.75);
}

.booking-route-badge{
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-route-list{
  margin: 14px 0 18px;
  padding-left: 18px;
  color: rgba(255,255,255,0.84);
}

.booking-route-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-layout{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
}

.booking-panel-stack{
  display: grid;
  gap: 18px;
}

.booking-list--tight{
  margin-top: 0;
}

.booking-progress{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-progress span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-progress span.is-active{
  background: rgba(255,255,255,0.14);
  color: #fff;
  border-color: rgba(255,255,255,0.22);
}

.booking-quick-links{
  display: grid;
  gap: 12px;
}

.booking-quick-link{
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
}

.booking-quick-link span{
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  margin-bottom: 4px;
}

.booking-quick-link strong{
  color: #fff;
  font-size: 15px;
}

.booking-form-head{
  margin-bottom: 14px;
}

.booking-form--wizard{
  gap: 0;
}

.booking-step{
  display: none;
}

.booking-step.is-active{
  display: grid;
  gap: 14px;
}

.booking-step-head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.booking-step-head span{
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 800;
}

.booking-step-head h3{
  margin: 0;
  color: #fff;
  font-size: 21px;
}

.booking-step-actions{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}

.booking-step-actions--split{
  justify-content: space-between;
}

.booking-submit{
  width: auto;
}

.booking-direct-grid{
  padding-bottom: 70px;
}

.booking-direct-card{
  overflow: hidden;
}

.booking-direct-card .calendly-inline-widget{
  margin-top: 14px;
}

.reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.show{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px){
  .booking-route-grid,
  .booking-layout{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px){
  .booking-route-actions,
  .booking-step-actions,
  .booking-step-actions--split{
    flex-direction: column;
  }

  .booking-progress{
    gap: 8px;
  }

  .booking-progress span{
    min-width: 0;
    flex: 1 1 calc(50% - 8px);
  }
}
/* =========================
   BOOKING PAGE REDESIGN
   ========================= */

/* Override global load-anim blur for booking page */
.booking-body .load-anim {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .booking-body .load-anim {
    opacity: 0 !important;
    transform: translateY(14px) !important;
    filter: none !important;
    animation: bookingFadeUp 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
  }
  .booking-body .d1 { animation-delay: 80ms !important; }
  .booking-body .d2 { animation-delay: 180ms !important; }
  .booking-body .d3 { animation-delay: 280ms !important; }

  @keyframes bookingFadeUp {
    to { opacity: 1; transform: translateY(0); filter: none; }
  }
}

/* Page header */
.booking-page-head {
  padding: 56px 0 52px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 56px;
}

.booking-page-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 20px;
}

.booking-page-head .eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #c9a96e;
  opacity: 0.7;
}

.booking-page-head h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.5px;
  max-width: 760px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.95);
}

.booking-page-head p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 580px;
}

/* Route cards */
.route-section { margin-bottom: 64px; }

.route-section .section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 24px;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.route-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  padding: 28px 26px;
  transition: background 220ms, border-color 220ms, transform 220ms;
}

.route-card:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-2px);
}

.route-badge {
  display: inline-flex;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  background: rgba(201,169,110,0.15);
  color: #c9a96e;
  border: 1px solid rgba(201,169,110,0.20);
  margin-bottom: 16px;
}

.route-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.95);
}

.route-card > p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  margin-bottom: 18px;
}

.route-list {
  list-style: none;
  margin-bottom: 24px;
  display: grid;
  gap: 8px;
}

.route-list li {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  padding-left: 16px;
  position: relative;
}

.route-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #c9a96e;
  opacity: 0.7;
  font-size: 10px;
  top: 2px;
}

.route-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #c9a96e;
  color: #0a0e1a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 160ms, transform 120ms;
  letter-spacing: 0.02em;
}

.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer;
  transition: border-color 160ms, color 160ms, background 160ms;
}

.btn-ghost:hover {
  border-color: rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.06);
}

/* Main layout */
.booking-body-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 56px;
}

/* Sidebar */
.booking-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 90px;
}

.sidebar-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  padding: 24px;
}

.sidebar-card .card-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 12px;
}

.sidebar-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.95);
}

.sidebar-card p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
}

.steps-list {
  list-style: none;
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.78);
}

.step-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: #c9a96e;
  margin-top: 1px;
}

.quick-contact { display: grid; gap: 10px; }

.quick-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.15);
  text-decoration: none;
  transition: border-color 160ms, background 160ms;
}

.quick-link:hover {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
}

.quick-link span:first-child {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}

.quick-link span:last-child {
  font-size: 13px;
  color: rgba(255,255,255,0.95);
  font-weight: 600;
}

/* Form panel */
.booking-form-panel {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  padding: 38px 40px;
}

/* Wizard progress */
.wizard-progress {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.wizard-step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  position: relative;
}

.wizard-step-indicator:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 16px;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.10);
  z-index: 0;
  transition: background 400ms;
}

.wizard-step-indicator.done:not(:last-child)::after {
  background: rgba(201,169,110,0.5);
}

.wizard-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  position: relative;
  z-index: 1;
  transition: all 280ms;
}

.wizard-step-indicator.active .wizard-circle {
  border-color: #c9a96e;
  background: rgba(201,169,110,0.15);
  color: #c9a96e;
}

.wizard-step-indicator.done .wizard-circle {
  border-color: rgba(201,169,110,0.4);
  background: rgba(201,169,110,0.10);
  color: #c9a96e;
}

.wizard-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  transition: color 280ms;
}

.wizard-step-indicator.active .wizard-label { color: #c9a96e; }
.wizard-step-indicator.done .wizard-label { color: rgba(201,169,110,0.65); }

/* Wizard panes */
.wizard-pane { display: none; }
.wizard-pane.is-active { display: block; }

.pane-head { margin-bottom: 28px; }

.pane-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.95);
}

.pane-head p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.78);
}

/* Fields */
.field-group { display: grid; gap: 16px; margin-bottom: 28px; }

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field { display: flex; flex-direction: column; gap: 7px; }

.field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.28);
  color: rgba(255,255,255,0.95);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 160ms, background 160ms;
  appearance: none;
  -webkit-appearance: none;
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.4)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.field select option { background: #111827; color: #fff; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(201,169,110,0.45);
  background: rgba(0,0,0,0.36);
}

.field input::placeholder,
.field textarea::placeholder { color: rgba(255,255,255,0.28); }
.field textarea { resize: vertical; }

/* Choice cards */
.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}

.choice-card {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.20);
  cursor: pointer;
  transition: border-color 200ms, background 200ms;
  user-select: none;
}

.choice-card:hover {
  border-color: rgba(255,255,255,0.22);
  background: rgba(0,0,0,0.30);
}

.choice-card.selected {
  border-color: rgba(201,169,110,0.55);
  background: rgba(201,169,110,0.10);
}

.choice-card .choice-icon { font-size: 20px; margin-bottom: 8px; display: block; }
.choice-card .choice-title { font-size: 13px; font-weight: 600; display: block; margin-bottom: 4px; color: rgba(255,255,255,0.95); }
.choice-card .choice-desc { font-size: 11.5px; color: rgba(255,255,255,0.50); line-height: 1.5; }

/* Pane nav */
.pane-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.pane-nav-left { display: flex; align-items: center; gap: 14px; }

.submit-note {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.40);
  text-align: center;
  line-height: 1.6;
}

/* Calendly section */
.calendly-section { margin-bottom: 56px; }

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-header-text .section-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 10px;
}

.section-header-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
}

.section-header-text p {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}

.calendly-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.25);
}

/* Responsive */
@media (max-width: 1000px) {
  .booking-body-layout { grid-template-columns: 1fr; }
  .booking-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .route-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .scope-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .booking-form-panel { padding: 28px 24px; }
  .booking-sidebar { grid-template-columns: 1fr; }
}/* Fix booking page header always visible */
.booking-page-head,
.booking-page-head .eyebrow,
.booking-page-head h1,
.booking-page-head p {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  visibility: visible !important;
}

/* Fix reveal sections always visible on booking page */
.booking-body .reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}