/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 18:47:55 */
/* ==========================================================================
   TMMR Global Stylesheet  (AUTO-GENERATED -- do not edit by hand)
   Generated by wp-global/build_global_css.py from:
     - site/css/style.css              (canonical design system)
     - site/assets/css/app-mock.css    (scoped .tmmr-mock app-mock kit)
     - wp-global/_wp_overrides.css     (WP-only theme/Gutenberg overrides)
   Pasted into WP via the "Simple Custom CSS and JS" plugin.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

/* ==========================================================================
   TMMR.io Design System v2
   ========================
   SaaS product website for tour management software.
   Built around the TMMR app design language (Open Sans, blue/teal palette).
   ========================================================================== */

/* ── 1. Brand Tokens ── */
:root {
  --color-primary:      #1E293B;
  --color-secondary:    #2A8FBB;
  --color-accent:       #3BA4DC;
  --color-accent-hover: #2A8FBB;
  --color-accent-soft:  #7CC8EE;

  --color-burgundy:     #7A2A35;
  --color-gold:         #C9923E;
  --color-sage:         #5E8E6A;
  --color-eggshell:     #F5F3EE;

  --color-bg:           #FAFBFB;
  --color-white:        #FFFFFF;
  --color-text:         #1E293B;
  --color-text-body:    #374151;
  --color-text-muted:   #64748B;
  --color-border:       #E2E8F0;
  --color-border-light: #F1F5F9;

  --font-family: 'Open Sans', sans-serif;

  --nav-height:     72px;
  --section-pad:    96px;
  --section-pad-sm: 64px;
  --container-max:  1200px;
  --container-wide: 1360px;

  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:  12px;
  --radius-xl:  16px;
  --radius-full: 9999px;

  --shadow-sm:  0 1px 2px rgba(0,0,0,.05);
  --shadow-md:  0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
  --shadow-lg:  0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  --shadow-xl:  0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
  --shadow-img: 0 24px 48px -12px rgba(0,0,0,.2);

  --transition: .2s ease;

  --cat-drivers:   #3BA4DC;
  --cat-routing:   #2A8FBB;
  --cat-business:  #C9923E;
}


/* ── 2. Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 17px; }

body {
  font-family: var(--font-family);
  color: var(--color-text-body);
  background: var(--color-bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-accent-hover); }
strong { font-weight: 600; }


/* ── 3. Typography ── */
h1, h2, h3, h4, h5, h6 {
  color: var(--color-text);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.25rem, 5vw, 3.25rem); margin-bottom: 20px; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin-bottom: 16px; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); margin-bottom: 12px; }
h4 { font-size: 1.125rem; margin-bottom: 8px; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
.text-lg { font-size: 1.125rem; line-height: 1.7; }
.text-muted { color: var(--color-text-muted); }


/* ── 4. Layout ── */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}
.container--wide { max-width: var(--container-wide); }
.container--narrow { max-width: 800px; }


/* ── 5. Navigation ── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-height);
  background: var(--color-primary);
  z-index: 1000;
  transition: box-shadow var(--transition);
}
.site-nav.scrolled { box-shadow: var(--shadow-lg); }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.25rem;
}
.nav-logo img { height: 40px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: block;
  padding: 8px 14px;
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition);
}
.nav-links > li > a:hover { background: rgba(255,255,255,.1); color: var(--color-white); }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 280px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  padding: 12px 0;
  z-index: 100;
  border: 1px solid var(--color-border);
}
.dropdown-menu.show { display: block; }
.dropdown-menu a {
  display: block;
  padding: 8px 24px;
  color: var(--color-text-body);
  font-size: .875rem;
  transition: background var(--transition), color var(--transition);
}
.dropdown-menu a:hover { background: var(--color-border-light); color: var(--color-accent); }
.dropdown-label {
  display: block;
  padding: 12px 24px 4px;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-text-muted);
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 40px;
}
.dropdown-label:first-child { padding-top: 4px; }
.dropdown-label::after {
  content: '\25B8';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: .6rem;
  transition: transform .2s ease;
}
.dropdown-section.open > .dropdown-label::after { transform: translateY(-50%) rotate(90deg); }
.dropdown-section-links { display: none; overflow: hidden; }
.dropdown-section.open > .dropdown-section-links { display: block; }

.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 36px; height: 36px;
  position: relative;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 24px; height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transition: transform var(--transition);
  position: absolute; left: 6px;
}
.nav-toggle span { top: 17px; }
.nav-toggle span::before { content: ''; top: -7px; }
.nav-toggle span::after  { content: ''; top: 7px; }
.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { transform: rotate(45deg); top: 0; }
.nav-toggle.open span::after  { transform: rotate(-45deg); top: 0; }


/* ── 6. Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-md);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: .95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .15s ease;
  text-decoration: none;
  line-height: 1.4;
}
.btn:hover { transform: translateY(-1px); }

.btn-primary { background: var(--color-accent); color: var(--color-white); border-color: var(--color-accent); }
.btn-primary:hover { background: var(--color-accent-hover); border-color: var(--color-accent-hover); color: var(--color-white); }

.btn-outline { background: transparent; color: var(--color-white); border-color: rgba(255,255,255,.4); }
.btn-outline:hover { border-color: var(--color-white); color: var(--color-white); }

.btn-outline-dark { background: transparent; color: var(--color-text); border-color: var(--color-border); }
.btn-outline-dark:hover { border-color: var(--color-accent); color: var(--color-accent); }

.btn-dark { background: var(--color-primary); color: var(--color-white); border-color: var(--color-primary); }
.btn-dark:hover { background: #2d3a4f; border-color: #2d3a4f; color: var(--color-white); }

.btn-sm { padding: 8px 20px; font-size: .85rem; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }


/* ── 7. Heroes ── */
.hero {
  padding: calc(var(--nav-height) + 72px) 0 88px;
  background: linear-gradient(160deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: var(--color-white);
  overflow: hidden;
}
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-text h1 { color: var(--color-white); text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero-text p { color: rgba(255,255,255,.9); font-size: 1.15rem; line-height: 1.7; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-img);
  width: 100%;
  height: auto;
}

/* Feature page hero: light background */
.page-hero {
  padding: calc(var(--nav-height) + 40px) 0 56px;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  position: relative;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--color-accent);
}
.page-hero[data-category="drivers"]::before  { background: var(--cat-drivers); }
.page-hero[data-category="routing"]::before   { background: var(--cat-routing); }
.page-hero[data-category="business"]::before  { background: var(--cat-business); }

.page-hero .container { max-width: 900px; }
.page-hero h1 { color: var(--color-text); }
.page-hero p { color: var(--color-text-body); font-size: 1.1rem; line-height: 1.7; max-width: 720px; }
.page-hero .hero-ctas { margin-top: 24px; }

.section-label {
  display: inline-block;
  font-size: .84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-accent);
  margin-bottom: 12px;
}
.section-label--drivers  { color: var(--cat-drivers); }
.section-label--routing  { color: var(--cat-routing); }
.section-label--business { color: var(--cat-business); }
.section-label--burgundy { color: var(--color-burgundy); }
.section-label--white    { color: var(--color-accent-soft); }


