/* ==========================================================================
   Total Build Child — main stylesheet
   Nationserv structure / typography / spacing + Total Build gold brand
   ========================================================================== */

:root {
  /* Brand — live total-build.uk */
  --tb-gold: #C9A227;
  --tb-gold-mid: #B28C00;
  --tb-gold-dark: #8F7000;
  --tb-gold-soft: #E0C45A;
  --tb-gold-tint: rgba(178, 140, 0, 0.12);

  /* Neutrals + live secondary (forest) */
  --tb-cream: #F5F1E8;
  --tb-cream-2: #EDE8DC;
  --tb-white: #FFFFFF;
  --tb-secondary: #13302E;
  --tb-secondary-2: #0E2624;
  --tb-dark: #13302E;
  --tb-charcoal: #0E2624;
  --tb-ink: #1D1D1D;
  --tb-text: #333333;
  --tb-muted: #5C5C5C;
  --tb-muted-2: #757575;
  --tb-border: rgba(29, 29, 29, 0.1);
  --tb-border-strong: rgba(29, 29, 29, 0.16);
  --tb-announce: #111111;
  --tb-status: #3DDC84;

  /* Radii — sharp UI, soft cards only */
  --tb-radius: 8px;
  --tb-radius-sm: 4px;
  --tb-radius-md: 8px;
  --tb-radius-lg: 12px;
  --tb-radius-btn: 0;

  /* Elevation */
  --tb-shadow: 0 18px 44px rgba(20, 20, 20, 0.1);
  --tb-shadow-sm: 0 8px 22px rgba(20, 20, 20, 0.07);
  --tb-shadow-gold: 0 10px 28px rgba(184, 145, 42, 0.22);

  /* Layout */
  --tb-container: 1200px;
  --tb-header-h: 80px;
  --tb-announce-h: 38px;

  /* Typography — Inter Tight like Nationserv (Zalando Sans fallback stack) */
  --tb-font-body: "Inter Tight", system-ui, sans-serif;
  --tb-font-display: "Inter Tight", system-ui, sans-serif;
  --tb-font-hero: "Barlow Condensed", "Inter Tight", sans-serif;
  --tb-font-serif: "Fraunces", Georgia, serif;

  /* Motion */
  --tb-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Glass */
  --tb-glass: rgba(20, 20, 20, 0.48);
  --tb-glass-border: rgba(255, 255, 255, 0.14);

  /* Aliases kept for older selectors */
  --tb-stone: var(--tb-cream);
  --tb-stone-2: var(--tb-cream-2);
  --tb-radius-pill: 4px;
}

/* --------------------------------------------------------------------------
   Reset & base
   -------------------------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tb-text);
  background: var(--tb-cream);
  font-family: var(--tb-font-body);
  font-size: 1.0125rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.tb-nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s var(--tb-ease);
}

a:hover {
  color: var(--tb-gold-mid);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--tb-font-display);
  font-weight: 700;
  line-height: 1.08;
  color: var(--tb-ink);
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

h1 em, h2 em, h3 em,
.tb-section__title em,
.tb-story__title em,
.tb-hero__title em,
.tb-cta__title em,
.tb-cta-band__title em {
  font-family: var(--tb-font-serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 1rem;
}

ul, ol {
  margin: 0;
  padding: 0;
}

button {
  font: inherit;
}

::selection {
  background: rgba(201, 162, 39, 0.28);
  color: var(--tb-dark);
}

.tb-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--tb-gold);
  color: var(--tb-dark);
  padding: 0.75rem 1.15rem;
  z-index: 10000;
  border-radius: 0;
  font-weight: 700;
  font-family: var(--tb-font-display);
}

.tb-skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.tb-container {
  width: min(100% - 2rem, var(--tb-container));
  margin-inline: auto;
}

@media (min-width: 768px) {
  .tb-container {
    width: min(100% - 3rem, var(--tb-container));
  }
}

.site-main {
  overflow-x: clip;
}

/* --------------------------------------------------------------------------
   Announcement / top bar
   -------------------------------------------------------------------------- */

.tb-announce,
.tb-topbar {
  background: var(--tb-announce);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  z-index: 1002;
}

.tb-announce__inner,
.tb-topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 1.25rem;
  min-height: var(--tb-announce-h);
  padding: 0.4rem 0;
}

.tb-announce__left,
.tb-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.85rem 1.35rem;
  min-width: 0;
}

.tb-announce__status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.tb-announce__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tb-status);
  box-shadow: 0 0 0 3px rgba(61, 220, 132, 0.22);
  flex-shrink: 0;
  animation: tb-pulse 2.4s ease-in-out infinite;
}

@keyframes tb-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(61, 220, 132, 0.18); }
  50% { box-shadow: 0 0 0 5px rgba(61, 220, 132, 0.08); }
}

.tb-announce__awards,
.tb-announce__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.62);
}

.tb-announce__right,
.tb-topbar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
}

.tb-announce__phone,
.tb-announce a,
.tb-topbar__item,
.tb-topbar a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.tb-announce a:hover,
.tb-topbar a:hover {
  color: var(--tb-gold-soft);
}

.tb-announce__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.8125rem;
}

.tb-announce__phone::before {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.85;
}

@media (max-width: 640px) {
  .tb-announce__awards,
  .tb-topbar__left {
    display: none;
  }

  .tb-announce__inner,
  .tb-topbar__inner {
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.tb-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--tb-cream);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--tb-ease);
}

.tb-header.is-scrolled {
  background: var(--tb-cream);
  border-bottom-color: var(--tb-border);
  box-shadow: none;
}

.tb-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--tb-header-h);
}

.tb-header__brand {
  flex-shrink: 0;
  position: relative;
  z-index: 1003;
}

.tb-logo__img,
.custom-logo {
  max-height: 48px;
  width: auto;
  transition: opacity 0.25s;
}

.tb-logo:hover .tb-logo__img,
.tb-logo:hover .custom-logo {
  opacity: 0.88;
}

/* Nav toggle — sharp rectangle */
.tb-nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: var(--tb-gold-mid);
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1003;
  transition: background 0.25s;
}

.tb-nav-toggle:hover {
  background: var(--tb-gold);
}

.tb-nav-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--tb-white);
  border-radius: 0;
  transition: transform 0.35s var(--tb-ease), opacity 0.25s, width 0.25s;
}

.tb-nav-toggle[aria-expanded="true"] {
  background: var(--tb-dark);
}

.tb-nav-toggle[aria-expanded="true"] .tb-nav-toggle__bar {
  background: var(--tb-white);
}

.tb-nav-toggle[aria-expanded="true"] .tb-nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.tb-nav-toggle[aria-expanded="true"] .tb-nav-toggle__bar:nth-child(2) {
  opacity: 0;
  width: 0;
}

.tb-nav-toggle[aria-expanded="true"] .tb-nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav shell */
.tb-nav {
  position: fixed;
  inset: 0;
  top: 0;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(var(--tb-header-h) + var(--tb-announce-h) + 1.5rem) 1.5rem 2rem;
  background: var(--tb-cream);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  transition:
    transform 0.45s var(--tb-ease),
    opacity 0.35s ease,
    visibility 0.45s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tb-nav.is-open {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.tb-nav__cta {
  align-self: stretch;
  text-align: center;
  margin-top: 0.5rem;
}

.tb-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.tb-menu > li > a {
  display: block;
  padding: 0.95rem 0.25rem;
  font-family: var(--tb-font-display);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--tb-ink);
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--tb-border);
}

.tb-menu > li > a:hover,
.tb-menu > li.current-menu-item > a,
.tb-menu > li.current-menu-ancestor > a {
  color: var(--tb-gold-mid);
}

.tb-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0.75rem 0.85rem;
}

.tb-menu .sub-menu a {
  display: block;
  padding: 0.55rem 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--tb-muted);
  letter-spacing: 0.02em;
}

.tb-menu .sub-menu a:hover {
  color: var(--tb-gold-mid);
}

/* Desktop nav */
@media (min-width: 992px) {
  .tb-nav-toggle {
    display: none;
  }

  .tb-nav {
    position: static;
    inset: auto;
    transform: none;
    visibility: visible;
    opacity: 1;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem 1.5rem;
    padding: 0;
    background: transparent;
    overflow: visible;
  }

  .tb-nav__cta {
    align-self: auto;
    margin-top: 0;
    flex-shrink: 0;
    padding: 0.7rem 1.25rem;
    font-size: 0.8125rem;
  }

  .tb-menu {
    flex-direction: row;
    align-items: center;
    gap: 0.15rem;
  }

  .tb-menu > li {
    position: relative;
  }

  .tb-menu > li > a {
    padding: 0.7rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 500;
    border-bottom: none;
    position: relative;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .tb-menu > li > a::after {
    content: "";
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.15rem;
    height: 3px;
    background: var(--tb-gold);
    border-radius: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s var(--tb-ease);
  }

  .tb-menu > li:hover > a::after,
  .tb-menu > li.current-menu-item > a::after,
  .tb-menu > li.current-menu-ancestor > a::after,
  .tb-menu > li:focus-within > a::after {
    transform: scaleX(1);
  }

  .tb-menu > li.current-menu-item > a,
  .tb-menu > li.current-menu-ancestor > a {
    color: var(--tb-ink);
  }

  .tb-menu .sub-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    min-width: 240px;
    padding: 0.5rem;
    background: var(--tb-white);
    border: 1px solid var(--tb-border);
    border-radius: var(--tb-radius-sm);
    box-shadow: var(--tb-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition:
      opacity 0.28s var(--tb-ease),
      transform 0.28s var(--tb-ease),
      visibility 0.28s;
    z-index: 40;
  }

  .tb-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 1.25rem;
    width: 12px;
    height: 12px;
    background: var(--tb-white);
    border-left: 1px solid var(--tb-border);
    border-top: 1px solid var(--tb-border);
    transform: rotate(45deg);
  }

  .tb-menu > li:hover > .sub-menu,
  .tb-menu > li.is-open > .sub-menu,
  .tb-menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .tb-menu .sub-menu a {
    padding: 0.65rem 0.85rem;
    border-radius: var(--tb-radius-sm);
    color: var(--tb-ink);
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .tb-menu .sub-menu a:hover {
    background: var(--tb-cream);
    color: var(--tb-gold-mid);
  }

  .tb-menu .sub-menu .sub-menu {
    top: -0.5rem;
    left: calc(100% + 0.4rem);
  }
}

/* --------------------------------------------------------------------------
   Buttons — sharp rectangles (Nationserv)
   -------------------------------------------------------------------------- */

.tb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px 24px;
  border-radius: 0 !important;
  font-family: var(--tb-font-display);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  line-height: 1.2;
  transition:
    background 0.28s var(--tb-ease),
    color 0.28s var(--tb-ease),
    border-color 0.28s var(--tb-ease),
    box-shadow 0.28s var(--tb-ease);
}

.tb-btn:hover {
  transform: none;
}

.tb-btn:active {
  transform: none;
}

.tb-btn--gold {
  background: var(--tb-gold-mid);
  color: var(--tb-white);
  border-color: var(--tb-gold-mid);
  box-shadow: none;
}

.tb-btn--gold:hover {
  color: var(--tb-white);
  background: var(--tb-gold);
  border-color: var(--tb-gold);
  box-shadow: none;
}

.tb-btn--dark {
  background: var(--tb-dark);
  color: var(--tb-white);
  border-color: var(--tb-dark);
  box-shadow: none;
}

.tb-btn--dark:hover {
  color: var(--tb-white);
  background: var(--tb-charcoal);
  border-color: var(--tb-charcoal);
}

/* Solid white secondary (hero / dark bands) — not ghost outline */
.tb-btn--outline {
  background: var(--tb-white);
  border-color: var(--tb-white);
  color: var(--tb-dark);
}

.tb-btn--outline:hover {
  background: var(--tb-cream);
  color: var(--tb-dark);
  border-color: var(--tb-cream);
}

.tb-btn--ghost {
  background: transparent;
  border-color: var(--tb-border-strong);
  color: var(--tb-ink);
}

.tb-btn--ghost:hover {
  border-color: var(--tb-gold-mid);
  color: var(--tb-gold-mid);
  background: var(--tb-gold-tint);
}

.tb-btn--sm {
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
}

.tb-btn--lg {
  padding: 0.95rem 1.75rem;
  font-size: 0.9375rem;
}

.tb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--tb-gold-mid);
  font-weight: 600;
  font-family: var(--tb-font-display);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.tb-link::after {
  content: "→";
  transition: transform 0.3s var(--tb-ease);
}

.tb-link:hover {
  color: var(--tb-dark);
}

.tb-link:hover::after {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Badges / eyebrows
   -------------------------------------------------------------------------- */

.tb-badge,
.tb-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--tb-radius-sm);
  font-family: var(--tb-font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tb-badge--gold {
  background: var(--tb-gold-tint);
  color: var(--tb-gold-dark);
}

.tb-badge--soft {
  background: var(--tb-cream-2);
  color: var(--tb-muted);
}

.tb-badge--glass {
  background: var(--tb-glass);
  border: 1px solid var(--tb-glass-border);
  color: var(--tb-white);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.55rem 1rem;
  border-radius: var(--tb-radius);
}

.tb-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--tb-gold);
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 0.9em;
}

