.ainz-brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.ainz-brand img {
  width: min(13rem, 60%);
  height: auto;
}

.ainz-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ainz-nav a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.ainz-nav a:hover,
.ainz-nav a:focus-visible,
.ainz-nav a[aria-current="page"] {
  border-bottom-color: currentColor;
}

.ainz-actions.actions {
  margin-top: 1.5rem;
}

.ainz-kicker {
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.color0 .ainz-kicker,
.color2 .ainz-kicker,
.color4 .ainz-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.ainz-list,
.ainz-links,
.ainz-meta {
  display: grid;
  gap: 1rem;
}

.ainz-list article,
.ainz-links li,
.ainz-meta article {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ainz-list h3,
.ainz-meta h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.ainz-list p,
.ainz-meta p,
.ainz-links a {
  margin: 0.45rem 0 0;
  line-height: 1.8;
}

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

.ainz-links a {
  display: inline-block;
  text-decoration: none;
}

.ainz-links a:hover,
.ainz-links a:focus-visible {
  text-decoration: underline;
}

.ainz-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ainz-accent {
  color: #ffe5d8;
  text-decoration: none;
}

.ainz-accent:hover,
.ainz-accent:focus-visible {
  text-decoration: underline;
}

.ainz-muted {
  opacity: 0.88;
}

.ainz-contact-card {
  display: grid;
  gap: 1.1rem;
}

.ainz-contact-card strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ainz-note {
  margin-top: 1.4rem;
  font-size: 0.88rem;
  line-height: 1.7;
  opacity: 0.86;
}

.ainz-compact {
  padding-top: 6.25rem;
  padding-bottom: 5.5rem;
}

.ainz-compact #main {
  padding: 0 4.5rem;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11050;
  padding: 0.55rem 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(90, 39, 48, 0.12);
  backdrop-filter: blur(20px);
  color: #5a2730;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  width: 100%;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
}

.site-header__brand img {
  width: clamp(4.5rem, 8vw, 6.25rem);
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  color: #5a2730;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #7a3540;
  opacity: 0.9;
}

.site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11040;
  padding: 0.85rem 1.5rem 1rem;
  background: rgba(34, 22, 26, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
}

.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
  width: 100%;
}

.site-footer__block {
  display: grid;
  gap: 0.2rem;
  max-width: 24rem;
  font-size: 0.72rem;
  line-height: 1.5;
}

.site-footer__block strong {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__block a {
  text-decoration: none;
}

.site-footer__block a:hover,
.site-footer__block a:focus-visible {
  text-decoration: underline;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.16);
  color: #25d366;
  font-size: 1rem;
  text-decoration: none;
  vertical-align: middle;
}

.whatsapp-link:hover,
.whatsapp-link:focus-visible {
  background: rgba(37, 211, 102, 0.24);
  text-decoration: none;
}

.scroll-arrow {
  position: fixed;
  top: 50%;
  z-index: 11060;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(47, 31, 35, 0.78);
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.scroll-arrow--left {
  left: 1rem;
}

.scroll-arrow--right {
  right: 1rem;
}

.scroll-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.hero-panel .image {
  min-width: 25rem;
}

.ainz-compact h1.major,
.ainz-compact h2.major {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

.ainz-compact .content p,
.ainz-compact .intro p,
.ainz-compact .inner p {
  max-width: none;
}

@media screen and (max-width: 980px) {
  .ainz-compact {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }

  .ainz-compact #main {
    padding: 0 1.25rem;
  }

  .site-header__inner,
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .scroll-arrow {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  html,
  body {
    width: 100%;
    height: auto;
  }

  body.ainz-compact {
    display: block;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .ainz-brand img {
    width: min(11rem, 68%);
  }

  .ainz-nav {
    gap: 0.55rem 0.85rem;
  }

  .site-header {
    padding: 0.65rem 1rem;
  }

  .site-footer {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    margin-left: 0;
    box-sizing: border-box;
  }

  .ainz-compact {
    padding-top: 5rem;
    padding-bottom: 0;
    width: 100%;
  }

  .ainz-compact #main {
    width: 100%;
    max-width: 100%;
    padding: 0 0 1rem;
  }

  .ainz-compact #page-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .ainz-compact #wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .hero-panel .image {
    min-width: 0;
  }
}