/* ── 8. Sections ── */
.section { padding: var(--section-pad) 0; }
.section--alt { background: var(--color-white); }
.section--eggshell { background: var(--color-eggshell); }
.section--dark { background: var(--color-primary); color: var(--color-white); }
.section--dark h2, .section--dark h3 { color: var(--color-white); }
.section--dark p { color: rgba(255,255,255,.8); }

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.section-header p { color: var(--color-text-muted); font-size: 1.1rem; }


/* ── 9. Cards ── */
.card-grid { display: grid; gap: 28px; }
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: box-shadow var(--transition), transform .2s ease;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card h3 { margin-bottom: 12px; font-size: 1.15rem; }
.card p { color: var(--color-text-body); font-size: 1rem; line-height: 1.6; }

.card-icon {
  width: 48px; height: 48px;
  background: var(--color-border-light);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  color: var(--color-accent);
}
.card-icon svg { width: 24px; height: 24px; flex-shrink: 0; }

/* Pillar cards (homepage) */
.pillar-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: 40px;
  border: 1px solid var(--color-border);
  transition: box-shadow .25s ease, transform .25s ease;
  position: relative;
  overflow: hidden;
}
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.pillar-card--drivers::before  { background: var(--cat-drivers); }
.pillar-card--routing::before  { background: var(--cat-routing); }
.pillar-card--business::before { background: var(--cat-business); }
.pillar-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pillar-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.pillar-card p { color: var(--color-text-muted); margin-bottom: 20px; }
.pillar-card ul { list-style: none; margin-bottom: 20px; }
.pillar-card li {
  padding: 6px 0 6px 20px;
  position: relative;
  font-size: 1rem;
  color: var(--color-text-body);
}
.pillar-card li::before {
  content: '\2192';
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 600;
}
.pillar-card .pillar-link {
  font-weight: 600;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


/* ── 10. Feature Rows ── */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0;
}
.feature-row + .feature-row { border-top: 1px solid var(--color-border); }
.feature-row--reverse { direction: rtl; }
.feature-row--reverse > * { direction: ltr; }
.feature-row-text h3 { font-size: 1.35rem; margin-bottom: 12px; }
.feature-row-text p { color: var(--color-text-body); font-size: 1rem; line-height: 1.7; }
.feature-row-visual {
  background: var(--color-eggshell);
  border-radius: var(--radius-lg);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.feature-row-visual img { width: 100%; height: auto; border-radius: var(--radius-lg); }
.feature-row-visual .placeholder-icon { font-size: 3rem; opacity: .25; }


/* ── 11. Timeline Steps ── */
.timeline-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  position: relative;
}
.timeline-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(16.666% + 12px);
  right: calc(16.666% + 12px);
  height: 2px;
  background: var(--color-border);
}
.timeline-step { text-align: center; position: relative; z-index: 1; }
.timeline-step-number {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.timeline-step h4 { font-size: 1.05rem; margin-bottom: 8px; }
.timeline-step p { font-size: .9rem; color: var(--color-text-muted); max-width: 280px; margin: 0 auto; line-height: 1.6; }


/* ── 12. Comparison Table ── */
.comparison-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}
.comparison-table th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 2px solid var(--color-border);
}
.comparison-table th:first-child { color: var(--color-text-muted); }
.comparison-table th:nth-child(2) { color: var(--color-text-muted); }
.comparison-table th:nth-child(3) { color: var(--color-accent); }
.comparison-table td {
  padding: 14px 20px;
  font-size: .95rem;
  border-bottom: 1px solid var(--color-border-light);
  color: var(--color-text-body);
}
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table .check { color: var(--color-sage); font-weight: 700; }
.comparison-table .cross { color: var(--color-text-muted); }


/* ── 13. FAQ ── */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-item summary {
  padding: 20px 0;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--color-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--color-accent);
  transition: transform .2s;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p, .faq-item div { padding: 0 0 20px; color: var(--color-text-body); line-height: 1.7; font-size: .95rem; }


/* ── 14. Pricing ── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pricing-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  transition: box-shadow var(--transition), transform .2s ease;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pricing-card.featured {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px var(--color-accent);
}
.pricing-card h3 { margin-bottom: 8px; }
.pricing-card .price { font-size: 2.25rem; font-weight: 700; color: var(--color-accent); margin: 16px 0 8px; }
.pricing-card .price-note { font-size: .85rem; color: var(--color-text-muted); margin-bottom: 24px; }
.pricing-card .feature-list { text-align: left; margin-bottom: 28px; flex-grow: 1; }
.pricing-card .btn { margin-top: auto; width: 100%; }
.pricing-card .price--label { font-size: 1.35rem; letter-spacing: -.01em; }

.badge-popular {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.feature-list { list-style: none; }
.feature-list li {
  padding: 8px 0 8px 24px;
  position: relative;
  color: var(--color-text-body);
  font-size: .95rem;
  line-height: 1.5;
}
.feature-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--color-sage);
  font-weight: 700;
}

.feature-compare { margin-top: 64px; }
.feature-compare table { width: 100%; border-collapse: collapse; }
.feature-compare th, .feature-compare td {
  padding: 12px 16px;
  text-align: center;
  font-size: .9rem;
  border-bottom: 1px solid var(--color-border-light);
}
.feature-compare th:first-child, .feature-compare td:first-child { text-align: left; font-weight: 500; }
.feature-compare thead th { font-weight: 700; border-bottom: 2px solid var(--color-border); padding-bottom: 16px; }


/* ── 15. Stat Strip ── */
.stat-strip {
  padding: 40px 0;
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.stat-strip .container { display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-value { font-size: 2rem; font-weight: 700; color: var(--color-accent); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--color-text-muted); font-weight: 600; }


/* ── 16. Breadcrumbs ── */
.breadcrumb {
  padding: calc(var(--nav-height) + 16px) 0 0;
  font-size: .84rem;
  color: var(--color-text-muted);
  background: var(--color-white);
}
.breadcrumb a { color: var(--color-text-muted); }
.breadcrumb a:hover { color: var(--color-accent); }
.breadcrumb span { margin: 0 6px; }


/* ── 17. Related Features ── */
.related-features { padding: var(--section-pad-sm) 0; background: var(--color-eggshell); }
.related-features h2 { text-align: center; margin-bottom: 40px; }
.related-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--color-border);
  transition: box-shadow var(--transition), transform .2s ease;
  display: block;
  color: inherit;
}
.related-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); color: inherit; }
.related-card .section-label { margin-bottom: 8px; }
.related-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.related-card p { font-size: .9rem; color: var(--color-text-muted); margin-bottom: 12px; }
.related-card .card-link { font-weight: 600; font-size: .9rem; color: var(--color-accent); }


/* ── 18. CTA Banner ── */
.cta-banner {
  padding: 80px 0;
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
}
.cta-banner h2 { color: var(--color-white); margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,.75); max-width: 560px; margin: 0 auto 32px; font-size: 1.1rem; }
.cta-banner .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }


/* ── 19. Contact Form ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-form { max-width: 600px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 500; font-size: .9rem; margin-bottom: 6px; color: var(--color-text); }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-family: var(--font-family);
  font-size: .95rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  background: var(--color-white);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(59,164,220,.15);
}
.form-group textarea { resize: vertical; min-height: 140px; }

.contact-info-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.contact-info-card h3 { margin-bottom: 20px; }
.contact-info-item { display: flex; gap: 12px; margin-bottom: 20px; font-size: .95rem; color: var(--color-text-body); }
.contact-info-item:last-child { margin-bottom: 0; }
.contact-info-item strong { display: block; color: var(--color-text); margin-bottom: 2px; }


/* ── 20. Footer ── */
.site-footer {
  background: var(--color-primary);
  color: rgba(255,255,255,.7);
  padding: 56px 0 28px;
  overflow-wrap: anywhere;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
  margin-bottom: 56px;
}
.footer-brand { min-width: 0; }
.footer-brand p { font-size: .94rem; line-height: 1.55; margin: 12px 0 0 0; }
.footer-brand .footer-meta { font-size: .85rem; margin-top: 10px; opacity: .85; }
.footer-brand .nav-logo { margin-bottom: 4px; }
.footer-col { min-width: 0; }
.footer-col h4 {
  color: var(--color-white);
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  font-weight: 700;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: rgba(255,255,255,.6); font-size: .94rem; transition: color var(--transition); }
.footer-col a:hover { color: var(--color-accent-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; text-align: center; font-size: .84rem; }


/* ── 21. Utilities ── */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }

/* Wine country callout */
.callout-wine { padding: var(--section-pad-sm) 0; background: var(--color-eggshell); }
.callout-wine .container { max-width: 800px; }
.callout-wine h2 { margin-bottom: 16px; }

/* Screenshot frame */
.screenshot-frame {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  padding: 4px;
  overflow: hidden;
}
.screenshot-frame img { border-radius: var(--radius-lg); width: 100%; height: auto; }


/* ── 22. Billing Toggle & Pricing v2 ── */
.billing-toggle {
  display: inline-flex;
  background: var(--color-eggshell);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  padding: 4px;
  gap: 4px;
}
.billing-btn {
  background: transparent;
  border: none;
  border-radius: var(--radius-full);
  padding: 9px 22px;
  font-size: .9rem;
  font-weight: 500;
  font-family: var(--font-family);
  cursor: pointer;
  color: var(--color-text-body);
  transition: background var(--transition), color var(--transition);
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.billing-btn.active {
  background: var(--color-primary);
  color: var(--color-white);
}
.billing-btn .badge-save {
  background: var(--color-sage);
  color: var(--color-white);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .03em;
  padding: 2px 7px;
  border-radius: var(--radius-full);
}
.billing-btn.active .badge-save { background: rgba(255,255,255,.25); }

.no-fees-bar {
  background: var(--color-eggshell);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 14px 0;
}
.no-fees-bar .container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.no-fees-bar span {
  font-size: .875rem;
  font-weight: 600;
  color: var(--color-text);
}
.no-fees-bar span::before {
  content: '\2713  ';
  color: var(--color-sage);
  font-weight: 700;
}

.pricing-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 840px; margin: 0 auto; }

.price-driver-line {
  font-size: .875rem;
  color: var(--color-text-muted);
  margin: -8px 0 16px;
  font-weight: 500;
}

.badge-coming-soon {
  display: inline-block;
  background: var(--color-gold);
  color: var(--color-white);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}
.pricing-card.coming-soon { opacity: .8; border-style: dashed; }
.pricing-card.coming-soon:hover { opacity: 1; }

.pricing-explainer {
  max-width: 720px;
  margin: 40px auto 0;
  background: var(--color-eggshell);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 22px 28px;
  text-align: center;
  font-size: .9rem;
  line-height: 1.65;
  color: var(--color-text-body);
}

/* ── 23. Animations ── */
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease;
}
.fade-in-up.visible { opacity: 1; transform: translateY(0); }
.stagger > .fade-in-up:nth-child(1) { transition-delay: 0s; }
.stagger > .fade-in-up:nth-child(2) { transition-delay: .1s; }
.stagger > .fade-in-up:nth-child(3) { transition-delay: .15s; }
.stagger > .fade-in-up:nth-child(4) { transition-delay: .2s; }
.stagger > .fade-in-up:nth-child(5) { transition-delay: .25s; }
.stagger > .fade-in-up:nth-child(6) { transition-delay: .3s; }


/* ── 23. Responsive ── */
@media (max-width: 1024px) {
  .hero-split { grid-template-columns: 1fr; text-align: center; }
  .hero-ctas { justify-content: center; }
  .hero-image { max-width: 560px; margin: 0 auto; }
  .card-grid--3, .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .feature-row { grid-template-columns: 1fr; gap: 32px; }
  .feature-row--reverse { direction: ltr; }
  .timeline-steps::before { display: none; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --section-pad: 64px; --section-pad-sm: 48px; --nav-height: 64px; }

  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0; right: 0;
    background: var(--color-primary);
    flex-direction: column;
    padding: 16px 24px;
    gap: 0;
    box-shadow: var(--shadow-lg);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto;
  }
  .nav-links.open { display: flex; }
  .nav-links > li > a { padding: 12px 0; }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(255,255,255,.05);
    border-radius: 0;
    border: none;
    padding: 0 0 0 16px;
  }
  .dropdown-menu a { color: rgba(255,255,255,.7); padding: 8px 12px; }
  .dropdown-label { color: rgba(255,255,255,.4); }

  .card-grid--2, .card-grid--3, .card-grid--4 { grid-template-columns: 1fr; }
  .pricing-grid, .pricing-grid--2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .timeline-steps { grid-template-columns: 1fr; gap: 32px; }
  .stat-strip .container { gap: 32px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 1.75rem; }
  .hero { padding-top: calc(var(--nav-height) + 48px); padding-bottom: 56px; }
}

/* ============================================================
   TMMR App Mock Kit  —  app-mock.css
   ------------------------------------------------------------
   Inline HTML "screenshots" of the real TourTracker app UI.
   Replaces the off-brand placeholder SVGs in /assets/screenshots/.

   Source of truth for tokens:
     Happy-Wine-Tours-App/brand/tokens.cjs
     Happy-Wine-Tours-App/TourTracker-main/tailwind.config.js

   EVERYTHING is namespaced under .tmmr-mock so these styles can
   never collide with the marketing site CSS or the WP global CSS.
   ============================================================ */

.tmmr-mock {
  /* --- Real brand tokens (NOT the placeholder #2563EB indigo) --- */
  --m-primary:        #3BA4DC;   /* brand blue — CTAs, links, active */
  --m-primary-light:  #7CC8EE;   /* hover, highlights, secondary fill */
  --m-primary-dark:   #1A6FA0;   /* pressed, headings on blue */
  --m-active-nav:     #1565C0;   /* solid active sidebar pill */
  --m-success:        #059669;
  --m-success-bg:     #ECFDF5;
  --m-warning:        #D97706;
  --m-warning-bg:     #FEF3C7;
  --m-danger:         #DC2626;
  --m-danger-bg:      #FEE2E2;
  --m-info:           #3BA4DC;
  --m-info-bg:        #E1F1FA;

  --m-page-bg:        #FAFBFB;   /* real app main-bg */
  --m-card:           #FFFFFF;
  --m-sidebar:        #FFFFFF;
  --m-border:         #E5E7EB;
  --m-border-soft:    #F1F3F5;
  --m-text-heading:   #111827;
  --m-text-body:      #374151;
  --m-text-muted:     #6B7280;
  --m-text-faint:     #9CA3AF;

  --m-radius:         12px;
  --m-radius-sm:      8px;
  --m-radius-pill:    999px;
  --m-shadow:         0 1px 3px rgba(16,24,40,.08), 0 1px 2px rgba(16,24,40,.04);
  --m-shadow-lg:      0 8px 24px rgba(16,24,40,.10);

  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--m-text-body);
  /* The mock is a fixed 16:10 canvas that scales to its container width.
     container-type lets children use cqw units for crisp scaling. */
  position: relative;
  width: 100%;
  aspect-ratio: 8 / 5;
  background: var(--m-page-bg);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius);
  overflow: hidden;
  box-shadow: var(--m-shadow-lg);
  container-type: inline-size;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tmmr-mock *,
