/*
Theme Name: Teammates
Author: Huckleberry Branding
Description: Custom ACF-powered theme for Teammates commercial office furniture
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,700&display=swap');

:root {
  --tm-yellow: #ffd100;
  --tm-charcoal: #1f1f1f;
  --tm-grey-dark: #3d3d3d;
  --tm-grey-mid: #757575;
  --tm-grey-light: #f2f2f0;
  --tm-white: #ffffff;
  --tm-radius: 16px;
  --tm-radius-sm: 10px;
  --tm-font: 'DM Sans', 'Inter', system-ui, sans-serif;
  --tm-max-width: 1240px;
  --tm-gutter: 56px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--tm-font); color: var(--tm-charcoal); background: var(--tm-white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4,h5,h6 { line-height: 1.15; font-weight: 700; }



/* NAV */
.tm-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 var(--tm-gutter); display: flex; align-items: center; justify-content: space-between; height: 88px; background: rgb(31,31,31); backdrop-filter: blur(12px); }
.tm-nav__logo { font-size: 1.9rem; font-weight: 700; color: var(--tm-white); letter-spacing: -0.025em; }
.tm-nav__logo img { filter: brightness(0) invert(1); }
.tm-nav__logo em { color: var(--tm-yellow); font-style: normal; }
.tm-nav__links { display: flex; align-items: center; gap: 36px; list-style: none; }
.tm-nav__links a { font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.8); transition: color 0.2s; }
.tm-nav__links a:hover { color: var(--tm-white); }
.tm-nav__links .current-menu-item > a, .tm-nav__links li.active > a, .tm-nav__links a.active { color: rgb(255,209,0)!important; }
.tm-nav__cta { background: var(--tm-yellow)!important; color: var(--tm-charcoal)!important; font-weight: 700; font-size: 15px; padding: 12px 28px; border-radius: 999px; transition: transform 0.2s, box-shadow 0.2s; } .tm-nav__cta:hover { transform: translateY(-1px); box-shadow: 0 3px 10px rgba(255,209,0,0.2); }

/* CTA button overrides per layout — nav background/links unchanged */

