/* Focused post-mirror polish. Keep this small so the Manus visual system stays intact. */

nav .container > div {
  min-height: 4.75rem !important;
}

nav a[href="/"] img[alt="Shady Sips"] {
  width: 3.35rem !important;
  height: 3.35rem !important;
  border-radius: 999px !important;
  box-shadow: 0 0 0 2px rgba(245, 200, 66, 0.72), 0 8px 24px rgba(0, 0, 0, 0.16) !important;
}

nav a[href="/"] img[alt="Shady Sips"] + span {
  display: inline-block !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.065em !important;
}

main section:first-child img[alt="Shady Sips"] {
  width: clamp(7.75rem, 10vw, 10rem) !important;
  height: clamp(7.75rem, 10vw, 10rem) !important;
  box-shadow: 0 0 0 4px rgba(245, 200, 66, 0.88), 0 18px 52px rgba(0, 0, 0, 0.38) !important;
}

footer img[alt="Shady Sips"] {
  width: 5rem !important;
  height: 5rem !important;
}

@media (max-width: 767px) {
  nav .container > div {
    min-height: 4.5rem !important;
  }

  nav a[href="/"] img[alt="Shady Sips"] {
    width: 3rem !important;
    height: 3rem !important;
  }

  main section:first-child img[alt="Shady Sips"] {
    width: 7rem !important;
    height: 7rem !important;
  }
}