.tmmr-mock *::before,
.tmmr-mock *::after { box-sizing: border-box; }

/* Scale the whole canvas off container width so text stays sharp and
   proportional at any embed size. 1cqw = 1% of container width.
   clamp() floor+ceiling protects against the WP cascade resolving the
   container to a surprising width (which historically blew labels up
   on the live site even though preview looked fine). */
.tmmr-mock { font-size: clamp(11px, 1.7cqw, 17px); line-height: 1.45; }

/* ============================================================
   SHELL A — Desktop admin (sidebar + topbar + content)
   ============================================================ */
.tmmr-mock__app { display: grid; grid-template-columns: 18% 1fr; height: 100%; }

.tmmr-mock__sidebar {
  background: var(--m-sidebar);
  border-right: 1px solid var(--m-border);
  padding: 1.1em 0.7em;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  overflow: hidden;            /* nothing bleeds past the sidebar */
}
.tmmr-mock__brand {
  display: flex; align-items: center;
  padding: 0.2em 0.4em 1em;
}
.tmmr-mock__brand img {
  height: 2.1em; width: auto; max-width: 100%; display: block;
}
.tmmr-mock__navgroup-label {
  font-size: .7em; text-transform: uppercase; letter-spacing: .06em;
  color: var(--m-text-faint); margin: 0.8em 0.5em 0.3em;
}
.tmmr-mock__navitem {
  display: flex; align-items: center; gap: 0.6em;
  padding: 0.55em 0.6em; border-radius: var(--m-radius-sm);
  color: var(--m-text-body); font-size: .88em; font-weight: 500;
  line-height: 1.2; min-width: 0;   /* allow text to wrap/shrink, never overflow */
}
.tmmr-mock__navitem span {
  min-width: 0; overflow-wrap: break-word;
}
.tmmr-mock__navitem .ic { width: 1.1em; height: 1.1em; opacity: .7; flex: none; }
.tmmr-mock__navitem--active {
  background: var(--m-active-nav); color: #fff;
}
.tmmr-mock__navitem--active .ic { opacity: 1; }

.tmmr-mock__main { display: flex; flex-direction: column; min-width: 0; }
.tmmr-mock__topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9em 1.4em; border-bottom: 1px solid var(--m-border);
  background: #fff;
}
.tmmr-mock__title { font-size: 1.35em; font-weight: 700; color: var(--m-text-heading); }
.tmmr-mock__subtitle { font-size: .85em; color: var(--m-text-muted); margin-top: 0.15em; }
.tmmr-mock__topbar-actions { display: flex; align-items: center; gap: 0.6em; }

.tmmr-mock__content { padding: 1.3em 1.4em; overflow: hidden; flex: 1; min-height: 0; display: flex; flex-direction: column; }

/* ============================================================
   SHELL B — Guest-facing card (no sidebar, branded header)
   ============================================================ */
.tmmr-mock--guest { background: var(--m-page-bg); }
.tmmr-mock__guestwrap { height: 100%; display: grid; place-items: center; padding: 1.4em; }
.tmmr-mock__guestcard {
  width: 78%; max-width: 78%; background: #fff;
  border-radius: var(--m-radius); box-shadow: var(--m-shadow-lg);
  overflow: hidden; border: 1px solid var(--m-border);
}
.tmmr-mock__guesthead {
  background: linear-gradient(135deg, var(--m-primary) 0%, var(--m-primary-dark) 100%);
  color: #fff; padding: 1.3em 1.6em; text-align: center;
}
.tmmr-mock__guesthead h3 { font-size: 1.3em; font-weight: 700; margin: 0; }
.tmmr-mock__guesthead p { font-size: .85em; opacity: .9; margin: 0.3em 0 0; }
.tmmr-mock__guestbody { padding: 1.3em 1.6em; }

/* ============================================================
   SHELL C — Mobile phone frame
   ============================================================ */
.tmmr-mock--mobile { background: var(--m-page-bg); }
.tmmr-mock__phonewrap {
  height: 100%; display: flex; align-items: center; justify-content: center;
  padding: 4% 0; overflow: hidden;
}
.tmmr-mock__phone {
  height: 100%; width: auto; aspect-ratio: 10 / 20; max-width: 46%;
  background: #1E293B; border-radius: 1.8em; padding: 0.6em;
  box-shadow: var(--m-shadow-lg); flex: none;
}
.tmmr-mock__phonescreen {
  width: 100%; height: 100%; background: var(--m-page-bg);
  border-radius: 1.7em; overflow: hidden; display: flex; flex-direction: column;
}
.tmmr-mock__phonebar {
  background: var(--m-primary); color: #fff;
  padding: 0.8em 1em 0.7em; text-align: center;
  font-size: .9em; font-weight: 700;
}
.tmmr-mock__phonebody { padding: 0.9em; flex: 1; overflow: hidden; }

/* ============================================================
   SHELL D — Driver dashboard (stacked panels, no sidebar)
   Height follows content, so panels are never cut off.
   ============================================================ */