/* Layout 2 (palette-c = warm cream variant) — amber square CTA */
.page-template-page-home-palette-c .tm-nav__cta { background: #D97706 !important; color: #FFF6E5 !important; border-radius: 2px !important; }
.page-template-page-home-palette-c .tm-nav__cta:hover { box-shadow: 0 3px 10px rgba(217,119,6,0.3) !important; transform: translateY(-1px); }

/* Layout 3 (v3) — yellow pill, same as main, no change needed */

/* Layout 4 (v4 editorial) — black square uppercase CTA */
.page-template-page-home-v4 .tm-nav__cta { background: #111 !important; color: #fff !important; border-radius: 2px !important; font-size: 13px !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; box-shadow: none !important; }
.page-template-page-home-v4 .tm-nav__cta:hover { background: #333 !important; box-shadow: none !important; transform: none !important; }

/* Layout 5 (v5 client revision) — white nav, color logo, dark text, amber eyebrows */
.page-template-page-home-v5 .tm-hero__eyebrow { font-size: 15px !important; font-weight: 700 !important; letter-spacing: 0.1em !important; text-transform: uppercase; color: rgb(217,119,6) !important; margin-bottom: 16px; }
.page-template-page-home-v5 .tm-eyebrow { color: rgb(217,119,6) !important; }
.page-template-page-home-v5 .tm-section--dark .tm-eyebrow,
.page-template-page-home-v5 .tm-showroom-band .tm-eyebrow { color: #ffffff !important; }

/* v5 stats — extra left padding, off-white background */
.page-template-page-home-v5 .tm-stat { padding-left: 60px !important; }
.page-template-page-home-v5 .tm-stats { background: rgb(242,242,240) !important; }

/* v5 full bleed off-white sections */
.page-template-page-home-v5 .tm-section[style*="rgb(242,242,240)"] { margin-left: 0 !important; margin-right: 0 !important; }



/* v5 service card icons — yellow bg pill from front-page style */
.page-template-page-home-v5 .tm-service-icon { background: #FFD100 !important; border-radius: 10px !important; width: 48px !important; height: 48px !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.page-template-page-home-v5 .tm-service-icon svg path,
.page-template-page-home-v5 .tm-service-icon svg rect,
.page-template-page-home-v5 .tm-service-icon svg line,
.page-template-page-home-v5 .tm-service-icon svg circle { stroke: #1a1a1a !important; }

/* v5 border radius — 16px on all images and cards except hero image */
.page-template-page-home-v5 .tm-float-image img { border-radius: 16px !important; }
.page-template-page-home-v5 .tm-project-card { border-radius: 16px !important; overflow: hidden !important; }
.page-template-page-home-v5 .tm-project-card img { border-radius: 16px !important; }
.page-template-page-home-v5 .tm-service-card { border-radius: 16px !important; }
.page-template-page-home-v5 .tm-value-card { background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.1) !important; border-radius: var(--tm-radius) !important; border-left: none !important; border-top: 2px solid transparent !important; padding: 44px 32px !important; transition: background 0.2s, border-top-color 0.2s !important; }
.page-template-page-home-v5 .tm-value-card:hover { background: rgba(255,255,255,0.1) !important; border-top-color: #D97706 !important; }
.page-template-page-home-v5 .tm-value-title { color: #ffffff !important; font-weight: 700 !important; }
.page-template-page-home-v5 .tm-value-desc { color: rgba(255,255,255,0.68) !important; }
.page-template-page-home-v5 .tm-value-desc em { color: #ffffff !important; font-style: italic !important; }
.page-template-page-home-v5 .tm-testimonial { border-radius: 16px !important; }
.page-template-page-home-v5 .tm-showroom-band { border-radius: 16px !important; overflow: hidden !important; }
.page-template-page-home-v5 .tm-showroom-band__image img { border-radius: 0 !important; }

/* v5 primary buttons — brand yellow with dark text */
.page-template-page-home-v5 .tm-btn--primary { background: rgb(255, 209, 0) !important; color: #1a1a1a !important; }
.page-template-page-home-v5 .tm-btn--primary:hover { background: rgb(230, 188, 0) !important; box-shadow: 0 4px 12px rgba(255,209,0,0.35) !important; transform: translateY(-2px) !important; }
.page-template-page-home-v5 .tm-nav { background: #ffffff !important; box-shadow: 0 1px 8px rgba(0,0,0,0.08) !important; }
.page-template-page-home-v5 .tm-nav__logo img { filter: none !important; }
.page-template-page-home-v5 .tm-nav__links a { color: rgba(26,26,26,0.65) !important; }
.page-template-page-home-v5 .tm-nav__links a:hover { color: #1a1a1a !important; }
.page-template-page-home-v5 .tm-nav__links a.active,
.page-template-page-home-v5 .tm-nav__links li.active > a { color: #1a1a1a !important; font-weight: 600; }
.page-template-page-home-v5 .tm-nav__cta,
.page-template-page-home-v5 .tm-nav__links a.tm-nav__cta { background: #1a1a1a !important; color: #ffffff !important; border-radius: 999px !important; box-shadow: none !important; }
.page-template-page-home-v5 .tm-nav__cta:hover { background: #333 !important; transform: none !important; box-shadow: none !important; }

/* HERO */
.tm-hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--tm-charcoal); }
.tm-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.42; }
.tm-hero__content { position: relative; z-index: 2; max-width: 760px; padding: 120px var(--tm-gutter) 100px; padding-left: clamp(56px, 8vw, 160px); }
.tm-hero__eyebrow { display: inline-block; background: var(--tm-yellow); color: var(--tm-charcoal); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; margin-bottom: 28px; }
.tm-hero__heading { font-size: clamp(2.8rem, 5.5vw, 4.5rem); font-weight: 700; line-height: 1.06; color: var(--tm-white); letter-spacing: -0.025em; margin-bottom: 24px; }
.tm-hero__subtext { font-size: 1.2rem; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,0.8); max-width: 560px; margin-bottom: 44px; }
.tm-hero__actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

/* BUTTONS */
.tm-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--tm-font); font-weight: 700; font-size: 15px; padding: 15px 34px; border-radius: 999px; text-decoration: none; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.tm-btn--primary { background: var(--tm-yellow); color: var(--tm-charcoal); }
.tm-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255,209,0,0.22); }
.tm-btn--ghost { background: transparent; color: var(--tm-white); border: 2px solid rgba(255,255,255,0.42); font-weight: 500; }
.tm-btn--ghost:hover { border-color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.08); }
.tm-btn--dark { background: var(--tm-charcoal); color: var(--tm-white); }
.tm-btn--dark:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* STATS */
.tm-stats { display: flex; flex-wrap: wrap; background: rgb(31,31,31); border-radius: var(--tm-radius); box-shadow: 0 24px 64px rgba(0,0,0,0.22); margin: -52px auto 100px; position: relative; z-index: 10; overflow: hidden; max-width: 1100px; left: 0; right: 0; width: calc(100% - calc(var(--tm-gutter) * 2)); }
.tm-stat { flex: 1; min-width: 160px; padding: 36px 32px; border-right: 1px solid rgba(255,255,255,0.1); }
.tm-stat:last-child { border-right: none; }
.tm-stat__number { font-size: 2.6rem; font-weight: 700; color: var(--tm-white); line-height: 1; margin-bottom: 6px; }
.tm-stat__number em { color: var(--tm-yellow); font-style: normal; }
.tm-stat__label { font-size: 15px; color: rgba(255,255,255,0.72); letter-spacing: 0.01em; }

/* LAYOUT */
.tm-container { max-width: var(--tm-max-width); margin: 0 auto; padding: 0 var(--tm-gutter); }
.tm-section { padding: 96px 0; }
.tm-section--grey { background: var(--tm-grey-light); }
.tm-section--dark { background: var(--tm-charcoal); }
.tm-eyebrow { display: block; font-size: 15px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tm-grey-mid); margin-bottom: 16px; }
.tm-teknion-logo { height: 40px; width: auto; filter: brightness(0); opacity: 0.55; margin-bottom: 28px; display: block; }
.tm-heading-xl { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.022em; color: var(--tm-charcoal); margin-bottom: 24px; }
.tm-heading-lg { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.16; letter-spacing: -0.02em; color: var(--tm-charcoal); margin-bottom: 20px; }
.tm-body { font-size: 1rem; line-height: 1.82; color: var(--tm-grey-dark); }
.tm-body + .tm-body { margin-top: 16px; }

/* FLOAT ROWS */
.tm-float-row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 100px; }
.tm-float-row:last-child { margin-bottom: 0; }
.tm-float-row--reverse .tm-float-image { order: 2; }
.tm-float-row--reverse .tm-float-text { order: 1; }
.tm-float-image { border-radius: var(--tm-radius); overflow: hidden; box-shadow: 0 28px 72px rgba(0,0,0,0.12); }
.tm-float-image img { width: 100%; height: 460px; object-fit: cover; }

/* SERVICES */
.tm-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
.tm-service-card { background: var(--tm-white); border-radius: var(--tm-radius); padding: 40px 32px; transition: transform 0.2s, box-shadow 0.2s; }
.tm-service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,0,0,0.1); }
.tm-service-icon { width: 52px; height: 52px; background: var(--tm-yellow); border-radius: var(--tm-radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; flex-shrink: 0; } .tm-service-icon svg { display: block; }
.tm-service-title { font-size: 1.1rem; font-weight: 700; color: var(--tm-charcoal); margin-bottom: 12px; }
.tm-service-desc { font-size: 0.94rem; line-height: 1.72; color: var(--tm-grey-mid); }

/* PROJECTS */
.tm-projects-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 320px 320px; gap: 18px; margin-top: 52px; }
.tm-project-card { border-radius: var(--tm-radius); overflow: hidden; position: relative; cursor: pointer; }
.tm-project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.tm-project-card:hover img { transform: scale(1.05); }
.tm-project-card:nth-child(2) { grid-row: span 2; }
.tm-project-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 52%); display: flex; align-items: flex-end; padding: 28px; }
.tm-project-info { display: flex; flex-direction: column; }
.tm-project-label { display: inline-block; background: var(--tm-yellow); color: var(--tm-charcoal); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; margin-bottom: 9px; align-self: flex-start; }
.tm-project-name { font-size: 1.1rem; font-weight: 700; color: var(--tm-white); }

