.atl-oc {
  background: #fafafa;
}
.atl-oc__hero {
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.atl-oc__hero-frame {
  position: relative;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  background: #353452;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .atl-oc__hero-frame {
    height: 440px;
  }
}
.atl-oc__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}
.atl-oc__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(53, 52, 82, 0.97), rgba(53, 52, 82, 0.85), transparent);
}
.atl-oc__hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}
@media (min-width: 768px) {
  .atl-oc__hero-inner {
    padding: 0 3.5rem 3.5rem;
  }
}
@media (min-width: 1440px) {
  .atl-oc__hero-inner {
    padding: 0 5rem 3.5rem;
  }
}
.atl-oc__hero-text {
  max-width: 34rem;
}
.atl-oc__hero-title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 1rem;
}
.atl-oc__hero-desc {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
}
.atl-oc__body {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
  min-height: 60vh;
}
@media (min-width: 768px) {
  .atl-oc__body {
    padding: 0 2rem 6rem;
  }
}
.atl-oc__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .atl-oc__layout {
    grid-template-columns: 24rem 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}
.atl-oc__sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .atl-oc__sidebar {
    display: block;
    position: sticky;
    top: 7rem;
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
    border-right: 1px solid rgba(53, 52, 82, 0.08);
    padding-right: 1.5rem;
  }
}
.atl-oc__sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.atl-oc__sidebar-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #353452;
}
.atl-oc__sidebar-head-icon {
  color: #137777;
  flex-shrink: 0;
}
.atl-oc__filter-count {
  background: #137777;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.atl-oc__filter-count[hidden] {
  display: none;
}
.atl-oc__reset {
  margin-left: auto;
  background: none;
  border: none;
  color: #137777;
  font-size: 0.65rem;
  font-weight: 700;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
}
.atl-oc__reset:hover {
  text-decoration: underline;
}
.atl-oc__facet {
  border-bottom: 1px solid rgba(53, 52, 82, 0.06);
  padding-bottom: 1rem;
}
.atl-oc__facet-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(53, 52, 82, 0.75);
  margin-bottom: 0.75rem;
}
.atl-oc__facet-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0.75rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(53, 52, 82, 0.75);
  cursor: pointer;
}
.atl-oc__facet-toggle svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.atl-oc__facet:not(.is-collapsed) .atl-oc__facet-toggle svg {
  transform: rotate(180deg);
}
.atl-oc__facet.is-collapsed .atl-oc__facet-body {
  display: none;
}
.atl-oc__facet-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.atl-oc__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(53, 52, 82, 0.75);
  cursor: pointer;
  padding: 0.3rem 0.25rem;
  border-radius: 0.5rem;
}
.atl-oc__checkbox:hover {
  background: rgba(53, 52, 82, 0.03);
}
.atl-oc__checkbox input {
  accent-color: #137777;
  width: 0.9rem;
  height: 0.9rem;
}
.atl-oc__checkbox input:checked ~ span {
  color: #0f5e5e;
  font-weight: 700;
}
.atl-oc__checkbox--block {
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 0.75rem;
  background: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.atl-oc__checkbox--block input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(53, 52, 82, 0.2);
  background: #fff;
  flex-shrink: 0;
  margin: 0;
}
.atl-oc__checkbox--block input:checked {
  background: #137777;
  border-color: #137777;
}
.atl-oc__checkbox--block input:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.3rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -55%) rotate(45deg);
}
.atl-oc__checkbox--block:has(input:checked) {
  background: rgba(19, 119, 119, 0.05);
  border-color: rgba(19, 119, 119, 0.5);
}
.atl-oc__toggle-group {
  display: flex;
  background: rgba(53, 52, 82, 0.06);
  border-radius: 0.85rem;
  padding: 0.25rem;
  gap: 0.25rem;
}
.atl-oc__toggle-btn {
  flex: 1;
  background: none;
  border: none;
  padding: 0.6rem 0.5rem;
  border-radius: 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(53, 52, 82, 0.75);
  cursor: pointer;
  transition: all 0.2s ease;
}
.atl-oc__toggle-btn.is-active {
  background: #137777;
  color: #fff;
}
.atl-oc__search {
  position: relative;
  flex: 1;
}
.atl-oc__search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(53, 52, 82, 0.3);
  pointer-events: none;
}
.atl-oc__search input {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.15);
  border-radius: 1rem;
  padding: 0.9rem 2.5rem 0.9rem 2.75rem;
  font-size: 1rem;
  color: #353452;
  box-sizing: border-box;
}
.atl-oc__search input:focus {
  outline: none;
  border-color: #137777;
}
.atl-oc__search input::-webkit-search-cancel-button {
  display: none;
}
.atl-oc__search-clear {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(53, 52, 82, 0.4);
  cursor: pointer;
}
.atl-oc__search-clear:hover, .atl-oc__search-clear:focus-visible {
  color: #353452;
}
.atl-oc__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.atl-oc__controls {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
}
@media (min-width: 768px) {
  .atl-oc__controls {
    flex-direction: row;
    align-items: center;
  }
}
.atl-oc__mobile-filters-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.15);
  border-radius: 1rem;
  padding: 0.9rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #353452;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .atl-oc__mobile-filters-btn {
    display: none;
  }
}
.atl-oc__count {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(53, 52, 82, 0.75);
  white-space: nowrap;
}
.atl-oc__count strong {
  color: #137777;
  font-weight: 800;
  font-size: 0.85rem;
}
.atl-oc__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.atl-oc__grid[hidden] {
  display: none;
}
@media (min-width: 640px) {
  .atl-oc__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.atl-oc__card {
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  max-width: 85%;
  transition: all 0.3s ease;
}
.atl-oc__card:hover {
  border-color: rgba(19, 119, 119, 0.3);
  transform: translateY(-3px);
}
.atl-oc__card[hidden] {
  display: none;
}
.atl-oc__card-media {
  position: relative;
  aspect-ratio: 16/10;
  background: #fafafa;
  border-bottom: 1px solid rgba(53, 52, 82, 0.06);
}
.atl-oc__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-oc__card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(53, 52, 82, 0.75);
}
.atl-oc__card-placeholder span {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.atl-oc__card-placeholder--image {
  padding: 0;
}
.atl-oc__card-placeholder--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-oc__card-tag {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  background: #fff4e5;
  color: #9a3412;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(53, 52, 82, 0.15);
}
.atl-oc__card-badge {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  width: 5.5rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(53, 52, 82, 0.18);
}
.atl-oc__card-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.9rem;
  height: 1.9rem;
}
.atl-oc__card-badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.atl-oc__card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-grow: 1;
}
.atl-oc__card-body h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #353452;
  letter-spacing: -0.01em;
  margin: 0;
}
.atl-oc__card-body p {
  font-size: 0.78rem;
  color: #737373;
  line-height: 1.55;
  margin: 0;
  flex-grow: 1;
}
.atl-oc__card-cta {
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #137777;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.atl-oc__empty {
  padding: 3rem 2rem;
  text-align: center;
  max-width: 32rem;
  margin: 1rem auto 0;
}
.atl-oc__empty[hidden] {
  display: none;
}
.atl-oc__empty h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #353452;
  margin: 0 0 0.5rem;
}
.atl-oc__empty p {
  font-size: 0.8rem;
  color: rgba(53, 52, 82, 0.75);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
.atl-oc__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: rgba(53, 52, 82, 0.3);
}
.atl-oc__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.atl-oc__empty-reset {
  background: #137777;
  border: none;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  cursor: pointer;
}
.atl-oc__mobile-drawer[hidden] {
  display: none;
}
.atl-oc__mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
}
.atl-oc__mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.atl-oc__mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 22rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.atl-oc__mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.atl-oc__mobile-head button {
  background: none;
  border: none;
  cursor: pointer;
  color: #353452;
}
.atl-oc__mobile-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
.atl-oc__mobile-body .atl-oc__sidebar-head {
  display: none;
}
.atl-oc__mobile-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
}
.atl-oc__mobile-reset, .atl-oc__mobile-apply {
  padding: 0.85rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
}
.atl-oc__mobile-reset {
  background: rgba(53, 52, 82, 0.06);
  color: #353452;
}
.atl-oc__mobile-apply {
  background: #137777;
  color: #fff;
}
