/** Homepage 2.0 — hero, services, portfolio, booking CTA (PA Design System 2.0) */

/* Compact brand band → cinematic hero. No oversized logo chrome. */
body.home.pa-home-chrome-above-hero.pa-home-shell-relocated main .pa-glass-hero-wrap {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
}

body.home.pa-home-chrome-above-hero header.pa-site-header.pa-home-header-chrome-moved,
body.home.pa-home-chrome-above-hero header.wp-block-template-part.pa-home-header-chrome-moved {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  width: 100%;
  margin: 0;
  padding: 0 clamp(1rem, 3vw, 1.5rem) 0.65rem;
  padding-top: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
}

/* Flush chrome to viewport top — no gray/white void above logo */
body.home.pa-home-chrome-above-hero main .entry-content,
body.home.pa-home-chrome-above-hero main .wp-block-post-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome:first-child {
  margin-top: 0 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-group:has(> .wp-block-site-logo),
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  gap: 0 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-site-logo,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-brand-logo-wrap {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  line-height: 0 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-site-logo a,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-brand-logo-wrap a,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome a.custom-logo-link {
  display: inline-block !important;
  width: auto !important;
  max-width: min(520px, 88vw) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  line-height: 0 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-site-logo img,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.custom-logo,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.pa-brand-logo,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.pa-brand-logo-lockup,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.pa-brand-logo-lockup-white,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.custom-logo.pa-brand-logo-lockup,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.custom-logo.pa-brand-logo-lockup-white {
  display: block !important;
  width: clamp(269px, 44.8vw, 384px) !important;
  max-width: min(384px, 88vw) !important;
  height: auto !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14) !important;
  filter: none !important;
  object-fit: contain !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-home-header-shell,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .alignfull.has-foreground-color:has(.wp-block-navigation) {
  position: relative !important;
  top: auto !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  color: var(--pa2-ink, #1d1d1f) !important;
}

/* Home chrome nav — polished pill buttons (matches footer / marketing nav) */
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation__container,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-floating-pills,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-dock,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-site-nav-pill-row {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation-item__content,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-site-nav-pill,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome a.wp-block-navigation-item__content {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: var(--pa-nav-pill-min-height, 42px) !important;
  padding: var(--pa-nav-pill-padding, 0.5rem 1.15rem) !important;
  border-radius: 9999px !important;
  font-size: var(--pa-nav-pill-font-size, 0.875rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  text-decoration: none !important;
  line-height: 1.2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color: rgba(29, 29, 31, 0.9) !important;
  -webkit-text-fill-color: rgba(29, 29, 31, 0.9) !important;
  background: var(--pa-liquid-glass-bg, rgba(255, 255, 255, 0.72)) !important;
  border: 1px solid var(--pa-liquid-glass-border, rgba(255, 255, 255, 0.82)) !important;
  backdrop-filter: var(--pa-liquid-glass-blur, blur(22px) saturate(190%)) !important;
  -webkit-backdrop-filter: var(--pa-liquid-glass-blur, blur(22px) saturate(190%)) !important;
  box-shadow: var(--pa-liquid-glass-shadow, 0 10px 28px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.94)) !important;
  transition:
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.52s ease,
    -webkit-text-fill-color 0.52s ease !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation-item:not(.pa-nav-book) .wp-block-navigation-item__content:hover,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation-item:not(.pa-nav-book) .wp-block-navigation-item__content:focus-visible,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-link--hover:not(.pa-nav-book-btn) {
  color: var(--pa2-ink, #1d1d1f) !important;
  -webkit-text-fill-color: var(--pa2-ink, #1d1d1f) !important;
  background: var(--pa-liquid-glass-bg-hover, rgba(255, 255, 255, 0.86)) !important;
  border-color: rgba(255, 255, 255, 0.96) !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(0, 113, 227, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  outline: none;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .current-menu-item .wp-block-navigation-item__content,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .is-current .wp-block-navigation-item__content,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-site-nav-pill.is-current:not(.pa-nav-book-btn) {
  color: var(--pa-liquid-glass-active-ink, #005bb5) !important;
  -webkit-text-fill-color: var(--pa-liquid-glass-active-ink, #005bb5) !important;
  background: var(--pa-liquid-glass-active-bg, rgba(0, 113, 227, 0.14)) !important;
  border: 1px solid var(--pa-liquid-glass-active-border, rgba(0, 113, 227, 0.38)) !important;
  box-shadow:
    0 10px 26px rgba(0, 113, 227, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  font-weight: 600 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book .wp-block-navigation-item__content,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book-btn {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(180deg, #0084ff 0%, #0071e3 55%, #0066d6 100%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.38) !important;
  box-shadow:
    0 12px 32px rgba(0, 113, 227, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book .wp-block-navigation-item__content:hover,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book .wp-block-navigation-item__content:focus-visible,
body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book-btn.pa-nav-book--hover {
  background: linear-gradient(180deg, #0084ff 0%, #0077ed 100%) !important;
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 16px 40px rgba(0, 113, 227, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

/* Flush home chrome — no void above logo (before JS relocates header) */
body.home.pa-home-chrome-above-hero header.pa-site-header .pa-brand-lockup,
body.home.pa-home-chrome-above-hero header.pa-site-header .wp-block-group:has(> .wp-block-site-logo) {
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}

body.home.pa-home-chrome-above-hero .wp-site-blocks,
body.home.pa-home-chrome-above-hero main.wp-block-group {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation-item__label {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.home.pa-home-chrome-above-hero .pa2-hero,
body.home.pa-home-chrome-above-hero .pa-glass-hero-wrap .pa2-hero {
  padding-top: clamp(3rem, 7vw, 4.5rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem) !important;
}

body.home.pa-home-shell-relocated .pa2-hero,
body.home.pa-home-shell-relocated .pa-glass-hero-wrap .pa2-hero {
  padding-top: clamp(3rem, 7vw, 4.5rem) !important;
}

body.home .pa2-hero,
body.home .pa2-hero.pa-home-hero,
body.home .wp-block-cover.alignfull.pa-home-hero {
  --pa2-hero-min-height: clamp(22rem, 62vh, 40rem);
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: var(--pa2-hero-min-height) !important;
  max-height: none !important;
  margin: 0 !important;
  padding: clamp(3.25rem, 7vw, 4.5rem) clamp(1.25rem, 4vw, 2rem) clamp(2.25rem, 4.5vw, 3.25rem) !important;
  border-radius: 0 !important;
  overflow: hidden;
  color: #fff;
  background: var(--pa2-ink) center/cover no-repeat;
  background-position: 50% 38%;
  text-align: center;
}

body.home .pa2-hero > img,
body.home .pa2-hero .wp-block-cover__image-background {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body.home .pa2-hero .wp-block-cover__background {
  opacity: 0 !important;
}

body.home .pa2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Soft editorial scrim — keeps white H1 / Photographer · roles readable on bright drone stills */
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}

body.home .pa2-hero.pa2-hero--bg-fallback {
  background-color: var(--pa2-ink, #0b0b0d);
}

body.home .pa2-hero__ambient {
  z-index: 0;
}

body.home .pa2-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.home .pa2-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: min(40rem, 100%);
  margin: 0 auto;
  text-align: center;
}

body.home .pa2-hero__eyebrow {
  margin: 0 auto 0.75rem;
  max-width: 100%;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.62);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62);
}

/* Brand-led H1 — production company, not keyword stack */
body.home .pa2-hero__title {
  margin: 0 auto 0.85rem;
  max-width: min(40rem, 94vw);
  font-family: inherit;
  font-size: clamp(1.75rem, 3.2vw + 0.85rem, 2.75rem);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-align: center;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.38);
}

body.home .pa2-hero__roles,
body.home .pa2-hero__role,
body.home .pa2-hero__sep,
body.home .pa2-hero__badge {
  display: none !important;
}

body.home .pa2-hero__lead {
  margin: 0 auto 1.5rem;
  max-width: 34ch;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.005em;
  color: rgba(255, 255, 255, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
  text-wrap: pretty;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

body.home .pa2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  width: auto;
  max-width: none;
  margin: 0;
}

body.home .pa2-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 3rem;
  min-width: 8rem;
  padding: 0.7rem 1.35rem;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition:
    background 160ms ease,
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

/* Solid professional CTA — no glass glow */
body.home .pa2-hero__btn--primary {
  background: #0071e3 !important;
  background-color: #0071e3 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid #0071e3 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

body.home .pa2-hero__btn--secondary {
  background: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .pa2-hero__btn--primary:hover,
body.home .pa2-hero__btn--primary:focus-visible {
  transform: translateY(-1px);
  background: #0077ed !important;
  background-color: #0077ed !important;
  border-color: #0077ed !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

body.home .pa2-hero__btn--secondary:hover,
body.home .pa2-hero__btn--secondary:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
}

body.home .pa2-hero .pa-hero-badge,
body.home .pa2-hero .pa-hero-content {
  display: none !important;
}

body.home .pa2-hero.is-ready .pa2-hero__inner > * {
  animation: pa2-hero-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.home .pa2-hero.is-ready .pa2-hero__eyebrow { animation-delay: 0s; }
body.home .pa2-hero.is-ready .pa2-hero__title { animation-delay: 0.08s; }
body.home .pa2-hero.is-ready .pa2-hero__lead { animation-delay: 0.18s; }
body.home .pa2-hero.is-ready .pa2-hero__actions { animation-delay: 0.28s; }

@keyframes pa2-hero-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 782px) {
  body.home .pa-glass-hero-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home .pa2-hero,
  body.home .wp-block-cover.alignfull.pa-home-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    text-align: center !important;
  }

  body.home .pa2-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
  }

  body.home .pa2-hero__btn {
    flex: 0 0 auto;
    min-width: 7.25rem;
    padding: 0.7rem 1.25rem;
    border-radius: 10px;
  }

  body.home .pa2-hero__eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.14em;
  }

  body.home .pa2-hero__title {
    max-width: 100%;
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }

  body.home .pa2-hero__lead {
    margin-bottom: 1.35rem;
    max-width: 28ch;
  }

  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome {
    gap: 0.35rem;
    padding: 0 0.75rem 0.45rem;
    padding-top: env(safe-area-inset-top, 0px);
  }

  /* Mobile nav — wrapped pill rows + full-width Book CTA below */
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-home-header-nav {
    width: 100%;
    max-width: 100%;
  }

  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation__container,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-floating-pills,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-dock,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-site-nav-pill-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center !important;
    justify-items: stretch !important;
    gap: 0.4rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation-item:not(.pa-nav-book) {
    margin: 0 !important;
    width: 100%;
    max-width: none;
    display: flex !important;
    justify-content: center !important;
  }

  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book {
    grid-column: 1 / -1;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0.15rem 0 0 !important;
    padding: 0 !important;
  }

  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book .wp-block-navigation-item__content,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .pa-nav-book-btn {
    min-width: min(100%, 18.5rem) !important;
    width: auto !important;
    max-width: calc(100% - 1rem) !important;
    min-height: 46px !important;
    padding: 0.7rem 1.35rem !important;
    font-size: 0.875rem !important;
  }

  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-site-logo img,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.custom-logo,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome img.pa-brand-logo-lockup {
    width: clamp(224px, 67.2vw, 320px) !important;
    max-width: min(320px, 88vw) !important;
    max-height: none !important;
  }

  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation-item:not(.pa-nav-book) .wp-block-navigation-item__content,
  body.home.pa-home-chrome-above-hero .pa-home-post-hero-chrome .wp-block-navigation-item:not(.pa-nav-book) .pa-site-nav-pill {
    width: 100% !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0.5rem 0.55rem !important;
    font-size: 0.8125rem !important;
    border-radius: 9999px !important;
  }

  body.home .pa2-services,
  body.home .pa2-portfolio,
  body.home .pa2-cta {
    padding-left: max(1rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(1rem, env(safe-area-inset-right, 0px)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .pa2-hero.is-ready .pa2-hero__inner > * {
    animation: none;
  }
}

/** Homepage 2.0 — flagship services showcase (main scroll flow, after hero) */
body.home .pa2-services {
  --pa2-svc-stagger: 65ms;
  --pa2-svc-icon-ring: 4.675rem;
  --pa2-svc-icon-ring-featured: 5.3125rem;
  --pa2-svc-icon-size: 3.825rem;
  --pa2-svc-icon-size-featured: 4.25rem;
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 4vw, 2.75rem) clamp(2.5rem, 5vw, 3.75rem);
  background: transparent;
  position: relative;
}

/* Hero → services: no dead band */
body.home .pa-glass-hero-wrap + #pa2-services,
body.home .pa-glass-hero-wrap + .pa2-services,
body.home .pa2-hero + #pa2-services,
body.home main .pa-glass-hero-wrap + section#pa2-services {
  margin-top: 0 !important;
  padding-top: clamp(0.75rem, 1.5vw, 1.25rem) !important;
}

body.home .pa2-services--flagship::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 50% at 50% -5%, rgba(0, 113, 227, 0.06), transparent 55%),
    radial-gradient(ellipse 70% 40% at 80% 100%, rgba(88, 86, 214, 0.04), transparent 50%);
  opacity: 1;
}

body.home .pa2-services__inner {
  position: relative;
  z-index: 1;
  width: min(72rem, 100%);
  margin: 0 auto;
}

body.home .pa2-services__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 44rem;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
  padding: 0 0.5rem;
  text-align: center;
}

body.home .pa2-services.is-ready .pa2-services__head .pa2-services__eyebrow,
body.home .pa2-services.is-ready .pa2-services__head .pa2-services__title,
body.home .pa2-services.is-ready .pa2-services__head .pa2-services__lead {
  opacity: 1;
  transform: none;
}

body.home .pa2-services__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.85rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--pa2-hairline);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.58);
}

body.home .pa2-services__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--pa2-ink);
}

body.home .pa2-services__lead {
  margin: 0;
  max-width: 42ch;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.55;
  color: var(--pa2-muted);
}

/* —— Showcase bento grid —— */
body.home .pa2-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: 100%;
}

body.home .pa2-services__grid--showcase {
  gap: clamp(0.9rem, 2vw, 1.15rem);
}

body.home .pa2-services__grid--showcase .pa2-services__card.is-featured {
  order: 10;
}

body.home .pa2-services__card {
  position: relative;
  display: block;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: calc(var(--pa2-radius-card, 18px) + 4px);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(165%);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
  color: var(--pa2-ink);
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 8px 28px rgba(17, 17, 17, 0.05);
  overflow: hidden;
  transition:
    border-color 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 280ms ease;
}

/* Accent shimmer rail */
body.home .pa2-services__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--pa2-svc-accent, rgba(29, 29, 31, 0.2)) 35%,
    var(--pa2-svc-accent, rgba(29, 29, 31, 0.35)) 50%,
    var(--pa2-svc-accent, rgba(29, 29, 31, 0.2)) 65%,
    transparent 100%
  );
  opacity: 0;
  transform: scaleX(0.6);
  transition:
    opacity 280ms ease,
    transform 480ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Glass glow halo on hover */
body.home .pa2-services__card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(
    ellipse 80% 60% at 50% 0%,
    color-mix(in srgb, var(--pa2-svc-accent, #0071e3) 18%, transparent),
    transparent 70%
  );
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 320ms ease;
}

body.home .pa2-services__card--photo { --pa2-svc-accent: #0071e3; }
body.home .pa2-services__card--video { --pa2-svc-accent: #5856d6; }
body.home .pa2-services__card--dj { --pa2-svc-accent: #c93400; }
body.home .pa2-services__card--audio { --pa2-svc-accent: #1a6b3c; }
body.home .pa2-services__card--bundle { --pa2-svc-accent: #1d1d1f; }
body.home .pa2-services__card--weddings { --pa2-svc-accent: #1d1d1f; }
body.home .pa2-services__card--business { --pa2-svc-accent: #5856d6; }
body.home .pa2-services__card--events { --pa2-svc-accent: #1a6b3c; }

/* —— Cinema showcase — clean professional stage (work first) —— */
body.home .pa-glass-hero-wrap + #pa2-services.pa2-services--cinema,
body.home .pa-glass-hero-wrap + .pa2-services--cinema,
body.home .pa2-hero + #pa2-services.pa2-services--cinema,
body.home main .pa-glass-hero-wrap + section#pa2-services.pa2-services--cinema {
  margin-top: clamp(1.25rem, 3.5vw, 2rem) !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .pa2-services--cinema {
  --pa-cinema-ink: #1d1d1f;
  --pa-cinema-muted: rgba(29, 29, 31, 0.62);
  --pa-cinema-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --pa-cinema-radius-shell: 16px;
  --pa-cinema-radius-media: 10px;
  --pa-cinema-radius-tile: 8px;
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: min(1080px, calc(100% - clamp(1.25rem, 4vw, 2.5rem)));
  margin: clamp(1.25rem, 3.5vw, 2rem) auto clamp(1.5rem, 3vw, 2.25rem);
  padding: 0;
  border-radius: var(--pa-cinema-radius-shell);
  background: #ffffff !important;
  border: 1px solid rgba(60, 60, 67, 0.1);
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.05);
  color: var(--pa-cinema-ink) !important;
  overflow: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .pa2-services--cinema::before {
  display: none;
}

body.home .pa2-services--cinema .pa2-cinema__parallax-bg {
  display: none;
}

body.home .pa2-services--cinema .pa2-cinema {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.15rem, 2.6vw, 1.65rem);
  padding: clamp(1.35rem, 3.4vw, 2rem);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .pa2-cinema__head {
  text-align: left;
  max-width: 40rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home .pa2-cinema__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.48) !important;
}

body.home .pa2-cinema__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 3.4vw, 2.1rem);
  line-height: 1.12;
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--pa-cinema-ink) !important;
  -webkit-text-fill-color: var(--pa-cinema-ink) !important;
}

body.home .pa2-cinema__lead {
  margin: 0;
  max-width: 34rem;
  font-size: 0.975rem;
  line-height: 1.5;
  color: var(--pa-cinema-muted) !important;
}

body.home .pa2-cinema__stage {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.home .pa2-cinema__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--pa-cinema-radius-media);
  overflow: hidden;
  background: #111113;
  border: 1px solid rgba(29, 29, 31, 0.12);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.14);
  isolation: isolate;
}

body.home .pa2-cinema__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
  border-radius: inherit;
  overflow: hidden;
}

body.home .pa2-cinema__poster-img,
body.home .pa2-cinema__iframe,
body.home .pa2-cinema__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: inherit;
  background: #0b0b0c;
}

body.home .pa2-cinema__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.35rem;
  height: 4.35rem;
  margin: -2.175rem 0 0 -2.175rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
  transition: transform 220ms var(--pa-cinema-ease), background 220ms ease, box-shadow 220ms ease;
}

body.home .pa2-cinema__play::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.95rem;
  border-color: transparent transparent transparent #1d1d1f;
}

body.home .pa2-cinema__poster:hover .pa2-cinema__play,
body.home .pa2-cinema__poster:focus-visible .pa2-cinema__play {
  transform: scale(1.06);
  background: #fff;
  box-shadow:
    0 18px 40px rgba(0, 113, 227, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

body.home .pa2-cinema__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.75rem 1rem 0.9rem;
  text-align: left;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
}

body.home .pa2-cinema__caption-kicker {
  display: none;
}

body.home .pa2-cinema__caption-title {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 650;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

body.home .pa2-cinema__strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.45rem;
  width: 100%;
  overflow-x: auto;
  padding: 0.1rem 0 0.2rem;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.home .pa2-cinema__strip::-webkit-scrollbar {
  display: none;
}

body.home .pa2-cinema__thumb {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--pa-cinema-radius-tile);
  overflow: hidden;
  cursor: pointer;
  background: #111113;
  opacity: 0.78;
  isolation: isolate;
  box-shadow: none;
  transition:
    opacity 180ms ease,
    border-color 180ms ease,
    transform 180ms var(--pa-cinema-ease);
}

body.home .pa2-cinema__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  background: #111113;
}

/* Lower-third title chip — compact, two-line max (no ellipsis clutter) */
body.home .pa2-cinema__thumb-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  padding: 1.15rem 0.4rem 0.35rem;
  font-size: clamp(0.625rem, 1.35vw, 0.75rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #fff;
  text-align: left;
  white-space: normal;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.58) 52%,
    rgba(0, 0, 0, 0.82) 100%
  );
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

body.home .pa2-cinema__thumb.is-active,
body.home .pa2-cinema__thumb:hover,
body.home .pa2-cinema__thumb:focus-visible {
  opacity: 1;
  border-color: #0071e3;
  transform: none;
  box-shadow: none;
}

body.home .pa2-cinema__thumb.is-active .pa2-cinema__thumb-label,
body.home .pa2-cinema__thumb:hover .pa2-cinema__thumb-label,
body.home .pa2-cinema__thumb:focus-visible .pa2-cinema__thumb-label {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 48%,
    rgba(0, 20, 48, 0.82) 100%
  );
}

body.home .pa2-cinema__lane-panels {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.15rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
}

@media (min-width: 900px) {
  body.home .pa2-cinema__lane-panels {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
  }
}

body.home .pa2-cinema__panel {
  position: relative;
  display: block !important;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  height: auto;
  border-radius: var(--pa-cinema-radius-media);
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  opacity: 1;
  visibility: visible;
  transform: none;
  border: 1px solid rgba(29, 29, 31, 0.1);
  background: #ececf0;
  box-shadow: none;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms var(--pa-cinema-ease);
}

body.home .pa2-cinema__panel:nth-child(1),
body.home .pa2-cinema__panel:nth-child(2),
body.home .pa2-cinema__panel:nth-child(3),
body.home .pa2-cinema__panel:nth-child(4) {
  transition-delay: 0ms;
}

body.home .pa2-cinema__panel.is-active {
  border-color: rgba(0, 113, 227, 0.45);
  box-shadow: 0 8px 24px rgba(0, 113, 227, 0.12);
}

body.home .pa2-cinema__panel:hover,
body.home .pa2-cinema__panel:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

body.home .pa2-services--cinema.is-inview .pa2-cinema__panel:hover,
body.home .pa2-services--cinema.is-inview .pa2-cinema__panel:focus-within {
  transform: translateY(-2px);
}

body.home .pa2-cinema__panel-media {
  position: absolute;
  inset: 0;
  background-color: #dfe6f2;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  opacity: 0.35;
  border-radius: inherit;
  transition:
    transform 640ms var(--pa-cinema-ease),
    opacity 480ms ease;
}

body.home .pa2-cinema__panel-media.is-loaded {
  opacity: 1;
  transform: scale(1.02);
}

body.home .pa2-cinema__panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  opacity: 0;
  border-radius: inherit;
  transition: opacity 480ms ease;
}

body.home .pa2-cinema__panel-media img.is-pa-img-loaded {
  opacity: 1;
}

body.home .pa2-cinema__panel:hover .pa2-cinema__panel-media,
body.home .pa2-cinema__panel.is-active .pa2-cinema__panel-media {
  transform: scale(1.05);
}

body.home .pa2-cinema__panel:hover .pa2-cinema__panel-media.is-loaded,
body.home .pa2-cinema__panel.is-active .pa2-cinema__panel-media.is-loaded {
  transform: scale(1.05);
}

body.home .pa2-cinema__panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /* Strong editorial scrim — WCAG contrast for white titles on bright stills */
  background: linear-gradient(
    180deg,
    transparent 28%,
    rgba(15, 23, 42, 0.35) 62%,
    rgba(15, 23, 42, 0.78) 100%
  );
}

body.home .pa2-cinema__panel-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  height: 100%;
  min-height: 0;
  padding: 1rem 1.1rem 1.05rem;
  text-align: left;
  pointer-events: none;
}

body.home .pa2-cinema__panel-title-link {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: auto;
}

body.home .pa2-cinema__panel-title-link:hover .pa2-cinema__panel-title,
body.home .pa2-cinema__panel-title-link:focus-visible .pa2-cinema__panel-title {
  opacity: 0.94;
}

body.home .pa2-cinema__panel-title {
  margin: 0;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-wrap: balance;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

/* Legacy per-lane book CTAs removed — keep rule inert if cached HTML remains */
body.home .pa2-cinema__panel-book {
  display: none !important;
}

body.home .pa2-cinema__panel-line {
  display: none !important;
}

body.home .pa2-cinema__panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

/* Cinema foot / secondary — solid controlled chrome (no liquid glass) */
body.home .pa2-services--cinema a.pa2-cinema__panel-link,
body.home .pa2-services--cinema a.pa2-cinema__cta--ghost,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__panel-link,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__cta--ghost,
body.pa-glass-site.home .entry-content .pa2-services--cinema a.pa2-cinema__panel-link,
body.pa-glass-site.home .entry-content .pa2-services--cinema a.pa2-cinema__cta--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.2rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none !important;
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f !important;
  background: #ffffff !important;
  border: 1px solid rgba(60, 60, 67, 0.22) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  transition:
    transform 180ms var(--pa-cinema-ease),
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

body.home .pa2-services--cinema a.pa2-cinema__panel-link:hover,
body.home .pa2-services--cinema a.pa2-cinema__panel-link:focus-visible,
body.home .pa2-services--cinema a.pa2-cinema__cta--ghost:hover,
body.home .pa2-services--cinema a.pa2-cinema__cta--ghost:focus-visible,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__panel-link:hover,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__panel-link:focus-visible,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__cta--ghost:hover,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__cta--ghost:focus-visible {
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f !important;
  background: #f5f5f7 !important;
  border-color: rgba(60, 60, 67, 0.34) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08) !important;
}

/* Solid primary — matches hero CTA */
body.home .pa2-services--cinema a.pa2-cinema__panel-book,
body.home .pa2-services--cinema a.pa2-cinema__cta--primary,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__panel-book,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__cta--primary,
body.pa-glass-site.home .entry-content .pa2-services--cinema a.pa2-cinema__panel-book,
body.pa-glass-site.home .entry-content .pa2-services--cinema a.pa2-cinema__cta--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.3rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #0071e3 !important;
  border: 1px solid #0071e3 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  transition:
    transform 180ms var(--pa-cinema-ease),
    background 180ms ease,
    box-shadow 180ms ease;
}

body.home .pa2-services--cinema a.pa2-cinema__panel-book:hover,
body.home .pa2-services--cinema a.pa2-cinema__panel-book:focus-visible,
body.home .pa2-services--cinema a.pa2-cinema__cta--primary:hover,
body.home .pa2-services--cinema a.pa2-cinema__cta--primary:focus-visible,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__panel-book:hover,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__panel-book:focus-visible,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__cta--primary:hover,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__cta--primary:focus-visible {
  background: #0077ed !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 113, 227, 0.28) !important;
}

body.home .pa2-cinema__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
  align-items: center;
  margin: 0.25rem 0 0;
  padding: 0.5rem 0 0;
  border-top: 1px solid rgba(60, 60, 67, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 782px) {
  body.home .pa2-services--cinema {
    width: min(100%, calc(100% - 1.5rem));
  }

  body.home .pa2-services--cinema .pa2-cinema {
    padding: 1.25rem 1.1rem 1.35rem;
    gap: 1.15rem;
  }

  body.home .pa2-cinema__play {
    width: 3.75rem;
    height: 3.75rem;
    margin: -1.875rem 0 0 -1.875rem;
  }

  body.home .pa2-cinema__lane-panels {
    gap: 0.55rem;
  }

  body.home .pa2-cinema__panel {
    aspect-ratio: 5 / 4;
  }

  body.home .pa2-cinema__panel-body {
    padding: 0.75rem 0.8rem 0.7rem;
  }

  body.home .pa2-cinema__foot {
    justify-content: stretch;
  }

  body.home .pa2-services--cinema a.pa2-cinema__cta {
    flex: 1 1 auto;
    min-width: calc(50% - 0.4rem);
  }
}

body.home .pa2-services--cinema a.pa2-cinema__cta,
body.pa-glass-site.home .pa2-services--cinema a.pa2-cinema__cta,
body.pa-glass-site.home .entry-content .pa2-services--cinema a.pa2-cinema__cta {
  min-height: 48px;
  padding: 0.65rem 1.35rem;
}

@media (prefers-reduced-motion: reduce) {
  body.home .pa2-cinema__panel,
  body.home .pa2-cinema__panel-media,
  body.home .pa2-cinema__panel-media img,
  body.home .pa2-cinema__lane-panels,
  body.home .pa2-cinema__play,
  body.home .pa2-cinema__thumb,
  body.home .pa2-services--cinema a.pa2-cinema__panel-link,
  body.home .pa2-services--cinema a.pa2-cinema__panel-book,
  body.home .pa2-services--cinema a.pa2-cinema__cta {
    transition: none;
    opacity: 1 !important;
    transform: none !important;
  }
  body.home .pa2-cinema__panel:hover,
  body.home .pa2-cinema__panel:focus-within,
  body.home .pa2-services--cinema a.pa2-cinema__panel-link:hover,
  body.home .pa2-services--cinema a.pa2-cinema__panel-book:hover,
  body.home .pa2-services--cinema a.pa2-cinema__cta:hover {
    transform: none;
  }
}

/* Revenue lanes (Weddings / Business / Events) — legacy */
body.home .pa2-services__grid--lanes {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

@media (min-width: 720px) {
  body.home .pa2-services__grid--lanes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.home .pa2-services__grid--lanes .pa2-services__card.is-featured {
    order: 0;
  }
}

body.home .pa2-services__card--lane {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
}

body.home .pa2-services__card--lane .pa2-services__card-inner {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
}

body.home .pa2-services__card-detail {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--pa2-muted, rgba(29, 29, 31, 0.68));
}

body.home .pa2-services__lane-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin-top: auto;
  padding-top: 1rem;
}

body.home .pa2-services__lane-link,
body.home .pa2-services__lane-book {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

body.home .pa2-services__lane-link {
  color: var(--pa2-ink, #1d1d1f);
  border-bottom: 1px solid rgba(29, 29, 31, 0.22);
}

body.home .pa2-services__lane-book {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: var(--pa2-ink, #1d1d1f);
  color: #fff;
}

body.home .pa2-services__lane-book:hover,
body.home .pa2-services__lane-book:focus-visible {
  opacity: 0.9;
}

body.home .pa2-services__process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0.25rem;
  padding: 0 0.5rem;
}

body.home .pa2-services__process-step {
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.55);
}

body.home .pa2-services__process-step:not(:last-child)::after {
  content: "·";
  margin-left: 0.65rem;
  opacity: 0.45;
}

body.home .pa2-services__card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: clamp(1.35rem, 2.5vw, 1.55rem) clamp(1.35rem, 2.5vw, 1.55rem) clamp(1.45rem, 2.5vw, 1.65rem);
  padding-right: clamp(3.5rem, 6vw, 4rem);
  min-height: 100%;
}

body.home .pa2-services__card-top {
  display: block;
  width: 100%;
}

body.home .pa2-services__card:hover,
body.home .pa2-services__card:focus-visible {
  border-color: color-mix(in srgb, var(--pa2-svc-accent, rgba(0, 0, 0, 0.12)) 28%, rgba(0, 0, 0, 0.1));
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 16px 40px rgba(17, 17, 17, 0.09),
    0 0 0 1px color-mix(in srgb, var(--pa2-svc-accent, transparent) 12%, transparent);
}

body.home .pa2-services__card:hover::before,
body.home .pa2-services__card:focus-visible::before {
  opacity: 1;
}

body.home .pa2-services__card:hover::after,
body.home .pa2-services__card:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

body.home .pa2-services__card:active {
  transform: translateY(-2px) scale(0.992);
  transition-duration: 120ms;
}

body.home .pa2-services__card.is-featured {
  border-color: rgba(29, 29, 31, 0.12);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 250, 0.88));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 36px rgba(17, 17, 17, 0.07),
    0 0 0 1px rgba(29, 29, 31, 0.04);
}