/* TESTIMONIALS */
.tm-testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.tm-testimonial { background: var(--tm-white); border-radius: var(--tm-radius); padding: 36px 30px; }
.tm-testimonial__quote { font-size: 1rem; line-height: 1.78; color: var(--tm-grey-dark); font-style: italic; margin-bottom: 24px; }
.tm-testimonial__author { font-size: 14px; font-weight: 700; color: var(--tm-charcoal); }
.tm-testimonial__role { font-size: 13px; color: var(--tm-grey-mid); margin-top: 2px; }

/* CTA BAND */
.tm-cta-band { background: var(--tm-charcoal); border-radius: var(--tm-radius); padding: 80px 72px; display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.tm-cta-band__heading { font-size: clamp(1.9rem,3vw,2.6rem); font-weight: 700; color: var(--tm-white); line-height: 1.18; max-width: 560px; }
.tm-cta-band__heading em { color: var(--tm-yellow); font-style: normal; }

/* FOOTER */
.tm-footer { background: var(--tm-grey-light); padding: 72px var(--tm-gutter) 40px; }
.tm-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; max-width: var(--tm-max-width); margin: 0 auto; padding-bottom: 56px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.tm-footer__brand { font-size: 1.3rem; font-weight: 700; color: var(--tm-charcoal); margin-bottom: 16px; }
.tm-footer__brand em { color: var(--tm-yellow); font-style: normal; }
.tm-footer__tagline { font-size: 15px; color: rgba(0,0,0,0.5); line-height: 1.7; max-width: 260px; }
.tm-footer__col-title { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(0,0,0,0.4); margin-bottom: 20px; }
.tm-footer__links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.tm-footer__links a { font-size: 14px; color: rgba(0,0,0,0.65); transition: color 0.2s; }
.tm-footer__links a:hover { color: var(--tm-charcoal); }
.tm-footer__bottom { max-width: var(--tm-max-width); margin: 32px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.tm-footer__copy { font-size: 13px; color: rgba(0,0,0,0.35); }

/* RESPONSIVE */
@media (max-width: 1024px) { :root { --tm-gutter: 36px; } .tm-float-row { gap: 48px; } .tm-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { :root { --tm-gutter: 24px; } .tm-float-row,.tm-float-row--reverse { grid-template-columns: 1fr; gap: 32px; } .tm-float-row--reverse .tm-float-image,.tm-float-row--reverse .tm-float-text { order: unset; } .tm-float-image img { height: 300px; } .tm-services-grid { grid-template-columns: 1fr 1fr; } .tm-testimonials { grid-template-columns: 1fr; } .tm-projects-grid { grid-template-columns: 1fr; grid-template-rows: auto; } .tm-project-card { height: 280px; } .tm-project-card:nth-child(2) { grid-row: span 1; } .tm-stats { margin: -24px var(--tm-gutter) 64px; } .tm-cta-band { padding: 56px 40px; } .tm-nav { padding: 0 24px; } .tm-nav__links { display: none; } }
@media (max-width: 480px) { .tm-services-grid { grid-template-columns: 1fr; } .tm-cta-band { padding: 48px 28px; flex-direction: column; align-items: flex-start; } .tm-footer__grid { grid-template-columns: 1fr; } }

/* VALUES GRID */
.tm-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.tm-value-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--tm-radius); padding: 44px 32px; transition: background 0.2s; }
.tm-value-card:hover { background: rgba(255,255,255,0.1); }
.tm-value-icon { margin-bottom: 24px; display: block; line-height: 0; } .tm-value-icon svg { display: block; }
.tm-value-title { font-size: 1.15rem; font-weight: 700; color: var(--tm-white); margin-bottom: 14px; }
.tm-value-desc { font-size: 0.96rem; line-height: 1.78; color: rgba(255,255,255,0.68); }
.tm-value-desc em { color: var(--tm-yellow); font-style: italic; }

/* SHOWROOM BAND */
.tm-showroom-band { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--tm-radius); overflow: hidden; background: var(--tm-charcoal); }
.tm-showroom-band__image img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 400px; }
.tm-showroom-band__content { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .tm-showroom-band__content .tm-btn { align-self: flex-start; }

/* RESPONSIVE ADDITIONS */
@media (max-width: 768px) {
  .tm-values-grid { grid-template-columns: 1fr; }
  .tm-showroom-band { grid-template-columns: 1fr; }
  .tm-showroom-band__image img { min-height: 260px; }
  .tmb .tm-showroom-band__content { padding: 44px 32px; }
}

/* ============================================================
   PALETTE B — Warm Cream System

/* ============================================================
   PALETTE D — Editorial / Typographic
   White base, near-black text, single yellow rule, no cards
   Inspired by high-end contract furniture brand editorial
   ============================================================ */
.tmd {
  background: #fafaf8;
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  color: #111111;
}
.tmd * { box-sizing: border-box; }
.tmd img { display: block; max-width: 100%; }
.tmd a { text-decoration: none; color: inherit; }

/* Yellow rule — appears exactly once */
.tmd-rule {
  display: block;
  width: 48px;
  height: 3px;
  background: #ffd100;
  margin-bottom: 32px;
  border-radius: 2px;
}

/* ---- INTRO SPREAD ---- */
.tmd-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding-top: 88px;
}
.tmd-intro__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 72px 80px 80px;
  background: #fafaf8;
}
.tmd-intro__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 40px;
}
.tmd-intro__heading {
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #111;
  margin-bottom: 36px;
}
.tmd-intro__heading em {
  font-style: normal;
  color: #555;
  font-weight: 300;
}
.tmd-intro__body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  max-width: 420px;
  margin-bottom: 48px;
  font-weight: 300;
}
.tmd-intro__image {
  position: relative;
  overflow: hidden;
  background: #e8e8e5;
}
.tmd-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tmd-intro__image-caption {
  position: absolute;
  bottom: 28px;
  right: 28px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  writing-mode: vertical-rl;
}

