/**
 * AXIONS — Home pública (axions.es) · estética 2026
 * Carbón + oro · tipografía Cormorant / DM Sans · sin ornamento
 */
@import url("axions-brand-tokens.css");

body.axions-public--home {
  --home-ink: #0a0a0b;
  --home-ink-2: #141416;
  --home-paper: #f4f2ee;
  --home-muted: #6b6760;
  --home-line: rgba(10, 10, 11, 0.08);
  --home-gold: #c4a962;
  margin: 0;
  min-height: 100dvh;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--home-ink);
  background: var(--home-paper);
  -webkit-font-smoothing: antialiased;
}

body.axions-public--home .ax-public-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

/* Logo + CTAs centrados (sin barra flotante ni botones duplicados) */
.ax-home-hero__brand-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: max(1.5rem, env(safe-area-inset-top)) 0 0;
  text-align: center;
}

.ax-home-hero__brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.ax-home-hero__back {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.ax-home-hero__back:hover {
  color: #fff;
}

/* —— Hero full-bleed —— */
.ax-home-hero {
  position: relative;
  min-height: min(92dvh, 820px);
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}

.ax-home-hero__frame {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4.5rem;
}

.ax-home-hero__media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 70% 20%, rgba(196, 169, 98, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(196, 169, 98, 0.08), transparent 50%),
    linear-gradient(165deg, #0a0a0b 0%, #121214 45%, #1a1814 100%);
  animation: ax-home-hero-in 1.1s ease both;
}

.ax-home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
  opacity: 0.55;
  pointer-events: none;
}

.ax-home-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 40rem;
  margin-top: auto;
  padding-top: 2.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: ax-home-rise 0.9s 0.15s ease both;
}

.ax-home-hero__logo {
  display: block;
  height: auto;
  max-height: clamp(2.35rem, 7vw, 3.25rem);
  width: auto;
  max-width: min(300px, 70vw);
}

.ax-home-hero__title {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.75rem, 7.5vw, 4.35rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #fff;
}

.ax-home-hero__lead {
  margin: 0 0 2rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  max-width: 28rem;
}

.ax-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

body.axions-public--home .ax-public-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #0a0a0b;
  background: #c4a962;
  border: 1px solid #c4a962;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.axions-public--home .ax-public-btn-primary:hover {
  background: #d4b978;
  border-color: #d4b978;
  color: #0a0a0b;
  transform: translateY(-1px);
}

.ax-home-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ax-home-btn-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.ax-home-btn-access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0a0a0b;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #fff;
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ax-home-btn-access:hover {
  background: #c4a962;
  border-color: #c4a962;
  color: #0a0a0b;
  transform: translateY(-1px);
}

.ax-home-btn-access--dark {
  color: #0a0a0b;
  border-color: #c4a962;
  background: #c4a962;
}

.ax-home-btn-access--dark:hover {
  background: #d4b978;
  border-color: #d4b978;
  color: #0a0a0b;
}

.ax-home-btn-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--home-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.ax-home-btn-text:hover {
  color: var(--home-ink);
  border-bottom-color: var(--home-gold);
}

/* Acceso clientes — banda premium */
.ax-home-access {
  padding: clamp(2.25rem, 5vw, 3rem) 0;
  background: #fff;
  border-bottom: 1px solid var(--home-line);
}

.ax-home-access__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: 1.75rem 1.75rem;
  border: 1px solid rgba(196, 169, 98, 0.35);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(196, 169, 98, 0.08), transparent 55%),
    #fff;
}

.ax-home-access__copy {
  max-width: 34rem;
}

.ax-home-access__copy h2 {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--home-ink);
}

.ax-home-access__copy p:last-child {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--home-muted);
}

.ax-home-access__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
}

.ax-home-access .ax-public-btn-primary {
  width: auto;
}

.ax-home-access--catalog {
  background: #f4f2ee;
  border-bottom: none;
  padding-top: 2rem;
}

.ax-catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.ax-catalog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.ax-home-cta__aside {
  margin-top: 1.35rem !important;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55) !important;
}

.ax-home-cta__aside a {
  color: var(--home-gold);
  font-weight: 600;
  text-decoration: none;
  margin-left: 0.35rem;
}

.ax-home-cta__aside a:hover {
  color: #d4b978;
}

/* —— Sections —— */
.ax-home-section {
  padding: clamp(4rem, 10vw, 6.5rem) 0;
  background: #fff;
}

.ax-home-section--muted {
  background: var(--home-paper);
}

.ax-home-section__head {
  max-width: 36rem;
  margin-bottom: 2.75rem;
}

.ax-home-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-gold);
}

.ax-home-kicker--light {
  color: rgba(196, 169, 98, 0.9);
}

.ax-home-section__title {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--home-ink);
  line-height: 1.15;
}

.ax-home-section__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--home-muted);
}

