/*
  Antiques on High Squarespace enhancements.
  Loaded globally by Squarespace Code Injection, so keep selectors scoped.
*/

:root {
  --aoh-ink: #171717;
  --aoh-muted: #5f5a50;
  --aoh-surface: #fff4df;
  --aoh-border: #d9cdb8;
  --aoh-brand-red: #dd3c2f;
  --aoh-brand-gold: #c79a3b;
  --aoh-brand-black: #171717;
}

html.aoh-enhanced .aoh-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

html.aoh-enhanced .aoh-cross-logo-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.45rem;
  vertical-align: middle;
  white-space: nowrap;
}

html.aoh-enhanced .aoh-cross-logo-nav--mobile {
  margin: 0.5rem 0 0;
}

html.aoh-enhanced .aoh-cross-logo-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 4.45rem;
  height: 3rem;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  text-decoration: none !important;
  vertical-align: middle;
}

html.aoh-enhanced .aoh-cross-logo-link--seventh-son {
  width: 3.45rem;
  height: 3.45rem;
}

html.aoh-enhanced .aoh-cross-logo-link--pizza-box {
  width: 3.75rem;
  height: 3.45rem;
}

html.aoh-enhanced .aoh-cross-logo-link[href]:hover,
html.aoh-enhanced .aoh-cross-logo-link[href]:focus-visible {
  opacity: 0.82;
}

html.aoh-enhanced .aoh-cross-logo-link[href]:focus-visible {
  outline: 3px solid var(--aoh-brand-red);
  outline-offset: 2px;
}

html.aoh-enhanced .aoh-cross-logo-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media (max-width: 640px) {
  html.aoh-enhanced .aoh-cross-logo-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  html.aoh-enhanced .aoh-cross-logo-link {
    width: 4.4rem;
    height: 3.05rem;
  }

  html.aoh-enhanced .aoh-cross-logo-link--seventh-son {
    width: 3.7rem;
    height: 3.7rem;
  }

  html.aoh-enhanced .aoh-cross-logo-link--pizza-box {
    width: 4rem;
    height: 3.7rem;
  }
}