/* --------------------------------------------------------------------------
   Hero — cinematic, left content + right glass rating
   -------------------------------------------------------------------------- */

.tb-hero {
  position: relative;
  isolation: isolate;
  min-height: min(88vh, 900px);
  display: grid;
  align-items: center;
  color: var(--tb-white);
  background:
    var(--tb-hero-image, none) center / cover no-repeat;
  background-color: #1a1a1a;
  overflow: hidden;
}

.tb-hero__overlay,
.tb-hero:not(:has(.tb-hero__overlay))::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      rgba(20, 20, 20, 0.78) 0%,
      rgba(20, 20, 20, 0.55) 48%,
      rgba(20, 20, 20, 0.72) 100%
    ),
    linear-gradient(
      180deg,
      rgba(20, 20, 20, 0.35) 0%,
      rgba(20, 20, 20, 0.55) 55%,
      rgba(20, 20, 20, 0.82) 100%
    );
}

.tb-hero__overlay {
  display: block;
}

.tb-hero::after {
  display: none;
}

.tb-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, var(--tb-container));
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4.5rem 0 4rem;
  min-height: inherit;
}

.tb-hero__content {
  position: relative;
  z-index: 2;
  padding: 0;
  max-width: 40rem;
  width: 100%;
  text-align: left;
  margin: 0;
}

.tb-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1.15rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--tb-radius-sm);
  background: rgba(201, 162, 39, 0.16);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tb-gold-soft);
  font-family: var(--tb-font-display);
}

.tb-hero__title {
  color: var(--tb-white);
  font-family: var(--tb-font-hero);
  font-size: clamp(3.5rem, 7.5vw, 5.3rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.87;
  max-width: 100%;
  margin: 0 0 1.25rem;
  text-shadow: none;
}

.tb-hero__subtitle {
  max-width: 36rem;
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
  font-weight: 400;
  font-family: var(--tb-font-body);
}

.tb-hero__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.tb-hero__rating,
.tb-hero__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 1rem 1.25rem;
  border-radius: var(--tb-radius);
  background: var(--tb-glass);
  border: 1px solid var(--tb-glass-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
  text-align: left;
  max-width: 16rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.tb-hero__rating .tb-stars,
.tb-hero__badge .tb-stars {
  color: var(--tb-gold);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
}

.tb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
}

.tb-hero__scroll {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.tb-hero__scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, var(--tb-gold), transparent);
  animation: tb-scroll-line 1.8s ease-in-out infinite;
}

@keyframes tb-scroll-line {
  0% { transform: scaleY(0.4); opacity: 0.4; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0.4); opacity: 0.4; }
}

/* Desktop: rating floats right of hero content */
@media (min-width: 992px) {
  .tb-hero {
    min-height: min(90vh, 920px);
  }

  .tb-hero__inner {
    padding: 5.5rem 0 5rem;
  }

  .tb-hero__content {
    max-width: 42rem;
    padding-right: 16rem;
  }

  .tb-hero__title {
    font-size: clamp(4rem, 6.2vw, 5.3rem);
    letter-spacing: -0.055em;
  }

  .tb-hero__rating,
  .tb-hero__badge {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    align-items: flex-start;
  }

  .tb-hero__footer {
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .tb-hero__content {
    padding-right: 18rem;
  }

  .tb-hero__title {
    font-size: 5.3rem; /* ~85px */
  }
}

@media (max-width: 991px) {
  .tb-hero {
    min-height: auto;
    align-items: stretch;
  }

  .tb-hero__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 1.35rem;
    padding: 6.5rem 0 2.5rem;
    min-height: min(78vh, 640px);
  }

  .tb-hero__content {
    max-width: none;
    padding-right: 0;
    width: 100%;
  }

  .tb-hero__title {
    font-size: clamp(2.4rem, 10.5vw, 3.4rem);
    letter-spacing: -0.04em;
    line-height: 0.92;
  }

  .tb-hero__subtitle {
    max-width: none;
    margin-bottom: 1.35rem;
    font-size: 0.98rem;
  }

  .tb-hero__rating,
  .tb-hero__badge {
    position: static;
    transform: none;
    order: -1;
    max-width: 100%;
    width: fit-content;
    margin: 0;
  }

  .tb-hero__actions {
    width: 100%;
  }

  .tb-hero__actions .tb-btn {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }

  .tb-hero__footer {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .tb-hero__inner {
    padding-top: 5.75rem;
    min-height: min(72vh, 580px);
  }

  .tb-hero__title {
    font-size: clamp(2.15rem, 11vw, 2.85rem);
  }

  .tb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tb-hero__actions .tb-btn {
    width: 100%;
  }

  .tb-hero__rating,
  .tb-hero__badge {
    max-width: 100%;
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Page hero (inner pages)
   -------------------------------------------------------------------------- */

.tb-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 300px;
  display: grid;
  align-items: end;
  color: var(--tb-white);
  background: var(--tb-hero-image, none) center / cover no-repeat;
  background-color: var(--tb-charcoal);
  overflow: hidden;
}

.tb-page-hero__overlay,
.tb-page-hero:not(:has(.tb-page-hero__overlay))::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(20, 20, 20, 0.82) 0%, rgba(20, 20, 20, 0.55) 100%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.75));
  z-index: 0;
  pointer-events: none;
}

.tb-page-hero__overlay {
  display: block;
}

.tb-page-hero--compact {
  min-height: 220px;
  background: linear-gradient(145deg, var(--tb-dark), var(--tb-charcoal));
  align-items: center;
}

.tb-page-hero--compact::before,
.tb-page-hero--compact .tb-page-hero__overlay {
  display: none;
}

.tb-page-hero__content {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0 2.75rem;
  max-width: 46rem;
}

.tb-page-hero__title {
  color: var(--tb-white);
  font-family: var(--tb-font-hero);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.tb-page-hero__subtitle {
  color: rgba(255, 255, 255, 0.82);
  max-width: 40rem;
  margin: 0;
  font-size: 1.05rem;
}

@media (min-width: 768px) {
  .tb-page-hero {
    min-height: 360px;
  }
}

/* --------------------------------------------------------------------------
   Sections shared
   -------------------------------------------------------------------------- */

.tb-section {
  padding: 5.5rem 0;
  position: relative;
}

.tb-section--stone {
  background: var(--tb-cream);
}

.tb-section--white {
  background: var(--tb-white);
}

.tb-section--dark {
  background: var(--tb-dark);
  color: rgba(255, 255, 255, 0.82);
}

.tb-section__header {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.tb-section__header--center {
  text-align: center;
  margin-inline: auto;
}

.tb-section__header--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  max-width: none;
}

.tb-section__eyebrow,
.tb-eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--tb-gold-mid);
  font-family: var(--tb-font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tb-section__title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  letter-spacing: -0.04em;
  margin-bottom: 0.95rem;
  line-height: 1.02;
  font-weight: 700;
}

.tb-section__title em,
.tb-section__title .tb-accent {
  font-style: italic;
  font-weight: 500;
  color: var(--tb-gold-mid);
}

.tb-section__text {
  color: var(--tb-muted);
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.7;
}

.tb-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .tb-section {
    padding: 6.25rem 0;
  }
}

@media (min-width: 1200px) {
  .tb-section {
    padding: 7rem 0;
  }
}

/* --------------------------------------------------------------------------
   Trust marquee — Nationserv dark ticker
   -------------------------------------------------------------------------- */

.tb-trust {
  background: #1a0a1f;
  background: linear-gradient(90deg, #140818 0%, #2a1033 50%, #140818 100%);
  border: 0;
  padding: 1.15rem 0;
  overflow: hidden;
  position: relative;
}

.tb-trust::before,
.tb-trust::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.tb-trust::before {
  left: 0;
  background: linear-gradient(90deg, #140818, transparent);
}

.tb-trust::after {
  right: 0;
  background: linear-gradient(270deg, #140818, transparent);
}

.tb-trust__track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: tb-marquee 38s linear infinite;
}

.tb-trust:hover .tb-trust__track {
  animation-play-state: paused;
}

.tb-trust__group {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  padding-inline: 1.5rem;
  flex-shrink: 0;
}

.tb-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  font-family: var(--tb-font-display);
  font-weight: 700;
  font-size: 0.8125rem;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: none;
}

.tb-trust__item::before {
  display: none;
}

.tb-trust__star {
  color: var(--tb-gold);
  font-size: 0.7rem;
  line-height: 1;
}

.tb-trust__logo {
  height: 28px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(1);
  transition: opacity 0.25s, filter 0.25s;
}

.tb-trust:hover .tb-trust__logo {
  opacity: 0.95;
  filter: none;
}

@keyframes tb-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .tb-trust__track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    gap: 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   Intro split
   -------------------------------------------------------------------------- */

.tb-intro {
  background: var(--tb-cream);
}

.tb-intro__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.tb-intro__copy {
  order: 1;
}

.tb-intro__media {
  order: 2;
  position: relative;
  min-height: 380px;
}

.tb-intro__media-stack {
  position: relative;
  min-height: 440px;
}

.tb-intro__img,
.tb-intro__img--main {
  width: 78%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--tb-radius);
  box-shadow: 0 24px 48px rgba(20, 20, 20, 0.16);
}

.tb-intro__img--offset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
  height: 230px;
  min-height: 0;
  margin: 0;
  border: 6px solid var(--tb-cream);
  border-radius: var(--tb-radius);
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.14);
  z-index: 2;
}

.tb-intro__stat,
.tb-intro__stat-card {
  position: absolute;
  left: 4%;
  bottom: 8%;
  z-index: 3;
  max-width: 210px;
  padding: 1.1rem 1.15rem;
  background: var(--tb-dark);
  color: var(--tb-white);
  border-radius: var(--tb-radius);
  box-shadow: 0 18px 36px rgba(20, 20, 20, 0.28);
}

.tb-intro__stat-value,
.tb-intro__stat-card strong {
  display: block;
  font-family: var(--tb-font-display);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 700;
  color: var(--tb-gold);
  line-height: 1;
  letter-spacing: -0.04em;
}

.tb-intro__stat-label,
.tb-intro__stat-card span {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.tb-intro .tb-section__title {
  max-width: 16ch;
  margin-bottom: 1.35rem;
  font-size: clamp(2.15rem, 4vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.tb-intro .tb-section__title em {
  color: var(--tb-gold-mid);
}

.tb-intro .tb-eyebrow {
  color: var(--tb-gold-mid);
  margin-bottom: 1rem;
}

.tb-intro__lead {
  margin: 0 0 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid var(--tb-gold-mid);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--tb-ink);
  font-weight: 500;
  max-width: 34rem;
}

.tb-intro .tb-section__text {
  margin-bottom: 0;
  max-width: 36rem;
  color: var(--tb-muted);
}

.tb-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.85rem;
}

.tb-intro__actions .tb-btn--dark {
  background: var(--tb-gold-mid);
  border-color: var(--tb-gold-mid);
  color: #fff;
}

.tb-intro__actions .tb-btn--dark:hover {
  background: var(--tb-gold);
  border-color: var(--tb-gold);
  color: var(--tb-dark);
}

.tb-intro__actions .tb-btn--ghost {
  background: transparent;
  border-color: var(--tb-border-strong);
  color: var(--tb-ink);
}

.tb-intro__actions .tb-btn--ghost:hover {
  border-color: var(--tb-gold-mid);
  color: var(--tb-gold-mid);
  background: var(--tb-gold-tint);
}

@media (min-width: 768px) {
  .tb-intro__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
  }

  .tb-intro__copy {
    order: 1;
  }

  .tb-intro__media {
    order: 2;
  }

  .tb-intro__grid > .tb-intro__media:first-child {
    order: 2;
  }

  .tb-intro__grid > .tb-intro__copy:last-child {
    order: 1;
  }
}

@media (min-width: 992px) {
  .tb-intro__media-stack {
    min-height: 520px;
  }

  .tb-intro__img--main {
    height: 480px;
  }

  .tb-intro__img--offset {
    height: 270px;
  }
}

@media (max-width: 767px) {
  .tb-intro__img--main,
  .tb-intro__img--offset {
    width: 100%;
    height: 250px;
    position: relative;
    right: auto;
    bottom: auto;
  }

  .tb-intro__media-stack {
    display: grid;
    gap: 0.85rem;
    min-height: 0;
  }

  .tb-intro__stat-card,
  .tb-intro__stat {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1rem;
    max-width: none;
  }

  .tb-intro__media {
    min-height: 0;
  }
}

/* --------------------------------------------------------------------------
   Dual hubs
   -------------------------------------------------------------------------- */

.tb-hubs,
.tb-pillars {
  background: var(--tb-cream);
}

.tb-hubs--ns {
  padding-top: 2.5rem;
}

.tb-hubs__grid,
.tb-pillars__grid {
  display: grid;
  gap: 1.15rem;
}

.tb-hub,
.tb-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 2.25rem 1.85rem;
  border-radius: 0;
  overflow: hidden;
  color: var(--tb-white);
  background: var(--tb-dark);
  isolation: isolate;
  transition: transform 0.4s var(--tb-ease), box-shadow 0.4s var(--tb-ease);
}