.ax-home-section__lead a {
  color: var(--home-ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ax-home-services {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--home-line);
}

@media (min-width: 768px) {
  .ax-home-services {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ax-home-service {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--home-line);
}

@media (min-width: 768px) {
  .ax-home-service:nth-child(odd) {
    padding-right: 2rem;
    border-right: 1px solid var(--home-line);
  }
  .ax-home-service:nth-child(even) {
    padding-left: 2rem;
  }
}

.ax-home-service h3 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--home-ink);
}

.ax-home-service p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--home-muted);
}

.ax-home-service__meta {
  margin-top: 0.75rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.04em;
  color: #9a958c !important;
}

/* Plans */
.ax-home-plans {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .ax-home-plans {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.ax-home-plan {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 0.75rem;
  transition: border-color 0.2s ease;
}

.ax-home-plan:hover {
  border-color: rgba(196, 169, 98, 0.45);
}

.ax-home-plan--featured {
  border-color: var(--home-gold);
  background: linear-gradient(180deg, #fff 0%, #faf7f0 100%);
}

.ax-home-plan__tag {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-gold);
}

.ax-home-plan h3 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.ax-home-plan__summary {
  margin: 0 0 1.15rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--home-muted);
  flex: 1;
}

.ax-home-plan ul {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.ax-home-plan li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.1rem;
  font-size: 0.8125rem;
  color: #3f3c38;
}

.ax-home-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--home-gold);
}

.ax-home-plan__link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--home-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--home-gold);
  align-self: flex-start;
  padding-bottom: 0.1rem;
}

.ax-home-plan__link:hover {
  color: var(--home-gold);
}

/* CTA + form */
.ax-home-cta {
  padding: clamp(4rem, 10vw, 6rem) 0;
  background: var(--home-ink);
  color: #fff;
}

.ax-home-cta__grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .ax-home-cta__grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 4rem;
    align-items: start;
  }
}

.ax-home-cta__copy h2 {
  margin: 0 0 0.85rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}

.ax-home-cta__copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  max-width: 28rem;
}

.ax-home-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}

.ax-home-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ax-home-form label span {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.ax-home-form input,
.ax-home-form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.ax-home-form input::placeholder,
.ax-home-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.ax-home-form input:focus,
.ax-home-form textarea:focus {
  border-color: var(--home-gold);
  outline: none !important;
}

.ax-home-form .ax-public-btn-primary {
  margin-top: 0.35rem;
  width: 100%;
}

.ax-home-form__feedback {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.ax-home-form__feedback.is-ok {
  background: rgba(52, 211, 153, 0.12);
  color: #a7f3d0;
  border: 1px solid rgba(52, 211, 153, 0.25);
}

.ax-home-form__feedback.is-err {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
  border: 1px solid rgba(248, 113, 113, 0.25);
}

/* Footer */
.ax-home-footer {
  padding: 1.75rem 0;
  background: #050506;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ax-home-footer__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.ax-home-footer__mark {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  opacity: 0.85;
  filter: brightness(0) invert(1);
}

.ax-home-footer p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
}

.ax-home-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.ax-home-footer a:hover {
  color: var(--home-gold);
}

@keyframes ax-home-hero-in {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes ax-home-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  body.axions-public--home .ax-public-wrap {
    padding-left: max(1.35rem, env(safe-area-inset-left));
    padding-right: max(1.35rem, env(safe-area-inset-right));
  }

  .ax-home-hero {
    min-height: 100svh;
    min-height: 100dvh;
  }

  /* Separación suave hacia la sección clara */
  .ax-home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5.5rem;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(10, 10, 11, 0.35) 55%,
      rgba(10, 10, 11, 0.55) 100%
    );
    pointer-events: none;
    z-index: 2;
  }

  .ax-home-hero__brand-wrap {
    padding-top: max(1.75rem, env(safe-area-inset-top));
  }

  .ax-home-hero__logo {
    max-height: 2.35rem;
    max-width: min(220px, 62vw);
  }

  .ax-home-hero__frame {
    justify-content: flex-start;
    gap: 0;
    padding-bottom: max(4.25rem, calc(env(safe-area-inset-bottom) + 3rem));
  }

  /* Contenido centrado en el viewport: no pegado al borde inferior */
  .ax-home-hero__content {
    margin-top: 0;
    flex: 1;
    justify-content: center;
    padding: 2.5rem 0 1.25rem;
    gap: 0;
  }

  .ax-home-hero__title {
    font-size: clamp(2.4rem, 10.5vw, 3.1rem);
    margin-bottom: 0.9rem;
    line-height: 1.06;
  }

  .ax-home-hero__lead {
    margin: 0 0 2.35rem;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 22rem;
    padding: 0 0.25rem;
  }

  .ax-home-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 17.5rem;
    gap: 0.85rem;
  }

  .ax-home-hero__actions > a {
    justify-content: center;
    text-align: center;
    min-height: 52px;
    padding: 0.95rem 1.25rem;
    font-size: 0.875rem;
  }

  body.axions-public--home .ax-public-btn-primary,
  .ax-home-btn-access {
    width: 100%;
    box-sizing: border-box;
  }

  .ax-home-section {
    padding-top: clamp(3.25rem, 10vw, 4.5rem);
    padding-bottom: clamp(3.25rem, 10vw, 4.5rem);
  }

  .ax-home-section__head {
    margin-bottom: 2rem;
    text-align: center;
  }

  .ax-home-service {
    padding: 1.5rem 0;
  }

  .ax-home-plans {
    gap: 1rem;
  }

  .ax-home-plan {
    padding: 1.5rem 1.25rem;
  }

  .ax-home-cta {
    padding-top: clamp(3.25rem, 10vw, 4.5rem);
    padding-bottom: clamp(3.25rem, 10vw, 4.5rem);
  }

  .ax-home-cta__grid {
    gap: 2rem;
  }

  .ax-home-cta__copy {
    text-align: center;
  }

  .ax-home-cta__copy p:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .ax-home-form {
    padding: 1.35rem 1.15rem;
  }

  .ax-catalog-hero {
    padding-bottom: 3.75rem;
  }

  .ax-catalog-hero__inner {
    padding-top: 2rem;
  }

  .ax-catalog-hero__lead {
    margin-bottom: 2rem;
  }

  .ax-catalog-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 17.5rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0.85rem;
  }

  .ax-catalog-hero__actions > a {
    justify-content: center;
    text-align: center;
    min-height: 52px;
    width: 100%;
    box-sizing: border-box;
  }
}

