:root {
  --tiller-bg-darkest: #000000;
  --tiller-bg-darker: #000000;
  --tiller-bg-dark: #000000;
  --tiller-bg-stone: #000000;
  --tiller-bg-slate: #000000;
  --tiller-bg-elevated: #0f0f0f;
  --tiller-bg-card: #161616;
  --tiller-bg-hover: #222222;
  --tiller-bg-main: var(--tiller-bg-dark);
  --tiller-bg-alt: var(--tiller-bg-stone);
  --tiller-bg-soft: var(--tiller-bg-slate);
  --tiller-header-bg: var(--tiller-bg-darker);
  --tiller-bg-overlay: rgb(0 0 0 / 95%);
  --tiller-color-gold: #d4af37;
  --tiller-color-gold-dark: #9c7a14;
  --tiller-color-gold-light: #f2d75c;
  --tiller-color-gold-muted: #b3861d;
  --tiller-color-gold-bright: #ffe585;
  --tiller-color-gold-accessible: #8c6a12;
  --tiller-color-gold-wcag: #6f5410;
  --tiller-color-gold-deep: #5a420c;
  --tiller-grout: var(--tiller-color-gold);
  --tiller-grout-subtle: rgb(212 175 55 / 18%);
  --tiller-grout-faint: rgb(212 175 55 / 10%);
  --tiller-color-emerald: #00e184;
  --tiller-color-emerald-dark: #00b46a;
  --tiller-color-emerald-light: #3bf0aa;
  --tiller-color-emerald-bright: #6cffc8;
  --tiller-color-emerald-glow: rgb(0 225 132 / 70%);
  --tiller-color-emerald-accessible: #008f5d;
  --tiller-color-emerald-wcag: #006c47;
  --tiller-gradient-emerald-accessible: linear-gradient(135deg, #006c47 0%, #047857 100%);
  --tiller-color-green: #0d2a1f;
  --tiller-color-green-dark: #061510;
  --tiller-color-green-light: #1a4a38;
  --tiller-text-primary: #ffffff;
  --tiller-text-secondary: #e5e7eb;
  --tiller-text-tertiary: #c0c7d0;
  --tiller-text-muted: #b0b8c4;
  --tiller-text-white: #ffffff;
  --tiller-text-light: #f9fafb;
  --tiller-text-on-dark: #ffffff;
  --tiller-color-coral: #f87171;
  --tiller-color-coral-dark: #ef4444;
  --tiller-color-coral-light: #fca5a5;
  --tiller-color-highlight: #60a5fa;
  --tiller-color-success: var(--tiller-color-emerald);
  --tiller-color-warning: var(--tiller-color-gold);
  --tiller-color-error: #f87171;
  --tiller-color-info: #38bdf8;
  --tiller-color-silver: #d7dadd;
  --tiller-color-silver-dark: #8e9399;
  --tiller-color-silver-light: #eef1f5;
  --tiller-color-silver-bright: #f9fbff;
  --tiller-color-silver-glow: rgb(217 220 224 / 60%);
  --retro-teal: #008080;
  --retro-teal-light: #5dbdbd;
  --retro-teal-dark: #005757;
  --retro-purple: #9370db;
  --retro-purple-light: #b89ee0;
  --retro-purple-dark: #6a4db8;
  --retro-salmon: #fa8072;
  --retro-salmon-light: #ffb3a7;
  --retro-salmon-dark: #e55b47;
  --retro-mint: #98ff98;
  --retro-mint-light: #c4ffc4;
  --retro-mint-dark: #6ecc6e;
  --retro-hotpink: #ff69b4;
  --retro-cyan: #00ffff;
  --retro-yellow: #c9a227;
  --retro-gradient-teal-purple: linear-gradient(
    135deg,
    var(--retro-teal) 0%,
    var(--retro-purple) 100%
  );
  --retro-gradient-salmon-mint: linear-gradient(
    135deg,
    var(--retro-salmon) 0%,
    var(--retro-mint) 100%
  );
  --retro-gradient-teal-cyan: linear-gradient(
    90deg,
    var(--retro-teal-dark) 0%,
    var(--retro-cyan) 100%
  );
  --retro-gradient-purple-pink: linear-gradient(
    135deg,
    var(--retro-purple) 0%,
    var(--retro-hotpink) 100%
  );
  --retro-tile-salmon: #ffb3a7;
  --retro-tile-mint: #c4ffc4;
  --retro-tile-teal: #5dbdbd;
  --retro-tile-purple: #b89ee0;
  --tiller-btn-primary-bg: var(--tiller-color-emerald);
  --tiller-btn-primary-text: #ffffff;
  --tiller-btn-primary-hover: var(--tiller-color-emerald-light);
  --tiller-btn-secondary-bg: var(--tiller-color-gold);
  --tiller-btn-secondary-text: #0a0c0a;
  --tiller-btn-accent-bg: var(--tiller-color-coral);
  --tiller-btn-hover-bg: var(--tiller-color-gold-light);
  --tiller-nav-bg: rgb(0 0 0 / 40%);
  --tiller-shadow-md: 0 4px 8px rgb(0 0 0 / 50%);
  --tiller-shadow-lg: 0 10px 20px rgb(0 0 0 / 60%);
  --tiller-shadow-xl: 0 20px 40px rgb(0 0 0 / 70%);
  --tiller-shadow-glow-emerald: 0 0 20px var(--tiller-color-emerald-glow);
  --tiller-shadow-glow-gold: 0 0 15px rgb(212 175 55 / 45%);
  --tiller-shadow-glow-silver: 0 0 15px rgb(217 220 224 / 55%);
  --tiller-box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
  --retro-shadow-offset-sm: 3px 3px 0 rgb(0 0 0 / 30%);
  --retro-shadow-offset-md: 5px 5px 0 rgb(0 0 0 / 30%);
  --retro-shadow-offset-lg: 8px 8px 0 rgb(0 0 0 / 30%);
  --retro-shadow-teal: 4px 4px 0 var(--retro-teal-dark);
  --retro-shadow-purple: 4px 4px 0 var(--retro-purple-dark);
  --retro-shadow-salmon: 4px 4px 0 var(--retro-salmon-dark);
  --tiller-border-radius-sm: 4px;
  --tiller-border-radius-md: 8px;
  --tiller-border-radius-lg: 12px;
  --tiller-border-radius-xl: 16px;
  --retro-border-thin: 2px;
  --retro-border-medium: 3px;
  --retro-border-thick: 4px;
  --retro-border-chunky: 5px;
  --tiller-border-color-light: rgb(212 175 55 / 10%);
  --tiller-border-color-medium: rgb(212 175 55 / 16%);
  --tiller-border-color-strong: rgb(212 175 55 / 40%);
  --tiller-border-grout: var(--tiller-grout-subtle);
  --tiller-spacing-xs: clamp(0.25rem, 0.5vw, 0.5rem);
  --tiller-spacing-sm: clamp(0.5rem, 1vw, 0.75rem);
  --tiller-spacing-md: clamp(1rem, 2vw, 1.5rem);
  --tiller-spacing-lg: clamp(1.5rem, 3vw, 2.5rem);
  --tiller-spacing-xl: clamp(2rem, 4vw, 4rem);
  --tiller-spacing-2xl: clamp(3rem, 6vw, 6rem);
  --tiller-font-size-xs: clamp(0.75rem, 1vw, 0.875rem);
  --tiller-font-size-sm: clamp(0.875rem, 1.2vw, 1rem);
  --tiller-font-size-base: clamp(1rem, 1.5vw, 1.125rem);
  --tiller-font-size-lg: clamp(1.125rem, 2vw, 1.25rem);
  --tiller-font-size-xl: clamp(1.25rem, 2.5vw, 1.5rem);
  --tiller-font-size-2xl: clamp(1.5rem, 3vw, 2rem);
  --tiller-font-size-3xl: clamp(2rem, 4vw, 3rem);
  --tiller-font-size-4xl: clamp(2.5rem, 5vw, 4rem);
  --tiller-line-height-tight: 1.2;
  --tiller-line-height-normal: 1.5;
  --tiller-line-height-relaxed: 1.75;
  --tiller-transition-fast: 0.15s;
  --tiller-transition-normal: 0.25s;
  --tiller-transition-slow: 0.4s;
  --tiller-ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --tiller-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --tiller-ease-in: cubic-bezier(0.4, 0, 1, 1);
  --tiller-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --tiller-grid-columns: 12;
  --tiller-grid-gutter-width: clamp(1rem, 2vw, 2rem);
  --tiller-grid-max-width: 1400px;
  --tiller-container-max-width: min(96%, 1200px);
  --tiller-container-content-width: min(94%, 1100px);
  --tiller-container-text-width: min(90%, 800px);
  --tiller-container-wide: min(96%, 1400px);
  --tiller-container-full: 100%;
  --tiller-container-sm: min(100%, 640px);
  --tiller-container-md: min(96%, 900px);
  --tiller-container-lg: min(96%, 1100px);
  --tiller-container-xl: min(94%, 1200px);
  --tiller-container-2xl: min(94%, 1400px);
  --tiller-container-xxl: min(92%, 1400px);
  --tiller-container-3xl: min(90%, 1400px);
  --tiller-input-border-radius: 4px;
  --tiller-input-border-color: #cccccc;
  --tiller-input-background: #ffffff;
  --tiller-input-focus-border: var(--tiller-color-primary);
  --tiller-label-font-size: 16px;
  --tiller-label-font-weight: bold;
  --tiller-font-weight-light: 300;
  --tiller-font-weight-regular: 400;
  --tiller-font-weight-bold: 700;
  --tiller-font-weight-black: 900;
  --tiller-bg-gradient-main: linear-gradient(
    135deg,
    var(--tiller-color-primary),
    var(--tiller-color-accent)
  );
  --tiller-bg-gradient-light: linear-gradient(135deg, #ffffff, #f1f1f1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  overflow-x: clip;
  background-color: var(--tiller-bg-darkest, #0a0c0a);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', sans-serif;
  background-color: var(--tiller-bg-main);
  color: var(--tiller-text-primary, #ffffff);
  margin: 0;
  padding: 0;
  font-size: var(--tiller-font-size-base, 1rem);
  line-height: var(--tiller-line-height-normal, 1.5);
  overflow-x: clip;
  overflow-y: auto;
  text-size-adjust: 100%;
  min-width: 100%;
}

.ts-body {
  background-color: var(--tiller-bg-main);
  min-height: 100vh;
}

.ts-main-content {
  background-color: var(--tiller-bg-main);
}

:focus-visible {
  outline: 2px solid var(--tiller-color-emerald);
  outline-offset: 3px;
  border-radius: 2px;
}

.page-build-guide :focus-visible,
.page-light :focus-visible,
main.light-theme :focus-visible {
  outline-color: var(--tiller-color-emerald-wcag, #006c47);
}

a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgb(255 255 255 / 30%);
  text-underline-offset: 2px;
  transition:
    color 0.15s ease,
    text-shadow 0.15s ease,
    text-decoration-color 0.15s ease;
}

a:hover,
a:focus {
  color: var(--tiller-color-gold, #d4af37);
  text-decoration-color: var(--tiller-color-gold, #d4af37);
  text-shadow:
    0 0 8px rgb(212 175 55 / 65%),
    0 0 24px rgb(212 175 55 / 45%);
}

a:active,
a.is-active {
  color: var(--tiller-color-emerald, #00e184);
  text-shadow: 0 0 10px rgb(0 225 132 / 70%);
}

.page-build-guide a,
.page-light a,
main.light-theme a {
  color: var(--tiller-color-emerald-accessible, #008f5d);
  text-decoration-color: rgb(0 143 93 / 55%);
  text-shadow: none;
}

.page-build-guide a:hover,
.page-build-guide a:focus,
.page-light a:hover,
.page-light a:focus,
main.light-theme a:hover,
main.light-theme a:focus {
  color: var(--tiller-color-gold-accessible, #8c6a12);
  text-decoration-color: var(--tiller-color-gold-accessible, #8c6a12);
  text-shadow: none;
}

.page-build-guide a:active,
.page-build-guide a.is-active,
.page-light a:active,
.page-light a.is-active,
main.light-theme a:active,
main.light-theme a.is-active {
  color: var(--tiller-color-emerald-wcag, #006c47);
  text-shadow: none;
}

.desktop-nav__link,
.mobile-nav__link,
.footer-list a,
.footer-legal a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--tiller-color-emerald);
  text-shadow: 0 0 20px var(--tiller-color-emerald-glow);
}

.page-build-guide h1,
.page-build-guide h2,
.page-build-guide h3,
.page-build-guide h4,
.page-build-guide h5,
.page-build-guide h6,
.page-light h1,
.page-light h2,
.page-light h3,
.page-light h4,
.page-light h5,
.page-light h6,
main.light-theme h1,
main.light-theme h2,
main.light-theme h3,
main.light-theme h4,
main.light-theme h5,
main.light-theme h6 {
  color: var(--tiller-color-emerald-wcag, #006c47);
  text-shadow: none;
}

h1 {
  text-shadow:
    0 0 10px var(--tiller-color-emerald-glow),
    0 0 30px rgb(16 185 129 / 40%),
    0 0 50px rgb(16 185 129 / 30%);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9375rem;
  background: var(--tiller-bg-card, #2a2d2c);
  border-radius: var(--tiller-border-radius-md, 8px);
  overflow: hidden;
}

th,
td {
  padding: 0.75rem 1rem;
  text-align: left;
  border: 1px solid var(--tiller-grout-subtle, rgb(212 175 55 / 18%));
}

th {
  font-weight: 600;
  background: #059669; /* WCAG AA: 6.54:1 contrast */
  background: var(--tiller-color-emerald-dark, #059669);
  color: #ffffff; /* WCAG AA compliant */
  text-shadow: none;
}

td {
  color: var(--tiller-text-secondary, #e5e7eb);
}

tr:nth-child(even) td {
  background: var(--tiller-bg-hover, rgb(255 255 255 / 3%));
}

tr:hover td {
  background: var(--tiller-bg-elevated, #323534);
}

.page-build-guide table,
.page-light table,
main.light-theme table {
  background: #ffffff;
}

.page-build-guide th,
.page-light th,
main.light-theme th {
  background: #1a4a38;
  color: #ffffff;
}

.page-build-guide td,
.page-light td,
main.light-theme td {
  color: #374151;
  border-color: #e5e7eb;
}

.page-build-guide tr:nth-child(even) td,
.page-light tr:nth-child(even) td,
main.light-theme tr:nth-child(even) td {
  background: #f9fafb;
}

.page-build-guide tr:hover td,
.page-light tr:hover td,
main.light-theme tr:hover td {
  background: #f3f4f6;
}

.grout-grid {
  background-image:
    linear-gradient(var(--tiller-grout-subtle) 1px, transparent 1px),
    linear-gradient(90deg, var(--tiller-grout-subtle) 1px, transparent 1px);
  background-size: 24px 24px;
}

.grout-grid-fine {
  background-image:
    linear-gradient(var(--tiller-grout-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--tiller-grout-faint) 1px, transparent 1px);
  background-size: 16px 16px;
}

.grout-subway {
  background-image:
    linear-gradient(90deg, var(--tiller-grout-subtle) 1px, transparent 1px),
    linear-gradient(var(--tiller-grout-subtle) 1px, transparent 1px);
  background-size: 60px 30px;
  background-position:
    0 0,
    30px 15px;
}

button {
  background-color: var(--tiller-color-emerald);
  border-radius: var(--tiller-border-radius-md, 0.5rem);
  padding: 0.75rem 1.75rem;
  font-weight: var(--tiller-font-weight-bold, 600);
  font-size: var(--tiller-font-size-base, 1rem);
  border: none;
  cursor: pointer;
  transition: all var(--tiller-transition-fast, 0.15s) var(--tiller-ease-smooth, ease);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  box-shadow: var(--tiller-shadow-glow-emerald);
}

button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 20%), transparent);
  transition: left 0.5s;
}

button:hover {
  background-color: var(--tiller-color-emerald-light);
  transform: translateY(-2px);
  box-shadow:
    var(--tiller-shadow-glow-emerald),
    0 4px 20px rgb(16 185 129 / 40%);
}

button:hover::before {
  left: 100%;
}

button:active {
  transform: translateY(0);
  box-shadow: var(--tiller-shadow-glow-emerald);
}

button:focus-visible {
  outline: 2px solid var(--tiller-color-gold);
  outline-offset: 3px;
}

.btn-gold {
  background: var(--tiller-color-gold);
  color: #0a0c0a;
  box-shadow: var(--tiller-shadow-glow-gold);
}

.btn-gold:hover {
  background: var(--tiller-color-gold-light);
  box-shadow:
    var(--tiller-shadow-glow-gold),
    0 4px 20px rgb(212 175 55 / 55%);
}

.btn-silver {
  background: linear-gradient(
    180deg,
    var(--tiller-color-silver-light) 0%,
    var(--tiller-color-silver) 50%,
    var(--tiller-color-silver-dark) 100%
  );
  color: #0a0c0a;
  box-shadow: var(--tiller-shadow-glow-silver);
  border: 1px solid var(--tiller-color-silver-bright);
  font-weight: var(--tiller-font-weight-bold);
}

.btn-silver:hover {
  background: linear-gradient(
    180deg,
    var(--tiller-color-silver-bright) 0%,
    var(--tiller-color-silver-light) 50%,
    var(--tiller-color-silver) 100%
  );
  box-shadow:
    var(--tiller-shadow-glow-silver),
    0 4px 20px rgb(192 192 192 / 50%);
}

.btn-metallic-gold {
  background: linear-gradient(
    180deg,
    var(--tiller-color-gold-light) 0%,
    var(--tiller-color-gold) 50%,
    var(--tiller-color-gold-dark) 100%
  );
  color: #0a0c0a;
  box-shadow: var(--tiller-shadow-glow-gold);
  border: 1px solid var(--tiller-color-gold-bright);
  font-weight: var(--tiller-font-weight-bold);
}

.btn-metallic-gold:hover {
  background: linear-gradient(
    180deg,
    var(--tiller-color-gold-bright) 0%,
    var(--tiller-color-gold-light) 50%,
    var(--tiller-color-gold) 100%
  );
  box-shadow:
    var(--tiller-shadow-glow-gold),
    0 4px 20px rgb(212 175 55 / 65%);
}

.shadow-small {
  box-shadow: var(--tiller-shadow-small);
}

.shadow-medium {
  box-shadow: var(--tiller-shadow-medium);
}

.shadow-large {
  box-shadow: var(--tiller-shadow-large);
}

.shadow-xl {
  box-shadow: var(--tiller-shadow-xl);
}

.navbar {
  background-color: var(--tiller-nav-bg);
  padding: 1rem;
  box-shadow: var(--tiller-shadow-small);
}

.navbar a {
  margin: 0 1rem;
  color: var(--tiller-nav-fg);
  text-decoration: none;
}

.container {
  --container-max: 75rem;

  width: min(94%, var(--container-max));
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}

.container--wide {
  --container-max: 87.5rem;
}

.container-wide {
  --container-max: 87.5rem;
}

.container--content {
  --container-max: 52rem;
}

.container--full {
  --container-max: 100%;

  padding-inline: clamp(1rem, 4vw, 3rem);
}

.container-sm {
  --container-max: 40rem;
}

.container-md {
  max-width: var(--tiller-container-md);
}

.container-lg {
  max-width: var(--tiller-container-lg);
}

.container-xl {
  max-width: var(--tiller-container-xl);
}

.container-2xl {
  max-width: var(--tiller-container-2xl);
}

.container-xxl {
  max-width: var(--tiller-container-xxl);
}

input,
select,
textarea {
  padding: 0.5rem;

  .ts-footer::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: linear-gradient(
      90deg,
      var(--tiller-color-gold-dark),
      var(--tiller-color-gold-bright),
      var(--tiller-color-gold-dark)
    );
    box-shadow: 0 0 10px var(--tiller-color-gold);
  }

  border-radius: var(--tiller-input-border-radius);
  border: 1px solid var(--tiller-input-border-color);
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--tiller-input-focus-border);
}

label {
  font-size: var(--tiller-label-font-size);
  font-weight: var(--tiller-label-font-weight);
}

.gradient-background {
  background: var(--tiller-bg-gradient-main);
}

.ts-footer {
  background: #121414;
  background-color: #121414;
  padding: var(--tiller-spacing-xl) 0 0 0;
  margin-top: var(--tiller-spacing-xl);
  border-top: 2px solid var(--tiller-color-gold);
  position: relative;
}

.ts-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--tiller-grout-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--tiller-grout-faint) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 15%;
}

.ts-footer > * {
  position: relative;
  z-index: 1;
}

.footer-main {
  max-width: min(96%, 1400px);
  margin: 0 auto;
  padding: 0 var(--tiller-spacing-lg);
}

.footer-logo-section {
  text-align: center;
  margin-bottom: var(--tiller-spacing-sm);
}

.footer-logo {
  width: 220px;
  height: auto;
  margin: 0 auto var(--tiller-spacing-sm);
  display: block;
  background: transparent;
  padding: 0;
  border: none;
  filter: drop-shadow(0 4px 12px rgb(16 185 129 / 30%));
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 20px rgb(16 185 129 / 50%));
}

.footer-tagline {
  color: var(--tiller-color-emerald);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
  text-shadow: 0 0 10px var(--tiller-color-emerald-glow);
}

.footer-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--tiller-spacing-md);
  margin-bottom: var(--tiller-spacing-sm);
  padding-top: var(--tiller-spacing-md);
  border-top: 1px solid var(--tiller-border-color);
  width: 100%;
}

.footer-group--service-areas {
  grid-column: 1 / -1;
  text-align: center;
  padding-bottom: var(--tiller-spacing-md);
  border-bottom: 1px solid var(--tiller-border-color);
  margin-bottom: var(--tiller-spacing-sm);
}

.footer-list--horizontal {
  display: flex;
  justify-content: center;
  gap: var(--tiller-spacing-lg);
  flex-wrap: wrap;
}

.footer-group--learn {
  text-align: left;
}

.footer-group--build-guides {
  text-align: center;
}

.footer-group--company {
  text-align: right;
}

.footer-list--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--tiller-spacing-xs) var(--tiller-spacing-md);
}

.footer-group {
  min-width: 0;
}

.footer-group-title {
  color: var(--tiller-color-emerald);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: var(--tiller-spacing-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px var(--tiller-shadow-glow-emerald);
}

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

.footer-list li {
  margin-bottom: var(--tiller-spacing-xs);
}

.footer-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.footer-list a:hover,
.footer-list a:focus {
  color: var(--tiller-color-gold, #d4af37);
  text-shadow:
    0 0 10px rgb(212 175 55 / 65%),
    0 0 24px rgb(212 175 55 / 45%);
}

.footer-contact {
  text-align: center;
  padding: var(--tiller-spacing-sm) 0;
  border-top: 1px solid var(--tiller-border-color);
}

.footer-contact .footer-group-title {
  margin-bottom: var(--tiller-spacing-sm);
}

.footer-license {
  color: var(--tiller-color-emerald, #10b981);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 var(--tiller-spacing-sm);
  text-shadow: 0 0 12px rgb(16 185 129 / 40%);
}

.footer-address {
  font-style: normal;
  color: var(--tiller-text-primary, #ffffff);
  font-size: 1rem;
  margin-bottom: var(--tiller-spacing-sm);
  line-height: 1.6;
}

.footer-contact-phone,
.footer-contact-email {
  margin: var(--tiller-spacing-sm) 0;
  font-size: 1.1rem;
}

.footer-contact-phone a,
.footer-contact-email a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.footer-contact-phone a:hover,
.footer-contact-phone a:focus,
.footer-contact-email a:hover,
.footer-contact-email a:focus {
  color: var(--tiller-color-gold, #d4af37);
  text-shadow:
    0 0 10px rgb(212 175 55 / 65%),
    0 0 24px rgb(212 175 55 / 45%);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--tiller-spacing-md);
  padding: var(--tiller-spacing-md) 0;
  margin-top: var(--tiller-spacing-md);
  border-top: 1px solid var(--tiller-border-color);
}

.footer-social {
  display: flex;
  gap: var(--tiller-spacing-md);
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--tiller-text-white);
  background: var(--tiller-bg-slate);
  border-radius: 50%;
  border: 1px solid var(--tiller-border-color);
  transition: all 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus {
  color: var(--tiller-bg-darkest);
  background: var(--tiller-color-gold);
  transform: translateY(-2px);
  box-shadow: var(--tiller-shadow-glow-gold);
}

.footer-social svg {
  width: 20px;
  height: 20px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--tiller-spacing-sm);
  font-size: 0.85rem;
  color: var(--tiller-text-tertiary);
}

.footer-legal a {
  color: #ffffff;
  text-decoration: none;
  transition:
    color 0.2s ease,
    text-shadow 0.2s ease;
}

.footer-legal a:hover,
.footer-legal a:focus {
  color: var(--tiller-color-gold, #d4af37);
  text-shadow:
    0 0 10px rgb(212 175 55 / 65%),
    0 0 24px rgb(212 175 55 / 45%);
}

.footer-divider {
  opacity: 70%;
}

.footer-copyright {
  color: var(--tiller-text-muted);
}

@media (max-width: 768px) {
  .footer-sections {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .footer-group--service-areas {
    grid-column: 1 / -1;
  }

  .footer-list--horizontal {
    gap: var(--tiller-spacing-md);
  }

  .footer-group--learn,
  .footer-group--build-guides,
  .footer-group--company {
    text-align: center;
  }

  .footer-list--two-col {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-sections {
    grid-template-columns: 1fr;
  }

  .footer-list--horizontal {
    flex-direction: column;
    gap: var(--tiller-spacing-xs);
  }
}

.nj-hic-verification {
  background: var(--tiller-bg-stone);
  border: 1px solid var(--tiller-border-color);
  border-left: 4px solid var(--tiller-color-emerald);
  border-radius: var(--tiller-radius-lg);
  padding: var(--tiller-spacing-lg);
  margin: var(--tiller-spacing-xl) 0;
}

.nj-hic-verification__content {
  max-width: 600px;
}

.nj-hic-verification__header {
  display: flex;
  align-items: flex-start;
  gap: var(--tiller-spacing-md);
  margin-bottom: var(--tiller-spacing-lg);
}

.nj-hic-verification__icon {
  color: var(--tiller-color-emerald);
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px var(--tiller-color-emerald-glow));
}

.nj-hic-verification__title {
  color: var(--tiller-color-emerald);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 0 12px var(--tiller-color-emerald-glow);
}

.nj-hic-verification__subtitle {
  color: var(--tiller-text-secondary);
  font-size: 0.95rem;
  margin: var(--tiller-spacing-xs) 0 0;
}

.nj-hic-verification__details {
  display: grid;
  gap: var(--tiller-spacing-sm);
  margin-bottom: var(--tiller-spacing-lg);
}

.nj-hic-verification__detail {
  display: flex;
  gap: var(--tiller-spacing-sm);
  padding: var(--tiller-spacing-sm) 0;
  border-bottom: 1px solid var(--tiller-border-color);
}

.nj-hic-verification__detail dt {
  color: var(--tiller-text-tertiary);
  font-size: 0.85rem;
  min-width: 120px;
}

.nj-hic-verification__detail dd {
  color: var(--tiller-text-primary);
  margin: 0;
}

.nj-hic-verification__detail dd strong {
  color: var(--tiller-color-gold);
  font-family: var(--tiller-font-mono, monospace);
  letter-spacing: 0.05em;
}

.nj-hic-verification__actions {
  margin-bottom: var(--tiller-spacing-md);
}

.nj-hic-verification__verify-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--tiller-spacing-sm);
}

.nj-hic-verification__note {
  color: var(--tiller-text-tertiary);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

.nj-hic-verification__note abbr {
  text-decoration: none;
  border-bottom: 1px dotted var(--tiller-text-tertiary);
}

.nj-hic-badge--compact {
  display: inline-flex;
  align-items: center;
  gap: var(--tiller-spacing-sm);
  background: var(--tiller-bg-slate);
  border: 1px solid var(--tiller-border-color);
  border-radius: var(--tiller-radius-md);
  padding: var(--tiller-spacing-xs) var(--tiller-spacing-sm);
  font-size: 0.875rem;
}

.nj-hic-badge__icon {
  color: var(--tiller-color-emerald);
}

.nj-hic-badge__text {
  display: flex;
  align-items: center;
  gap: var(--tiller-spacing-sm);
  color: var(--tiller-text-primary);
}

.nj-hic-badge__text strong {
  color: var(--tiller-color-gold);
  font-family: var(--tiller-font-mono, monospace);
}

.nj-hic-badge__verify {
  color: var(--tiller-color-emerald);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nj-hic-badge__verify:hover,
.nj-hic-badge__verify:focus {
  color: var(--tiller-color-emerald-light);
  text-decoration: underline;
}

.warranty-info {
  background: var(--tiller-bg-stone);
  border: 1px solid var(--tiller-border-color);
  border-radius: var(--tiller-radius-lg);
  padding: var(--tiller-spacing-xl);
  margin: var(--tiller-spacing-xl) 0;
}

.warranty-info__header {
  display: flex;
  align-items: flex-start;
  gap: var(--tiller-spacing-md);
  margin-bottom: var(--tiller-spacing-xl);
  padding-bottom: var(--tiller-spacing-lg);
  border-bottom: 1px solid var(--tiller-border-color);
}

.warranty-info__icon {
  color: var(--tiller-color-emerald);
  filter: drop-shadow(0 0 8px var(--tiller-color-emerald-glow));
}

.warranty-info__title {
  color: var(--tiller-color-emerald);
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 0 12px var(--tiller-color-emerald-glow);
}

.warranty-info__subtitle {
  color: var(--tiller-text-secondary);
  margin: var(--tiller-spacing-xs) 0 0;
}

.warranty-info__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--tiller-spacing-lg);
  margin-bottom: var(--tiller-spacing-xl);
}

.warranty-info__card {
  background: var(--tiller-bg-slate);
  border: 1px solid var(--tiller-border-color);
  border-radius: var(--tiller-radius-md);
  padding: var(--tiller-spacing-lg);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.warranty-info__card:hover {
  border-color: var(--tiller-color-gold-muted);
  transform: translateY(-2px);
}

.warranty-info__card--highlight {
  border-color: var(--tiller-color-emerald);
  background: linear-gradient(135deg, var(--tiller-bg-slate), rgb(16 185 129 / 8%));
}

.warranty-info__card-header {
  display: flex;
  align-items: center;
  gap: var(--tiller-spacing-sm);
  margin-bottom: var(--tiller-spacing-sm);
}

.warranty-info__card-icon {
  font-size: 1.5rem;
}

.warranty-info__card-title {
  color: var(--tiller-text-primary);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.warranty-info__card-term {
  color: var(--tiller-color-gold);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 var(--tiller-spacing-sm);
}

.warranty-info__card-desc {
  color: var(--tiller-text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.warranty-info__footer {
  padding-top: var(--tiller-spacing-lg);
  border-top: 1px solid var(--tiller-border-color);
}

.warranty-info__note {
  color: var(--tiller-text-secondary);
  font-size: 0.9rem;
  margin: 0 0 var(--tiller-spacing-md);
}

.warranty-info__note strong {
  color: var(--tiller-color-gold);
}

.warranty-info__compliance {
  color: var(--tiller-text-tertiary);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

.warranty-info__link {
  color: var(--tiller-color-emerald);
  text-decoration: none;
  transition: color 0.2s ease;
}

.warranty-info__link:hover,
.warranty-info__link:focus {
  color: var(--tiller-color-emerald-light);
  text-decoration: underline;
}

/* ============================================================
   MERGED FROM: z-index-system.css
   Z-Index Layer System - "Respect the Brickwork"
   ============================================================ */

:root {
  /* Z-Index Scale (0-1000) */
  --z-base: 0; /* Default page content */
  --z-content: 1; /* Main content layer */
  --z-dropdown: 100; /* Dropdown menus */
  --z-sticky: 200; /* Sticky headers/footers */
  --z-fixed: 300; /* Fixed positioned elements */
  --z-modal-backdrop: 400; /* Modal/overlay backdrops */
  --z-modal: 500; /* Modal dialogs */
  --z-popover: 600; /* Popovers, tooltips */
  --z-toast: 700; /* Toast notifications */
  --z-tooltip: 800; /* Tooltips (highest UI) */
  --z-dev-tools: 9999; /* Dev tools (never in production) */
}

/* ===== LAYER 0: BASE ===== */
.gradient-mesh,
.background-pattern,
.decorative-element {
  z-index: var(--z-base) !important;
}

/* ===== LAYER 1: CONTENT ===== */
main,
section,
article,
.content,
.bento-item,
.glass-card,
.card {
  z-index: var(--z-content) !important;
}

/* ===== LAYER 100: DROPDOWNS ===== */
.dropdown,
.dropdown-menu,
.nav-dropdown,
select[multiple] {
  z-index: var(--z-dropdown) !important;
}

/* ===== LAYER 200: STICKY ===== */
header,
.ts-header,
.site-header,
nav.sticky,
.sticky-nav {
  z-index: var(--z-sticky) !important;
}

footer.sticky,
.sticky-footer {
  z-index: calc(var(--z-sticky) - 50) !important;
}

/* ===== LAYER 300: FIXED ===== */
.fixed-element,
.back-to-top,
.scroll-progress {
  z-index: var(--z-fixed) !important;
}

/* ===== LAYER 400: MODAL BACKDROPS ===== */
.modal-backdrop,
.overlay,
.backdrop,
[class*='-backdrop'] {
  z-index: var(--z-modal-backdrop) !important;
}

/* ===== LAYER 500: MODALS ===== */
.modal,
.lightbox,
.dialog,
[role='dialog'] {
  z-index: var(--z-modal) !important;
}

/* ===== LAYER 600: POPOVERS ===== */
.popover,
.context-menu,
.menu-popup {
  z-index: var(--z-popover) !important;
}

/* ===== LAYER 700: TOASTS ===== */
.toast,
.toast-container,
.notification,
.alert-banner {
  z-index: var(--z-toast) !important;
}

/* ===== LAYER 800: TOOLTIPS ===== */
.tooltip,
[role='tooltip'],
.tip {
  z-index: var(--z-tooltip) !important;
}

/* ===== MOBILE OVERRIDES ===== */
@media (max-width: 768px) {
  .mobile-fab,
  .fab,
  .floating-action-button,
  .a11y-toolbar,
  .accessibility-toolbar,
  #performance-toggle,
  .performance-toggle {
    display: none !important;
    z-index: -1 !important;
  }

  header,
  .ts-header,
  .site-header {
    z-index: 100 !important;
  }

  main,
  section,
  article {
    z-index: 1 !important;
  }

  footer,
  .site-footer {
    z-index: 10 !important;
  }

  .toast,
  .toast-container,
  .notification,
  .modal,
  .lightbox,
  .popover {
    display: none !important;
    z-index: -1 !important;
  }
}

/* ===== ACCESSIBILITY ===== */
*:focus-visible {
  position: relative;
  z-index: calc(var(--z-content) + 1) !important;
}

/* ===== DEBUGGING ===== */
[data-dev-tool] {
  z-index: var(--z-dev-tools) !important;
}
