/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/hero/editor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Hero - Editor styles
 * Extends frontend styles for consistent editor preview
 */
/**
 * Hero – frontend styles
 */
.hero__top {
  position: relative;
  min-height: 650px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero__top {
    min-height: 850px;
  }
}
.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero__media-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: rgb(0, 255, 255);
  z-index: 0;
}
.hero__swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: auto !important;
}
.hero__swiper .swiper-slide {
  height: auto;
}
.hero__swiper .hero__slide-img,
.hero__swiper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__swiper:not(.hero__swiper--multiple) .swiper-wrapper {
  display: block;
  height: 100%;
}
.hero__swiper:not(.hero__swiper--multiple) .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.hero__swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  bottom: 140px !important;
  text-align: center !important;
  z-index: 10 !important;
  pointer-events: auto;
}
.hero__swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  display: inline-block !important;
  margin: 0 4px !important;
}
.hero__swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  border-color: #fff !important;
}
.hero {
  /* When the promo banner is hidden, pagination sits near the bottom of the images instead of clearing the banner overlap. */
}
.hero[data-banner-slides="0"] .hero__swiper-pagination {
  top: auto !important;
  bottom: 32px !important;
}
.hero__hero-single {
  position: absolute;
  inset: 0;
}
.hero__hero-single .hero__slide-img,
.hero__hero-single img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__slide-link {
  position: absolute;
  left: 2rem;
  bottom: 6.5rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hero__slide-link:hover {
  color: #fff;
  opacity: 0.85;
  transform: translateX(3px);
}
.hero__slide-link:focus-visible {
  outline: 2px solid #f90;
  outline-offset: 3px;
}
.hero__slide-link-text {
  font-family: "Work Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.hero__slide-link-arrow {
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}
.hero__slide-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__media--video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  max-width: 100%;
}
.hero__title {
  font-family: "Tenor Sans", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1360px;
}
.hero__subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.3;
  margin: 0.5em auto 0;
  max-width: 900px;
}
.hero {
  /* Overlapping promo banner – compact, straddles hero + intro */
}
.hero__banner--overlap {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 50%);
  width: min(92vw, 800px);
  z-index: 6;
}
.hero__banner-swiper {
  overflow: visible;
}
.hero__banner-swiper:not(.hero__banner-swiper--multiple) .swiper-slide {
  width: 100% !important;
}
.hero__banner-inner {
  display: flex;
  background: #1a2661;
  border-radius: 4px;
  overflow: hidden;
  min-height: 134px;
  max-height: 200px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.hero__banner-image {
  width: 40%;
  flex-shrink: 0;
  overflow: hidden;
}
.hero__banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__banner-content {
  width: 60%;
  padding: 20px 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  color: #fff;
}
.hero__banner-eyebrow {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  line-height: 1.2;
  font-weight: 400;
}
.hero__banner-headline {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  line-height: 1.2;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.hero__banner-description {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  word-wrap: break-word;
}
.hero__banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 0 18px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  transition: background 0.2s, border-color 0.2s;
}
.hero__banner-cta-arrow {
  flex-shrink: 0;
  display: block;
}
.hero__banner-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}
.hero__banner-nav {
  position: absolute;
  right: 14px;
  bottom: 16px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.hero__banner-prev, .hero__banner-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}