body.home .pa2-services__card.is-featured::after {
  opacity: 0.55;
  transform: scaleX(1);
}

body.home .pa2-services__card-arrow {
  position: absolute;
  top: clamp(1.15rem, 2.2vw, 1.4rem);
  right: clamp(1.15rem, 2.2vw, 1.4rem);
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  margin-top: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--pa2-svc-accent, var(--pa2-ink));
  opacity: 0.72;
  transition:
    transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 280ms ease,
    background 280ms ease,
    border-color 280ms ease;
}

body.home .pa2-services__card-arrow::before {
  content: "\2192";
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.home .pa2-services__card:hover .pa2-services__card-arrow,
body.home .pa2-services__card:focus-visible .pa2-services__card-arrow {
  opacity: 1;
  background: color-mix(in srgb, var(--pa2-svc-accent, #0071e3) 10%, rgba(255, 255, 255, 0.85));
  border-color: color-mix(in srgb, var(--pa2-svc-accent, #0071e3) 22%, rgba(0, 0, 0, 0.08));
  transform: translateX(2px);
}

body.home .pa2-services__card:hover .pa2-services__card-arrow::before,
body.home .pa2-services__card:focus-visible .pa2-services__card-arrow::before {
  transform: translateX(2px);
}

body.home .pa2-services__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  width: auto;
  max-width: 100%;
  opacity: 1;
}

body.home .pa2-services__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d1d1f 0%, #3a3a3c 100%);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  box-shadow:
    0 4px 14px rgba(29, 29, 31, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.home .pa2-services__badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #30d158;
  box-shadow: 0 0 6px rgba(48, 209, 88, 0.65);
  flex-shrink: 0;
}

body.home .pa2-services__icon-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--pa2-svc-icon-ring, 4.675rem);
  height: var(--pa2-svc-icon-ring, 4.675rem);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 6px 20px rgba(17, 17, 17, 0.05);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  transition:
    transform 480ms cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 480ms cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 320ms ease;
}

body.home .pa2-services__card.is-featured .pa2-services__icon-ring {
  width: var(--pa2-svc-icon-ring-featured, 5.3125rem);
  height: var(--pa2-svc-icon-ring-featured, 5.3125rem);
  border-radius: 19px;
}

body.home .pa2-services__icon-ring--photo {
  background: rgba(0, 113, 227, 0.1);
  border-color: rgba(0, 113, 227, 0.18);
}

body.home .pa2-services__icon-ring--video {
  background: rgba(88, 86, 214, 0.1);
  border-color: rgba(88, 86, 214, 0.18);
}

body.home .pa2-services__icon-ring--dj {
  background: rgba(201, 52, 0, 0.1);
  border-color: rgba(201, 52, 0, 0.18);
}

body.home .pa2-services__icon-ring--audio {
  background: rgba(26, 107, 60, 0.1);
  border-color: rgba(26, 107, 60, 0.18);
}

body.home .pa2-services__icon-ring--bundle {
  background: rgba(29, 29, 31, 0.08);
  border-color: rgba(29, 29, 31, 0.14);
}

body.home .pa2-services__card:hover .pa2-services__icon-ring,
body.home .pa2-services__card:focus-visible .pa2-services__icon-ring {
  transform: scale(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 28px rgba(17, 17, 17, 0.08);
}

body.home .pa2-services__card--photo:hover .pa2-services__icon-ring,
body.home .pa2-services__card--photo:focus-visible .pa2-services__icon-ring {
  border-color: rgba(0, 113, 227, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 32px rgba(0, 113, 227, 0.14);
}

body.home .pa2-services__card--video:hover .pa2-services__icon-ring,
body.home .pa2-services__card--video:focus-visible .pa2-services__icon-ring {
  border-color: rgba(88, 86, 214, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 32px rgba(88, 86, 214, 0.14);
}

body.home .pa2-services__card--dj:hover .pa2-services__icon-ring,
body.home .pa2-services__card--dj:focus-visible .pa2-services__icon-ring {
  border-color: rgba(201, 52, 0, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 32px rgba(201, 52, 0, 0.12);
}

body.home .pa2-services__card--audio:hover .pa2-services__icon-ring,
body.home .pa2-services__card--audio:focus-visible .pa2-services__icon-ring {
  border-color: rgba(26, 107, 60, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 32px rgba(26, 107, 60, 0.12);
}

body.home .pa2-services__card--bundle:hover .pa2-services__icon-ring,
body.home .pa2-services__card--bundle:focus-visible .pa2-services__icon-ring {
  border-color: rgba(29, 29, 31, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 32px rgba(29, 29, 31, 0.1);
}

body.home .pa2-services__icon {
  flex-shrink: 0;
  width: var(--pa2-svc-icon-size, 3.825rem);
  height: var(--pa2-svc-icon-size, 3.825rem);
  min-width: var(--pa2-svc-icon-size, 3.825rem);
  min-height: var(--pa2-svc-icon-size, 3.825rem);
  border-radius: 14px;
  color: var(--pa2-svc-accent, var(--pa2-ink));
}

body.home .pa2-services__card.is-featured .pa2-services__icon {
  width: var(--pa2-svc-icon-size-featured, 4.25rem);
  height: var(--pa2-svc-icon-size-featured, 4.25rem);
  min-width: var(--pa2-svc-icon-size-featured, 4.25rem);
  min-height: var(--pa2-svc-icon-size-featured, 4.25rem);
}

body.home .pa2-services__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  flex: 1;
  min-width: 0;
  text-align: left;
}

body.home .pa2-services__icon--photo {
  color: #0071e3;
}

body.home .pa2-services__icon--video {
  color: #5856d6;
}

body.home .pa2-services__icon--dj {
  color: #c93400;
}

body.home .pa2-services__icon--audio {
  color: #1a6b3c;
}

body.home .pa2-services__icon--bundle {
  color: var(--pa2-ink);
}

body.home .pa2-services__card-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.home .pa2-services__card.is-featured .pa2-services__card-title {
  font-size: 1.25rem;
}

body.home .pa2-services__card-tagline {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--pa2-muted);
}

body.home .pa2-services__foot {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: clamp(1.15rem, 2.5vw, 1.5rem) auto 0;
}

body.home .pa2-services__cta {
  width: auto;
  min-width: min(100%, 16rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 44px;
  padding: 0.85rem 1.65rem;
  border: 1px solid var(--pa2-hairline-strong);
  border-radius: 999px;
  background: #fff;
  color: var(--pa2-ink);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(29, 29, 31, 0.06);
  transition:
    background 200ms cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.home .pa2-services__cta::after {
  content: "\2192";
  font-size: 1rem;
  line-height: 1;
  transition: transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.home .pa2-services__cta:hover,
body.home .pa2-services__cta:focus-visible {
  border-color: var(--pa2-ink);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(29, 29, 31, 0.1);
}

body.home .pa2-services__cta:hover::after,
body.home .pa2-services__cta:focus-visible::after {
  transform: translateX(3px);
}

@media (min-width: 540px) {
  body.home .pa2-services__grid--showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  body.home .pa2-services__grid--showcase .pa2-services__card.is-featured {
    grid-column: 1 / -1;
  }

  body.home .pa2-services__grid--showcase .pa2-services__card:not(.is-featured) .pa2-services__icon-wrap {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  body.home .pa2-services__card.is-featured .pa2-services__card-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    column-gap: clamp(1.35rem, 3vw, 2rem);
    row-gap: 0;
    padding: clamp(1.5rem, 2.5vw, 1.85rem) clamp(1.75rem, 3vw, 2.25rem);
    padding-right: clamp(3.75rem, 5.5vw, 4.5rem);
  }

  body.home .pa2-services__card.is-featured .pa2-services__card-top {
    grid-column: 1;
    grid-row: 1;
    width: auto;
  }

  body.home .pa2-services__card.is-featured .pa2-services__card-body {
    grid-column: 2;
    grid-row: 1;
  }

  body.home .pa2-services__card.is-featured .pa2-services__icon-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  body.home .pa2-services__card.is-featured .pa2-services__badge {
    position: static;
    transform: none;
    margin: 0;
  }
}

@media (min-width: 900px) {
  body.home .pa2-services__grid--showcase {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.1rem;
  }

  body.home .pa2-services__grid--showcase .pa2-services__card:not(.is-featured) {
    grid-column: span 3;
  }

  body.home .pa2-services__grid--showcase .pa2-services__card.is-featured {
    grid-column: 1 / -1;
  }

  body.home .pa2-services__card-inner {
    padding: clamp(1.4rem, 2vw, 1.6rem) clamp(1.5rem, 2.2vw, 1.75rem) clamp(1.5rem, 2.2vw, 1.75rem);
    padding-right: clamp(3.75rem, 5vw, 4.25rem);
  }

  body.home .pa2-services__card.is-featured .pa2-services__card-inner {
    padding: clamp(1.65rem, 2.5vw, 2rem) clamp(2rem, 3vw, 2.5rem);
    padding-right: clamp(4rem, 5.5vw, 4.75rem);
    column-gap: clamp(1.5rem, 3.5vw, 2.25rem);
  }

  body.home .pa2-services__card.is-featured .pa2-services__card-body {
    flex: 1;
    max-width: 38rem;
  }
}

/* Legacy row layout fallback */
body.home .pa2-services__grid--rows .pa2-services__card {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  body.home .pa2-services__grid--rows {
    gap: 1.1rem;
  }

  body.home .pa2-services__grid--rows .pa2-services__card-inner {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 1.25rem;
    padding: 1.35rem 1.5rem;
  }

  body.home .pa2-services__grid--rows .pa2-services__card-body {
    align-items: flex-start;
    text-align: left;
    max-width: 28rem;
  }
}

@media (min-width: 1024px) {
  body.home .pa2-services__grid--rows {
    gap: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .pa2-services.is-ready .pa2-services__card { animation: none; }
  body.home .pa2-services--dynamic.is-inview .pa2-services__card .pa2-services__icon {
    animation: none;
  }
  body.home .pa2-services__card:hover,
  body.home .pa2-services__card:focus-visible,
  body.home .pa2-services__card:active,
  body.home .pa2-services__cta:hover,
  body.home .pa2-services__cta:focus-visible {
    transform: none;
  }
  body.home .pa2-services__card::after {
    transform: none;
  }
}

/** Homepage 2.0 — portfolio */
body.home .pa2-portfolio,
body.home .pa2-portfolio--enhanced.pa-portfolio-showcase,
body.home .pa2-portfolio--enhanced.pa-portfolio-showcase--photos {
  --pa2-ink: #1d1d1f;
  --pa2-hairline: rgba(0, 0, 0, 0.08);
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 2rem) !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  scroll-margin-top: 5rem;
}

body.home .pa2-portfolio__inner {
  width: min(72rem, 100%);
  margin: 0 auto;
}

body.home .pa2-portfolio__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
  padding: 0;
  text-align: center;
}

body.home .pa2-portfolio__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem !important;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--pa2-hairline);
  background: var(--pa-ios-fill, rgba(255, 255, 255, 0.62));
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center !important;
  color: rgba(29, 29, 31, 0.62) !important;
  -webkit-text-fill-color: rgba(29, 29, 31, 0.62) !important;
  max-width: none !important;
}

body.home .pa2-portfolio__title {
  margin: 0 auto 0.85rem !important;
  width: 100%;
  max-width: none !important;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: center !important;
  text-wrap: balance;
  color: var(--pa2-ink) !important;
  -webkit-text-fill-color: var(--pa2-ink) !important;
}

body.home .pa2-portfolio__lead {
  margin: 0 auto !important;
  max-width: 34rem !important;
  font-size: clamp(1rem, 2.2vw, 1.0625rem);
  line-height: 1.55;
  text-align: center !important;
  text-wrap: pretty;
  color: rgba(29, 29, 31, 0.68) !important;
  -webkit-text-fill-color: rgba(29, 29, 31, 0.68) !important;
}

body.home .pa2-portfolio__head::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin: 1.5rem auto 0;
  background: rgba(29, 29, 31, 0.12);
  border-radius: 1px;
}

body.home .pa2-portfolio__featured {
  margin: 0 auto 2rem;
  max-width: 56rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--pa2-hairline);
  box-shadow: 0 12px 36px rgba(29, 29, 31, 0.08);
}
body.home .pa2-portfolio__featured .pa-youtube-feature { margin: 0; border: 0; border-radius: 0; }
body.home .pa2-portfolio .pa-portfolio-toolbar { margin: 0 auto 1.25rem; max-width: 48rem; }
body.home .pa2-portfolio .pa-portfolio-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
body.home .pa2-portfolio .pa-portfolio-filter {
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 1px solid var(--pa2-hairline);
  border-radius: 999px;
  background: #fff;
  color: var(--pa2-ink);
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
body.home .pa2-portfolio .pa-portfolio-filter.is-active {
  background: var(--pa2-ink);
  border-color: var(--pa2-ink);
  color: #fff;
}
body.home .pa2-portfolio .pa-portfolio-hint {
  margin: 0 auto 1rem;
  max-width: 34rem;
  font-size: .8125rem;
  text-align: center;
  color: rgba(29, 29, 31, .55);
}
body.home .pa2-portfolio .pa-portfolio-grid,
body.home .pa2-portfolio .pa2-portfolio__grid,
body.home .pa2-portfolio .pa-photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}
body.home .pa2-portfolio .pa-portfolio-tile,
body.home .pa2-portfolio .pa2-portfolio__grid figure {
  position: relative;
  display: block !important;
  margin: 0;
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--pa2-hairline);
  height: auto;
  cursor: zoom-in;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
body.home .pa2-portfolio .pa-portfolio-tile:hover,
body.home .pa2-portfolio .pa2-portfolio__grid figure:hover { transform: translateY(-1px); border-color: rgba(29, 29, 31, .22); }
body.home .pa2-portfolio .pa-portfolio-tile img,
body.home .pa2-portfolio .pa2-portfolio__grid img,
body.home .pa2-portfolio .pa-photo-grid img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transition: transform .55s cubic-bezier(.28, .11, .32, 1);
}
body.home .pa2-portfolio .pa-portfolio-tile:hover img,
body.home .pa2-portfolio .pa-portfolio-tile:focus-visible img {
  transform: scale(1.04);
}
body.home .pa2-portfolio .pa-portfolio-expand {
  display: block;
  margin: 1.5rem auto 0;
  min-height: 3.25rem;
  padding: 0 1.5rem;
  border: 1px solid var(--pa2-hairline);
  border-radius: 12px;
  background: #fff;
  color: var(--pa2-ink);
  font-size: .9375rem;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 640px) {
  body.home .pa2-portfolio .pa-portfolio-grid,
  body.home .pa2-portfolio .pa2-portfolio__grid,
  body.home .pa2-portfolio .pa-photo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  body.home .pa2-portfolio .pa-portfolio-grid,
  body.home .pa2-portfolio .pa2-portfolio__grid,
  body.home .pa2-portfolio .pa-photo-grid { grid-template-columns: repeat(3, 1fr); gap: 1.125rem; }
}
@media (min-width: 1200px) {
  body.home .pa2-portfolio .pa-photo-grid { grid-template-columns: repeat(4, 1fr) !important; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .pa2-portfolio .pa-portfolio-tile:hover img,
  body.home .pa2-portfolio .pa-portfolio-tile:focus-visible img,
  body.home .pa-photo-grid .pa-portfolio-tile:hover img,
  body.home .pa-photo-grid .pa-portfolio-tile:focus-visible img,
  body.pa-has-photo-portfolio .pa-photo-grid .pa-portfolio-tile:hover img,
  body.pa-has-photo-portfolio .pa-photo-grid .pa-portfolio-tile:focus-visible img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) { body.home .pa2-portfolio.is-ready .pa-portfolio-tile { animation: none; } }

/** Homepage 2.0 — booking CTA band (clear closing conversion) */
body.home .pa2-cta {
  padding: clamp(2rem, 5vw, 3rem) var(--pa2-space-3);
  scroll-margin-top: 5rem;
}
body.home .pa-home-closing.pa2-cta--enhanced {
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: var(--pa-space-section-footer, clamp(2.5rem, 6vw, 4rem));
}
body.home .pa2-cta__inner {
  width: min(var(--pa2-max-narrow), 100%);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: var(--pa2-radius-card);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(245, 245, 247, 0.94));
  text-align: center;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 48px rgba(17, 17, 17, 0.08);
}
body.home .pa2-cta__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.52);
}
body.home .pa2-cta__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: var(--pa2-ink);
}
body.home .pa2-cta__lead {
  margin: 0 auto 1.35rem;
  max-width: 42ch;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.68);
}
body.home .pa2-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}
body.home .pa2-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-height: 3rem;
  min-width: 2.75rem;
  padding: 0 1.75rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