/* ---- MARQUEE STRIP ---- */
.tmd-marquee {
  border-top: 1px solid #e0e0dc;
  border-bottom: 1px solid #e0e0dc;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  background: #fafaf8;
}
.tmd-marquee__inner {
  display: inline-flex;
  gap: 64px;
  animation: tmd-scroll 30s linear infinite;
}
.tmd-marquee__item {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bbb;
  flex-shrink: 0;
}
.tmd-marquee__item span {
  color: #ffd100;
  margin: 0 32px;
}
@keyframes tmd-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- PHILOSOPHY ---- */
.tmd-philosophy {
  padding: 140px 80px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}
.tmd-philosophy__sidebar {
  padding-top: 8px;
}
.tmd-philosophy__sidebar-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.tmd-philosophy__content {}
.tmd-philosophy__pull {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: #111;
  margin-bottom: 48px;
  border-left: 1px solid #e0e0dc;
  padding-left: 48px;
}
.tmd-philosophy__pull strong {
  font-weight: 700;
}
.tmd-philosophy__text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #555;
  padding-left: 48px;
  max-width: 640px;
  font-weight: 300;
}

/* ---- ASYMMETRIC IMAGE ROW ---- */
.tmd-spread {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2px;
  background: #e0e0dc;
  margin: 0 auto;
  max-width: 1240px;
  border-radius: 4px;
  overflow: hidden;
}
.tmd-spread__main {
  overflow: hidden;
  height: 560px;
  position: relative;
}
/* Ensure hero image has no overlay bleed */
.tmd-intro__image .tmd-project-overlay { display: none !important; }
/* Teknion section — image left, text right */
.tmd-teknion { flex-direction: row-reverse; }
.tmd-spread__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.tmd-spread__main:hover img { transform: scale(1.03); }
.tmd-spread__aside {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  height: 560px;
}
.tmd-spread__aside-top,
.tmd-spread__aside-bottom {
  overflow: hidden;
  position: relative;
}
.tmd-spread__aside-top img,
.tmd-spread__aside-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.tmd-spread__aside-top:hover img,
.tmd-spread__aside-bottom:hover img { transform: scale(1.04); }
.tmd-spread__aside-bottom {
  background: #111;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.tmd-spread .tmd-project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 24px 28px;
}
.tmd-spread .tmd-project-overlay__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.tmd-spread__aside-bottom-text {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}
.tmd-spread__aside-bottom-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}

/* ---- SERVICES — NUMBERED LIST ---- */
.tmd-services {
  padding: 140px 80px;
  max-width: 1240px;
  margin: 0 auto;
}
.tmd-services__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e0e0dc;
}
.tmd-services__heading {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #111;
}
.tmd-services__intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #666;
  font-weight: 300;
  align-self: end;
  padding-bottom: 4px;
}
.tmd-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.tmd-service-item {
  padding: 40px 0;
  border-bottom: 1px solid #e0e0dc;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
}
.tmd-service-item:nth-child(odd) { padding-right: 60px; border-right: 1px solid #e0e0dc; }
.tmd-service-item:nth-child(even) { padding-left: 60px; }
.tmd-service-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ccc;
  padding-top: 4px;
}
.tmd-service-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.tmd-service-desc {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #777;
  font-weight: 300;
}

