@charset "UTF-8";
/* Age of Scent — Atlas Series: base styles for blocks & templates.
   Kept intentionally minimal — Kadence's global typography/colors should
   cascade in; this file only handles layout structure specific to our
   components. Refine freely to match final design tokens. */
/* ---------- Hero ---------- */
.aos-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.aos-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.aos-hero-bg-image, .aos-hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aos-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.aos-hero__content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin-top: auto;
  margin-bottom: auto;
}
.aos-hero__dates {
  margin: 0 !important;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.aos-hero__title {
  margin: 0 !important;
}
.aos-hero__title a {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.85;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.aos-hero__title a:hover, .aos-hero__title a:active, .aos-hero__title a:focus {
  color: #fff;
  opacity: 0.7;
}
.aos-hero__subtitle {
  margin: 0 0 1.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .aos-hero__content {
    margin: auto;
  }
}
@media (min-width: 576px) {
  .aos-hero__content {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .aos-hero__content {
    margin-left: 30%;
  }
}
.aos-bullet {
  display: inline-block;
  background: currentColor;
  margin-right: 0.125rem;
  height: 0.9375rem;
  width: 0.9375rem;
}

.aos-cta-button, .aos-hero__cta {
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid currentColor;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.aos-cta-button:hover, .aos-hero__cta:hover, .aos-cta-button:active, .aos-hero__cta:active, .aos-cta-button:focus, .aos-hero__cta:focus {
  color: var(--global-palette7);
}

/* ---------- Atlas Series Grid ---------- */
.aos-atlas-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.aos-atlas-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.aos-atlas-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 782px) {
  .aos-atlas-grid {
    grid-template-columns: 1fr;
  }
}

.aos-atlas-card__image {
  width: 100%;
  height: auto;
  display: block;
}
.aos-atlas-card__title, .aos-atlas-card__dates {
  font-family: var(--global-body-font-family);
  font-size: 1.3125rem;
  font-weight: 700;
  color: black;
  min-height: auto;
  letter-spacing: -0.02em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
.aos-atlas-card__subtitle {
  color: black;
  font-family: var(--global-body-font-family);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  min-height: auto;
}

/* ---------- Materials Teaser ---------- */
.aos-materials-teaser {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.aos-material-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.aos-material-card__image {
  width: 100%;
  height: auto;
  display: block;
}
.aos-material-card__title {
  font-size: 1rem;
  margin: 0.5em 0 0.15em;
}
.aos-material-card__origin {
  font-size: 0.8rem;
  opacity: 0.7;
  margin: 0;
}

/* ---------- Upcoming sessions list ---------- */
.aos-atlas-series-dates__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aos-atlas-series-dates__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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