/* Closing primary matches header/hero Book — nav blue */
body.home .pa2-cta__btn--primary,
body.pa-glass-site.home .pa2-cta__btn--primary,
body.pa-glass-site.home .entry-content .pa2-cta__btn--primary {
  background: linear-gradient(180deg, #0084ff, #0071e3) !important;
  background-color: #0071e3 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow:
    0 8px 24px rgba(0, 113, 227, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  text-decoration: none !important;
}
body.home .pa2-cta__btn--secondary {
  background: #fff !important;
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f !important;
  border: 1.5px solid rgba(29, 29, 31, 0.22) !important;
  box-shadow: 0 4px 14px rgba(29, 29, 31, 0.06);
  text-decoration: none !important;
  font-weight: 600;
}
body.home .pa2-cta__btn--primary:hover,
body.home .pa2-cta__btn--primary:focus-visible,
body.pa-glass-site.home .pa2-cta__btn--primary:hover,
body.pa-glass-site.home .pa2-cta__btn--primary:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #1a90ff, #0077ef) !important;
  background-color: #0077ef !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow:
    0 12px 30px rgba(0, 113, 227, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}
body.home .pa2-cta__btn--secondary:hover,
body.home .pa2-cta__btn--secondary:focus-visible {
  transform: translateY(-1px);
  background: #f5f5f7 !important;
  border-color: rgba(29, 29, 31, 0.38) !important;
}
body.home .pa2-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .pa2-cta__trust-item {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(29, 29, 31, .72);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.05);
  border: 1px solid rgba(29, 29, 31, 0.08);
  line-height: 1.2;
}

/* Tighter rhythm between home bands */
body.home #pa2-services + #pa-portfolio,
body.home #pa2-services + .pa2-portfolio,
body.home #pa-portfolio + #pa2-reviews,
body.home .pa2-portfolio + #pa2-reviews {
  margin-top: 0 !important;
}

body.home #pa2-services + #pa-portfolio,
body.home #pa2-services + .pa2-portfolio {
  padding-top: clamp(1.5rem, 3vw, 2.5rem) !important;
}
body.home #pa2-reviews + .pa-home-closing,
body.home .pa2-reviews + .pa2-cta {
  margin-top: 0;
}

@media (max-width: 782px) {
  body.home .pa2-cta__inner {
    padding: 1rem 0.875rem;
  }

  body.home .pa2-cta__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  body.home .pa2-cta__btn {
    width: 100%;
    flex: 1 1 auto;
  }
}