.tb-hub:hover,
.tb-pillar:hover {
  transform: translateY(-4px);
  box-shadow: var(--tb-shadow);
  color: var(--tb-white);
}

.tb-hub__bg,
.tb-hub::before,
.tb-pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.12) 0%, rgba(20, 20, 20, 0.84) 100%),
    var(--tb-hub-image, none) center / cover no-repeat;
  transition: transform 0.7s var(--tb-ease);
}

.tb-hub:hover::before,
.tb-pillar:hover::before,
.tb-hub:hover .tb-hub__bg {
  transform: scale(1.05);
}

.tb-hub--alt,
.tb-pillar--alt {
  background: var(--tb-charcoal);
}

.tb-hub__label,
.tb-pillar__label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.85rem;
  padding: 0.32rem 0.7rem;
  border-radius: var(--tb-radius-sm);
  background: rgba(201, 162, 39, 0.18);
  border: 1px solid rgba(201, 162, 39, 0.3);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tb-gold-soft);
  font-weight: 600;
  font-family: var(--tb-font-display);
}

.tb-hub__title,
.tb-pillar__title,
.tb-hub__text,
.tb-hub .tb-link {
  display: block;
  position: relative;
  z-index: 1;
}

.tb-hub__title,
.tb-pillar__title {
  font-family: var(--tb-font-display);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--tb-white);
  margin: 0 0 0.65rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.tb-hub__text,
.tb-pillar__text {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1.15rem;
  max-width: 34ch;
  font-size: 0.98rem;
}

.tb-hub .tb-link,
.tb-pillar .tb-link {
  color: var(--tb-gold-soft);
  font-weight: 600;
  font-size: 0.9rem;
}

.tb-hub .tb-link::after {
  content: " →";
}

@media (min-width: 768px) {
  .tb-hubs__grid,
  .tb-pillars__grid {
    grid-template-columns: 1fr 1fr;
  }

  .tb-hub,
  .tb-pillar {
    min-height: 420px;
    padding: 2.5rem;
  }
}

/* --------------------------------------------------------------------------
   Stats strip
   -------------------------------------------------------------------------- */

.tb-stats {
  background: var(--tb-dark);
  color: var(--tb-white);
  padding: 3.5rem 0;
}

.tb-stats__grid {
  display: grid;
  gap: 2rem 1.5rem;
}

.tb-stats__item {
  padding-right: 1rem;
}

.tb-stats__num {
  display: block;
  font-family: var(--tb-font-display);
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.92;
  color: var(--tb-gold);
  margin-bottom: 0.55rem;
}

.tb-stats__label {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 22ch;
}

@media (min-width: 640px) {
  .tb-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tb-stats {
    padding: 4rem 0;
  }

  .tb-stats__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .tb-stats__item + .tb-stats__item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 1.75rem;
  }
}

/* --------------------------------------------------------------------------
   Services
   -------------------------------------------------------------------------- */

.tb-services {
  background: var(--tb-white);
}

.tb-services__tabs,
.tb-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.tb-services__tab,
.tb-tabs__btn {
  appearance: none;
  border: 1px solid var(--tb-border);
  background: transparent;
  color: var(--tb-muted);
  padding: 0.55rem 1.05rem;
  border-radius: 0;
  font-family: var(--tb-font-display);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.tb-services__tab:hover,
.tb-tabs__btn:hover {
  border-color: rgba(184, 145, 42, 0.45);
  color: var(--tb-ink);
}

.tb-services__tab.is-active,
.tb-tabs__btn.is-active,
.tb-services__tab[aria-selected="true"],
.tb-tabs__btn[aria-selected="true"] {
  background: var(--tb-dark);
  color: var(--tb-white);
  border-color: var(--tb-dark);
}

.tb-services__panel[hidden] {
  display: none;
}

/* Cards — sharp, cream section, subtle border */
.tb-cards {
  display: grid;
  gap: 1.35rem;
}

.tb-card {
  background: var(--tb-white);
  border: 1px solid rgba(29, 29, 29, 0.12);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition:
    transform 0.35s var(--tb-ease),
    box-shadow 0.35s var(--tb-ease),
    border-color 0.35s;
}

.tb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.08);
  border-color: rgba(184, 145, 42, 0.35);
}

.tb-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--tb-cream-2);
  position: relative;
}

.tb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--tb-ease);
}

.tb-card:hover .tb-card__media img {
  transform: scale(1.04);
}

.tb-card__body {
  padding: 1.45rem 1.35rem 1.6rem;
}

.tb-card__title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.tb-card__title a:hover,
.tb-card:hover .tb-link {
  color: var(--tb-gold-mid);
}

.tb-card__text {
  color: var(--tb-muted);
  font-size: 0.95rem;
  margin-bottom: 0.95rem;
}

.tb-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .tb-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tb-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .tb-cards--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .tb-cards--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --------------------------------------------------------------------------
   Process steps
   -------------------------------------------------------------------------- */

.tb-process {
  background: var(--tb-cream);
}

.tb-process .tb-section__title {
  font-size: clamp(2.4rem, 5vw, 3.75rem);
}

.tb-process .tb-section__title em {
  font-family: var(--tb-font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--tb-gold-mid);
}

.tb-process__grid {
  display: grid;
  gap: 2.5rem 1.75rem;
  position: relative;
  margin-top: 0.5rem;
}

.tb-process__step {
  position: relative;
  padding: 0.25rem 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tb-process__num {
  display: block;
  font-family: var(--tb-font-display);
  font-size: clamp(3rem, 6vw, 4.25rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--tb-gold);
  margin-bottom: 1.15rem;
}

.tb-process__title {
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
  letter-spacing: -0.025em;
}

.tb-process__text {
  color: var(--tb-muted);
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 28ch;
}

@media (min-width: 768px) {
  .tb-process__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 2rem;
  }
}

@media (min-width: 992px) {
  .tb-process__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 2.25rem;
  }

  .tb-process__grid::before {
    content: "";
    position: absolute;
    top: 2.15rem;
    left: 6%;
    right: 6%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(184, 145, 42, 0.35) 12%,
      rgba(201, 162, 39, 0.55) 50%,
      rgba(184, 145, 42, 0.35) 88%,
      transparent
    );
    z-index: 0;
    pointer-events: none;
  }

  .tb-process__step {
    z-index: 1;
  }
}

/* --------------------------------------------------------------------------
   Why us / features — cream + gold dash list (Nationserv style)
   -------------------------------------------------------------------------- */

.tb-why {
  background: var(--tb-secondary);
  color: rgba(245, 241, 232, 0.88);
}

.tb-why .tb-section__title {
  color: #F5F1E8;
}

.tb-why .tb-section__title em {
  font-family: var(--tb-font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--tb-gold-soft);
}

.tb-why .tb-section__text {
  color: rgba(245, 241, 232, 0.68);
}

.tb-why .tb-eyebrow {
  color: var(--tb-gold-soft);
}

.tb-features {
  display: grid;
  gap: 0;
  margin-top: 0.5rem;
}

.tb-feature {
  display: grid;
  grid-template-columns: 1.85rem 1fr;
  column-gap: 1.15rem;
  row-gap: 0.35rem;
  align-items: start;
  padding: 1.35rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(245, 241, 232, 0.14);
  border-radius: 0;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.tb-feature:last-child {
  border-bottom: 0;
}

.tb-feature::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: 1.65rem;
  height: 2px;
  margin-top: 0.72rem;
  background: var(--tb-gold);
  border-radius: 0;
}

.tb-feature__num {
  display: none;
}

.tb-feature__title {
  grid-column: 2;
  font-size: 1.12rem;
  margin: 0 0 0.2rem;
  letter-spacing: -0.02em;
  color: #F5F1E8;
}

.tb-feature__text {
  grid-column: 2;
  color: rgba(245, 241, 232, 0.65);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 42ch;
}

@media (min-width: 768px) {
  .tb-features {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.5rem;
    row-gap: 0;
  }

  .tb-feature {
    border-bottom: 0;
    padding: 1.15rem 0 1.75rem;
  }
}

/* --------------------------------------------------------------------------
   Projects
   -------------------------------------------------------------------------- */

.tb-projects {
  background: var(--tb-white);
}

.tb-projects__layout {
  display: grid;
  gap: 1.15rem;
}

.tb-projects__featured {
  position: relative;
  display: block;
  border-radius: var(--tb-radius);
  overflow: hidden;
  min-height: 380px;
  isolation: isolate;
  color: var(--tb-white);
}

.tb-projects__featured img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--tb-ease);
  z-index: -2;
}

.tb-projects__featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.08) 20%, rgba(20, 20, 20, 0.84) 100%);
  z-index: -1;
}

.tb-projects__featured:hover {
  color: var(--tb-white);
}

.tb-projects__featured:hover img {
  transform: scale(1.05);
}

.tb-projects__featured-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1.75rem;
}

.tb-projects__featured-body .tb-eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
}

.tb-projects__featured-title {
  color: var(--tb-white);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 0.4rem;
  letter-spacing: -0.03em;
}

.tb-projects__featured-text {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 40ch;
}

.tb-projects .tb-card {
  position: relative;
}

.tb-projects .tb-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(20, 20, 20, 0.5));
  opacity: 0;
  transition: opacity 0.35s;
}

.tb-projects .tb-card:hover .tb-card__media::after {
  opacity: 1;
}

@media (min-width: 992px) {
  .tb-projects__layout {
    grid-template-columns: 1.35fr 1fr;
    align-items: stretch;
  }

  .tb-projects__featured {
    min-height: 100%;
  }

  .tb-projects__side {
    display: grid;
    gap: 1.15rem;
  }
}

/* --------------------------------------------------------------------------
   Featured story (case study) — 50/50
   -------------------------------------------------------------------------- */

.tb-story {
  display: grid;
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.84);
}

.tb-story__media {
  min-height: 320px;
  overflow: hidden;
}

.tb-story__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.tb-story__copy {
  padding: 3rem 1.5rem;
}

.tb-eyebrow--light {
  background: none;
  color: var(--tb-gold);
  padding: 0;
}

.tb-story__title {
  color: var(--tb-white);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
}

.tb-story__title em {
  color: var(--tb-gold-soft);
}

.tb-story__lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1rem;
}

.tb-story__body {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 1.5rem;
}

.tb-story__quote {
  margin: 0 0 1.75rem;
  padding: 0 0 0 1.15rem;
  border-left: 3px solid var(--tb-gold);
}

.tb-story__quote p {
  font-family: var(--tb-font-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--tb-white);
  margin: 0 0 0.65rem;
}

