/*
Theme Name: Cake Marketing Collective
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for Cake Marketing Collective, handcrafted by The Free Website Guys. Edit content, colors, and media from the WordPress Customizer.
Version: 1.0.2
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* WordPress admin bar — fixed header offset */
:root {
  --tmt-header-offset: 0px;
}

body.admin-bar {
  --tmt-header-offset: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-header-offset: var(--wp-admin--admin-bar--height, 46px);
  }
}

@media screen and (max-width: 600px) {
  html {
    margin-top: 0 !important;
  }

  #wpadminbar {
    position: fixed !important;
  }
}

.tmt-site-header {
  top: var(--tmt-header-offset, 0px) !important;
}

.tmt-mobile-menu {
  top: var(--tmt-header-offset, 0px);
  bottom: 0;
  left: 0;
  right: 0;
}

.tmt-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 59;
  background: rgba(14, 14, 14, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