/* ---- STATS — INLINE HORIZONTAL ---- */
.tmd-numbers {
  background: #111;
  padding: 96px 80px;
  display: flex;
  gap: 0;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 4px;
}
.tmd-number-item {
  flex: 1;
  padding: 0 48px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.tmd-number-item:first-child { padding-left: 0; }
.tmd-number-item:last-child { border-right: none; }
.tmd-number-val {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.tmd-number-val sup {
  font-size: 0.45em;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  vertical-align: super;
}
.tmd-number-label {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  font-weight: 300;
  letter-spacing: 0.04em;
}

/* ---- SHOWROOM ---- */
.tmd-showroom {
  padding: 140px 80px;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 100px;
  align-items: center;
}
.tmd-showroom__image {
  height: 600px;
  border-radius: 4px;
  overflow: hidden;
}
.tmd-showroom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tmd-showroom__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 28px;
}
.tmd-showroom__heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #111;
  margin-bottom: 28px;
}
.tmd-showroom__body {
  font-size: 1.05rem;
  line-height: 1.82;
  color: #666;
  font-weight: 300;
  margin-bottom: 48px;
}

/* ---- CTA — FULL BLEED TYPOGRAPHIC ---- */
.tmd-cta {
  padding: 160px 80px;
  background: #fafaf8;
  border-top: 1px solid #e0e0dc;
  text-align: center;
}
.tmd-cta__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 48px;
}
.tmd-cta__heading {
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.04em;
  color: #111;
  margin-bottom: 64px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.tmd-cta__heading em {
  font-style: normal;
  font-weight: 300;
  color: #888;
}

/* ---- BUTTONS ---- */
.tmd-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s;
}
.tmd-btn--solid {
  background: #111;
  color: #fff !important;
}
.tmd-btn--solid:hover { background: #333; }
.tmd-btn--outline {
  border: 1.5px solid #111;
  color: #111;
  background: transparent;
}
.tmd-btn--outline:hover { background: #111; color: #fff !important; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .tmd-intro { grid-template-columns: 1fr; min-height: auto; }
  .tmd-intro__image { height: 60vw; }
  .tmd-intro__text { padding: 60px 32px; }
  .tmd-philosophy { grid-template-columns: 1fr; padding: 80px 32px; }
  .tmd-philosophy__sidebar { display: none; }
  .tmd-philosophy__pull, .tmd-philosophy__text { padding-left: 0; border-left: none; }
  .tmd-spread { grid-template-columns: 1fr; }
  .tmd-spread__aside { grid-template-rows: 280px 280px; height: auto; }
  .tmd-spread__main { height: 60vw; }
  .tmd-services { padding: 80px 32px; }
  .tmd-services__header { grid-template-columns: 1fr; gap: 24px; }
  .tmd-service-list { grid-template-columns: 1fr; }
  .tmd-service-item:nth-child(odd) { padding-right: 0; border-right: none; }
  .tmd-service-item:nth-child(even) { padding-left: 0; }
  .tmd-numbers { flex-direction: column; padding: 64px 32px; gap: 48px; }
  .tmd-number-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 0 0 48px; }
  .tmd-number-item:last-child { border-bottom: none; padding-bottom: 0; }
  .tmd-showroom { grid-template-columns: 1fr; padding: 80px 32px; }
  .tmd-showroom__image { height: 60vw; }
  .tmd-cta { padding: 100px 32px; }
}
   ============================================================ */