.tb-story__quote cite {
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.tb-story__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.tb-story__metrics strong {
  display: block;
  font-family: var(--tb-font-display);
  font-size: 1.65rem;
  color: var(--tb-gold);
  letter-spacing: -0.03em;
}

.tb-story__metrics span {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
}

@media (min-width: 992px) {
  .tb-story {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 640px;
  }

  .tb-story__media img {
    min-height: 100%;
  }

  .tb-story__copy {
    padding: 4.5rem 4rem 4.5rem 3.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .tb-story__metrics {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Testimonials — dark band, snap cards (Nationserv style)
   -------------------------------------------------------------------------- */

.tb-testimonials {
  background: #0e0a1a;
  overflow: hidden;
  color: #F5F1E8;
}

.tb-testimonials .tb-section__header {
  text-align: left;
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.tb-testimonials .tb-eyebrow,
.tb-testimonials .tb-section__eyebrow {
  background: none;
  color: var(--tb-gold);
  padding: 0;
}

.tb-testimonials .tb-section__title {
  color: #F5F1E8;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.tb-testimonials .tb-section__title em {
  font-family: var(--tb-font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--tb-gold-soft);
}

.tb-testimonials .tb-section__text {
  color: rgba(245, 241, 232, 0.68);
}

.tb-testimonials__head {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
  max-width: 48rem;
}

.tb-testimonials__title {
  margin: 0;
}

.tb-testimonials__intro {
  margin: 0;
  max-width: 36rem;
  color: rgba(245, 241, 232, 0.68);
  font-size: 1.05rem;
  line-height: 1.55;
}

.tb-testimonials__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}

@media (min-width: 992px) {
  .tb-testimonials > .tb-container {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2rem;
    margin-bottom: 0.5rem;
  }

  .tb-testimonials__head {
    margin-bottom: 0;
  }

  .tb-testimonials__controls {
    margin: 0 0 1.75rem;
  }
}

.tb-testimonials__viewport {
  width: min(100% - 2rem, var(--tb-container));
  margin-inline: auto;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .tb-testimonials__viewport {
    width: min(100% - 3rem, var(--tb-container));
  }
}

.tb-testimonials__nav {
  appearance: none;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 241, 232, 0.28);
  border-radius: 0;
  background: transparent;
  color: #F5F1E8;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.tb-testimonials__nav:hover,
.tb-testimonials__nav:focus-visible {
  background: rgba(245, 241, 232, 0.08);
  border-color: var(--tb-gold);
  color: var(--tb-gold);
  outline: none;
}

.tb-testimonials__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.tb-testimonials__track {
  display: flex;
  gap: 1.15rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0.5rem;
  padding-bottom: 0.85rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 162, 39, 0.55) transparent;
  -webkit-overflow-scrolling: touch;
}

.tb-testimonials__track::-webkit-scrollbar {
  height: 4px;
}

.tb-testimonials__track::-webkit-scrollbar-thumb {
  background: rgba(201, 162, 39, 0.55);
  border-radius: 0;
}

.tb-testimonials__grid {
  display: flex;
  gap: 1.15rem;
}

.tb-testimonial,
.tb-testimonials__card {
  scroll-snap-align: start;
  flex: 0 0 min(418px, 85vw);
  width: min(418px, 85vw);
  min-height: 420px;
  padding: 2.5rem 2rem;
  background: rgba(245, 241, 232, 0.08);
  border: 1px solid rgba(245, 241, 232, 0.18);
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.tb-testimonial__stars,
.tb-testimonials__stars {
  color: #C9A227;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  line-height: 1;
}

.tb-testimonial__quote,
.tb-testimonials__quote {
  margin: 0;
  flex: 1;
}

.tb-testimonials__quote p,
.tb-testimonial__quote p,
.tb-testimonial__quote,
.tb-testimonials__quote {
  font-size: 1.125rem;
  color: rgba(245, 241, 232, 0.92);
  line-height: 1.45;
  margin: 0;
}

.tb-testimonial__quote::before,
.tb-testimonials__quote::before {
  content: none;
}

.tb-testimonial__author,
.tb-testimonials__author {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 1rem;
  margin-top: auto;
  border-top: 1px solid rgba(245, 241, 232, 0.14);
}

.tb-testimonial__name,
.tb-testimonials__name {
  font-family: var(--tb-font-display);
  font-weight: 500;
  color: #F5F1E8;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}

.tb-testimonial__role,
.tb-testimonials__role {
  font-size: 0.75rem;
  color: rgba(245, 241, 232, 0.55);
}

/* --------------------------------------------------------------------------
   FAQ accordion — Nationserv: FAQ label + title row, circular +/- 
   -------------------------------------------------------------------------- */

.tb-faq {
  background: var(--tb-cream) !important;
}

.tb-faq.tb-section,
.tb-accordion {
  display: block;
}

.tb-faq__head {
  display: grid;
  gap: 0.75rem 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(29, 29, 29, 0.22);
  align-items: baseline;
}

.tb-faq__label {
  display: block;
  font-family: var(--tb-font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tb-ink);
  line-height: 1.2;
  padding-top: 0.35rem;
}

.tb-faq__title {
  margin: 0;
  font-family: var(--tb-font-display);
  font-size: clamp(2.1rem, 4.8vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
  color: var(--tb-ink);
  max-width: 18ch;
}

@media (min-width: 768px) {
  .tb-faq__head {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    align-items: start;
  }

  .tb-faq__title {
    justify-self: end;
    text-align: right;
    max-width: 15ch;
  }
}

@media (min-width: 1100px) {
  .tb-faq__head {
    grid-template-columns: 7rem minmax(0, 1fr);
  }
}

.tb-faq__list {
  display: block;
  border-top: 0;
}

.tb-faq__item,
.tb-accordion__item {
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 29, 0.22);
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
  padding: 0;
  transition: none;
}

.tb-faq__item.is-open,
.tb-faq__item[open],
.tb-accordion__item[open],
.tb-accordion__item.is-open {
  border-color: rgba(29, 29, 29, 0.22);
  box-shadow: none;
}

.tb-faq__question,
.tb-faq__btn,
.tb-accordion__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--tb-font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--tb-ink);
  text-align: left;
  list-style: none;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.tb-faq__q {
  flex: 1;
  padding-right: 0.5rem;
}

.tb-faq__question::-webkit-details-marker,
.tb-accordion__q::-webkit-details-marker {
  display: none;
}

/* Circular dark +/- control (Nationserv) */
.tb-faq__icon {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tb-ink);
  transition: background 0.25s var(--tb-ease), transform 0.25s var(--tb-ease);
}

.tb-faq__icon::before,
.tb-faq__icon::after {
  content: "";
  position: absolute;
  background: #F5F1E8;
  transition: transform 0.3s var(--tb-ease), opacity 0.25s;
}

.tb-faq__icon::before {
  width: 11px;
  height: 1.5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tb-faq__icon::after {
  width: 1.5px;
  height: 11px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tb-faq__item[open] .tb-faq__icon,
.tb-faq__item.is-open .tb-faq__icon {
  background: var(--tb-ink);
}

.tb-faq__item[open] .tb-faq__icon::after,
.tb-faq__item.is-open .tb-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.tb-faq__item[open] .tb-faq__icon::before,
.tb-faq__item.is-open .tb-faq__icon::before {
  background: #F5F1E8;
}

.tb-faq__question:hover .tb-faq__icon {
  transform: scale(1.06);
}

.tb-faq__question::after,
.tb-faq__btn::after,
.tb-accordion__q::after {
  content: none;
  display: none;
}

.tb-faq__answer,
.tb-accordion__a {
  color: var(--tb-muted);
  padding: 0 3.5rem 2.15rem 0;
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 62ch;
}

.tb-faq__answer p {
  margin: 0;
}

.tb-faq__answer[hidden] {
  display: none;
}

.tb-faq__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s var(--tb-ease);
}

.tb-faq__item.is-open .tb-faq__panel {
  max-height: 480px;
}

@media (min-width: 768px) {
  .tb-faq__question,
  .tb-faq__btn,
  .tb-accordion__q {
    padding: 2.35rem 0;
  }

  .tb-faq__answer,
  .tb-accordion__a {
    padding-right: 4.5rem;
  }
}

/* --------------------------------------------------------------------------
   CTA band — Nationserv contact close
   -------------------------------------------------------------------------- */

.tb-cta,
.tb-cta-band {
  position: relative;
  isolation: isolate;
  padding: 5.5rem 0 0;
  color: #F5F1E8;
  text-align: center;
  background: #0B1211 !important;
  background-image: none !important;
  overflow: hidden;
}

.tb-cta__overlay,
.tb-cta-band__overlay,
.tb-cta:not(:has(.tb-cta__overlay))::before,
.tb-cta-band:not(:has(.tb-cta-band__overlay))::before {
  display: none;
  content: none;
}

.tb-cta__watermark {
  position: absolute;
  left: 50%;
  bottom: -0.12em;
  transform: translateX(-50%);
  z-index: 0;
  font-family: var(--tb-font-hero);
  font-size: clamp(6rem, 28vw, 18rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.8;
  color: rgba(245, 241, 232, 0.035);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.tb-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  max-width: 920px;
  margin-inline: auto;
}

.tb-cta__main {
  padding: 1rem 0 3.5rem;
}

.tb-cta__title,
.tb-cta-band__title,
.tb-cta .tb-section__title,
.tb-cta-band .tb-section__title {
  color: #F5F1E8;
  font-family: var(--tb-font-display);
  font-size: clamp(2.4rem, 5.5vw, 4.25rem);
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 auto 2.25rem;
  max-width: 16ch;
}

.tb-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.tb-btn--cream {
  background: #F5F1E8;
  color: #0B1211;
  border-color: #F5F1E8;
}

.tb-btn--cream:hover {
  background: #fff;
  color: #0B1211;
  border-color: #fff;
}

.tb-btn--ghost-light {
  background: transparent;
  color: #F5F1E8;
  border-color: rgba(245, 241, 232, 0.28);
}

.tb-btn--ghost-light:hover {
  border-color: rgba(245, 241, 232, 0.7);
  background: rgba(245, 241, 232, 0.06);
  color: #fff;
}

.tb-cta__btn-call,
.tb-cta__btn-mail {
  min-height: 3.15rem;
  padding-inline: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.tb-cta__phone-icon {
  display: inline-flex;
  line-height: 0;
}

.tb-cta__meta {
  display: grid;
  gap: 1.5rem;
  padding: 2rem 0 2.75rem;
  border-top: 1px solid rgba(245, 241, 232, 0.14);
  text-align: left;
}

.tb-cta__meta-item {
  display: grid;
  gap: 0.4rem;
}

.tb-cta__meta-label {
  font-family: var(--tb-font-display);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.45);
}

.tb-cta__meta-value {
  color: #F5F1E8;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

a.tb-cta__meta-value:hover {
  color: var(--tb-gold-soft);
}

@media (min-width: 768px) {
  .tb-cta,
  .tb-cta-band {
    padding-top: 6.5rem;
  }

  .tb-cta__main {
    padding-bottom: 4rem;
  }

  .tb-cta__meta {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2.35rem 0 3.25rem;
  }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.tb-footer {
  background: var(--tb-charcoal);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 4.25rem;
}

.tb-footer__grid {
  display: grid;
  gap: 2.25rem;
  padding-bottom: 3rem;
}

.tb-footer__brand .tb-logo__img {
  margin-bottom: 1.15rem;
}

.tb-footer__about {
  color: rgba(255, 255, 255, 0.65);
  max-width: 30rem;
  margin: 0;
  line-height: 1.7;
}

.tb-footer__heading {
  color: var(--tb-white);
  font-size: 0.78rem;
  margin-bottom: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.tb-footer__heading::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 0.65rem;
  background: var(--tb-gold);
  border-radius: 0;
}

.tb-footer__menu,
.tb-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.tb-footer__menu a,
.tb-footer__contact a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 0.95rem;
}

.tb-footer a:hover {
  color: var(--tb-gold-soft);
}

.tb-footer__contact .tb-btn {
  margin-top: 0.5rem;
  justify-self: start;
}

.tb-footer__contact-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.25rem;
}

.tb-footer__contact-inline a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  font-size: 0.92rem;
}

.tb-footer__contact-inline a:hover {
  color: var(--tb-gold-soft);
}

.tb-footer__social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.tb-footer__social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--tb-white);
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.tb-footer__social a:hover {
  background: var(--tb-gold);
  border-color: var(--tb-gold);
  color: var(--tb-dark);
}

.tb-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.15rem 0;
  font-size: 0.85rem;
}

.tb-footer__bar .tb-container,
.tb-footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.tb-footer__copy {
  margin: 0;
}

.tb-footer__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.8rem;
}

.tb-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tb-footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
    gap: 2rem;
  }
}

/* --------------------------------------------------------------------------
   Forms / contact
   -------------------------------------------------------------------------- */

.tb-contact {
  display: grid;
  gap: 2.25rem;
}

.tb-contact__list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.tb-contact__list li {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.15rem;
  background: var(--tb-white);
  border: 1px solid var(--tb-border);
  border-radius: var(--tb-radius);
}

.tb-contact__list strong {
  font-family: var(--tb-font-display);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tb-muted);
}

.tb-contact__list a {
  font-weight: 600;
  color: var(--tb-ink);
}

.tb-form {
  display: grid;
  gap: 1.05rem;
  padding: 1.75rem;
  background: var(--tb-white);
  border: 1px solid var(--tb-border);
  border-radius: var(--tb-radius);
  box-shadow: none;
}

.tb-form__field {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--tb-ink);
}

.tb-form input,
.tb-form select,
.tb-form textarea,
.search-form input[type="search"] {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--tb-border);
  border-radius: 0;
  font: inherit;
  background: var(--tb-cream);
  color: var(--tb-ink);
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.tb-form input:focus,
.tb-form select:focus,
.tb-form textarea:focus,
.search-form input[type="search"]:focus {
  outline: none;
  border-color: var(--tb-gold);
  background: var(--tb-white);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.16);
}

.tb-alert {
  padding: 0.95rem 1.1rem;
  border-radius: var(--tb-radius-sm);
  margin-bottom: 1rem;
  font-weight: 600;
}

.tb-alert--success {
  background: #e7f7ee;
  color: #1a6b3c;
}

.tb-alert--error {
  background: #fdeeee;
  color: #8a2222;
}

@media (min-width: 768px) {
  .tb-contact {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }
}

/* --------------------------------------------------------------------------
   Content / posts / utilities
   -------------------------------------------------------------------------- */

.tb-prose {
  max-width: 48rem;
}

.tb-prose--narrow {
  max-width: 42rem;
  margin-inline: auto;
}

.tb-prose :where(h2, h3) {
  margin-top: 1.85rem;
}

.tb-prose :where(ul, ol) {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.tb-prose a {
  color: var(--tb-gold-mid);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tb-featured-image {
  margin-bottom: 1.5rem;
  border-radius: var(--tb-radius);
  overflow: hidden;
}

.tb-benefit-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.tb-benefit-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--tb-text);
}

.tb-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--tb-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.16);
}

.tb-post-grid {
  display: grid;
  gap: 1.15rem;
}

.tb-post-card {
  border: 1px solid var(--tb-border);
  border-radius: var(--tb-radius);
  overflow: hidden;
  background: var(--tb-white);
  transition: transform 0.35s, box-shadow 0.35s;
}

.tb-post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--tb-shadow-sm);
}

.tb-post-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tb-post-card__body {
  padding: 1.25rem;
}

.tb-post-card__title {
  font-size: 1.1rem;
}

.tb-post-card__excerpt {
  color: var(--tb-muted);
  margin: 0;
}

.tb-pagination {
  margin-top: 2.25rem;
}

.tb-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tb-pagination a,
.tb-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.85rem;
  border-radius: 0;
  border: 1px solid var(--tb-border);
  background: var(--tb-white);
  font-weight: 600;
  font-family: var(--tb-font-display);
  font-size: 0.875rem;
}

