/*
  Tubes & Company global compatibility repair
  Generated 2026-07-21 from the preserved Adobe Muse export.
  This layer restores the site's intended typography and makes conservative,
  sitewide compatibility fixes without redesigning the original pages.
*/

/* Reliable replacements for the discontinued Adobe Creative Cloud webfont loader. */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bubblegum+Sans&family=Euphoria+Script&family=Flavors&family=Fredericka+the+Great&family=Henny+Penny&family=Jolly+Lodger&family=Kranky&family=Londrina+Outline&family=Macondo&family=Macondo+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Miltonian&family=Miltonian+Tattoo&family=Mountains+of+Christmas:wght@400;700&family=Ribeye&family=Ribeye+Marrow&family=Rock+Salt&family=Shojumaru&family=Stardos+Stencil:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Josefin+Sans:wght@700&family=Medula+One&family=Noto+Sans:wght@400;700&family=Open+Sans:wght@300;400;600&family=PT+Sans:wght@400;700&family=PT+Sans+Narrow:wght@700&family=Source+Sans+3:wght@300;400;700&family=Ubuntu+Condensed&family=Varela+Round&display=swap');

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Restore the navigation's intended hand-drawn character on all Muse masters. */
.MenuItemLabel,
.MenuItemLabel p {
  font-family: 'Mountains of Christmas', serif !important;
  text-rendering: optimizeLegibility;
}

/* Keep labels vertically centred despite modern browser font-metric differences. */
.MenuItemLabel {
  box-sizing: border-box;
}
.MenuItemLabel p {
  margin: 0 !important;
}

/* Reusable Muse carousel/pamphlet tabs. */
.PamphletWidget .Thumb,
.PamphletWidget .Thumb > div,
.PamphletWidget .Thumb p,
.ThumbGroup .Thumb,
.ThumbGroup .Thumb > div,
.ThumbGroup .Thumb p {
  font-family: 'Mountains of Christmas', serif !important;
  box-sizing: border-box;
}
.PamphletWidget .Thumb p,
.ThumbGroup .Thumb p {
  margin: 0 !important;
}

/* Prevent old Muse text boxes from clipping restored webfonts. This does not
   change the boxes' coordinates, so the original artwork composition remains intact. */
[ice\:editable='html'],
.MenuItemLabel,
.PamphletWidget .Thumb {
  overflow: visible;
}

/* Social channels were intentionally retired in the 2026 repair. The HTML
   references are removed too; these selectors protect against cached copies. */
img[src*='behance' i],
img[src*='facebook' i],
img[src*='twitter' i],
img[src*='youtube' i] {
  display: none !important;
}

/* Old Muse could generate a tiny unexpected gap beneath images. */
img.block,
img.ImageInclude,
.clip_frame img {
  max-width: none;
}


/* Page-specific cleanup: restored footer labels on legacy Muse pages use a
   slightly narrower size so Privacy / Terms / Extras do not visually run together. */
@media (min-width: 700px) {
  a[href="terms-of-use-page.html"],
  a[href="privacy-policy.html"],
  a[href="behind-the-scenes.html"] {
    font-size: 18px !important;
  }
}

/* Targeted 2026 page cleanup for a few legacy Muse text boxes whose original
   Adobe font metrics caused overlap after the webfont service was retired. */
#u245058-2 {
  font-size: 17px !important;
  line-height: 21px !important;
}
#u249051-4 {
  font-size: 18px !important;
  line-height: 22px !important;
}
#u248606-4 {
  font-size: 44px !important;
  line-height: 60px !important;
  min-height: 62px !important;
}
#u248602-4 {
  margin-top: 525px !important;
}
#u249052-4 {
  font-size: 24px !important;
  line-height: 29px !important;
}


/* 2026 contact-page refinements: the generic legacy footer-link rule also
   matched the large Behind-the-Scenes feature link on Contact. Restore that
   feature link to the same display size as Company Bio and Fan Page. */
@media (min-width: 700px) {
  #u171263-4 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