.tmmr-mock--driver {
  aspect-ratio: auto;
  background: var(--m-page-bg);
  padding: 1.3em;
  display: flex; flex-direction: column; gap: 1.2em;
}
.tmmr-mock__panel {
  background: #fff; border: 1px solid var(--m-border);
  border-radius: var(--m-radius); box-shadow: var(--m-shadow);
  overflow: hidden;
}
.tmmr-mock__panelhead {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.8em; padding: 1em 1.2em 0;
}
.tmmr-mock__paneltitle {
  display: flex; align-items: center; gap: 0.5em;
  font-size: 1.3em; font-weight: 800; color: var(--m-text-heading);
}
.tmmr-mock__paneltitle .ic { width: 1.05em; height: 1.05em; color: var(--m-primary); flex: none; }
.tmmr-mock__weeknav { display: flex; align-items: center; gap: 0.45em; flex: none; }
.tmmr-mock__navbtn {
  width: 1.9em; height: 1.9em; border-radius: var(--m-radius-sm);
  border: 1px solid var(--m-border); background: #fff; color: var(--m-text-muted);
  display: grid; place-items: center; font-size: 1em; line-height: 1;
}
.tmmr-mock__todaybtn {
  padding: 0.45em 0.95em; border-radius: var(--m-radius-sm);
  border: 1px solid var(--m-border); background: #F9FAFB;
  color: var(--m-text-body); font-size: .9em; font-weight: 600;
}
.tmmr-mock__weekrange { padding: 0.55em 1.2em 0; font-size: .92em; color: var(--m-text-muted); }
.tmmr-mock__week {
  display: grid; grid-template-columns: repeat(7, 1fr);
  margin: 0.7em 1.2em 1.2em; border: 1px solid var(--m-border-soft);
  border-radius: var(--m-radius-sm); overflow: hidden;
}
.tmmr-mock__weekcol { border-left: 1px solid var(--m-border-soft); padding: 0.7em 0.55em; min-width: 0; }
.tmmr-mock__weekcol:first-child { border-left: none; }
.tmmr-mock__dow { font-size: .7em; font-weight: 700; letter-spacing: .05em; color: var(--m-text-faint); }
.tmmr-mock__daynum { font-size: 1.2em; font-weight: 800; color: var(--m-text-heading); margin: 0.05em 0 0.7em; }
.tmmr-mock__weekbody { min-height: 4.6em; }
.tmmr-mock__tourchip {
  background: var(--m-success-bg); border: 1px solid #BBF7D0;
  border-radius: 6px; padding: 0.45em 0.55em;
}
.tmmr-mock__tourchip-name { font-size: .82em; font-weight: 700; color: #166534; line-height: 1.2; overflow-wrap: break-word; }
.tmmr-mock__tourchip-status { font-size: .74em; color: var(--m-success); margin-top: 0.15em; }
.tmmr-mock__chartbody { padding: 1em 1.2em 1.1em; }
.tmmr-mock__linechart { width: 100%; height: auto; display: block; overflow: visible; }
.tmmr-mock__linechart .grid { stroke: var(--m-border-soft); stroke-width: 1; }
.tmmr-mock__linechart .axislabel { fill: var(--m-text-faint); font-size: 12px; font-family: inherit; }
.tmmr-mock__linechart .area { fill: url(#tmmrTripsFill); }
.tmmr-mock__linechart .line { fill: none; stroke: var(--m-primary); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.tmmr-mock__linechart .dot { fill: var(--m-primary); stroke: #fff; stroke-width: 2.5; }

/* ============================================================
   SHELL E — Overview (app frame, height follows content)
   Booking pipeline rail + clean week calendar. Used on the
   marketing site as a wide product screenshot.
   ============================================================ */
.tmmr-mock--overview { aspect-ratio: auto; }
.tmmr-mock--overview .tmmr-mock__app { height: auto; }
.tmmr-mock--overview .tmmr-mock__content {
  overflow: visible; display: block; padding: 1.4em;
  background: var(--m-page-bg);
}
.tmmr-mock--overview .tmmr-mock__sidebar { padding-top: 1.4em; }

/* Section card used inside the overview */
.tmmr-mock__section {
  background: #fff; border: 1px solid var(--m-border);
  border-radius: var(--m-radius); box-shadow: var(--m-shadow);
  padding: 1.2em 1.4em;
}
.tmmr-mock__section + .tmmr-mock__section { margin-top: 1.2em; }
.tmmr-mock__section-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.8em; margin-bottom: 1.1em;
}
.tmmr-mock__section-title { font-size: 1.25em; font-weight: 800; color: var(--m-text-heading); }
.tmmr-mock__section-meta { font-size: .85em; color: var(--m-text-muted); }

/* Booking pipeline rail */
.tmmr-mock__rail { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); }
.tmmr-mock__rail::before {
  content: ""; position: absolute; top: 1.5em; left: 10%; right: 10%;
  height: 2px; background: var(--m-border); z-index: 0;
}
.tmmr-mock__node { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }
.tmmr-mock__node-dot {
  width: 3em; height: 3em; border-radius: 50%;
  display: grid; place-items: center; color: #fff; box-shadow: var(--m-shadow);
}
.tmmr-mock__node-dot .ic { width: 1.4em; height: 1.4em; }
/* Guard the line-icons against any theme-wide `svg { fill }` rule —
   inline fill/stroke attrs have the lowest specificity and could be overridden. */
.tmmr-mock .ic { fill: none; stroke: currentColor; }
.tmmr-mock__node-dot--booked   { background: #2F8FD6; }
.tmmr-mock__node-dot--itin     { background: #7C5CD6; }
.tmmr-mock__node-dot--tourday  { background: #E8843C; }
.tmmr-mock__node-dot--posttour { background: #16A07A; }
.tmmr-mock__node-dot--done     { background: #E0A82E; }
.tmmr-mock__node-label { font-size: .82em; font-weight: 600; color: var(--m-text-muted); margin-top: 0.55em; }
.tmmr-mock__node-count { font-size: 1.5em; font-weight: 800; color: var(--m-text-heading); line-height: 1.1; }
.tmmr-mock__node-pills { display: flex; gap: 0.3em; margin-top: 0.45em; flex-wrap: wrap; justify-content: center; }
.tmmr-mock__pill {
  font-size: .68em; font-weight: 700; color: #fff;
  padding: 0.15em 0.5em; border-radius: var(--m-radius-pill);
  display: inline-flex; align-items: center; gap: 0.25em;
}
.tmmr-mock__pill--booked   { background: #2F8FD6; }
.tmmr-mock__pill--itin     { background: #7C5CD6; }
.tmmr-mock__pill--tourday  { background: #E8843C; }
.tmmr-mock__pill--posttour { background: #16A07A; }
.tmmr-mock__rail-foot { margin-top: 1.1em; font-size: .82em; color: var(--m-danger); font-weight: 600; }

/* Week calendar grid */
.tmmr-mock__calbar { display: flex; align-items: center; justify-content: space-between; gap: 0.8em; margin-bottom: 0.9em; }
.tmmr-mock__callegend { display: flex; align-items: center; gap: 0.9em; font-size: .78em; color: var(--m-text-muted); }
.tmmr-mock__callegend span { display: inline-flex; align-items: center; gap: 0.35em; }
.tmmr-mock__legdot { width: .7em; height: .7em; border-radius: 3px; flex: none; }
.tmmr-mock__calgrid { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--m-border-soft); border-radius: var(--m-radius-sm); overflow: hidden; }
.tmmr-mock__calhead { font-size: .74em; font-weight: 700; letter-spacing: .04em; color: var(--m-text-faint); text-align: center; padding: 0.6em 0; border-bottom: 1px solid var(--m-border-soft); background: #FAFBFC; }
.tmmr-mock__calhead + .tmmr-mock__calhead,
.tmmr-mock__calcell { border-left: 1px solid var(--m-border-soft); }
.tmmr-mock__calcell { padding: 0.5em; min-height: 7.4em; }
.tmmr-mock__calcell:nth-child(7n+1) { border-left: none; }
.tmmr-mock__caldate { font-size: .82em; font-weight: 700; color: var(--m-text-body); margin-bottom: 0.45em; }
.tmmr-mock__caldate--active {
  background: var(--m-active-nav); color: #fff; width: 1.7em; height: 1.7em;
  border-radius: 50%; display: inline-grid; place-items: center;
}
.tmmr-mock__event {
  background: var(--m-info-bg); border-left: 3px solid var(--m-primary);
  border-radius: 5px; padding: 0.4em 0.5em; margin-bottom: 0.4em;
}
.tmmr-mock__event-title { font-size: .76em; font-weight: 700; color: var(--m-primary-dark); line-height: 1.2; overflow-wrap: break-word; }
.tmmr-mock__event-row { font-size: .7em; color: var(--m-text-muted); margin-top: 0.15em; display: flex; align-items: center; gap: 0.3em; }
.tmmr-mock__event-row .ic { width: .85em; height: .85em; flex: none; opacity: .8; }
.tmmr-mock__event--unassigned { border-left-color: var(--m-warning); background: var(--m-warning-bg); }
.tmmr-mock__event--unassigned .tmmr-mock__event-title { color: #92400E; }

/* ============================================================
   SHELL F — Standalone Booking Pipeline card (hero-sized)
   Self-contained: its own white card, header, and 5-node rail.
   Compact + landscape so it sits nicely in the homepage hero.
   ============================================================ */
.tmmr-mock--pipeline {
  aspect-ratio: auto;
  background: #fff;
  border-radius: var(--m-radius);
  padding: 1.5em 1.7em;
  /* Own the max-width here instead of relying on a page-level inline
     override (which the WP/Genesis cascade can defeat). */
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  /* Container-aware base with hard floor + ceiling so the pipeline
     never blows up to phone-sized icons on the live site. */
  font-size: clamp(11px, 2.4cqw, 14px);
}
/* Icons-only pipeline: no connector line, no counts, no header. */
.tmmr-mock--pipeline .tmmr-mock__rail::before { content: none; }
.tmmr-mock--pipeline .tmmr-mock__node-dot { width: 3.2em; height: 3.2em; }
/* Prevent "Tour Day" / "Post-Tour" from wrapping. */
.tmmr-mock--pipeline .tmmr-mock__node-label { white-space: nowrap; }
/* First (Booked) and last (Bill) labels: bold + black. */
.tmmr-mock--pipeline .tmmr-mock__node-label--strong {
  font-weight: 800;
  color: var(--m-text-heading);
}

/* ============================================================
   COMPONENT KIT  (shared across all shells)
   ============================================================ */

/* KPI tiles */
.tmmr-mock__kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8em; }
.tmmr-mock__kpis--3 { grid-template-columns: repeat(3, 1fr); }
.tmmr-mock__kpi {
  background: #fff; border: 1px solid var(--m-border);
  border-radius: var(--m-radius-sm); padding: 0.85em 0.95em;
}
.tmmr-mock__kpi-label {
  font-size: .72em; text-transform: uppercase; letter-spacing: .04em;
  color: var(--m-text-muted); font-weight: 600;
}
.tmmr-mock__kpi-value { font-size: 1.7em; font-weight: 800; color: var(--m-text-heading); margin-top: 0.15em; }
.tmmr-mock__kpi-trend { font-size: .78em; font-weight: 600; margin-top: 0.1em; }
.tmmr-mock__kpi-trend--up { color: var(--m-success); }
.tmmr-mock__kpi-trend--down { color: var(--m-danger); }

/* Generic card */
.tmmr-mock__card {
  background: #fff; border: 1px solid var(--m-border);
  border-radius: var(--m-radius-sm); padding: 1em;
}
.tmmr-mock__card-title { font-size: 1em; font-weight: 700; color: var(--m-text-heading); margin: 0 0 0.7em; }

/* Status badges (match real Badge.jsx variants) */
.tmmr-mock__badge {
  display: inline-flex; align-items: center; gap: 0.35em;
  font-size: .78em; font-weight: 600; padding: 0.2em 0.7em;
  border-radius: var(--m-radius-pill);
}
.tmmr-mock__badge--success { background: var(--m-success-bg); color: var(--m-success); }
.tmmr-mock__badge--warning { background: var(--m-warning-bg); color: var(--m-warning); }
.tmmr-mock__badge--danger  { background: var(--m-danger-bg);  color: var(--m-danger); }
.tmmr-mock__badge--info    { background: var(--m-info-bg);    color: var(--m-primary-dark); }
.tmmr-mock__badge--neutral { background: #F3F4F6;             color: var(--m-text-muted); }
.tmmr-mock__badge .dot { width: .5em; height: .5em; border-radius: 50%; background: currentColor; }

/* Buttons (match real Button.jsx) */
.tmmr-mock__btn {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-size: .85em; font-weight: 600; padding: 0.45em 0.95em;
  border-radius: var(--m-radius-sm); border: 1px solid transparent;
  white-space: nowrap;
}
.tmmr-mock__btn--primary   { background: var(--m-primary); color: #fff; }
.tmmr-mock__btn--secondary { background: #fff; color: var(--m-primary-dark); border-color: var(--m-primary); }
.tmmr-mock__btn--ghost     { background: transparent; color: var(--m-text-muted); }

/* Tables */
.tmmr-mock__table { width: 100%; border-collapse: collapse; font-size: .85em; }
.tmmr-mock__table thead th {
  text-align: left; font-size: .82em; text-transform: uppercase; letter-spacing: .03em;
  color: var(--m-text-muted); font-weight: 600;
  padding: 0.55em 0.7em; border-bottom: 1px solid var(--m-border);
}
.tmmr-mock__table tbody td {
  padding: 0.6em 0.7em; border-bottom: 1px solid var(--m-border-soft);
  color: var(--m-text-body);
}
.tmmr-mock__table tbody tr:last-child td { border-bottom: none; }
.tmmr-mock__t-strong { color: var(--m-text-heading); font-weight: 600; }
.tmmr-mock__t-sub { color: var(--m-text-muted); font-size: .9em; }

/* Pipeline stages */
.tmmr-mock__pipeline { display: flex; align-items: center; gap: 0.3em; }
.tmmr-mock__stage {
  flex: 1; text-align: center; padding: 0.6em 0.4em;
  border-radius: var(--m-radius-sm); background: #fff; border: 1px solid var(--m-border);
}
.tmmr-mock__stage-count { font-size: 1.5em; font-weight: 800; color: var(--m-text-heading); }
.tmmr-mock__stage-name { font-size: .76em; color: var(--m-text-muted); font-weight: 600; }
.tmmr-mock__stage--active { border-color: var(--m-primary); background: var(--m-info-bg); }
.tmmr-mock__stage--active .tmmr-mock__stage-count { color: var(--m-primary-dark); }
.tmmr-mock__stage-arrow { color: var(--m-text-faint); font-size: 1.1em; flex: none; }

/* Simple bar chart — bars in a flex track, labels in a separate row below.
   No negative positioning, so nothing ever overflows the card. */
.tmmr-mock__card--chart { display: flex; flex-direction: column; overflow: hidden; }
.tmmr-mock__card--chart .tmmr-mock__card-title,
.tmmr-mock__card--chart > .row { flex: none; }
.tmmr-mock__chart { flex: 1; min-height: 0; display: flex; flex-direction: column; margin-top: 0.6em; }
.tmmr-mock__bars { flex: 1; min-height: 0; display: flex; align-items: flex-end; gap: 0.6em; }
.tmmr-mock__bar { flex: 1; background: var(--m-primary-light); border-radius: 4px 4px 0 0; min-height: 2px; }
.tmmr-mock__bar--accent { background: var(--m-primary); }
.tmmr-mock__xlabels { display: flex; gap: 0.6em; margin-top: 0.45em; flex: none; }
.tmmr-mock__xlabels span { flex: 1; text-align: center; font-size: .72em; color: var(--m-text-muted); }

/* Progress / donut helpers */
.tmmr-mock__progress { height: 0.5em; background: var(--m-border); border-radius: var(--m-radius-pill); overflow: hidden; }
.tmmr-mock__progress > span { display: block; height: 100%; background: var(--m-primary); border-radius: inherit; }

/* Checklist rows */
.tmmr-mock__check { display: flex; align-items: center; gap: 0.6em; padding: 0.5em 0; font-size: .9em; }
.tmmr-mock__check .box {
  width: 1.2em; height: 1.2em; border-radius: 5px; flex: none;
  display: grid; place-items: center; font-size: .8em; color: #fff;
}
.tmmr-mock__check .box--done { background: var(--m-success); }
.tmmr-mock__check .box--todo { background: #fff; border: 1.5px solid var(--m-border); }

/* Avatars */
.tmmr-mock__avatar {
  width: 2em; height: 2em; border-radius: 50%; flex: none;
  background: var(--m-info-bg); color: var(--m-primary-dark);
  display: grid; place-items: center; font-size: .8em; font-weight: 700;
}

/* Utility */
.tmmr-mock .row { display: flex; align-items: center; gap: 0.6em; }
.tmmr-mock .between { justify-content: space-between; }
.tmmr-mock .col { display: flex; flex-direction: column; }
.tmmr-mock .gap-sm { gap: 0.4em; }
.tmmr-mock .gap-md { gap: 0.8em; }
.tmmr-mock .mt { margin-top: 0.9em; }
.tmmr-mock .mt-sm { margin-top: 0.5em; }
.tmmr-mock .muted { color: var(--m-text-muted); }
.tmmr-mock .faint { color: var(--m-text-faint); }
.tmmr-mock .strong { color: var(--m-text-heading); font-weight: 700; }
.tmmr-mock .center { text-align: center; }
.tmmr-mock .fill { flex: 1; }

/* ============================================================
   SHELL G — Client <-> Operator conversation (Contact hero)
   Horizontal, simple: a message thread showing the back-and-forth
   between the operator and their client. No images.
   ============================================================ */
.tmmr-mock--comms {
  /* Horizontal hero: wide, content-height, centered — never stretches
     the page. Own the max-width here so the WP cascade can't widen it. */
  aspect-ratio: auto;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  font-size: clamp(11px, 1.45cqw, 15px);
}
/* Guard the header icon against any theme-wide `svg { fill }` rule. */
.tmmr-mock--comms .ic { fill: none; stroke: currentColor; }

.tmmr-mock__comms-head {
  display: flex; align-items: center; gap: 0.65em;
  padding: 1em 1.4em; border-bottom: 1px solid var(--m-border-soft);
}
.tmmr-mock__comms-head .ic { width: 1.35em; height: 1.35em; color: var(--m-primary); flex: none; }
.tmmr-mock__comms-title { font-weight: 700; color: var(--m-text-heading); font-size: 1em; line-height: 1.2; }
.tmmr-mock__comms-sub { font-size: .8em; color: var(--m-text-muted); margin-top: 0.1em; }

.tmmr-mock__thread {
  display: flex; flex-direction: column; gap: 1em;
  padding: 1.4em 1.4em 0.8em;
}
.tmmr-mock__msg { display: flex; align-items: flex-end; gap: 0.65em; max-width: 74%; }
.tmmr-mock__msg--op { align-self: flex-start; }
.tmmr-mock__msg--client { align-self: flex-end; flex-direction: row-reverse; }
.tmmr-mock__msg-avatar {
  width: 2.2em; height: 2.2em; border-radius: 50%; flex: none;
  display: grid; place-items: center; color: #fff;
  font-size: .72em; font-weight: 800; letter-spacing: .02em;
}
.tmmr-mock__msg--op .tmmr-mock__msg-avatar { background: var(--m-primary); }
.tmmr-mock__msg--client .tmmr-mock__msg-avatar { background: var(--m-success); }
.tmmr-mock__bubble {
  padding: 0.75em 0.95em; border-radius: 16px;
  font-size: .92em; line-height: 1.45; color: var(--m-text-body);
}
.tmmr-mock__msg--op .tmmr-mock__bubble {
  background: var(--m-info-bg); border-bottom-left-radius: 5px;
}
.tmmr-mock__msg--client .tmmr-mock__bubble {
  background: var(--m-success-bg); border-bottom-right-radius: 5px;
}
.tmmr-mock__bubble-meta {
  display: flex; align-items: center; gap: 0.5em; margin-top: 0.5em; flex-wrap: wrap;
}
.tmmr-mock__msg--client .tmmr-mock__bubble-meta { justify-content: flex-end; }
.tmmr-mock__bubble-time { font-size: .76em; color: var(--m-text-faint); }

.tmmr-mock__compose {
  display: flex; align-items: center; gap: 0.7em;
  margin: 0.7em 1.4em 1.4em;
  padding: 0.5em 0.5em 0.5em 1.1em;
  border: 1px solid var(--m-border); border-radius: var(--m-radius-pill);
  background: #fff;
}
.tmmr-mock__compose-ph { flex: 1; color: var(--m-text-faint); font-size: .9em; }
.tmmr-mock__compose-send {
  background: var(--m-primary); color: #fff; font-weight: 700; font-size: .85em;
  padding: 0.55em 1.2em; border-radius: var(--m-radius-pill); flex: none;
}

/* ==========================================================================
   WP-SPECIFIC APPENDIX (appended after style.css)
   These rules only matter inside WordPress: they hide Genesis Block Theme
   chrome, break out of the theme's max-width wrappers so TMMR sections go
   full-bleed, and style Gutenberg-authored post content with TMMR typography.
   Do NOT add general design rules here -- those go in site/css/style.css.
   ========================================================================== */

/* ── A. Hide theme chrome ── */
html body #masthead,
html body #colophon,
html body header#masthead,
html body header.site-header,
html body .site-header,
html body .top-navigation,
html body .mobile-navigation,
html body .drawer-wrap,
html body #drawer-navigation,
html body nav#drawer-navigation,
html body .drawer-navigation,
html body #site-navigation,
html body nav#site-navigation,
html body .main-navigation,
html body nav.main-navigation,
html body .has-header-navigation,
html body .site-branding,
html body .entry-header,
html body .entry-title,
html body h1.entry-title,
html body .page-title,
html body .breadcrumbs,
html body .site-info,
html body .site-footer-default,
html body .footer-widgets,
html body header.entry-header,
html body article > header,
html body article > .entry-header,
html body .post-content > header,
html body .post-content > .entry-header,
html body .wp-block-template-part[data-type="header"],
html body .wp-block-template-part[data-type="footer"],
html body .wp-block-site-title,
html body .wp-block-site-logo,
html body .wp-block-navigation,
html body .single-featured-image,
html body .post-breadcrumb,
html body article.single-post > .single-featured-image,
html body article.single-post > .post-breadcrumb,
html body section.cta-block,
html body .cta-block,
html body .case-study-wrap,
html body .footer-logo {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: -99999px !important;
  opacity: 0 !important;
}

/* ── B. Force html font-size (Genesis sets it to 10px) ── */
html { font-size: 17px !important; }
body {
  font-family: var(--font-family) !important;
  background: var(--color-bg) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── C. Reset theme wrappers so TMMR sections go full-bleed ── */
html, body, #page, #content, .site, .site-content, .site-main, .site-inner,
.content-area, .page-content, main, main#main, article, .post, .page,
.entry-content, .entry, .wp-site-blocks, .is-layout-constrained,
.wp-block-group, .wp-block-post-content, .wp-block-template-part,
.alignfull, .alignwide {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  /* Kill theme sidebar/2-column layouts that squash content to half-width */
  display: block !important;
  float: none !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  flex: 1 1 100% !important;
}
.hero, .section, .cta-banner, .site-footer, .site-nav, .page-hero,
.stat-strip, .no-fees-bar, .related-features, .callout-wine, .breadcrumb {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* On single-post (and any container-wrapped layout), break out of the theme's
   .container max-width-1200 trap so footer/CTA/hero reach the viewport edges. */
body.single-post .page-hero,
body.single-post .cta-banner,
body.single-post .site-footer,
body.single-post .section,
body.tmmr-injected .page-hero,
body.tmmr-injected .cta-banner,
body.tmmr-injected .site-footer,
body.tmmr-injected .section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* ── D. Nav z-index + visibility (beat theme reset) ── */
.site-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
  background: var(--color-primary) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
}
.site-nav * { visibility: visible !important; }
.nav-logo img {
  height: 56px !important;
  width: auto !important;
  max-width: none !important;
  filter: brightness(1.15);
}
/* Genesis theme adds margin-bottom to all <ul>; zero it on the nav */
.site-nav .nav-links,
.site-nav ul.nav-links {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  align-self: center !important;
}
.site-nav .nav-links > li {
  margin: 0 !important;
  padding: 0 !important;
}
.nav-links > li > a {
  color: rgba(255,255,255,.85) !important;
  white-space: nowrap !important;
}

/* ── E. Hide redundant TMMR breadcrumb element if duplicated ── */
html body .breadcrumb,
html body div.breadcrumb { display: none !important; }

/* ── F. Theme color overrides (footer links, buttons, in-copy links) ── */
.site-footer a,
.site-footer .footer-col a,
.site-footer .footer-col a:link,
.site-footer .footer-col a:visited {
  color: rgba(255, 255, 255, 0.6) !important;
}
.site-footer a:hover,
.site-footer .footer-col a:hover { color: #ffffff !important; }
.site-footer .footer-brand p,
.site-footer .footer-bottom p { color: rgba(255, 255, 255, 0.7) !important; }
.site-footer h4 { color: #ffffff !important; }

.btn-primary,
a.btn-primary,
button.btn-primary,
a.btn-primary:link,
a.btn-primary:visited,
.entry-content a.btn-primary {
  background-color: var(--color-accent) !important;
  color: #ffffff !important;
  border-color: var(--color-accent) !important;
  text-decoration: none !important;
}
.btn-primary *,
a.btn-primary * { color: #ffffff !important; }
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  background-color: var(--color-accent-hover) !important;
  border-color: var(--color-accent-hover) !important;
  color: #ffffff !important;
}
.btn-outline-dark,
a.btn-outline-dark {
  background-color: transparent !important;
  color: var(--color-text) !important;
  border-color: var(--color-border) !important;
}
.btn-outline-dark:hover { border-color: var(--color-accent) !important; color: var(--color-accent) !important; }

.site-nav a,
.site-nav .nav-link { color: var(--color-text, #ffffff) !important; }
.nav-links > li > a { color: rgba(255,255,255,.85) !important; }
.nav-links > li > a:hover { color: #ffffff !important; }

.section a:not(.btn-primary):not(.btn-outline):not(.btn-outline-dark):not(.btn-dark):not(.pillar-card):not(.related-card),
.entry-content p a {
  color: var(--color-accent) !important;
}

.hero h1, .hero h2, .hero .section-label, .hero p, .hero-text, .hero-text * { color: #ffffff !important; }
.hero .section-label--white { color: rgba(255, 255, 255, 0.75) !important; }

/* ── G. Single-post layout + post content styling (WP Admin authored posts) ── */
/* Genesis Block Theme single-post wrapper chain (no .entry-content present):
   main#main.site-main > div.container > article.single-post > div.article-body > <p>
   Nav is position:fixed 72px tall, so we must add top padding to clear it. */
body.tmmr-injected main.site-main,
body.single-post main.site-main {
  padding-top: calc(var(--nav-height, 72px) + 32px) !important;
  padding-bottom: 64px !important;
}
body.tmmr-injected article.single-post,
body.single-post article.single-post,
body.tmmr-injected .article-body,
body.single-post .article-body {
  max-width: 780px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: var(--color-text-body) !important;
}

/* ── G1. Blog post hero (un-hidden Genesis title + date, restyled) ──
   Section A no longer hides h1.blog-single-title or .article-date. These rules
   turn the Genesis-rendered title + date into a TMMR hero header. The article
   is a flex column so we can reorder: accent bar -> title (with BLOG label)
   -> date divider -> body, regardless of source DOM order. */
body.single-post article.single-post {
  display: flex !important;
  flex-direction: column !important;
}
body.single-post article.single-post::before {
  content: "";
  order: 0;
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-accent);
  margin-bottom: 20px;
}
body.single-post article.single-post > .blog-single-title {
  order: 1;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  color: var(--color-text) !important;
  margin: 0 0 14px !important;
}
body.single-post article.single-post > .blog-single-title::before {
  content: "BLOG";
  display: block;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}
body.single-post article.single-post > .article-date {
  order: 2;
  display: block !important;
  font-size: .9rem !important;
  font-weight: 500 !important;
  color: var(--color-text-muted) !important;
  margin: 0 0 32px !important;
  padding-bottom: 28px !important;
  border-bottom: 1px solid var(--color-border) !important;
}
body.single-post article.single-post > .article-body { order: 3; }

/* ── G2. Gutenberg post content styling (WP Admin authored posts) ── */
body.tmmr-injected .entry-content,
body.single-post .entry-content,
body.tmmr-injected article .wp-block-post-content,
body.single-post article .wp-block-post-content {
  max-width: 780px !important;
  margin: 0 auto !important;
  padding: 48px 24px 80px !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: var(--color-text-body) !important;
}
body.tmmr-injected .entry-content > *,
body.single-post .entry-content > * { max-width: 100% !important; }
body.tmmr-injected .entry-content h2,
body.single-post .entry-content h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  margin-top: 48px !important;
  margin-bottom: 16px !important;
  color: var(--color-text) !important;
}
body.tmmr-injected .entry-content h3,
body.single-post .entry-content h3 {
  font-size: 1.25rem !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
  color: var(--color-text) !important;
}
body.tmmr-injected .entry-content p,
body.single-post .entry-content p { margin-bottom: 1.25rem !important; }
body.tmmr-injected .entry-content ul,
body.tmmr-injected .entry-content ol,
body.single-post .entry-content ul,
body.single-post .entry-content ol {
  margin: 0 0 1.5rem 1.5rem !important;
  padding: 0 !important;
}
body.tmmr-injected .entry-content li,
body.single-post .entry-content li { margin-bottom: .5rem !important; }
body.tmmr-injected .entry-content img,
body.single-post .entry-content img {
  border-radius: var(--radius-md) !important;
  margin: 24px auto !important;
}
body.tmmr-injected .entry-content blockquote,
body.single-post .entry-content blockquote {
  border-left: 4px solid var(--color-accent) !important;
  padding: 8px 0 8px 24px !important;
  margin: 24px 0 !important;
  color: var(--color-text) !important;
  font-style: italic !important;
}
body.tmmr-injected .entry-content code,
body.single-post .entry-content code {
  background: var(--color-border-light) !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  font-size: .9em !important;
}
body.tmmr-injected .entry-content a,
body.single-post .entry-content a {
  color: var(--color-accent) !important;
  text-decoration: underline;
}

@media (max-width: 480px) {
  body.tmmr-injected .entry-content,
  body.single-post .entry-content { padding: 32px 16px 64px !important; }
}