.tb-pagination .current {
  background: var(--tb-dark);
  color: var(--tb-white);
  border-color: var(--tb-dark);
}

.tb-comments {
  padding: 2rem 0 3.5rem;
}

.tb-comments__title {
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .tb-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --------------------------------------------------------------------------
   Reveal animations
   -------------------------------------------------------------------------- */

.tb-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s var(--tb-ease),
    transform 0.75s var(--tb-ease);
  will-change: opacity, transform;
}

.tb-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.tb-reveal--left {
  transform: translateX(-24px);
}

.tb-reveal--right {
  transform: translateX(24px);
}

.tb-reveal--scale {
  transform: scale(0.97);
}

.tb-reveal--left.is-visible,
.tb-reveal--right.is-visible,
.tb-reveal--scale.is-visible {
  transform: none;
}

.tb-hero .tb-reveal:nth-child(1),
.tb-page-hero .tb-reveal:nth-child(1) { transition-delay: 0.05s; }
.tb-hero .tb-reveal:nth-child(2),
.tb-page-hero .tb-reveal:nth-child(2) { transition-delay: 0.14s; }
.tb-hero .tb-reveal:nth-child(3),
.tb-page-hero .tb-reveal:nth-child(3) { transition-delay: 0.24s; }
.tb-hero .tb-reveal:nth-child(4) { transition-delay: 0.34s; }

.tb-cards .tb-reveal:nth-child(1) { transition-delay: 0.04s; }
.tb-cards .tb-reveal:nth-child(2) { transition-delay: 0.1s; }
.tb-cards .tb-reveal:nth-child(3) { transition-delay: 0.16s; }
.tb-cards .tb-reveal:nth-child(4) { transition-delay: 0.22s; }
.tb-cards .tb-reveal:nth-child(5) { transition-delay: 0.28s; }
.tb-cards .tb-reveal:nth-child(6) { transition-delay: 0.34s; }

@media (prefers-reduced-motion: reduce) {
  .tb-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tb-hero__scroll-line,
  .tb-announce__dot {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

/* --------------------------------------------------------------------------
   WordPress admin bar
   -------------------------------------------------------------------------- */

.admin-bar .tb-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .tb-header {
    top: 46px;
  }
}

@media (min-width: 1200px) {
  .tb-header__inner {
    min-height: 84px;
  }
}

/* ==========================================================================
   v3.2 overrides — NS typography hubs, dots, mosaic projects, fonts
   ========================================================================== */

body {
  font-weight: 400;
  letter-spacing: -0.01em;
}

.tb-section__title {
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tb-btn {
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Full-width typography hubs */
.tb-hubs--type {
  padding: 0 !important;
  background: var(--tb-cream);
  border-block: 1px solid var(--tb-border);
}

.tb-hubs__split {
  display: grid;
  width: 100%;
}

.tb-hub-type {
  padding: 4rem 1.5rem;
  background: var(--tb-cream);
}

.tb-hub-type + .tb-hub-type {
  border-top: 1px solid var(--tb-border);
}

.tb-hub-type__label {
  display: block;
  margin-bottom: 1.15rem;
  font-family: var(--tb-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tb-gold-mid);
}

.tb-hub-type__title {
  margin: 0 0 1.15rem;
  max-width: 16ch;
  font-family: var(--tb-font-display);
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--tb-ink);
}

.tb-hub-type__text {
  margin: 0 0 1.75rem;
  max-width: 38ch;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--tb-text);
}

.tb-hub-type__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--tb-font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--tb-ink);
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.1rem;
  transition: color 0.25s var(--tb-ease);
}

.tb-hub-type__link:hover {
  color: var(--tb-gold-mid);
}

@media (min-width: 768px) {
  .tb-hub-type {
    padding: 5rem clamp(1.5rem, 4vw, 4.5rem);
  }
}

@media (min-width: 992px) {
  .tb-hubs__split {
    grid-template-columns: 1fr 1fr;
  }

  .tb-hub-type + .tb-hub-type {
    border-top: 0;
    border-left: 1px solid var(--tb-border);
  }

  .tb-hub-type {
    padding: 6rem clamp(2rem, 5vw, 5.5rem);
    min-height: 420px;
  }
}

/* Testimonials — hide scrollbar, show dots */
.tb-testimonials__track {
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  padding-bottom: 0 !important;
}

.tb-testimonials__track::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
}

.tb-testimonials__card {
  overflow: hidden;
}

.tb-testimonials__quote p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tb-testimonials__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.75rem;
  padding-bottom: 0.25rem;
}

.tb-testimonials__dot {
  appearance: none;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 241, 232, 0.28);
  cursor: pointer;
  transition: transform 0.25s, background 0.25s;
}

.tb-testimonials__dot:hover {
  background: rgba(245, 241, 232, 0.55);
}

.tb-testimonials__dot.is-active {
  background: var(--tb-gold);
  transform: scale(1.2);
}

/* Recent projects — full-bleed mosaic */
.tb-projects {
  background: var(--tb-cream);
  padding-bottom: 0 !important;
}

.tb-projects .tb-container {
  margin-bottom: 2.5rem;
}

.tb-projects__mosaic {
  display: grid;
  gap: 0;
  width: 100%;
  padding: 0;
}

.tb-projects__tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  color: #fff;
  isolation: isolate;
}

.tb-projects__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--tb-ease);
  z-index: -2;
}

.tb-projects__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(14, 10, 26, 0.82) 100%);
  z-index: -1;
}

.tb-projects__tile:hover {
  color: #fff;
}

.tb-projects__tile:hover img {
  transform: scale(1.05);
}

.tb-projects__tile-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.35rem;
}

.tb-projects__tile-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tb-gold-soft);
}

.tb-projects__tile-title {
  display: block;
  font-family: var(--tb-font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}

.tb-projects__tile-text {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 36ch;
}

.tb-projects__tile--lg {
  min-height: 420px;
}

.tb-projects__stack {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 992px) {
  .tb-projects__mosaic {
    grid-template-columns: 1.35fr 1fr;
    min-height: 640px;
    padding: 0;
    gap: 0;
  }

  .tb-projects__tile--lg {
    min-height: 640px;
  }

  .tb-projects__stack {
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
  }

  .tb-projects__stack .tb-projects__tile {
    min-height: 0;
    border-left: 1px solid rgba(245, 241, 232, 0.08);
  }

  .tb-projects__stack .tb-projects__tile + .tb-projects__tile {
    border-top: 1px solid rgba(245, 241, 232, 0.08);
  }

  .tb-projects__tile-body {
    padding: 2rem 1.75rem;
  }
}

/* Inner pages — shared polish */
.tb-page-hero__title,
.tb-prose h2,
.tb-prose h3 {
  font-family: var(--tb-font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tb-prose {
  font-family: var(--tb-font-body);
  font-weight: 400;
  line-height: 1.7;
}

/* v3.3 — brand gold, 3-up testimonials, hub hover, media cards */

.tb-testimonials__track {
  display: flex !important;
  gap: 1.15rem;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
}

.tb-testimonials__card {
  flex: 0 0 calc((100% - 2.3rem) / 3) !important;
  width: calc((100% - 2.3rem) / 3) !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 360px !important;
  box-sizing: border-box;
  scroll-snap-align: start;
}

@media (max-width: 991px) {
  .tb-testimonials__card {
    flex: 0 0 calc((100% - 1.15rem) / 2) !important;
    width: calc((100% - 1.15rem) / 2) !important;
  }
}

@media (max-width: 639px) {
  .tb-testimonials__card {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

/* Hub hover background image */
.tb-hub-type {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  color: inherit;
  transition: color 0.35s var(--tb-ease);
}

.tb-hub-type__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.15) 0%, rgba(20, 20, 20, 0.78) 100%),
    var(--tb-hub-bg, none) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.45s var(--tb-ease), transform 0.7s var(--tb-ease);
  pointer-events: none;
}

.tb-hub-type__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tb-hub-type:hover,
.tb-hub-type:focus-visible {
  color: #fff;
}

.tb-hub-type:hover .tb-hub-type__bg,
.tb-hub-type:focus-visible .tb-hub-type__bg {
  opacity: 1;
  transform: scale(1);
}

.tb-hub-type:hover .tb-hub-type__label,
.tb-hub-type:focus-visible .tb-hub-type__label {
  color: var(--tb-gold-soft);
}

.tb-hub-type:hover .tb-hub-type__title,
.tb-hub-type:hover .tb-hub-type__text,
.tb-hub-type:focus-visible .tb-hub-type__title,
.tb-hub-type:focus-visible .tb-hub-type__text {
  color: #fff;
}

.tb-hub-type:hover .tb-hub-type__link,
.tb-hub-type:focus-visible .tb-hub-type__link {
  color: #fff;
  border-bottom-color: var(--tb-gold);
}

.tb-hub-type__title {
  display: block;
}

.tb-hub-type__text {
  display: block;
}

/* Service hub media cards */
.tb-cards--media {
  display: grid;
  gap: 1.35rem;
}

.tb-card--media {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--tb-white);
  border: 1px solid var(--tb-border);
  border-radius: 0;
}

.tb-card--media .tb-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--tb-cream-2);
}

.tb-card--media .tb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--tb-ease);
}

.tb-card--media:hover .tb-card__media img {
  transform: scale(1.05);
}

.tb-card--media .tb-card__body {
  padding: 1.35rem 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tb-card--media .tb-card__title {
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

.tb-card--media .tb-link {
  margin-top: auto;
  color: var(--tb-gold-mid);
  font-weight: 600;
}

.tb-hub-page__intro {
  max-width: 48rem;
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .tb-cards--media {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .tb-cards--media {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==========================================================================
   v3.4.1 — secondary #13302E + alternating sections + service pages
   ========================================================================== */

.tb-announce,
.tb-topbar {
  background: var(--tb-secondary);
}

.tb-trust {
  background: linear-gradient(90deg, #0E2624 0%, #13302E 50%, #0E2624 100%) !important;
}

.tb-testimonials,
.tb-story,
.tb-footer {
  background-color: var(--tb-secondary) !important;
}

/* Stats on white so trust → stats → testimonials (and About intro → stats) do not merge */
.tb-stats {
  background: var(--tb-white) !important;
  color: var(--tb-ink);
  padding: 4.5rem 0;
  border-block: 1px solid rgba(19, 48, 46, 0.08);
}

.tb-stats__num {
  color: var(--tb-gold-mid);
}

.tb-stats__label {
  color: var(--tb-muted);
}

@media (min-width: 992px) {
  .tb-stats {
    padding: 5rem 0;
  }

  .tb-stats__item + .tb-stats__item {
    border-left-color: rgba(19, 48, 46, 0.12);
  }
}

/* Testimonials: clear band + tighter header spacing */
.tb-testimonials {
  background-color: var(--tb-secondary) !important;
  padding: 6rem 0 5.5rem;
}

.tb-testimonials__head {
  gap: 0.55rem;
  margin-bottom: 2.25rem;
}

.tb-testimonials .tb-eyebrow,
.tb-testimonials .tb-section__eyebrow {
  margin-bottom: 0.25rem;
}

.tb-testimonials .tb-section__title,
.tb-testimonials__title {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.tb-testimonials__intro {
  margin-top: 0;
}

.tb-testimonials__card {
  min-height: 380px !important;
  padding: 2.75rem 2.35rem !important;
  gap: 1.35rem !important;
}

.tb-testimonials__stars {
  margin: 0;
  line-height: 1.2;
}

.tb-testimonials__quote p {
  line-height: 1.55 !important;
}

.tb-testimonials__author {
  padding-top: 1.25rem !important;
  gap: 0.35rem !important;
}

@media (min-width: 992px) {
  .tb-testimonials > .tb-container {
    align-items: start;
    margin-bottom: 2rem;
  }

  .tb-testimonials__head {
    margin-bottom: 0;
  }

  .tb-testimonials__controls {
    margin: 0.15rem 0 0;
    align-self: end;
  }
}

.tb-about-intro,
.tb-intro {
  background: var(--tb-cream);
}

.tb-hubs--type {
  background: var(--tb-cream) !important;
  border-block-color: rgba(19, 48, 46, 0.08);
}

.tb-process {
  background: var(--tb-cream);
}

.tb-projects {
  background: var(--tb-cream) !important;
  padding-bottom: 0 !important;
}

.tb-projects__mosaic {
  width: 100%;
  max-width: none;
  padding: 0;
  gap: 0;
}

.tb-faq {
  background: var(--tb-cream) !important;
}

.tb-hub-page {
  background: var(--tb-cream);
}

.tb-service-intro {
  background: var(--tb-cream);
}

.tb-service-intro__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.tb-service-intro__lead {
  margin: 0 0 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid var(--tb-gold-mid);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--tb-ink);
  max-width: 36rem;
}

.tb-service-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.tb-service-intro__media {
  position: relative;
}

.tb-service-intro__media img {
  width: 100%;
  height: min(560px, 70vh);
  object-fit: cover;
}

.tb-service-intro__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: 14rem;
  padding: 1.15rem 1.25rem;
  background: var(--tb-secondary);
  color: #fff;
}

.tb-service-intro__badge strong {
  display: block;
  font-size: 2rem;
  color: var(--tb-gold);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.tb-service-intro__badge span {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(245, 241, 232, 0.7);
}

@media (min-width: 992px) {
  .tb-service-intro__grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 4rem;
  }
}

.tb-service-why {
  background: var(--tb-secondary);
  color: rgba(245, 241, 232, 0.85);
}

.tb-service-why .tb-section__title {
  color: #F5F1E8;
}

.tb-service-why .tb-section__text {
  color: rgba(245, 241, 232, 0.68);
}

.tb-service-why__grid {
  display: grid;
  gap: 1.15rem;
}

.tb-service-why__card {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(245, 241, 232, 0.16);
  background: rgba(245, 241, 232, 0.05);
}

.tb-service-why__num {
  display: block;
  margin-bottom: 0.85rem;
  font-family: var(--tb-font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--tb-gold);
}

.tb-service-why__card h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

.tb-service-why__card p {
  margin: 0;
  color: rgba(245, 241, 232, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .tb-service-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .tb-service-why__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tb-service-benefits {
  background: var(--tb-white);
}

.tb-service-benefits__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.tb-benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.tb-benefit-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.75rem;
  border-bottom: 1px solid var(--tb-border);
  font-weight: 500;
  color: var(--tb-ink);
}

.tb-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 0.85rem;
  height: 2px;
  background: var(--tb-gold-mid);
}

@media (min-width: 992px) {
  .tb-service-benefits__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.tb-service-process {
  background: var(--tb-cream);
}

.tb-service-process__grid {
  display: grid;
  gap: 1.5rem;
}

.tb-service-process__num {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--tb-font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--tb-gold-mid);
}

.tb-service-process__step h3 {
  font-size: 1.15rem;
  margin-bottom: 0.45rem;
}

.tb-service-process__step p {
  margin: 0;
  color: var(--tb-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 28ch;
}

@media (min-width: 768px) {
  .tb-service-process__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2.5rem;
  }
}

@media (min-width: 1100px) {
  .tb-service-process__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tb-service-gallery {
  background: var(--tb-white);
  padding-bottom: 0 !important;
}

.tb-service-gallery__strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0 0.5rem 0.5rem;
}

.tb-service-gallery__item {
  margin: 0;
  overflow: hidden;
  min-height: 180px;
}

.tb-service-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  transition: transform 0.7s var(--tb-ease);
}

.tb-service-gallery__item:hover img {
  transform: scale(1.04);
}

@media (min-width: 768px) {
  .tb-service-gallery__strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 0;
  }

  .tb-service-gallery__item,
  .tb-service-gallery__item img {
    min-height: 240px;
  }
}

.tb-service-quote {
  background: var(--tb-secondary);
  color: #F5F1E8;
}

.tb-service-quote__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 52rem;
}

.tb-service-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.tb-service-quote blockquote p {
  font-family: var(--tb-font-serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.35;
  color: #fff;
  margin: 0 0 1rem;
}

.tb-service-quote cite {
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.55);
}

@media (min-width: 768px) {
  .tb-service-quote__inner {
    grid-template-columns: 1fr auto;
  }
}

/* ==========================================================================
   v3.4.2 — project case study + section rhythm
   ========================================================================== */

.tb-project-intro {
  background: var(--tb-cream);
}

.tb-project-intro__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.tb-project-intro__lead {
  margin: 0 0 1.75rem;
  padding-left: 1rem;
  border-left: 3px solid var(--tb-gold-mid);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--tb-ink);
  max-width: 36rem;
}

.tb-project-facts {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1rem 1.5rem;
}

.tb-project-facts li {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--tb-border);
}