/* —— Catálogo: hero más limpio —— */
body.axions-public--catalog {
  background: #f4f2ee;
}

.ax-catalog-hero {
  position: relative;
  padding: 0 0 3.5rem;
  background: linear-gradient(165deg, #0a0a0b 0%, #161512 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.ax-catalog-hero__glow {
  display: none;
}

.ax-catalog-hero__frame {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ax-catalog-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: ax-home-rise 0.85s ease both;
}

.ax-catalog-hero__lockup {
  display: block;
  max-height: 2.5rem;
  width: auto;
  max-width: min(260px, 70vw);
  margin: 0;
  filter: none;
}

.ax-catalog-hero__title {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.ax-catalog-hero__lead {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 34ch;
}

.ax-catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

.ax-catalog-ribbon {
  background: #fff;
  border-bottom: 1px solid rgba(10, 10, 11, 0.08);
  padding: 1rem 0;
}

.ax-catalog-ribbon__inner p {
  margin: 0;
  font-size: 0.875rem;
  color: #6b6760;
  text-align: center;
}

.ax-catalog-ribbon strong {
  color: #0a0a0b;
}

.ax-catalog-hero__cta {
  display: inline-flex;
  border-radius: 999px;
  background: #c4a962;
  border: 1px solid #c4a962;
  color: #0a0a0b;
  padding: 0.9rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

body.axions-public--catalog .ax-public-btn-primary,
body.axions-public--catalog .ax-catalog-hero__cta {
  color: #0a0a0b;
  background: #c4a962;
  border: 1px solid #c4a962;
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0.02em;
}

body.axions-public--catalog .ax-public-btn-primary:hover,
body.axions-public--catalog .ax-catalog-hero__cta:hover {
  color: #0a0a0b;
  background: #d4b978;
  border-color: #d4b978;
}

body.axions-public--catalog .ax-catalog-filters {
  background: #fff;
  border-bottom: 1px solid rgba(10, 10, 11, 0.08);
  padding: 1.25rem 0;
}

body.axions-public--catalog .ax-catalog-tab {
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid transparent;
}

body.axions-public--catalog .ax-catalog-tab::after {
  display: none;
}

body.axions-public--catalog .ax-catalog-tabs {
  border-bottom: none;
  gap: 0.4rem;
  flex-wrap: wrap;
}

body.axions-public--catalog .ax-catalog-tab.is-active {
  background: #0a0a0b;
  color: #fff;
  border-color: #0a0a0b;
}

body.axions-public--catalog .ax-catalog-search input {
  border: 1px solid rgba(10, 10, 11, 0.12);
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  background: #fff;
}

body.axions-public--catalog .ax-catalog-body {
  background: #f4f2ee;
}

body.axions-public--catalog .ax-catalog-block__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.axions-public--catalog .ax-catalog-card {
  background: #fff;
  border: 1px solid rgba(10, 10, 11, 0.08);
  border-radius: 0.75rem;
  padding: 1.35rem 1.25rem;
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
}

body.axions-public--catalog .ax-catalog-card:hover {
  border-color: rgba(196, 169, 98, 0.45);
  background: #fff;
}

body.axions-public--catalog .ax-catalog-badge {
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
}

body.axions-public--catalog .ax-catalog-expand {
  border-radius: 999px;
  border: 1px solid rgba(10, 10, 11, 0.12);
  padding: 0.45rem 0.9rem;
}
