/*
Theme Name: Black Shades Transportation
Theme URI: https://blackshadestransportation.lovable.app
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: Single-page courier company theme for Black Shades Transportation LLC. Medical and B2B courier services with customizable sections, OKLCH color system, and React-powered front page.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, theme-options, translation-ready
*/

/* Base layout for PHP header/footer shell */
:root {
  --radius: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.tmt-theme {
  margin: 0;
  background: var(--background, oklch(0.13 0 0));
  color: var(--foreground, oklch(0.985 0 0));
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tmt-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid color-mix(in oklab, white 10%, transparent);
  background: color-mix(in oklab, black 72%, transparent);
  backdrop-filter: blur(18px) saturate(140%);
}

.tmt-header-inner,
.tmt-footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
}

.tmt-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.tmt-logo {
  height: 2.75rem;
  width: auto;
}

.tmt-nav {
  display: none;
  gap: 0.25rem;
}

.tmt-nav-link {
  color: var(--muted-foreground, oklch(0.74 0.004 20));
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
}

.tmt-nav-link:hover {
  color: var(--foreground, oklch(0.985 0 0));
}

.tmt-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tmt-header-phone {
  display: none;
  color: var(--foreground, oklch(0.985 0 0));
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.tmt-header-cta,
.tmt-mobile-cta {
  display: none;
  background: var(--brand, oklch(0.56 0.225 27));
  color: var(--primary-foreground, oklch(0.99 0 0));
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 0.625rem 1rem;
  border-radius: 2px;
}

.tmt-menu-toggle {
  background: transparent;
  border: 0;
  color: var(--foreground, oklch(0.985 0 0));
  font-size: 1.25rem;
  padding: 0.5rem;
  cursor: pointer;
}

.tmt-mobile-nav {
  border-top: 1px solid var(--border-subtle, oklch(0.3 0.004 20));
  background: var(--background, oklch(0.13 0 0));
  padding: 0.75rem 1.25rem 1.25rem;
}

.tmt-mobile-nav-link,
.tmt-mobile-phone {
  display: block;
  color: var(--muted-foreground, oklch(0.74 0.004 20));
  text-decoration: none;
  padding: 0.75rem;
  font-size: 15px;
  font-weight: 500;
}

.tmt-mobile-cta {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}

.tmt-mobile-phone {
  text-align: center;
  border: 1px solid var(--border-subtle, oklch(0.3 0.004 20));
  border-radius: 2px;
  margin-top: 0.25rem;
}

.tmt-main {
  min-height: 50vh;
}

.tmt-app-root {
  min-height: 100vh;
}

.tmt-fallback-notice {
  max-width: 40rem;
  margin: 8rem auto;
  padding: 1.5rem;
  border: 1px solid var(--border-subtle, oklch(0.3 0.004 20));
  border-radius: 4px;
  background: var(--surface, oklch(0.175 0.002 20));
}

.tmt-site-footer {
  border-top: 1px solid var(--border-subtle, oklch(0.3 0.004 20));
  background: oklch(0.1 0 0);
  padding: 3.5rem 0;
}

.tmt-footer-grid {
  display: grid;
  gap: 2.5rem;
}

.tmt-footer-logo {
  height: 4rem;
  width: auto;
}

.tmt-footer-mission {
  margin-top: 1rem;
  max-width: 20rem;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted-foreground, oklch(0.74 0.004 20));
}

.tmt-footer-heading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand, oklch(0.56 0.225 27));
}

.tmt-footer-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.tmt-footer-list li + li {
  margin-top: 0.625rem;
}

.tmt-footer-list a {
  color: var(--muted-foreground, oklch(0.74 0.004 20));
  text-decoration: none;
  font-size: 14px;
}

.tmt-footer-list a:hover {
  color: var(--foreground, oklch(0.985 0 0));
}

.tmt-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle, oklch(0.3 0.004 20));
  font-size: 13px;
  color: var(--muted-foreground, oklch(0.74 0.004 20));
}

.tmt-footer-bottom a {
  color: var(--brand, oklch(0.56 0.225 27));
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .tmt-nav {
    display: flex;
  }

  .tmt-header-cta {
    display: inline-flex;
  }

  .tmt-header-phone {
    display: inline-flex;
  }

  .tmt-menu-toggle,
  .tmt-mobile-nav {
    display: none !important;
  }

  .tmt-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tmt-footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  .tmt-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
