.atomas-main {
  padding-bottom: 50px;
}

.a-header-wrap {
  width: 90%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.atomas-page {
  background: #2b1e1a;
  color: #e9d8ca;
}

.atomas-page #header_title {
  filter: brightness(0) invert(1);
}

.atomas-page #header_logo .circle {
  border-color: #e9d8ca;
  background-color: #e9d8ca;
}

.atomas-page .headerline {
  background-color: rgba(233, 216, 202, .45);
}

.atomas-page p,
.atomas-page li {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.6;
  color: #e6d6c7;
}

.a-section,
.a-cta,
.a-hero {
  margin-top: 44px;
}

.a-hero {
  margin-top: 0;
}

.a-section {
  padding-top: 6px;
}

.a-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  border: 0;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
}

.a-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(43, 30, 26, .55), rgba(43, 30, 26, .88));
  z-index: 1;
}

.a-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a-hero-inner {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 120px 24px 80px;
  z-index: 2;
}

.a-ring,
.a-ring::before {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .15);
  animation: orbit 12s linear infinite;
  content: "";
}

.a-ring {
  width: 420px;
  height: 420px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.a-ring::before {
  width: 310px;
  height: 310px;
  top: 54px;
  left: 54px;
  animation-duration: 9s;
  border-color: rgba(0, 0, 0, .22);
}

@keyframes orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.a-logo {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  box-shadow: none;
}

.a-hero h1,
.a-section h2,
.a-cta h2 {
  margin: 18px 0 10px;
  letter-spacing: 1.5px;
}

.a-tagline {
  margin: -2px 0 12px;
  font-size: 22px;
  letter-spacing: 2px;
}

.a-hero h1,
.a-hero .a-sub,
.a-hero .a-micro {
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.a-hero h1 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.a-sub,
.a-caption,
.a-steps li,
.a-cta p {
  color: rgba(0, 0, 0, .65);
}

.a-sub {
  max-width: 700px;
  margin: 0 auto;
}

.a-micro {
  margin-top: 16px;
  color: rgba(0, 0, 0, .55);
}

.a-scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
  width: 72px;
  height: 44px;
  animation: bounce 1.5s infinite;
}

.a-scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  image-rendering: pixelated;
  box-shadow:
    -24px -16px 0 #e9d8ca,
    -16px -8px 0 #e9d8ca,
    -8px 0 0 #e9d8ca,
    0 8px 0 #e9d8ca,
    8px 0 0 #e9d8ca,
    16px -8px 0 #e9d8ca,
    24px -16px 0 #e9d8ca;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

.a-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.a-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 10px 18px;
  border: 1px solid transparent;
  letter-spacing: 1px;
  font-size: 12px;
  transition: .2s ease;
}

.a-btn:hover {
  transform: translateY(-2px);
}

.a-btn-soon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.a-btn-soon .a-btn {
  pointer-events: none;
  opacity: 0.42;
}

.a-btn-soon .a-btn:hover {
  transform: none;
}

.a-btn-soon-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffd58f;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.a-btn-primary {
  color: #ffffff;
  background: #2e2e2e;
}

.a-btn-secondary {
  border-color: rgba(0, 0, 0, .25);
  color: rgba(0, 0, 0, .75);
}

.a-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: center;
}

.a-copy {
  max-width: 620px;
}

.a-split-reverse .a-copy {
  order: 2;
}

.a-split-reverse .a-placeholder {
  order: 1;
}

.a-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-list li {
  margin-bottom: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(233, 216, 202, .2);
}

.a-list strong {
  color: #7fd7d1;
}

.a-note {
  margin: 14px 0 0;
  font-style: italic;
}

.a-placeholder {
  display: block;
  max-height: min(52vh, 520px);
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, .35);
  background: #f2f2f2;
  margin-inline: auto;
}

.a-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  counter-reset: step;
}

.a-steps li {
  margin: 0;
  padding: 12px 12px 12px 42px;
  border: 1px solid rgba(233, 216, 202, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
  position: relative;
}

.a-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 10px;
  left: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  color: #2b1e1a;
  background: #e9d8ca;
}

.a-caption {
  margin: 12px 0;
}

.a-shots {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.a-shots img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 5;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin-inline: 0;
  border-radius: 8px;
  border: 0;
}

.a-cta {
  text-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 20px 0 0;
}

.atomasos-page .a-shots img,
.atomasos-page .a-placeholder {
  cursor: pointer;
}

.a-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 16px 20px;
  background: rgba(15, 10, 8, 0.94);
  box-sizing: border-box;
  cursor: pointer;
}

.a-lightbox[hidden] {
  display: none !important;
}

.a-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: default;
  border-radius: 4px;
}