.tb-project-facts__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tb-gold-mid);
}

.tb-project-facts strong {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--tb-ink);
}

.tb-project-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tb-project-intro__media {
  position: relative;
}

.tb-project-intro__media img {
  width: 100%;
  height: min(620px, 72vh);
  object-fit: cover;
  display: block;
}

.tb-project-intro__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: 14rem;
  padding: 1.15rem 1.25rem;
  background: var(--tb-secondary);
  color: #fff;
}

.tb-project-intro__badge strong {
  display: block;
  font-size: 1.35rem;
  color: var(--tb-gold);
  letter-spacing: -0.03em;
  margin-bottom: 0.3rem;
}

.tb-project-intro__badge span {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(245, 241, 232, 0.7);
}

@media (min-width: 768px) {
  .tb-project-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tb-project-intro__grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 4rem;
  }
}

.tb-project-story {
  background: var(--tb-secondary);
  color: rgba(245, 241, 232, 0.85);
}

.tb-project-story__grid {
  display: grid;
  gap: 1.25rem;
}

.tb-project-story__card {
  padding: 2rem 1.75rem;
  border: 1px solid rgba(245, 241, 232, 0.16);
  background: rgba(245, 241, 232, 0.05);
}

.tb-project-story__card h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 0 0 0.85rem;
  letter-spacing: -0.03em;
}

.tb-project-story__card p {
  margin: 0;
  color: rgba(245, 241, 232, 0.7);
  line-height: 1.65;
  font-size: 1rem;
}

@media (min-width: 900px) {
  .tb-project-story__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.tb-project-scope {
  background: var(--tb-white);
}

.tb-project-scope__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.tb-project-scope__content {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .tb-project-scope__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.tb-project-gallery {
  background: var(--tb-cream);
  padding-bottom: 0 !important;
}

.tb-project-gallery__strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0 0.5rem 0.5rem;
}

.tb-project-gallery__item {
  margin: 0;
  overflow: hidden;
  min-height: 180px;
}

.tb-project-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--tb-ease);
}

.tb-project-gallery__item:hover img {
  transform: scale(1.04);
}

@media (min-width: 768px) {
  .tb-project-gallery__strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 0;
  }

  .tb-project-gallery__item,
  .tb-project-gallery__item img {
    min-height: 240px;
  }
}

.tb-project-related {
  background: var(--tb-white);
}

.tb-project-related__grid {
  display: grid;
  gap: 1.5rem;
}

.tb-project-related__card {
  display: grid;
  gap: 1rem;
}

.tb-project-related__media {
  display: block;
  overflow: hidden;
}

.tb-project-related__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--tb-ease);
}

.tb-project-related__card:hover .tb-project-related__media img {
  transform: scale(1.04);
}

.tb-project-related__body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.tb-project-related__body h3 a {
  color: var(--tb-ink);
  text-decoration: none;
}

.tb-project-related__body h3 a:hover {
  color: var(--tb-gold-mid);
}

.tb-project-related__body p {
  margin: 0;
  color: var(--tb-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .tb-project-related__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.tb-project-quote {
  background: var(--tb-secondary);
  color: #F5F1E8;
}

.tb-project-quote__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 52rem;
}

.tb-project-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.tb-project-quote blockquote p {
  font-family: var(--tb-font-serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.35;
  color: #fff;
  margin: 0 0 1rem;
}

.tb-project-quote cite {
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.55);
}

@media (min-width: 768px) {
  .tb-project-quote__inner {
    grid-template-columns: 1fr auto;
  }
}

/* ==========================================================================
   v3.5 — Crexed hero / projects + Nationserv editorial
   ========================================================================== */

:root {
  --tb-radius-btn: 999px;
  --tb-radius-pill: 999px;
  --tb-radius-card: 24px;
  --tb-radius-lg: 28px;
}

.tb-btn {
  border-radius: 999px !important;
  letter-spacing: 0.02em;
  padding: 0.85rem 1.55rem;
}

.tb-btn--lg {
  padding: 0.95rem 1.85rem;
  font-size: 0.95rem;
}

.tb-nav-toggle {
  border-radius: 999px !important;
}

.tb-accent {
  font-style: normal !important;
  font-family: inherit !important;
  font-weight: 800;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: var(--tb-gold-mid);
}

.tb-section__title .tb-accent,
.tb-hero__title .tb-accent {
  letter-spacing: -0.03em;
}

.tb-eyebrow--pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.42rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.38);
  background: rgba(201, 162, 39, 0.1);
  color: var(--tb-gold-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tb-eyebrow--on-dark {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: var(--tb-gold-soft);
}

.tb-why .tb-eyebrow--pill {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.12);
  color: var(--tb-gold-soft);
}

.tb-card {
  border-radius: var(--tb-radius-card);
  border-color: rgba(19, 48, 46, 0.08);
  box-shadow: 0 12px 32px rgba(19, 48, 46, 0.05);
}

.tb-card__body .tb-eyebrow--pill {
  margin-bottom: 0.75rem;
}

/* Floating pill header */
.tb-header {
  position: sticky;
  top: 12px;
  z-index: 1000;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 10px;
}

.tb-header.is-scrolled {
  background: transparent !important;
  border-bottom-color: transparent !important;
}

.tb-header .tb-container {
  width: min(100% - 1.25rem, var(--tb-container));
}

.tb-header__inner {
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(19, 48, 46, 0.1);
  min-height: 72px;
  padding: 0.4rem 0.5rem 0.4rem 1.25rem;
  border: 1px solid rgba(19, 48, 46, 0.06);
}

.tb-header.is-scrolled .tb-header__inner {
  box-shadow: 0 16px 44px rgba(19, 48, 46, 0.14);
}

@media (min-width: 992px) {
  .tb-header {
    top: 16px;
  }

  .tb-header__inner {
    padding-right: 0.45rem;
  }

  .tb-nav__cta {
    border-radius: 999px !important;
  }
}

@media (max-width: 991px) {
  .tb-header__inner {
    border-radius: 28px;
  }

  .tb-header.is-nav-open .tb-header__inner {
    box-shadow: none;
    background: transparent;
    border-color: transparent;
  }
}

/* --------------------------------------------------------------------------
   Crexed-inspired home hero
   -------------------------------------------------------------------------- */

.tb-hero.tb-hero--crex {
  min-height: auto;
  display: block;
  color: var(--tb-ink);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 162, 39, 0.14), transparent 58%),
    linear-gradient(180deg, #f4f8fb 0%, var(--tb-cream) 48%, #fff 100%);
  background-color: var(--tb-cream);
  overflow: visible;
  padding: 1.5rem 0 4.5rem;
}

.tb-hero.tb-hero--crex .tb-hero__overlay,
.tb-hero.tb-hero--crex::before,
.tb-hero.tb-hero--crex::after {
  display: none;
  content: none;
  background: none;
}

.tb-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(19, 48, 46, 0.07) 1.1px, transparent 1.2px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse 72% 58% at 50% 28%, #000 38%, transparent 78%);
  mask-image: radial-gradient(ellipse 72% 58% at 50% 28%, #000 38%, transparent 78%);
  z-index: 0;
}

.tb-hero.tb-hero--crex .tb-hero__inner {
  display: block;
  width: min(100% - 2rem, var(--tb-container));
  min-height: 0;
  padding: 2.75rem 0 0;
  align-items: stretch;
}

.tb-hero.tb-hero--crex .tb-hero__content {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.tb-hero.tb-hero--crex .tb-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: 0.45rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 48, 46, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--tb-gold-dark);
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  font-weight: 700;
}

.tb-hero.tb-hero--crex .tb-hero__title {
  font-family: var(--tb-font-display);
  font-size: clamp(2.35rem, 5.8vw, 4.4rem);
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: #14202b;
  max-width: 18ch;
  margin: 0 auto 1.25rem;
  text-shadow: none;
  text-wrap: balance;
}

.tb-hero.tb-hero--crex:not(.tb-hero--page) .tb-hero__title .tb-accent {
  display: block;
  white-space: nowrap;
  margin-top: 0.02em;
}

.tb-hero.tb-hero--page .tb-hero__title .tb-accent {
  display: inline;
  white-space: nowrap;
}

.tb-hero.tb-hero--crex .tb-hero__subtitle {
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  color: var(--tb-muted);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.65;
}

.tb-hero.tb-hero--crex .tb-hero__actions {
  justify-content: center;
  gap: 0.85rem;
}

