/* Header + menu button by logo */
.site-header, .site-footer { width: 100%; background: transparent; }
.site-header-inner, .site-footer-inner { max-width: 1200px; margin: 0 auto; padding: 14px 20px; }
.site-left { display:flex; align-items:center; gap: 16px; }
.site-logo img { height: 60px; width: auto; display:block; }

.menu-toggle {
  appearance:none; border:0; cursor:pointer;
  padding:10px 16px; border-radius:12px;
  background:#fff; box-shadow:0 12px 28px rgba(0,0,0,.12);
  font-weight:700;
}
.menu-toggle:focus{ outline:2px solid #d60000; outline-offset:2px; }

.menu-panel {
  position:absolute; left:20px; top:80px;
  background:#fff; border:2px solid #e6e6e6; border-radius:12px;
  box-shadow:0 18px 38px rgba(0,0,0,.14);
  padding:10px 6px; display:none; min-width:240px; z-index:9999;
}
.menu-panel.open{ display:block; }
.menu-list, .menu-list ul{ list-style:none; margin:0; padding:0; }
.menu-list > li{ margin:2px 0; }
.menu-list a{ display:block; padding:10px 14px; text-decoration:none; }
.menu-list a:hover{ background:#f6f6f6; }
.menu-list li ul{ margin-left:10px; border-left:2px solid #f0f0f0; }

/* Buttons (restored) */
.tm-btn{
  display:inline-block; background:#d60000; color:#fff; text-decoration:none;
  padding:10px 20px; font-size:16px; border-radius:12px; font-weight:800;
}
.tm-btn:hover{ opacity:.9; }

/* Contact box helpers */
.tm-tel{ display:flex; flex-wrap:wrap; align-items:center; gap:10px; font-size:18px; font-weight:700; margin:4px 0; }
.tm-tel .sep{ opacity:.6; }
.tm-tel a{ color:inherit; text-decoration:none; }

/* Callout aligned like contact box */
.tm-callout-outer{ max-width:1200px; margin:12px auto; padding:0 20px; box-sizing:border-box; }
.tm-callout{
  display:inline-block; padding:10px 16px; border:2px solid #d60000; border-radius:10px; color:#d60000; font-weight:800;
}
.tm-callout-wrap{ text-align:center; }

/* Content spacing */
.entry img{ margin:10px auto 18px; display:block; }
.entry p{ margin:0 0 14px; }
.entry ul{ margin:10px 0 18px 18px; }

/* Footer */
.site-footer-inner{ text-align: right; font-size: 12px; color:#777; }

@media (max-width:980px){
  .site-logo img{ height:48px; }
  .menu-panel{ left:12px; top:72px; }
}