.a-lightbox-close {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  color: #e9d8ca;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.a-lightbox-close:hover {
  opacity: 1;
}

.atomas-page .a-hero h1,
.atomas-page .a-section h2,
.atomas-page .a-cta h2,
.atomas-page footer,
.atomas-page footer a {
  color: #e9d8ca;
}

.atomas-page:not(.atomas-classic) #footer_deco {
  color: #e9d8ca;
}

.atomas-page .a-hero h1 {
  color: #ffd58f;
}

.atomas-page .a-tagline {
  color: #8ce0e6;
}

.atomas-page .a-sub {
  color: #f0dfcf;
}

.atomas-page .a-micro {
  color: #d5b88e;
}

.atomas-page .a-cta .a-cta-tag {
  margin: 6px auto 22px;
  max-width: 520px;
  font-size: 15px;
  color: #f0dfcf;
}

.atomas-page .a-section h2,
.atomas-page .a-cta h2 {
  color: #e8c8a0;
}

.atomas-page .a-caption,
.atomas-page .a-note {
  color: #ccb7a4;
}

.atomas-page .a-btn-primary {
  background: #e9d8ca;
  color: #2b1e1a;
}

.atomas-page .a-btn-secondary {
  border-color: rgba(233, 216, 202, .5);
  color: #e9d8ca;
}

.atomas-page:not(.atomas-classic) .a-placeholder {
  border-color: rgba(233, 216, 202, .45);
  background: rgba(255, 255, 255, .04);
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 5;
  max-height: min(78vh, 640px);
  object-fit: cover;
}

@media (min-width: 769px) {
  .atomas-page.atomasos-page:not(.atomas-classic) .a-placeholder,
  .atomasos-page .a-shots img {
    aspect-ratio: 3 / 5;
    object-fit: cover;
  }

  .atomas-page.atomasos-page:not(.atomas-classic) .a-placeholder {
    max-height: none;
  }
}

@media (max-width: 768px) {
  .a-hero {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .a-hero-inner {
    padding: 110px 18px 70px;
  }

  .a-split {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .a-split-reverse .a-copy,
  .a-split-reverse .a-placeholder {
    order: initial;
  }

  .a-steps {
    grid-template-columns: 1fr;
  }

  .a-ring {
    width: 320px;
    height: 320px;
    top: -80px;
  }

  .a-ring::before {
    width: 240px;
    height: 240px;
    top: 40px;
    left: 40px;
  }

  .atomas-page:not(.atomas-classic) .a-placeholder {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-inline: 0;
    aspect-ratio: 3 / 5;
    object-fit: cover;
  }

  .atomas-classic .a-placeholder {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    max-height: min(52vh, 520px);
    aspect-ratio: auto;
    object-fit: contain;
  }

  .a-shots {
    grid-template-columns: 1fr;
  }

  .a-shots img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-inline: 0;
    aspect-ratio: 3 / 5;
    object-fit: cover;
  }
}

.atomas-classic {
  background: #ebebeb;
  color: rgba(0, 0, 0, .7);
}

.atomas-classic .a-header-wrap {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  left: auto;
  top: auto;
  transform: none;
}

.atomas-classic #header_title {
  filter: brightness(0);
}

.atomas-classic #header_logo .circle {
  border-color: #000;
  background-color: #000;
}

.atomas-classic .headerline {
  background-color: #2e2e2e;
}

.atomas-classic .a-hero {
  min-height: auto;
}

.atomas-classic .a-hero::before,
.atomas-classic .a-hero-video,
.atomas-classic .a-ring,
.atomas-classic .a-ring::before {
  display: none;
}

.atomas-classic .a-hero-inner {
  min-height: auto;
  justify-content: flex-start;
  padding: 25px 24px 40px;
}

.atomas-classic .a-scroll {
  display: none;
}

.atomas-classic .a-hero h1,
.atomas-classic .a-section h2,
.atomas-classic .a-sub,
.atomas-classic .a-micro,
.atomas-classic .a-list li,
.atomas-classic footer,
.atomas-classic footer a {
  color: rgba(0, 0, 0, .7);
  text-shadow: none;
}

.atomas-classic .a-btn-primary {
  background: #2e2e2e;
  color: #fff;
}

.atomas-classic .a-scroll::before {
  box-shadow:
    -24px -16px 0 #2e2e2e,
    -16px -8px 0 #2e2e2e,
    -8px 0 0 #2e2e2e,
    0 8px 0 #2e2e2e,
    8px 0 0 #2e2e2e,
    16px -8px 0 #2e2e2e,
    24px -16px 0 #2e2e2e;
}

.atomas-classic .a-placeholder {
  border: 1px solid #333;
  background: #f3f3f3;
}