.tb-hero.tb-hero--crex .tb-btn--gold {
  background: linear-gradient(90deg, #c9a227 0%, #8f7000 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(143, 112, 0, 0.28);
}

.tb-hero.tb-hero--crex .tb-btn--gold:hover {
  background: linear-gradient(90deg, #d4ae33 0%, #a07e08 100%);
  color: #fff;
}

.tb-hero.tb-hero--crex .tb-btn--ghost {
  background: #fff;
  border-color: rgba(19, 48, 46, 0.12);
  color: var(--tb-ink);
}

.tb-hero.tb-hero--crex .tb-btn--ghost:hover {
  border-color: var(--tb-gold-mid);
  color: var(--tb-gold-dark);
}

.tb-hero.tb-hero--crex .tb-hero__rating {
  position: static;
  transform: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.35rem auto 0;
  padding: 0;
  max-width: none;
  width: auto;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  color: var(--tb-muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.tb-hero.tb-hero--crex .tb-hero__rating .tb-stars {
  color: var(--tb-gold);
  letter-spacing: 0.08em;
}

.tb-hero__visual {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 3.25rem auto 0;
  min-height: 280px;
}

.tb-hero__shot {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.tb-hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tb-hero__shot--main {
  width: min(82%, 820px);
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  border-radius: 28px;
  box-shadow: 0 32px 70px rgba(19, 48, 46, 0.18);
  border: 6px solid #fff;
}

.tb-hero__shot--offset,
.tb-hero__shot--small {
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 18px 40px rgba(19, 48, 46, 0.16);
}

.tb-hero__shot--offset {
  left: 0;
  bottom: -8%;
  width: 30%;
  aspect-ratio: 5 / 4;
  border-radius: 22px;
}

.tb-hero__shot--small {
  right: 1%;
  top: 10%;
  width: 22%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .tb-hero.tb-hero--crex {
    padding: 2.25rem 0 5.5rem;
  }

  .tb-hero.tb-hero--crex .tb-hero__inner {
    padding-top: 3.5rem;
  }

  .tb-hero.tb-hero--crex .tb-hero__content {
    max-width: 56rem;
    padding-right: 0;
  }

  .tb-hero.tb-hero--crex .tb-hero__title {
    font-size: clamp(3.2rem, 5vw, 4.5rem);
  }

  .tb-hero.tb-hero--crex .tb-hero__rating {
    position: static;
    right: auto;
    top: auto;
  }

  .tb-hero__visual {
    min-height: 420px;
  }
}

@media (max-width: 991px) {
  .tb-hero.tb-hero--crex .tb-hero__inner {
    min-height: 0;
    padding: 2rem 0 0;
    gap: 0;
  }

  .tb-hero.tb-hero--crex .tb-hero__title {
    max-width: 16ch;
  }

  .tb-hero.tb-hero--crex .tb-hero__actions .tb-btn {
    flex: 0 1 auto;
  }

  .tb-hero__shot--offset {
    width: 34%;
    bottom: -6%;
  }

  .tb-hero__shot--small {
    width: 26%;
  }
}

@media (max-width: 575px) {
  .tb-hero.tb-hero--crex .tb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tb-hero__shot--offset,
  .tb-hero__shot--small {
    display: none;
  }

  .tb-hero__shot--main {
    width: 100%;
    border-width: 4px;
  }
}

/* --------------------------------------------------------------------------
   Trust — rounded card under hero
   -------------------------------------------------------------------------- */

.tb-trust {
  background: transparent !important;
  padding: 0 0 1.5rem !important;
  margin-top: -2.75rem;
  overflow: visible;
  z-index: 4;
}

.tb-trust::before,
.tb-trust::after {
  display: none;
}

.tb-trust__card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(19, 48, 46, 0.08);
  border: 1px solid rgba(19, 48, 46, 0.06);
  padding: 1.15rem 0.5rem 1rem;
  overflow: hidden;
}

.tb-trust__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  color: var(--tb-gold-mid);
  font-family: var(--tb-font-display);
  font-size: 0.92rem;
  font-weight: 700;
}

.tb-trust__item {
  color: var(--tb-ink) !important;
}

/* --------------------------------------------------------------------------
   Process — Crexed numbered cards
   -------------------------------------------------------------------------- */

.tb-process {
  background: #fff;
  padding-top: 4.5rem;
}

.tb-process .tb-section__header--center {
  max-width: 40rem;
}

.tb-process .tb-section__text {
  margin-inline: auto;
}

.tb-process__grid::before {
  display: none !important;
}

.tb-process__grid {
  gap: 1.15rem !important;
  margin-top: 2.25rem;
}

.tb-process__step {
  background: #fff;
  border: 1px solid rgba(19, 48, 46, 0.07);
  border-radius: 24px;
  padding: 2rem 1.4rem 1.75rem;
  text-align: center;
  box-shadow: 0 12px 32px rgba(19, 48, 46, 0.05);
}

.tb-process__num {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4e7b8;
  color: #8f7000;
  font-size: 1.35rem !important;
  font-weight: 800;
  line-height: 1;
}

.tb-process__title {
  font-size: 1.15rem;
}

.tb-process__text {
  max-width: 32ch;
  margin-inline: auto;
}

@media (min-width: 992px) {
  .tb-process__grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* --------------------------------------------------------------------------
   Intro — keep Nationserv overlap, soften corners
   -------------------------------------------------------------------------- */

.tb-intro__img--main,
.tb-intro__img--offset {
  border-radius: 24px;
}

.tb-intro__stat-card {
  border-radius: 20px;
}

/* --------------------------------------------------------------------------
   Projects showcase — Crexed featured split
   -------------------------------------------------------------------------- */

.tb-projects {
  background: var(--tb-cream) !important;
  padding-bottom: 5.5rem !important;
}

.tb-projects .tb-container {
  margin-bottom: 0;
}

.tb-showcase {
  background: #fff;
  border-radius: 32px;
  padding: 2.75rem 1.25rem 1.75rem;
  box-shadow: 0 22px 60px rgba(19, 48, 46, 0.07);
  border: 1px solid rgba(19, 48, 46, 0.05);
}

.tb-showcase__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
}

.tb-showcase__head .tb-section__text {
  margin-inline: auto;
}

.tb-showcase__stage {
  position: relative;
  min-height: 280px;
}

.tb-showcase__slide {
  display: none;
  gap: 1.75rem;
  align-items: center;
  background: #f7f4ec;
  border-radius: 24px;
  padding: 1.15rem;
}

.tb-showcase__slide.is-active {
  display: grid;
  animation: tb-showcase-in 0.45s var(--tb-ease) both;
}

@keyframes tb-showcase-in {
  from {
    opacity: 0.4;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.tb-showcase__media {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  min-height: 240px;
  box-shadow: 0 16px 40px rgba(19, 48, 46, 0.1);
}

.tb-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  display: block;
}

.tb-showcase__copy {
  padding: 0.5rem 0.35rem 0.75rem;
}

.tb-showcase__title {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

.tb-showcase__text {
  color: var(--tb-muted);
  margin: 0 0 1.15rem;
  line-height: 1.65;
}

.tb-showcase__facts {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1.35rem;
}

.tb-showcase__facts div {
  display: grid;
  gap: 0.15rem;
}

.tb-showcase__facts dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tb-gold-dark);
}

.tb-showcase__facts dd {
  margin: 0;
  font-weight: 600;
  color: var(--tb-ink);
}

.tb-showcase__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.35rem;
  padding: 0.25rem 0.35rem 0;
}

.tb-showcase__nav {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.tb-showcase__arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(19, 48, 46, 0.12);
  background: #fff;
  color: var(--tb-ink);
  cursor: pointer;
  font-size: 1.05rem;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.tb-showcase__arrow:hover {
  border-color: var(--tb-gold-mid);
  color: var(--tb-gold-dark);
  background: var(--tb-gold-tint);
}

.tb-showcase__dots {
  display: inline-flex;
  gap: 0.4rem;
}

.tb-showcase__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(19, 48, 46, 0.18);
  cursor: pointer;
}

.tb-showcase__dot.is-active {
  background: var(--tb-gold-mid);
  transform: scale(1.25);
}

@media (min-width: 900px) {
  .tb-showcase {
    padding: 3.25rem 2.25rem 2rem;
  }

  .tb-showcase__slide.is-active {
    grid-template-columns: 1.15fr 0.85fr;
    padding: 1.5rem;
    gap: 2.25rem;
  }

  .tb-showcase__media {
    min-height: 420px;
  }

  .tb-showcase__media img {
    aspect-ratio: 5 / 4;
    min-height: 420px;
  }

  .tb-showcase__copy {
    padding: 1rem 1.25rem 1rem 0.25rem;
  }
}

/* --------------------------------------------------------------------------
   Inner page heroes — centred Crexed title on Nationserv still
   -------------------------------------------------------------------------- */

.tb-page-hero {
  min-height: 380px;
  align-items: center;
  text-align: center;
}

.tb-page-hero__content {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
  padding: 5.5rem 0 4rem;
}

.tb-page-hero__title {
  font-family: var(--tb-font-display);
  text-transform: none;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.tb-page-hero__subtitle {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .tb-page-hero {
    min-height: 440px;
  }
}

.tb-section__header--center .tb-section__title {
  max-width: 18ch;
  margin-inline: auto;
}

.tb-services .tb-section__title {
  max-width: 22ch;
}

.tb-services .tb-section__title .tb-accent {
  display: block;
  white-space: nowrap;
}

/* ==========================================================================
   v3.5.1 — fixed header on hero, particles, Crexed trust + sticky stack
   ========================================================================== */

:root {
  --tb-header-offset: 118px;
}

.tb-header {
  position: fixed !important;
  left: 0;
  right: 0;
  top: var(--tb-announce-h);
  z-index: 1000;
  padding: 0.55rem 0 0 !important;
  background: transparent !important;
  pointer-events: none;
}

.tb-header .tb-container,
.tb-header__inner,
.tb-header .tb-nav-toggle,
.tb-header .tb-logo,
.tb-header .tb-nav {
  pointer-events: auto;
}

.tb-hero.tb-hero--crex {
  position: relative;
  overflow: visible;
  padding: 6.75rem 0 3.5rem !important;
}

.tb-hero__glow {
  display: none;
}

.tb-hero__particles-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.tb-hero__particles {
  display: block;
  width: 100%;
  height: 100%;
}

.tb-hero__wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px circle at 18% 22%, rgba(201, 162, 39, 0.16) 0%, transparent 56%),
    radial-gradient(820px circle at 86% 18%, rgba(19, 48, 46, 0.08) 0%, transparent 54%),
    linear-gradient(180deg, rgba(201, 162, 39, 0.08) 0%, rgba(19, 48, 46, 0.04) 55%, transparent 100%);
}

.tb-hero.tb-hero--crex .tb-hero__inner {
  position: relative;
  z-index: 2;
}

.tb-page-hero__content {
  padding-top: 6.75rem;
}

/* Trust — Crexed bordered box, heading on the rim */
.tb-trust {
  background: #fff !important;
  margin-top: 0 !important;
  padding: 2.25rem 0 1.25rem !important;
  overflow: visible;
  z-index: 3;
}

.tb-trust::before,
.tb-trust::after {
  display: none !important;
}

.tb-trust__card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(19, 48, 46, 0.12);
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
  padding: 0.25rem 0 0.15rem;
}

.tb-trust__label {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  margin: 0;
  padding: 0 0.85rem;
  background: #fff;
  color: var(--tb-gold-mid);
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  max-width: calc(100% - 2rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

.tb-trust__marquee {
  overflow: hidden;
  padding: 1.35rem 0 0.9rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.tb-trust__track {
  display: flex !important;
  width: max-content;
  animation: tb-trust-marquee 26s linear infinite !important;
}

.tb-trust:hover .tb-trust__track {
  animation-play-state: paused;
}

@keyframes tb-trust-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

.tb-trust__group {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-inline: 1.25rem;
}

.tb-trust__item {
  color: var(--tb-ink) !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

/* Projects sticky stack */
.tb-projects {
  background: #fff !important;
  padding-bottom: 4rem !important;
}

.tb-stack {
  position: relative;
  padding-bottom: var(--tb-stack-run, 0px);
}

.tb-stack__pin {
  position: sticky;
  top: var(--tb-header-offset, 110px);
  z-index: 2;
  background: #fff;
  border-radius: 32px;
  border: 1px solid rgba(19, 48, 46, 0.06);
  box-shadow: 0 22px 60px rgba(19, 48, 46, 0.07);
  overflow: hidden;
}

.tb-stack__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 1.25rem;
  background: #fff;
}

.tb-stack__head .tb-section__text {
  margin-inline: auto;
}

.tb-stack__viewport {
  position: relative;
  height: min(720px, 82svh);
  margin: 0 0.65rem 0.65rem;
  overflow: hidden;
  border-radius: 24px;
  background: #f7f4ec;
}

.tb-stack__card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0.75rem;
  opacity: 0;
  pointer-events: none;
}

.tb-stack__card.is-front {
  opacity: 1;
}

.tb-stack__shell {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #fff;
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 8px 28px -6px rgba(19, 48, 46, 0.1), inset 0 0 0 1px rgba(19, 48, 46, 0.05);
  transform-origin: 50% 50%;
  will-change: transform;
}

.tb-stack__media {
  border-radius: 18px;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  background: var(--tb-cream);
}

.tb-stack__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tb-stack__copy {
  padding: 0.35rem 0.25rem 0.5rem;
  transition: opacity 0.2s linear;
}

.tb-stack__title {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  margin: 0 0 0.7rem;
  letter-spacing: -0.03em;
}

.tb-stack__text {
  color: var(--tb-muted);
  margin: 0 0 1rem;
  line-height: 1.65;
}

.tb-stack__facts {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
}

.tb-stack__facts div {
  display: grid;
  gap: 0.12rem;
}

.tb-stack__facts dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tb-gold-dark);
}

.tb-stack__facts dd {
  margin: 0;
  font-weight: 600;
} 

.tb-stack__foot {
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem 2.5rem;
}

@media (min-width: 900px) {
  .tb-stack__viewport {
    height: min(580px, 62vh);
    margin: 0 0.85rem 0.85rem;
  }

  .tb-stack__shell {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.75rem;
    padding: 1.15rem 1.25rem;
  }

  .tb-stack__copy {
    padding: 0.5rem 0.75rem 0.5rem 0.15rem;
  }
}

@media (max-width: 899px) {
  .tb-stack__media {
    min-height: 220px;
    max-height: 46%;
  }

  .tb-stack__shell {
    grid-template-rows: minmax(220px, 46%) 1fr;
    align-items: start;
  }
}