.hero__banner-prev:hover, .hero__banner-next:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.hero__banner-prev svg, .hero__banner-next svg {
  display: block;
}
.hero {
  /* Intro: one full-bleed bg + overlay behind title, copy, and CrowdRiff image grid */
}
.hero__intro {
  position: relative;
  color: #fff;
  padding: 0;
  background: linear-gradient(180deg, #0f1642 0%, #1a2661 50%, #0f1642 100%);
  overflow: hidden;
}
.hero__intro--has-bg {
  background-color: #0f1642;
}
.hero__intro-bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-intro-bg, none);
  background-size: cover;
  background-position: center;
  z-index: 0;
  /* Parallax uses transform scale; keep painting crisp */
  backface-visibility: hidden;
}
.hero__intro-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 22, 66, 0.85) 0%, rgba(15, 22, 66, 0.75) 25%, rgba(15, 22, 66, 0.6) 50%, rgba(15, 22, 66, 0.4) 60%, rgba(15, 22, 66, 0) 70%);
  z-index: 1;
  pointer-events: none;
}
.hero__intro-head {
  position: relative;
  z-index: 2;
  padding: 12em 24px 62px;
  text-align: left;
}
.hero__intro-head-inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
.hero__intro-gallery-outer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 24px 72px;
}
.hero__intro-title {
  font-family: "Tenor Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 auto;
}
.hero__intro:has(.hero__intro-cta--has-accent) .hero__intro-title {
  font-size: clamp(36px, 6vw, 5rem);
}
.hero__intro-divider {
  width: 120px;
  height: 4px;
  background: #f90;
  margin: 20px 0 28px;
}
.hero__intro-body {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding-top: 3rem;
}
.hero__intro-body p {
  margin: 0 0 1em;
}
.hero__intro-body p:last-child {
  margin-bottom: 0;
}
.hero__intro-body a {
  color: #fc0;
  text-decoration: underline;
}
.hero__intro-body a:hover {
  color: #fd3;
}
.hero__intro-gallery {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.hero {
  /* CrowdRiff: 3 columns desktop, 2 columns tablet/mobile; cells shrink with container */
}
.hero__intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width >= 1025px) {
  .hero__intro-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
.hero__intro-cell {
  min-width: 0;
}
.hero__intro-cell:only-child {
  grid-column: 1/-1;
  max-width: min(100%, 720px);
  margin-inline: auto;
}
.hero__intro-thumb {
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 16/10;
  width: 100%;
}
.hero__intro-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero {
  /* Below CrowdRiff grid: pill CTA; default navy fill; optional pink variant */
}
.hero__intro-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.hero__intro-grid + .hero__intro-cta-wrap {
  margin-top: 28px;
}
.hero__intro-cta {
  display: inline-flex;
  align-items: center;
  border: 2px solid #1a2661;
  border-radius: 50px;
  padding: 0 18px;
  background: #1a2661;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.hero__intro-cta:hover {
  background: #243878;
  border-color: #243878;
  color: #fff;
}
.hero__intro-cta--has-accent {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: color-mix(in srgb, var(--accent-color), #000 50%);
}
.hero__intro-cta--has-accent:hover {
  background: color-mix(in srgb, var(--accent-color), #000 6%);
  border-color: color-mix(in srgb, var(--accent-color), #000 6%);
  color: color-mix(in srgb, var(--accent-color), #000 50%);
}
.hero__video-control {
  position: absolute;
  bottom: 200px;
  right: 32px;
  z-index: 5;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.hero__video-control:hover {
  background: rgba(255, 255, 255, 0.35);
}
.hero__video-control-play, .hero__video-control-pause {
  display: block;
}
.hero__video-control[data-state=playing] .hero__video-control-play {
  display: none;
}
.hero__video-control[data-state=paused] .hero__video-control-pause {
  display: none;
}
@media (max-width: 1024px) {
  .hero__top {
    min-height: 90vh;
  }
  .hero__banner--overlap {
    width: min(94vw, 560px);
  }
  .hero {
    /* Banner promo: image column hidden; full-width navy panel only */
  }
  .hero__banner-image {
    display: none;
  }
  .hero__banner-content {
    width: 100%;
    padding: 18px 18px 44px;
  }
  .hero__banner-nav {
    bottom: 10px;
  }
  .hero__intro-head {
    padding: 12em 24px 56px;
  }
}
@media (max-width: 768px) {
  .hero__slide-link {
    left: 1rem;
    bottom: 8rem;
  }
  .hero__swiper-pagination {
    bottom: 200px !important;
  }
  .hero[data-banner-slides="0"] .hero__swiper-pagination {
    bottom: 32px !important;
  }
  .hero__banner--overlap {
    transform: translate(-50%, 45%);
    width: 92vw;
  }
  .hero__banner-content {
    width: 100%;
    padding: 18px 18px 44px;
  }
  .hero__intro-head {
    padding: 11em 20px 48px;
  }
  .hero__intro-gallery-outer {
    padding: 0 20px 56px;
  }
  .hero__video-control {
    bottom: 220px;
    right: 16px;
  }
}
.hero.is-motion-init .hero__title,
.hero.is-motion-init .hero__subtitle {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero.is-motion-init .hero__title {
  transform: translateY(-28px);
}
.hero.is-motion-init .hero__subtitle {
  transform: translateY(-20px);
}
.hero.is-motion-init .hero__banner-inner,
.hero.is-motion-init .hero__banner-nav {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero.is-motion-init.is-revealed .hero__title {
  opacity: 1;
  transform: translateY(0);
}
.hero.is-motion-init.is-revealed .hero__subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.12s;
}
.hero.is-motion-init.is-revealed .hero__banner-inner,
.hero.is-motion-init.is-revealed .hero__banner-nav {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.hero__intro-head.is-motion-init {
  opacity: 0;
  transform: translateY(-32px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero__intro-head.is-motion-init.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.hero__intro-gallery-outer.is-motion-init {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero__intro-gallery-outer.is-motion-init.is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
/* Editor-specific overrides */
.wp-block-santamonica-hero {
  /* Overlay sits above the media layer and was blocking clicks on “Click to add background”. */
}
.wp-block-santamonica-hero .hero__overlay {
  pointer-events: none;
}
.wp-block-santamonica-hero .hero__intro-overlay {
  pointer-events: none;
}
.wp-block-santamonica-hero .hero__title:focus,
.wp-block-santamonica-hero .hero__intro-title:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
}
.wp-block-santamonica-hero .hero__subtitle:focus,
.wp-block-santamonica-hero .hero__banner-eyebrow:focus,
.wp-block-santamonica-hero .hero__banner-headline:focus,
.wp-block-santamonica-hero .hero__intro-body:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.wp-block-santamonica-hero .hero__media-placeholder {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}

/*# sourceMappingURL=index.css.map*/