.tmb body { background: #FFF6E5; }
.tmb .tm-nav { background: rgba(46,29,10,0.92); }
.tmb .tm-hero { background: #2E1D0A; }
.tmb .tm-hero__bg { opacity: 0.35; }
.tmb .tm-hero__eyebrow { background: transparent; color: #D97706; border: 1.5px solid #D97706; border-radius: 2px; letter-spacing: 0.14em; }
.tmb .tm-hero__heading { color: #FFF6E5; font-weight: 400; }
.tmb .tm-hero__subtext { color: rgba(255,246,229,0.82); }
.tmb .tm-btn--primary { background: #D97706; color: #FFF6E5; border-radius: 2px; }
.tmb .tm-btn--primary:hover { background: #B85C00; transform: none; box-shadow: none; }
.tmb .tm-btn--ghost { border-color: rgba(255,246,229,0.45); color: #FFF6E5; border-radius: 2px; }
.tmb .tm-btn--ghost:hover { border-color: #FFF6E5; background: transparent; }
.tmb .tm-btn--dark { background: #3F2E1D; color: #FFF6E5; border-radius: 2px; }
.tmb .tm-btn--dark:hover { background: #2E1D0A; transform: none; box-shadow: none; }
.tmb .tm-stats { background: #3F2E1D; border-radius: 0; margin: 0; width: 100%; max-width: 100%; left: auto; box-shadow: none; }
.tmb .tm-stat { border-color: rgba(255,246,229,0.10); }
.tmb .tm-stat__number { color: #FFF6E5; font-weight: 400; }
.tmb .tm-stat__number em { color: #D97706; }
.tmb .tm-stat__label { color: rgba(255,246,229,0.55); }
.tmb .tm-section { background: #FFF6E5; }
.tmb .tm-section--grey { background: #F5EDD8; }
.tmb .tm-section--dark { background: #3F2E1D; }
.tmb .tm-eyebrow { color: #D97706; }
.tmb .tm-heading-xl { color: #3F2E1D; font-weight: 400; }
.tmb .tm-heading-lg { color: #3F2E1D; font-weight: 400; }
.tmb .tm-body { color: #3F2E1D; }
.tmb .tm-float-image { border-radius: 0; box-shadow: none; }
.tmb .tm-section--dark .tm-heading-xl { color: #FFF6E5; }
.tmb .tm-section--dark .tm-eyebrow { color: #D97706; }
.tmb .tm-value-card { border-color: rgba(255,246,229,0.10); border-radius: 0; }
.tmb .tm-value-card:hover { background: rgba(255,246,229,0.08); }
.tmb .tm-value-title { color: #FFF6E5; font-weight: 400; }
.tmb .tm-value-desc { color: rgba(255,246,229,0.72); }
.tmb .tm-value-desc em { color: #FFB000; }
.tmb .tm-service-card { border-radius: 0; box-shadow: none; border-top: 2px solid transparent; background: #FFF6E5; transition: border-top-color 0.2s; }
.tmb .tm-service-card:hover { transform: none; box-shadow: none; border-top-color: #D97706; }
.tmb .tm-service-icon { background: transparent; border: 1.5px solid rgba(63,46,29,0.25); border-radius: 0; }
.tmb .tm-service-title { color: #3F2E1D; }
.tmb .tm-service-desc { color: #6B4E2A; }
.tmb .tm-project-card { border-radius: 0; }
.tmb .tm-project-label { background: #D97706; color: #FFF6E5; border-radius: 2px; }
.tmb .tm-testimonial { border-radius: 0; border: 1px solid rgba(63,46,29,0.12); }
.tmb .tm-testimonial__quote { color: #3F2E1D; }
.tmb .tm-testimonial__author { color: #3F2E1D; }
.tmb .tm-testimonial__role { color: #6B4E2A; }
.tmb .tm-showroom-band { border-radius: 0; background: #3F2E1D; }
.tmb .tm-cta-band { background: #D97706; border-radius: 0; }
.tmb .tm-cta-band__heading { color: #2E1D0A; }
.tmb .tm-cta-band__heading em { color: #2E1D0A; }
.tmb .tm-cta-band .tm-btn--primary { background: #2E1D0A; color: #FFF6E5; }
.tmb .tm-cta-band .tm-btn--primary:hover { background: #3F2E1D; }

/* ============================================================
   PALETTE C — Airy White System
   White base, F5EDD8 as accent offset only, charcoal + amber
   ============================================================ */
.tmc body { background: #ffffff; }
.tmc .tm-nav { background: rgba(255,255,255,0.95); border-bottom: 1px solid rgba(0,0,0,0.07); }
.tmc .tm-nav__logo { color: #1a1a1a; }
.tmc .tm-nav__links a { color: rgba(26,26,26,0.65); }
.tmc .tm-nav__links a:hover { color: #1a1a1a; }
.tmc .tm-nav__cta { background: #1a1a1a !important; color: #ffffff !important; border-radius: 3px !important; }
.tmc .tm-hero { background: #ffffff; position: relative; overflow: hidden; }
.tmc .tm-hero__bg { opacity: 0; }
.tmc .tm-hero__content { padding-top: 160px; padding-bottom: 100px; max-width: 46%; }
.tmc .tm-hero__eyebrow { background: transparent; color: #8C6D3F; border: none; padding: 0; border-radius: 0; letter-spacing: 0.16em; font-size: 11px; }
.tmc .tm-hero__heading { color: #1a1a1a; font-weight: 700; font-size: clamp(3rem,6vw,5rem); letter-spacing: -0.03em; line-height: 1.04; }
.tmc .tm-hero__subtext { color: #555; font-size: 1.15rem; max-width: 520px; }
.tmc .tm-btn--primary { background: #D97706; color: #ffffff; border-radius: 999px; }
.tmc .tm-btn--primary:hover { background: #B85C00; transform: none; box-shadow: none; }
.tmc .tm-btn--ghost { border-color: rgba(26,26,26,0.25); color: #1a1a1a; border-radius: 999px; }
.tmc .tm-btn--ghost:hover { border-color: #1a1a1a; background: transparent; }
.tmc .tm-btn--dark { background: #1a1a1a; color: #ffffff; border-radius: 999px; }
.tmc .tm-btn--dark:hover { background: #333; transform: none; box-shadow: none; }
/* Hero image inset panel — right side */
.tmc .tm-hero-img-panel { position: absolute; top: 72px; right: 0; width: 52%; bottom: 0; overflow: hidden; }
.tmc .tm-hero-img-panel img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Stats — white bg, thin border lines */
.tmc .tm-stats { background: #ffffff; border-radius: 0; margin: 0; width: 100%; max-width: 100%; left: auto; box-shadow: none; border-top: 1px solid rgba(0,0,0,0.08); border-bottom: 1px solid rgba(0,0,0,0.08); }
.tmc .tm-stat { border-color: rgba(0,0,0,0.08); padding: 28px 40px; }
.tmc .tm-stat__number { color: #1a1a1a; font-weight: 700; }
.tmc .tm-stat__number em { color: #D97706; font-style: normal; }
.tmc .tm-stat__label { color: #555; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
/* Sections */
.tmc .tm-section { background: #ffffff; }
.tmc .tm-section--grey { background: #ffffff; }
.tmc .tm-section--dark { background: #1a1a1a; }
.tmc .tm-eyebrow { color: #8C6D3F; letter-spacing: 0.14em; }
.tmc .tm-heading-xl { color: #1a1a1a; }
.tmc .tm-heading-lg { color: #1a1a1a; }
.tmc .tm-body { color: #444; line-height: 1.85; }
/* Float image — tint block offset bottom-left */
.tmc .tm-float-image { border-radius: 0; box-shadow: none; position: relative; }
.tmc .tm-float-image img { height: 460px; object-fit: cover; }
.tmc .tm-float-image::before { content: ''; position: absolute; bottom: -20px; left: -20px; width: 50%; height: 50%; background: rgb(245,237,216); z-index: -1; }
/* Values — dark section */
.tmc .tm-section--dark .tm-heading-xl { color: #ffffff; }
.tmc .tm-section--dark .tm-eyebrow { color: #D97706; }
.tmc .tm-value-card { border-color: rgba(255,255,255,0.09); border-radius: 0; border-left: 2px solid transparent; transition: border-left-color 0.2s; }
.tmc .tm-value-card:hover { background: rgba(255,255,255,0.06); border-left-color: #D97706; }
.tmc .tm-value-title { color: #ffffff; font-weight: 600; }
.tmc .tm-value-desc { color: rgba(255,255,255,0.62); }
.tmc .tm-value-desc em { color: #D97706; }
/* Services — white, thin border, amber top on hover */
.tmc .tm-service-card { border-radius: 0; box-shadow: none; border: 1px solid rgba(0,0,0,0.08); border-top: 2px solid rgba(0,0,0,0.08); background: #ffffff; transition: border-top-color 0.2s, box-shadow 0.2s; }
.tmc .tm-service-card:hover { transform: none; box-shadow: 0 8px 32px rgba(0,0,0,0.07); border-top-color: #D97706; }
.tmc .tm-service-icon { background: transparent; border-radius: 0; }
.tmc .tm-service-title { color: #1a1a1a; font-size: 1rem; }
.tmc .tm-service-desc { color: #666; }
/* Projects */
.tmc .tm-project-card { border-radius: 0; }
.tmc .tm-project-label { background: #D97706; color: #ffffff; border-radius: 999px; }
/* Testimonials — offset middle card with tint */
.tmc .tm-testimonials { gap: 0; }
.tmc .tm-testimonial { border-radius: 0; background: #ffffff; border: none; border-left: 1px solid rgba(0,0,0,0.08); padding: 36px 32px; transition: border-left-color 0.2s; }
.tmc .tm-testimonial:nth-child(2) { background: #ffffff; margin: 0; padding-top: 36px; padding-bottom: 36px; position: relative; z-index: 1; }
.tmc .tm-testimonial:last-child { border-right: 1px solid rgba(0,0,0,0.08); }
.tmc .tmc .tm-testimonial:hover { border-left-color: #D97706; }
.tmc .tm-testimonial__quote { color: #333; }
.tmc .tm-testimonial__author { color: #1a1a1a; font-weight: 700; }
.tmc .tm-testimonial__role { color: #888; }
/* Showroom band */
.tmc .tm-showroom-band { border-radius: 0; background: #1a1a1a; }
/* CTA band — white, large type, amber underline on em */
.tmc .tm-cta-band { background: #ffffff; border-radius: 0; border-top: 1px solid rgba(0,0,0,0.08); padding: 96px 72px; }
.page-template-page-home-v5 .tm-cta-band { border-top: none !important; padding: 0 !important; flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 48px !important; }
.page-template-page-home-v5 .tm-cta-band__label { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: rgba(26,26,26,0.45); margin-bottom: 32px; }
.tmc .tm-cta-band__heading { color: #1a1a1a; }
.tmc .tm-cta-band__heading em { color: #1a1a1a; font-style: normal; border-bottom: 3px solid #D97706; padding-bottom: 3px; }
.tmc .tm-cta-band .tm-btn--primary { background: #D97706; color: #ffffff; }
.tmc .tm-cta-band .tm-btn--primary:hover { background: #B85C00; }
@media (max-width: 900px) {
  .tmc .tm-hero-img-panel { display: none; }
  .tmc .tm-hero__content { padding-top: 120px; }
  .tmc .tm-float-image::before { display: none; }
  .tmc .tm-testimonial:nth-child(2) { margin: 0; padding: 36px 32px; }
}

/* ===================== HOME V3 — ORANGE OVERRIDES ===================== */
/* Buttons */
.page-template-page-home-v3 .tm-btn--primary { background: #D97706; color: #ffffff; }
.page-template-page-home-v3 .tm-btn--primary:hover { background: #B85C00; }
/* Eyebrow pill in hero */
.page-template-page-home-v3 .tm-hero__eyebrow { background: #D97706; color: #ffffff; }
/* Section eyebrow labels */
.page-template-page-home-v3 .tm-eyebrow { color: #D97706; }
/* Service icons — remove yellow bg, add orange stroke via CSS filter on SVGs */
.page-template-page-home-v3 .tm-service-icon { background: transparent; }
.page-template-page-home-v3 .tm-service-icon svg [stroke="#1f1f1f"] { stroke: #D97706; }
/* Project card labels */
.page-template-page-home-v3 .tm-project-label { background: #D97706; color: #ffffff; }
/* Stats accent */
.page-template-page-home-v3 .tm-stat__number em { color: #D97706; }
/* Nav demo links */
.page-template-page-home-v3 .tm-nav__demos a { color: rgba(217,119,6,0.7) !important; }
.page-template-page-home-v3 .tm-nav__demos a:hover { color: #D97706 !important; }
/* Values card SVG icon strokes (ffd100 already swapped in PHP, these are fallback) */
.page-template-page-home-v3 .tm-value-icon svg [stroke="#D97706"] { stroke: #D97706; }
/* "and" in Design with Intention card — override yellow em to white */
.page-template-page-home-v3 .tm-value-desc em { color: #ffffff; font-style: italic; }
/* "Let's get started." in CTA band — override yellow em to orange */
.page-template-page-home-v3 .tm-cta-band__heading em { color: #D97706; }


/* =============================================
   HOME v6 — Palette: rgb(31,31,31) darks | #FFD100 accents | #B8CEC8 subtle accents | white base
   ============================================= */

/* NAV — white, color logo, dark text */
.page-template-page-home-v6 .tm-nav { background: #ffffff !important; box-shadow: 0 1px 8px rgba(0,0,0,0.08) !important; }
.page-template-page-home-v6 .tm-nav__logo img { filter: none !important; }
.page-template-page-home-v6 .tm-nav__links a { color: rgba(26,26,26,0.65) !important; }
.page-template-page-home-v6 .tm-nav__links a:hover { color: #1a1a1a !important; }
.page-template-page-home-v6 .tm-nav__cta,
.page-template-page-home-v6 .tm-nav__links a.tm-nav__cta { background: rgb(31,31,31) !important; color: #ffffff !important; border-radius: 999px !important; box-shadow: none !important; }
.page-template-page-home-v6 .tm-nav__cta:hover,
.page-template-page-home-v6 .tm-nav__links a.tm-nav__cta:hover { background: #444 !important; transform: none !important; }

/* HERO eyebrow */
.page-template-page-home-v6 .tm-hero__eyebrow { font-size: 15px !important; font-weight: 700 !important; letter-spacing: 0.1em !important; text-transform: uppercase; color: #531E0C !important; margin-bottom: 16px; }

/* HERO ghost button */
.page-template-page-home-v6 .tm-btn--ghost { border-color: rgba(26,26,26,0.25) !important; color: #1a1a1a !important; }
.page-template-page-home-v6 .tm-btn--ghost:hover { border-color: rgba(26,26,26,0.5) !important; }

/* STATS BAR — sage accent, white text */
.page-template-page-home-v6 .tm-stats { background: #B8CEC8 !important; }
.page-template-page-home-v6 .tm-stat__number { color: #ffffff !important; }
.page-template-page-home-v6 .tm-stat__number em { color: #ffffff !important; }
.page-template-page-home-v6 .tm-stat__label { color: rgba(255,255,255,0.75) !important; }
.page-template-page-home-v6 .tm-stat { border-color: rgba(255,255,255,0.25) !important; }

/* EYEBROWS — warm brown on light, dark brown on off-white values section */
.page-template-page-home-v6 .tm-eyebrow { color: #531E0C !important; }
.page-template-page-home-v6 .tm-section--dark .tm-eyebrow { color: #531E0C !important; }
.page-template-page-home-v6 .tm-showroom-band .tm-eyebrow { color: #FFD100 !important; }

/* VALUES SECTION — warm off-white background, dark text */
.page-template-page-home-v6 .tm-section--dark { background: rgb(242,242,240) !important; }
.page-template-page-home-v6 .tm-section--dark .tm-heading-xl { color: rgb(31,31,31) !important; }
.page-template-page-home-v6 .tm-value-title { color: rgb(31,31,31) !important; }
.page-template-page-home-v6 .tm-value-desc { color: rgba(31,31,31,0.7) !important; }
.page-template-page-home-v6 .tm-value-desc em { color: #531E0C !important; font-style: italic; }
.page-template-page-home-v6 .tm-value-card { border-color: rgba(31,31,31,0.08) !important; background: rgba(255,255,255,0.6) !important; }

/* SERVICE CARDS — sage accent borders */
.page-template-page-home-v6 .tm-service-card { border-color: rgba(184,206,200,0.4) !important; }
.page-template-page-home-v6 .tm-service-card:hover { border-color: #B8CEC8 !important; box-shadow: 0 4px 16px rgba(184,206,200,0.25) !important; }

/* SERVICE ICONS — dark stroke on light bg */
.page-template-page-home-v6 .tm-service-icon svg path,
.page-template-page-home-v6 .tm-service-icon svg rect,
.page-template-page-home-v6 .tm-service-icon svg line,
.page-template-page-home-v6 .tm-service-icon svg circle { stroke: rgb(31,31,31) !important; }

/* PRIMARY BUTTONS — brand yellow, dark text */
.page-template-page-home-v6 .tm-btn--primary { background: #FFD100 !important; color: rgb(31,31,31) !important; border-radius: 999px !important; }
.page-template-page-home-v6 .tm-btn--primary:hover { background: #e6bc00 !important; box-shadow: 0 4px 12px rgba(255,209,0,0.35) !important; transform: translateY(-2px) !important; }

/* DARK BUTTONS */
.page-template-page-home-v6 .tm-btn--dark { background: rgb(31,31,31) !important; color: #ffffff !important; border-radius: 999px !important; }
.page-template-page-home-v6 .tm-btn--dark:hover { background: #444 !important; }

/* SHOWROOM BAND — near-black */
.page-template-page-home-v6 .tm-showroom-band { background: rgb(31,31,31) !important; }

/* CTA BAND — sage top border accent */
.page-template-page-home-v6 .tm-cta-band { border-color: #B8CEC8 !important; border-top: 2px solid #B8CEC8 !important; }
.page-template-page-home-v6 .tm-cta-band__heading em { color: rgb(31,31,31) !important; border-bottom-color: #FFD100 !important; }

/* TESTIMONIALS — sage dividers */
.page-template-page-home-v6 .tm-testimonial { border-color: rgba(184,206,200,0.4) !important; }