/* ==========================================================================
   v3.5.2 — sticky pin works, Crexed trust rim, particle grab, JS stack pin
   ========================================================================== */

.site-main {
  overflow: visible !important;
}

.tb-hero.tb-hero--crex .tb-reveal {
  opacity: 1;
  transform: none;
}

/* Trust: Crexed bordered box, heading sitting on the rim */
.tb-trust {
  background: #fff !important;
  margin-top: 0 !important;
  padding: 2.5rem 0 1.5rem !important;
  overflow: visible;
  position: relative;
  z-index: 4;
}

.tb-trust__card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: none;
  overflow: visible;
  padding: 0;
}

.tb-trust__label {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0 0.85rem;
  background: #fff;
  color: var(--tb-gold-mid);
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  max-width: calc(100% - 2rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

.tb-trust__marquee {
  overflow: hidden;
  padding: 1.65rem 0 1.15rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.tb-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  color: var(--tb-ink) !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.tb-trust__item::before {
  content: "+";
  color: var(--tb-gold-mid);
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
}

/* Projects: JS-pinned stack (Crexed GSAP pin equivalent) */
.tb-stack {
  position: relative;
  padding-bottom: 0;
  min-height: 70vh;
}

.tb-stack__pin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  border-radius: 32px;
  border: 1px solid rgba(19, 48, 46, 0.06);
  box-shadow: 0 22px 60px rgba(19, 48, 46, 0.07);
  overflow: hidden;
}

.tb-stack__viewport {
  background: #f7f4ec;
  overflow: hidden;
}

.tb-stack__foot {
  position: relative;
  z-index: 6;
  background: #fff;
}

/* Buttons keep their own colour, even inside prose / global link hover */
a.tb-btn:hover {
  color: inherit;
}

.tb-prose a.tb-btn {
  text-decoration: none;
  text-underline-offset: unset;
}

a.tb-btn--gold,
a.tb-btn--gold:hover,
.tb-prose a.tb-btn--gold,
.tb-prose a.tb-btn--gold:hover {
  color: #fff !important;
}

a.tb-btn--dark,
a.tb-btn--dark:hover,
.tb-prose a.tb-btn--dark,
.tb-prose a.tb-btn--dark:hover {
  color: #fff !important;
}

a.tb-btn--ghost,
a.tb-btn--ghost:hover,
.tb-prose a.tb-btn--ghost {
  text-decoration: none;
}

.tb-stack__card.is-front .tb-stack__shell {
  pointer-events: auto;
}

.tb-stack__card.is-front .tb-stack__shell .tb-btn {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

/* Inner light heroes (FAQ / Contact) */
.tb-hero--page {
  min-height: 0 !important;
  overflow: hidden;
}

.tb-hero--page .tb-hero__visual {
  display: none;
}

.tb-hero--page .tb-reveal {
  opacity: 1;
  transform: none;
}

.tb-hero--page .tb-hero.tb-hero--crex .tb-hero__title,
.tb-hero.tb-hero--page .tb-hero__title {
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  max-width: 22ch;
}

.tb-hero.tb-hero--page .tb-hero__title--single {
  max-width: none;
  white-space: nowrap;
}

/* FAQ page — Crexed centred accordion */
.tb-faq--page {
  background: #fff !important;
}

.tb-faq--page .tb-reveal {
  opacity: 1;
  transform: none;
}

.tb-faq--page .tb-faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 1.5rem;
  max-width: 40rem;
  margin: 0 auto 1.25rem;
}

.tb-faq--page .tb-faq__title {
  max-width: none;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
}

.tb-faq--page .tb-faq__intro {
  margin: 0.65rem 0 0;
  color: var(--tb-muted);
  max-width: 34rem;
}

.tb-faq--page .tb-faq__list {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.tb-faq--page .tb-faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.tb-faq--page .tb-faq__item[open],
.tb-faq--page .tb-faq__item.is-open {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), #fff 42%, #f7f4ec);
  border-color: transparent;
}

.tb-faq--page .tb-faq__question {
  padding: 1rem 1.25rem;
}

.tb-faq--page .tb-faq__answer {
  padding: 0 1.25rem 1.15rem 2.35rem;
}

/* Contact — Crexed two-column */
.tb-contact-page {
  background: #f6f7f8 !important;
}

.tb-contact-page .tb-reveal {
  opacity: 1;
  transform: none;
}

.tb-contact-page__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.tb-contact-page__info {
  display: grid;
  gap: 2rem;
}

.tb-contact-page__row {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
}

.tb-contact-page__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: #fff;
  color: var(--tb-gold-mid);
  border: 1px solid rgba(201, 162, 39, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 22px rgba(19, 48, 46, 0.07);
}

.tb-contact-page__icon svg {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

.tb-contact-page__row h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.tb-contact-page__row p,
.tb-contact-page__row a {
  margin: 0;
  color: var(--tb-muted);
  line-height: 1.6;
}

.tb-contact-page__row a:hover {
  color: var(--tb-gold-mid);
}

.tb-contact-page__card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(19, 48, 46, 0.1);
  padding: 2rem 1.5rem;
}

.tb-contact-page__form-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.03em;
}

.tb-form--crex {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  gap: 1.15rem;
}

.tb-form--crex input,
.tb-form--crex select,
.tb-form--crex textarea {
  border-radius: 12px;
  background: #f7f4ec;
  border-color: rgba(19, 48, 46, 0.08);
}

.tb-form__submit {
  width: 100%;
  margin-top: 0.25rem;
}

@media (min-width: 900px) {
  .tb-contact-page__grid {
    grid-template-columns: 1fr 1.3fr;
    gap: 3.5rem;
  }

  .tb-contact-page__card {
    padding: 2.5rem 2.75rem;
  }
}

/* ==========================================================================
   v3.5.7 — even vertical rhythm
   ========================================================================== */

:root {
  --tb-space-section: 5.5rem;
}

@media (min-width: 992px) {
  :root {
    --tb-space-section: 6.25rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --tb-space-section: 7rem;
  }
}

.tb-section {
  padding-top: var(--tb-space-section) !important;
  padding-bottom: var(--tb-space-section) !important;
}

.tb-section.tb-service-gallery,
.tb-section.tb-project-gallery {
  padding-bottom: 0 !important;
}

.tb-section.tb-projects {
  padding-bottom: var(--tb-space-section) !important;
}

.tb-service-gallery__strip,
.tb-project-gallery__strip {
  padding-bottom: 0;
}

.tb-hero.tb-hero--crex.tb-hero--page {
  padding-top: 7.25rem !important;
  padding-bottom: 3.5rem !important;
  overflow: hidden;
}

.tb-hero.tb-hero--crex.tb-hero--page .tb-hero__subtitle {
  margin-bottom: 0;
}

.tb-contact-page,
.tb-faq--page {
  padding-top: var(--tb-space-section) !important;
  padding-bottom: var(--tb-space-section) !important;
}

.tb-contact-page__grid {
  align-items: start;
}

.tb-hubs--type {
  padding: 0 !important;
}

.tb-trust {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* ==========================================================================
   v3.6.0 — testimonials no overflow scroll, story CTA not full-width
   ========================================================================== */

.tb-testimonials__viewport {
  overflow: hidden;
  width: min(100% - 2rem, var(--tb-container));
  margin-inline: auto;
}

.tb-testimonials__track {
  display: flex !important;
  gap: 1.15rem;
  overflow: visible !important;
  scroll-snap-type: none;
  padding-bottom: 0 !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.tb-testimonials__track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.tb-testimonials__card {
  flex: 0 0 calc((100% - 2.3rem) / 3) !important;
  width: calc((100% - 2.3rem) / 3) !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: hidden;
}

.tb-testimonials__quote,
.tb-testimonials__quote p {
  overflow: hidden;
}

@media (max-width: 991px) {
  .tb-testimonials__card {
    flex-basis: calc((100% - 1.15rem) / 2) !important;
    width: calc((100% - 1.15rem) / 2) !important;
  }
}

@media (max-width: 639px) {
  .tb-testimonials__card {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

.tb-story__copy {
  align-items: flex-start;
}

.tb-story__actions {
  margin: 0.25rem 0 0;
  width: auto;
  align-self: flex-start;
}

.tb-story .tb-btn,
.tb-story__actions .tb-btn {
  width: auto !important;
  max-width: max-content;
  align-self: flex-start;
  display: inline-flex;
  padding: 0.9rem 1.75rem;
}

/* --------------------------------------------------------------------------
   Hero typewriter line
   -------------------------------------------------------------------------- */

.tb-hero.tb-hero--crex .tb-hero__title .tb-hero__typed {
  display: block;
  white-space: nowrap;
  min-height: 1.18em;
}

.tb-hero.tb-hero--crex:not(.tb-hero--page) .tb-hero__title--diamond {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none !important;
  text-wrap: unset;
  line-height: 1.05;
}

.tb-hero__title--diamond .tb-hero__line {
  display: block;
  text-align: center;
}

.tb-hero__title--diamond .tb-hero__line--top {
  font-size: 0.9em;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.tb-hero__title--diamond .tb-hero__line--mid {
  font-size: 1.02em;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.tb-hero__title--diamond .tb-hero__line--bot {
  font-size: 0.88em;
  margin-top: 0.04em;
  min-width: 8.6em;
}

@media (max-width: 640px) {
  .tb-hero.tb-hero--crex:not(.tb-hero--page) .tb-hero__title--diamond {
    font-size: clamp(1.65rem, 7.6vw, 2.4rem);
  }
}

.tb-hero__typed-text {
  display: inline;
}

.tb-hero__caret {
  display: inline-block;
  width: 0.085em;
  height: 0.82em;
  margin-left: 0.1em;
  background: currentColor;
  vertical-align: -0.06em;
  animation: tbCaret 0.88s steps(1) infinite;
}

@keyframes tbCaret {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tb-hero__caret {
    animation: none;
    opacity: 0.55;
  }
}

/* --------------------------------------------------------------------------
   CTA band — compact cream + outline pills (NationServ match)
   -------------------------------------------------------------------------- */

.tb-cta.tb-cta--nation,
.tb-cta-band.tb-cta--nation {
  padding: 5.75rem 0 0 !important;
  background: #0b1211 !important;
}

.tb-cta--nation .tb-cta__inner {
  max-width: 1080px;
}

.tb-cta--nation .tb-cta__main {
  padding: 0.5rem 0 3.25rem;
}

.tb-cta--nation .tb-cta__title {
  max-width: none;
  margin: 0 auto 1.85rem;
  font-size: clamp(2.55rem, 5.6vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.tb-cta__title--diamond {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none !important;
}

.tb-cta__title--diamond .tb-cta__line {
  display: block;
  white-space: nowrap;
  text-align: center;
}

.tb-cta__title--diamond .tb-cta__line--top {
  font-size: 0.84em;
}

.tb-cta__title--diamond .tb-cta__line--mid {
  font-size: 1.12em;
  letter-spacing: -0.055em;
}

.tb-cta__title--diamond .tb-cta__line--bot {
  font-size: 0.76em;
}

.tb-cta--nation .tb-cta__actions {
  gap: 0.7rem;
}

.tb-cta--nation .tb-cta__btn-call,
.tb-cta--nation .tb-cta__btn-mail,
.tb-cta--nation a.tb-cta__btn-call,
.tb-cta--nation a.tb-cta__btn-mail {
  width: auto !important;
  min-height: 2.55rem;
  padding: 0.5rem 1.15rem !important;
  border-radius: 999px !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: none !important;
}

.tb-cta--nation a.tb-cta__btn-call,
.tb-cta--nation a.tb-cta__btn-call:hover {
  background: #f5f1e8 !important;
  color: #0b1211 !important;
  border: 1px solid #f5f1e8 !important;
}

.tb-cta--nation a.tb-cta__btn-mail,
.tb-cta--nation a.tb-cta__btn-mail:hover {
  background: transparent !important;
  color: #f5f1e8 !important;
  border: 1px solid rgba(245, 241, 232, 0.34) !important;
}

.tb-cta--nation a.tb-cta__btn-mail:hover {
  background: rgba(245, 241, 232, 0.06) !important;
  border-color: rgba(245, 241, 232, 0.55) !important;
}

.tb-cta--nation .tb-cta__watermark {
  color: rgba(245, 241, 232, 0.05);
  font-size: clamp(7.5rem, 30vw, 16.5rem);
  bottom: -0.06em;
}

.tb-cta--nation .tb-cta__meta {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
  padding: 2.15rem 0 3rem;
  border-top-color: rgba(245, 241, 232, 0.12);
}

.tb-cta--nation .tb-cta__meta-item {
  justify-items: center;
  text-align: center;
  gap: 0.5rem;
}

.tb-cta--nation .tb-cta__meta-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: rgba(245, 241, 232, 0.42);
}

.tb-cta--nation .tb-cta__meta-value {
  font-size: 0.95rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .tb-cta.tb-cta--nation,
  .tb-cta-band.tb-cta--nation {
    padding-top: 6.75rem !important;
  }

  .tb-cta--nation .tb-cta__main {
    padding-bottom: 3.75rem;
  }

  .tb-cta--nation .tb-cta__meta {
    padding: 2.4rem 0 3.4rem;
  }
}

