#logo {
  position: absolute;
  top: -50px;
  left: 20px;
}
.art-menu-btn {
  width: 40px !important;
  height: 40px !important;
  padding: 11px 0 !important;
  border: 0 !important;
  background: none !important;
}
.art-menu-btn span {
  height: 2px !important;
  margin: 6px 5px !important;
  width: 25px;
}

.ahao-breadcrumbs {
  margin: 8px 0 18px;
  padding-left: 168px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.ahao-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 800px) {
  .ahao-breadcrumbs {
    padding-left: 0;
    margin-top: 86px;
  }
  .ahao-breadcrumbs ol {
    justify-content: center;
  }
}
.ahao-breadcrumbs li:not(:last-child)::after {
  content: "→";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.35);
}
.ahao-breadcrumbs a {
  color: #4da6ff;
  text-decoration: none;
}
.ahao-breadcrumbs a:hover {
  text-decoration: underline;
}
.ahao-breadcrumbs [aria-current="page"] {
  color: #cccccc;
}

.ahao-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 18px !important;
  margin-bottom: 30px !important;
}
.ahao-gallery-card {
  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
}
.ahao-gallery-card a {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
  background: #151515 !important;
}
.ahao-gallery-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 8px !important;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}
.ahao-gallery-card img:hover {
  transform: scale(1.06) !important;
  filter: brightness(1.15) !important;
}
.ahao-photo-id {
  display: block;
  text-align: center;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.42);
  padding: 7px 0 0;
  line-height: 1;
  user-select: all;
}

.seo-section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cccccc;
  text-align: left;
  width: 100% !important;
  box-sizing: border-box !important;
}
.seo-section h2 {
  color: #4da6ff !important;
  font-size: 22px !important;
  margin-top: 25px !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
}
.seo-section h2:first-child {
  margin-top: 0 !important;
}
.seo-section h3 {
  color: #ffffff !important;
  font-size: 17px !important;
  margin-top: 18px !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
}
.seo-section p,
.seo-section ul,
.seo-section ol {
  color: #cccccc !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}
.seo-section ul,
.seo-section ol {
  margin-left: 20px !important;
}
.seo-section li {
  margin-bottom: 6px !important;
}
.seo-section strong {
  color: #ffffff !important;
}
.seo-section em {
  color: #80c0ff !important;
  font-style: italic !important;
}
.seo-section a {
  color: #4da6ff !important;
  text-decoration: underline !important;
}

.ahao-footer-contacts {
  text-align: center;
  color: #cccccc;
  font-size: 14px;
  line-height: 1.7;
  padding: 10px 16px 18px;
}
.ahao-footer-contacts p {
  margin: 0 0 6px;
}
.ahao-footer-contacts a {
  color: #4da6ff;
  text-decoration: none;
}
.ahao-footer-contacts a:hover {
  text-decoration: underline;
}

.ahao-order-wrap {
  display: flex;
  justify-content: center;
  margin: 8px 0 28px;
}

.ahao-order-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px 13px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.92) 0%, rgba(77, 166, 255, 0.88) 100%);
  border: 1px solid rgba(128, 192, 255, 0.45);
  box-shadow: 0 8px 24px rgba(77, 166, 255, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, filter 0.25s ease;
}

.ahao-order-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.ahao-order-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 12px 32px rgba(77, 166, 255, 0.42), 0 0 18px rgba(77, 166, 255, 0.25);
}

.ahao-order-btn:hover svg {
  transform: translateX(3px);
}

.ahao-order-btn:active {
  transform: translateY(0) scale(0.98);
}
