/* GENERATED by tools/bundle_css.sh. Edit the source files, not this one. */
/* ==== brand.css */
/*
 * BRAND TOKENS: the only file that names the brand's colours and fonts.
 *
 * The names match the 2026 Rework source pages (--navy, --gold, ...) so their
 * CSS ports across unchanged. Change a value here and every block, the header
 * and the footer follow.
 */

:root {
  /* ---------- colour ---------- */
  --navy:        #0e0f19;   /* page ground */
  --navy-light:  #161726;
  --charcoal:    #1c1d2e;   /* dark rounded panels */
  --gold:        #cfb583;   /* accent on dark */
  --gold-soft:   #cfb58318;
  --gold-dim:    #cfb58340;
  --bronze:      #86621e;   /* accent on light */
  --white:       #fefefe;
  --gray:        #a0a3b5;   /* body text on dark */
  --gray-dim:    #6b6e80;
  --slate:       #404e5c;
  --light-bg:    #f5f4f0;   /* light rounded panels */

  /* glass, used by the header */
  --navy-glass:       rgba(14, 15, 25, 0.42);
  --navy-glass-solid: rgba(14, 15, 25, 0.86);
  --gold-glass:       rgba(207, 181, 131, 0.14);

  /* ---------- type ---------- */
  --font-heading: 'Montserrat', sans-serif;
  --font-body:    'Gothic A1', sans-serif;

  /* ---------- motion ---------- */
  --ease:     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

/* The page itself is navy, so gaps between rounded panels match the source. */
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

/* The header and footer were designed against a slightly softer gold border. */
.site-header, .site-footer { --gold-dim: rgba(207, 181, 131, 0.22); }

/* ==== site.css */
/* GENERATED by tools/port_css.py from the 2026 Rework pages. Do not edit. */
.tmc-block { box-sizing: border-box; margin: 0; padding: 0; }
.tmc-block * { box-sizing: border-box; margin: 0; padding: 0; }
.tmc-block *::before { box-sizing: border-box; margin: 0; padding: 0; }
.tmc-block *::after { box-sizing: border-box; margin: 0; padding: 0; }
.tmc-block { position: relative; z-index: 0; display: flow-root; background: var(--navy) !important; color: var(--white); font-family: var(--font-body); font-weight: 400; line-height: 1.7; -webkit-font-smoothing: antialiased; width: 100%; }
.tmc-block img { max-width: 100%; display: block; }
.tmc-block a { color: inherit; text-decoration: none; }
.tmc-block ul { list-style: none; }
.tmc-block li { list-style: none; }
.tmc-block .tmc-wrap { width: 90%; max-width: 1180px; margin: 0 auto; }
.tmc-block .tmc-section { padding: 110px 0; position: relative; }
.tmc-block .tmc-section--light { width: calc(100% - 36px); max-width: 1620px; margin: 18px auto; border-radius: 40px; overflow: hidden; }
.tmc-block .tmc-section--charcoal { width: calc(100% - 36px); max-width: 1620px; margin: 18px auto; border-radius: 40px; overflow: hidden; }
.tmc-block .tmc-section--light { background: var(--light-bg) !important; color: var(--navy) !important; }
.tmc-block .tmc-section--charcoal { background: radial-gradient(ellipse 700px 420px at 80% 0%, rgba(207,181,131,0.06), transparent 60%), var(--charcoal) !important; }
@media (max-width: 680px) {
  .tmc-block .tmc-section--light { width: calc(100% - 20px); border-radius: 28px; margin: 10px auto; }
  .tmc-block .tmc-section--charcoal { width: calc(100% - 20px); border-radius: 28px; margin: 10px auto; }
}
.tmc-block .tmc-label { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.tmc-block .tmc-label::before { content: ""; display: block; width: 36px; height: 1px; background: var(--gold); }
.tmc-block .tmc-section--light .tmc-label { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-label::before { background: var(--bronze); }
.tmc-block h1 { font-family: var(--font-heading); line-height: 1.15; }
.tmc-block h2 { font-family: var(--font-heading); line-height: 1.15; }
.tmc-block h3 { font-family: var(--font-heading); line-height: 1.15; }
.tmc-block h4 { font-family: var(--font-heading); line-height: 1.15; }
.tmc-block h1 { font-size: clamp(2.6rem, 5.5vw, 4rem); font-weight: 800; letter-spacing: -0.02em; }
.tmc-block h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); font-weight: 700; letter-spacing: -0.01em; }
.tmc-block h3 { font-size: 1.25rem; font-weight: 600; }
.tmc-block .tmc-lead { font-size: 1.12rem; line-height: 1.85; text-wrap: pretty; color: var(--gray); max-width: 660px; margin-top: 22px; }
.tmc-block .tmc-section--light .tmc-lead { color: #555; }
.tmc-block .tmc-accent { color: var(--gold); }
.tmc-block .tmc-section--light .tmc-accent { color: var(--bronze); }
.tmc-block .tmc-btn { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.82rem; letter-spacing: 1.6px; text-transform: uppercase; padding: 18px 42px; border-radius: 999px; transition: transform 0.16s var(--ease), box-shadow 0.3s var(--ease), background 0.3s, color 0.3s; cursor: pointer; border: none; }
.tmc-block .tmc-btn:active { transform: scale(0.97); }
.tmc-block .tmc-btn--gold { background: var(--gold); color: var(--navy); }
.tmc-block .tmc-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(207,181,131,0.35); }
.tmc-block .tmc-btn--outline { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); }
.tmc-block .tmc-btn--outline:hover { background: var(--gold); color: var(--navy); }
.tmc-block .tmc-btn-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 38px; }
.js-ready .tmc-block .tmc-reveal { opacity: 0; transform: translateY(22px); filter: blur(7px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease), filter 0.8s var(--ease); }
.js-ready .tmc-block .tmc-reveal.tmc-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
@media (prefers-reduced-motion: reduce) {
  .js-ready .tmc-block .tmc-reveal { transition-duration: 1ms; transform: none; filter: none; }
}
.js-ready .tmc-block .tmc-d1 { transition-delay: 0.08s; }
.js-ready .tmc-block .tmc-d2 { transition-delay: 0.16s; }
.js-ready .tmc-block .tmc-d3 { transition-delay: 0.24s; }
.js-ready .tmc-block .tmc-d4 { transition-delay: 0.32s; }
.tmc-block .tmc-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding: 130px 0 110px; background: var(--navy) !important; overflow: hidden; }
.tmc-block .tmc-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.tmc-block .tmc-hero-veil { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, rgba(14,15,25,0.85), transparent 32%, transparent 68%, rgba(14,15,25,0.85)), linear-gradient(to bottom, rgba(14,15,25,0.55), transparent 30%, transparent 55%, rgba(14,15,25,0.97)); }
.tmc-block .tmc-hero-inner { position: relative; z-index: 2; will-change: opacity, transform; }
.tmc-block .tmc-hero-kicker { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 4.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 30px; }
.tmc-block .tmc-hero-kicker::before { content: ""; width: 44px; height: 1px; background: linear-gradient(to right, transparent, var(--gold)); }
.tmc-block .tmc-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 6.2vw, 4.7rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.06; }
.tmc-block .tmc-hero h1 .tmc-accent { display: block; background: linear-gradient(105deg, #e8d5ae 0%, var(--gold) 45%, #9c7f4e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--gold); }
.tmc-block .tmc-hero .tmc-lead { max-width: 640px; font-size: 1.16rem; }
.tmc-block .tmc-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.tmc-block .tmc-hero-grid h1 { font-size: clamp(2.6rem, 4.6vw, 3.9rem); }
.tmc-block .tmc-orb { position: relative; width: 100%; max-width: 460px; aspect-ratio: 1; margin: 0 auto; }
.tmc-block .tmc-orb-orbit { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(207,181,131,0.1); border-radius: 50%; }
.tmc-block .tmc-orb-orbit-1 { width: 100%; height: 100%; }
.tmc-block .tmc-orb-orbit-2 { width: 72%; height: 72%; border-color: rgba(207,181,131,0.16); border-style: dashed; }
.tmc-block .tmc-orb-orbit-3 { width: 44%; height: 44%; border-color: rgba(207,181,131,0.22); }
@keyframes h26vSpin {
  @keyframes h26vSpin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
}
.tmc-block .tmc-orb-orbit-2 { animation: h26vSpin 90s linear infinite; }
.tmc-block .tmc-orb-connectors { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.tmc-block .tmc-orb-connectors line { stroke: rgba(207,181,131,0.13); stroke-width: 1; }
.tmc-block .tmc-orb-hub { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 96px; height: 96px; background: linear-gradient(135deg, #86621e, #a07830); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 0 60px rgba(134,98,30,0.4), 0 0 120px rgba(207,181,131,0.15); }
.tmc-block .tmc-orb-hub svg { width: 36px; height: 36px; color: var(--white); }
@keyframes h26vHubPulse {
  @keyframes h26vHubPulse { 0%, 100% { box-shadow: 0 0 60px rgba(134,98,30,0.4), 0 0 120px rgba(207,181,131,0.15); } 50% { box-shadow: 0 0 85px rgba(134,98,30,0.55), 0 0 160px rgba(207,181,131,0.22); } }
}
.tmc-block .tmc-orb-hub { animation: h26vHubPulse 4s ease-in-out infinite; }
.tmc-block .tmc-orb-node { position: absolute; width: 56px; height: 56px; background: linear-gradient(155deg, rgba(30,31,48,0.92), rgba(20,21,35,0.8)); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(207,181,131,0.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 4px 24px rgba(0,0,0,0.35); }
.tmc-block .tmc-orb-node svg { width: 22px; height: 22px; color: var(--gold); }
.tmc-block .tmc-orb-node-seo { top: 2%; left: 50%; transform: translate(-50%, 0); }
.tmc-block .tmc-orb-node-social { top: 25%; right: 0%; transform: translate(0, -50%); }
.tmc-block .tmc-orb-node-ppc { top: 70%; right: 2%; }
.tmc-block .tmc-orb-node-email { bottom: 2%; left: 50%; transform: translate(-50%, 0); }
.tmc-block .tmc-orb-node-video { top: 70%; left: 2%; }
.tmc-block .tmc-orb-node-web { top: 25%; left: 0%; transform: translate(0, -50%); }
.tmc-block .tmc-orb-label { position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%); font-family: var(--font-heading); font-size: 0.6rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gray); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) {
  .tmc-block .tmc-orb-hub { animation: none; }
  .tmc-block .tmc-orb-orbit-2 { animation: none; }
}
@media (max-width: 1000px) {
  .tmc-block .tmc-hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .tmc-block .tmc-orb { max-width: 340px; }
}
@media (max-width: 600px) {
  .tmc-block .tmc-orb { max-width: 280px; }
  .tmc-block .tmc-orb-node { width: 46px; height: 46px; }
  .tmc-block .tmc-orb-node svg { width: 18px; height: 18px; }
  .tmc-block .tmc-orb-hub { width: 76px; height: 76px; }
  .tmc-block .tmc-orb-hub svg { width: 30px; height: 30px; }
  .tmc-block .tmc-orb-label { font-size: 0.52rem; }
}
.tmc-block .tmc-hero .tmc-btn-row { margin-top: 44px; }
.tmc-block .tmc-btn-glass { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-heading); font-weight: 700; font-size: 0.8rem; letter-spacing: 1.6px; text-transform: uppercase; padding: 17px 36px; border-radius: 999px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); cursor: pointer; transition: background 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 160ms var(--ease); }
.tmc-block .tmc-btn-glass:active { transform: scale(0.97); }
.tmc-block .tmc-btn-glass--gold { color: #f3e7cf; background: rgba(207, 181, 131, 0.16); border: 1px solid rgba(207, 181, 131, 0.5); }
.tmc-block .tmc-btn-glass--dark { color: var(--gray); background: rgba(14, 15, 25, 0.55); border: 1px solid rgba(160, 163, 181, 0.35); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-btn-glass--gold:hover { background: var(--gold); color: var(--navy); box-shadow: 0 12px 44px rgba(207, 181, 131, 0.35); }
  .tmc-block .tmc-btn-glass--dark:hover { color: var(--white); border-color: rgba(207, 181, 131, 0.5); }
}
.tmc-block .tmc-btn-glass .tmc-btn-arrow { transition: transform 200ms var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-btn-glass:hover .tmc-btn-arrow { transform: translateX(4px); }
}
.tmc-block .tmc-btn-ps { display: inline-flex; align-items: center; gap: 9px; padding: 12px 20px; border-radius: 999px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; line-height: 1.3; color: var(--gray); text-decoration: none; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(207, 181, 131, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); cursor: pointer; transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 160ms var(--ease); }
.tmc-block .tmc-btn-ps svg { width: 15px; height: 15px; flex-shrink: 0; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-btn-ps:hover { color: var(--white); background: rgba(207, 181, 131, 0.1); border-color: rgba(207, 181, 131, 0.5); }
}
.tmc-block .tmc-btn-ps:active { transform: scale(0.97); }
@media (prefers-reduced-motion: reduce) {
  .tmc-block .tmc-btn-ps { transition-duration: 1ms !important; }
}
.tmc-block .tmc-trust { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 52px; }
.tmc-block .tmc-trust span { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); padding: 10px 18px; border-radius: 999px; background: rgba(22, 23, 38, 0.5); border: 1px solid rgba(207, 181, 131, 0.16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.tmc-block .tmc-trust span::before { content: ""; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.tmc-block .tmc-stats { position: relative; background: radial-gradient(ellipse 900px 300px at 50% 50%, rgba(207,181,131,0.05), transparent 70%), var(--navy) !important; padding: 64px 0; }
.tmc-block .tmc-stats::before { content: ""; position: absolute; top: 0; left: 15%; right: 15%; height: 1px; background: linear-gradient(to right, transparent, rgba(207,181,131,0.35), transparent); }
.tmc-block .tmc-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.tmc-block .tmc-stat-num { font-family: var(--font-heading); font-weight: 800; font-size: 2.4rem; color: var(--gold); line-height: 1; }
.tmc-block .tmc-stat-lbl { font-size: 0.85rem; color: var(--gray); margin-top: 10px; letter-spacing: 0.5px; }
.tmc-block .tmc-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.tmc-block .tmc-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
.tmc-block .tmc-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.tmc-block .tmc-card { background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.10); border-radius: 22px; padding: 40px 34px; transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-card:hover { transform: translateY(-6px); border-color: rgba(207,181,131,0.32); box-shadow: 0 24px 60px rgba(0,0,0,0.35); }
}
.tmc-block .tmc-card h3 { margin-bottom: 14px; color: var(--white); }
.tmc-block .tmc-card p { font-size: 0.98rem; color: var(--gray); }
.tmc-block .tmc-fix { display: flex; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(207,181,131,0.12); font-size: 0.92rem; line-height: 1.65; color: #d8c49a; }
.tmc-block .tmc-fix::before { content: "\2192"; color: var(--gold); flex-shrink: 0; }
.tmc-block .tmc-section--light .tmc-card { background: #ffffff; border-color: transparent; box-shadow: 0 8px 34px rgba(14,15,25,0.06); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-section--light .tmc-card:hover { border-color: rgba(207,181,131,0.4); box-shadow: 0 24px 54px rgba(14,15,25,0.12); }
}
.tmc-block .tmc-section--light .tmc-card h3 { color: var(--navy); }
.tmc-block .tmc-section--light .tmc-card p { color: #555; }
.tmc-block .tmc-section--light .tmc-fix { color: #8a6d35; border-top-color: rgba(134,98,30,0.15); }
.tmc-block .tmc-section--light .tmc-fix::before { color: var(--bronze); }
.tmc-block .tmc-step-num { font-family: var(--font-heading); font-weight: 800; font-size: 2.6rem; color: transparent; -webkit-text-stroke: 1.5px var(--gold); line-height: 1; margin-bottom: 18px; }
.tmc-block .tmc-svc-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-weight: 700; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-top: 20px; transition: gap 0.25s var(--ease); }
.tmc-block .tmc-svc-link::after { content: "\2192"; }
.tmc-block .tmc-svc-link:hover { gap: 14px; }
.tmc-block .tmc-section--light .tmc-svc-link { color: var(--bronze); }
.tmc-block .tmc-result-num { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.6rem, 5vw, 3.4rem); color: var(--gold); line-height: 1; }
.tmc-block .tmc-result-lbl { font-family: var(--font-heading); font-weight: 600; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin: 12px 0 16px; }
.tmc-block .tmc-center-cta { text-align: center; margin-top: 56px; }
.tmc-block .tmc-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; align-items: stretch; }
.tmc-block .tmc-price-card { position: relative; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); border-radius: 26px; padding: 46px 36px 40px; display: flex; flex-direction: column; transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-price-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(0,0,0,0.35); }
}
.tmc-block .tmc-price-card--popular { border-color: rgba(207,181,131,0.55); background: linear-gradient(180deg, rgba(207,181,131,0.08), rgba(22,23,38,1) 45%); box-shadow: 0 0 70px rgba(207,181,131,0.08); }
.tmc-block .tmc-pop-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-family: var(--font-heading); font-weight: 700; font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 20px; white-space: nowrap; }
.tmc-block .tmc-tier { font-family: var(--font-heading); font-weight: 600; font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.tmc-block .tmc-price-card h3 { font-size: 1.45rem; color: var(--white); margin-bottom: 18px; }
.tmc-block .tmc-price-num { font-family: var(--font-heading); font-weight: 800; font-size: 2.5rem; color: var(--white); line-height: 1; }
.tmc-block .tmc-price-num small { font-size: 0.95rem; font-weight: 500; color: var(--gray); }
.tmc-block .tmc-price-note { font-size: 0.82rem; color: var(--gray); margin-top: 6px; }
.tmc-block .tmc-price-card ul { margin: 28px 0 32px; flex: 1; }
.tmc-block .tmc-price-card ul li { position: relative; padding-left: 26px; margin-bottom: 13px; font-size: 0.95rem; color: var(--gray); }
.tmc-block .tmc-price-card ul li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.tmc-block .tmc-price-card .tmc-btn { text-align: center; }
.tmc-block .tmc-custom { margin-top: 34px; background: linear-gradient(120deg, rgba(207,181,131,0.07), rgba(22,23,38,0.9) 55%); border: 1px solid rgba(207,181,131,0.28); border-radius: 26px; padding: 42px 44px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.tmc-block .tmc-custom h3 { color: var(--white); margin-bottom: 8px; }
.tmc-block .tmc-custom p { color: var(--gray); max-width: 640px; font-size: 0.98rem; }
.tmc-block .tmc-fit { border-radius: 24px; padding: 44px 40px; background: #ffffff; box-shadow: 0 8px 34px rgba(14,15,25,0.06); }
.tmc-block .tmc-fit--yes { border-top: 3px solid var(--gold); }
.tmc-block .tmc-fit--no { border-top: 3px solid var(--slate); }
.tmc-block .tmc-fit .tmc-fit-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.66rem; letter-spacing: 2.5px; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin-bottom: 18px; }
.tmc-block .tmc-fit--yes .tmc-fit-tag { background: rgba(207,181,131,0.16); color: var(--bronze); }
.tmc-block .tmc-fit--no .tmc-fit-tag { background: rgba(64,78,92,0.12); color: var(--slate); }
.tmc-block .tmc-fit h3 { color: var(--navy); margin-bottom: 22px; }
.tmc-block .tmc-fit li { position: relative; padding-left: 30px; margin-bottom: 14px; color: #444; font-size: 0.98rem; }
.tmc-block .tmc-fit--yes li::before { content: "\2713"; position: absolute; left: 0; color: var(--bronze); font-weight: 700; }
.tmc-block .tmc-fit--no li::before { content: "\2713"; position: absolute; left: 0; color: var(--slate); font-weight: 700; }
.tmc-block .tmc-fit .tmc-fit-cta { display: inline-block; margin-top: 10px; font-family: var(--font-heading); font-weight: 700; font-size: 0.78rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--bronze); }
.tmc-block .tmc-fit .tmc-fit-cta::after { content: " \2192"; }
.tmc-block .tmc-award-years { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 48px; }
.tmc-block .tmc-award-year { min-width: 190px; padding: 28px 32px; border-radius: 22px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.7)); border: 1px solid rgba(207,181,131,0.14); }
.tmc-block .tmc-ay-year { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); }
.tmc-block .tmc-ay-num { font-family: var(--font-heading); font-weight: 800; font-size: 2.3rem; line-height: 1.1; color: var(--gold); margin: 6px 0 4px; }
.tmc-block .tmc-ay-lbl { font-size: 0.85rem; color: var(--gray); }
.tmc-block .tmc-badge-note { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-top: 56px; }
.tmc-block .tmc-badge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 26px; align-items: center; }
.tmc-block .tmc-badge-grid img { width: 100%; max-width: 190px; height: auto; margin: 0 auto; }
.tmc-block .tmc-award-strip { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 48px; padding-top: 34px; border-top: 1px solid rgba(207,181,131,0.18); }
.tmc-block .tmc-award-strip span { font-family: var(--font-heading); font-weight: 600; font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; color: var(--gray); }
.tmc-block .tmc-faq-list { margin-top: 50px; max-width: 860px; }
.tmc-block .tmc-faq { border: 1px solid transparent; border-radius: 18px; background: #ffffff; box-shadow: 0 6px 24px rgba(14,15,25,0.05); margin-bottom: 14px; overflow: hidden; transition: border-color 200ms ease; }
.tmc-block .tmc-faq[open] { border-color: rgba(207,181,131,0.4); }
.tmc-block .tmc-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; padding: 22px 26px; font-family: var(--font-heading); font-weight: 600; font-size: 1.02rem; color: var(--navy); list-style: none; }
.tmc-block .tmc-faq summary::-webkit-details-marker { display: none; }
.tmc-block .tmc-faq summary::after { content: "+"; font-family: var(--font-heading); font-weight: 400; font-size: 1.5rem; color: var(--bronze); flex-shrink: 0; transition: transform 0.3s var(--ease); }
.tmc-block .tmc-faq[open] summary::after { transform: rotate(45deg); }
.tmc-block .tmc-faq-body { padding: 0 26px 24px; color: #555; font-size: 0.98rem; }
.tmc-block .tmc-final { text-align: center; background: radial-gradient(ellipse 800px 400px at 50% 0%, rgba(207,181,131,0.1), transparent 65%), var(--charcoal) !important; }
.tmc-block .tmc-final .tmc-lead { margin-left: auto; margin-right: auto; }
.tmc-block .tmc-final .tmc-label { justify-content: center; }
.tmc-block .tmc-final .tmc-btn { margin-top: 40px; }
@media (max-width: 1000px) {
  .tmc-block .tmc-grid-3 { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-price-grid { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-grid-4 { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-badge-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .tmc-block .tmc-section { padding: 80px 0; }
  .tmc-block .tmc-hero { padding: 100px 0 76px; }
  .tmc-block .tmc-grid-2 { grid-template-columns: 1fr; }
  .tmc-block .tmc-grid-3 { grid-template-columns: 1fr; }
  .tmc-block .tmc-grid-4 { grid-template-columns: 1fr; }
  .tmc-block .tmc-price-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-stats-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .tmc-block .tmc-badge-grid { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-custom { padding: 30px 26px; }
}
.tmc-block .tmc-accent-grad { background: linear-gradient(105deg, #e8d5ae 0%, var(--gold) 45%, #9c7f4e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--gold); }
.tmc-block .tmc-phero { padding: 200px 0 100px; background: radial-gradient(ellipse 900px 480px at 15% 0%, rgba(207,181,131,0.09), transparent 60%), radial-gradient(ellipse 700px 480px at 95% 100%, rgba(64,78,92,0.3), transparent 60%), var(--navy) !important; overflow: hidden; }
.tmc-block .tmc-phero h1 { max-width: 880px; }
.tmc-block .tmc-doors { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.tmc-block .tmc-door { border-radius: 24px; padding: 44px 40px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); transition: transform 0.4s var(--ease), border-color 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-door:hover { transform: translateY(-5px); border-color: rgba(207,181,131,0.35); }
}
.tmc-block .tmc-door-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.66rem; letter-spacing: 2.5px; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin-bottom: 18px; background: rgba(207,181,131,0.14); color: var(--gold); }
.tmc-block .tmc-door h3 { color: var(--white); margin-bottom: 14px; }
.tmc-block .tmc-door p { color: var(--gray); font-size: 0.98rem; }
.tmc-block .tmc-door .tmc-door-cta { display: inline-block; margin-top: 20px; font-family: var(--font-heading); font-weight: 700; font-size: 0.78rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); }
.tmc-block .tmc-door .tmc-door-cta::after { content: " \2192"; }
.tmc-block .tmc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.tmc-block .tmc-svc { background: #ffffff; border: 1px solid transparent; border-radius: 22px; padding: 42px 38px; box-shadow: 0 8px 34px rgba(14,15,25,0.06); transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-svc:hover { transform: translateY(-6px); border-color: rgba(207,181,131,0.4); box-shadow: 0 24px 54px rgba(14,15,25,0.12); }
}
.tmc-block .tmc-svc h3 { color: var(--navy); margin-bottom: 6px; }
.tmc-block .tmc-problem { font-family: var(--font-heading); font-weight: 600; font-size: 0.82rem; color: var(--slate); margin-bottom: 14px; }
.tmc-block .tmc-svc p { font-size: 0.98rem; color: #555; }
.tmc-block .tmc-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.tmc-block .tmc-tier-card { border-radius: 22px; padding: 34px 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.7)); border: 1px solid rgba(207,181,131,0.14); transition: transform 0.4s var(--ease), border-color 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-tier-card:hover { transform: translateY(-5px); border-color: rgba(207,181,131,0.4); }
}
.tmc-block .tmc-tier-name { font-family: var(--font-heading); font-weight: 700; font-size: 1.05rem; color: var(--white); }
.tmc-block .tmc-tier-price { font-family: var(--font-heading); font-weight: 800; font-size: 1.7rem; color: var(--gold); margin: 10px 0 12px; }
.tmc-block .tmc-tier-price small { font-size: 0.85rem; font-weight: 500; color: var(--gray); }
.tmc-block .tmc-tier-card p { font-size: 0.88rem; color: var(--gray); }
.tmc-block .tmc-step { background: #ffffff; border-radius: 22px; padding: 40px 34px; box-shadow: 0 8px 34px rgba(14,15,25,0.06); }
.tmc-block .tmc-step h3 { color: var(--navy); margin-bottom: 14px; }
.tmc-block .tmc-step p { font-size: 0.98rem; color: #555; }
@media (max-width: 1000px) {
  .tmc-block .tmc-tiers { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-phero { padding: 150px 0 76px; }
  .tmc-block .tmc-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-doors { grid-template-columns: 1fr; }
  .tmc-block .tmc-tiers { grid-template-columns: 1fr; }
}
.tmc-block .tmc-solves { margin-top: 20px; padding: 14px 18px; border-radius: 14px; background: rgba(207,181,131,0.07); border: 1px solid rgba(207,181,131,0.14); font-size: 0.9rem; color: #d8c49a; }
.tmc-block .tmc-solves strong { font-family: var(--font-heading); font-weight: 700; font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 4px; }
.tmc-block .tmc-table-shell { margin-top: 56px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); border-radius: 26px; overflow: hidden; }
.tmc-block .tmc-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tmc-block .tmc-table { width: 100%; min-width: 960px; border-collapse: collapse; font-size: 0.92rem; }
.tmc-block .tmc-table th { padding: 18px 22px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(207,181,131,0.08); }
.tmc-block .tmc-table td { padding: 18px 22px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(207,181,131,0.08); }
.tmc-block .tmc-table thead th { font-family: var(--font-heading); font-weight: 700; font-size: 0.78rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); background: rgba(207,181,131,0.06); white-space: nowrap; }
.tmc-block .tmc-table thead th small { display: block; font-family: var(--font-body); font-weight: 500; letter-spacing: 0.5px; text-transform: none; color: var(--gray); margin-top: 4px; }
.tmc-block .tmc-table tbody th { font-family: var(--font-heading); font-weight: 600; font-size: 0.92rem; color: var(--white); min-width: 220px; }
.tmc-block .tmc-table tbody th small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.8rem; color: var(--gray); margin-top: 3px; }
.tmc-block .tmc-table td { color: var(--gray); }
.tmc-block .tmc-table td.tmc-no { color: #565a6e; }
.tmc-block .tmc-table tbody tr:last-child th { border-bottom: none; }
.tmc-block .tmc-table tbody tr:last-child td { border-bottom: none; }
.tmc-block .tmc-table tbody tr.tmc-row-value th { background: rgba(207,181,131,0.05); color: #d8c49a; }
.tmc-block .tmc-table tbody tr.tmc-row-value td { background: rgba(207,181,131,0.05); color: #d8c49a; }
.tmc-block .tmc-table-hint { display: none; font-size: 0.78rem; color: var(--gray); text-align: center; padding: 10px 0 2px; }
@media (max-width: 1000px) {
  .tmc-block .tmc-table-hint { display: block; }
}
.tmc-block .tmc-door--alt { background: linear-gradient(155deg, rgba(28,29,46,0.7), rgba(20,21,35,0.6)); }
.tmc-block .tmc-door li { position: relative; padding-left: 30px; margin-bottom: 14px; color: var(--gray); font-size: 0.98rem; }
.tmc-block .tmc-door li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.tmc-block .tmc-phero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.tmc-block .tmc-phero-img { border-radius: 28px; overflow: hidden; border: 1px solid rgba(207,181,131,0.18); box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.tmc-block .tmc-phero-img img { width: 100%; height: auto; }
.tmc-block .tmc-phero-caption { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-top: 16px; text-align: center; }
.tmc-block .tmc-story-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; margin-top: 20px; }
.tmc-block .tmc-story p { color: var(--gray); margin-bottom: 22px; font-size: 1.02rem; line-height: 1.85; }
.tmc-block .tmc-story p strong { color: var(--white); font-weight: 600; }
.tmc-block .tmc-stat { border-radius: 22px; padding: 30px 26px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.7)); border: 1px solid rgba(207,181,131,0.14); }
.tmc-block .tmc-team-group { font-family: var(--font-heading); font-weight: 700; font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin: 56px 0 26px; text-align: center; }
.tmc-block .tmc-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tmc-block .tmc-member { border-radius: 24px; overflow: hidden; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); text-align: center; padding-bottom: 30px; transition: transform 0.4s var(--ease), border-color 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-member:hover { transform: translateY(-6px); border-color: rgba(207,181,131,0.35); }
}
.tmc-block .tmc-member img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.tmc-block .tmc-mono { width: 100%; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 800; font-size: 4rem; letter-spacing: 2px; color: rgba(207,181,131,0.55); background: radial-gradient(ellipse 300px 300px at 50% 30%, rgba(207,181,131,0.1), transparent 70%), var(--charcoal); }
.tmc-block .tmc-member h3 { color: var(--white); margin: 24px 0 4px; font-size: 1.15rem; }
.tmc-block .tmc-member .tmc-role { font-size: 0.85rem; color: var(--gray); letter-spacing: 0.5px; }
.tmc-block .tmc-bio-btn { display: inline-block; margin-top: 16px; font-family: var(--font-heading); font-weight: 700; font-size: 0.7rem; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold); background: rgba(207,181,131,0.1); border: 1px solid rgba(207,181,131,0.3); border-radius: 999px; padding: 9px 22px; cursor: pointer; transition: background 200ms ease, color 200ms ease, transform 160ms var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-bio-btn:hover { background: var(--gold); color: var(--navy); }
}
.tmc-block .tmc-bio-btn:active { transform: scale(0.96); }
.tmc-block .tmc-modal { position: fixed; inset: 0; z-index: 100001; display: none; align-items: flex-start; justify-content: center; padding: 6vh 20px 40px; background: rgba(10, 11, 19, 0.75); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); overflow-y: auto; }
.tmc-block .tmc-modal.tmc-open { display: flex; }
.tmc-block .tmc-modal-card { position: relative; width: 100%; max-width: 680px; border-radius: 26px; background: var(--navy-light); border: 1px solid rgba(207,181,131,0.25); padding: 48px 44px; box-shadow: 0 40px 100px rgba(0,0,0,0.6); }
.tmc-block .tmc-modal-close { position: absolute; top: 18px; right: 20px; width: 40px; height: 40px; border-radius: 999px; border: 1px solid rgba(207,181,131,0.3); background: none; color: var(--gold); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: background 200ms ease, color 200ms ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-modal-close:hover { background: var(--gold); color: var(--navy); }
}
.tmc-block .tmc-modal-card h3 { color: var(--white); font-size: 1.5rem; }
.tmc-block .tmc-modal-role { color: var(--gold); font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; font-family: var(--font-heading); font-weight: 600; margin: 6px 0 20px; }
.tmc-block .tmc-modal-card p { color: var(--gray); font-size: 0.98rem; margin-bottom: 16px; }
.tmc-block .tmc-modal-card .tmc-li { display: inline-block; margin-top: 6px; font-family: var(--font-heading); font-weight: 700; font-size: 0.75rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); }
.tmc-block .tmc-modal-card .tmc-li::after { content: " \2192"; }
.tmc-block .tmc-bio-src { display: none; }
.tmc-block .tmc-groups { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; margin-top: 50px; }
.tmc-block .tmc-groups a { display: block; padding: 24px 30px; border-radius: 20px; background: #ffffff; box-shadow: 0 8px 34px rgba(14,15,25,0.06); transition: transform 0.3s var(--ease), box-shadow 0.3s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-groups a:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(14,15,25,0.12); }
}
.tmc-block .tmc-groups img { height: 64px; width: auto; }
@media (max-width: 1000px) {
  .tmc-block .tmc-phero-grid { grid-template-columns: 1fr; gap: 44px; }
  .tmc-block .tmc-story-grid { grid-template-columns: 1fr; gap: 44px; }
  .tmc-block .tmc-team-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-team-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-modal-card { padding: 38px 26px; }
}
.tmc-block .tmc-shift { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.tmc-block .tmc-model { border-radius: 24px; padding: 44px 40px; }
.tmc-block .tmc-model--old { background: #ffffff; box-shadow: 0 8px 34px rgba(14,15,25,0.06); border-top: 3px solid var(--slate); }
.tmc-block .tmc-model--new { background: #ffffff; box-shadow: 0 8px 34px rgba(14,15,25,0.06); border-top: 3px solid var(--gold); }
.tmc-block .tmc-model-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.66rem; letter-spacing: 2.5px; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin-bottom: 18px; }
.tmc-block .tmc-model--old .tmc-model-tag { background: rgba(64,78,92,0.12); color: var(--slate); }
.tmc-block .tmc-model--new .tmc-model-tag { background: rgba(207,181,131,0.16); color: var(--bronze); }
.tmc-block .tmc-model h3 { color: var(--navy); margin-bottom: 18px; }
.tmc-block .tmc-model li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #444; font-size: 0.95rem; }
.tmc-block .tmc-model--old li::before { content: "\2715"; position: absolute; left: 0; color: var(--slate); font-weight: 700; }
.tmc-block .tmc-model--new li::before { content: "\2713"; position: absolute; left: 0; color: var(--bronze); font-weight: 700; }
.tmc-block .tmc-principle { margin-top: 34px; padding: 36px 40px; border-radius: 24px; background: linear-gradient(120deg, rgba(207,181,131,0.08), rgba(22,23,38,0.9) 55%); border: 1px solid rgba(207,181,131,0.28); }
.tmc-block .tmc-principle h3 { color: var(--gold); margin-bottom: 12px; }
.tmc-block .tmc-principle p { color: #d8c49a; font-size: 1.02rem; max-width: 900px; }
.tmc-block .tmc-del { background: #ffffff; border: 1px solid transparent; border-radius: 22px; padding: 40px 34px; box-shadow: 0 8px 34px rgba(14,15,25,0.06); transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-del:hover { transform: translateY(-6px); border-color: rgba(207,181,131,0.4); box-shadow: 0 24px 54px rgba(14,15,25,0.12); }
}
.tmc-block .tmc-del::before { content: ""; display: block; width: 26px; height: 2px; background: var(--gold); margin-bottom: 20px; }
.tmc-block .tmc-del h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: 10px; }
.tmc-block .tmc-del p { font-size: 0.94rem; color: #555; }
.tmc-block .tmc-loop { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 56px; }
.tmc-block .tmc-phase { border-radius: 22px; padding: 34px 28px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.7)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-phase-num { font-family: var(--font-heading); font-weight: 800; font-size: 2.2rem; color: transparent; -webkit-text-stroke: 1.5px rgba(207,181,131,0.55); line-height: 1; margin-bottom: 16px; }
.tmc-block .tmc-phase h3 { color: var(--white); font-size: 1rem; margin-bottom: 10px; }
.tmc-block .tmc-phase p { font-size: 0.85rem; color: var(--gray); }
.tmc-block .tmc-why { background: #ffffff; border-radius: 22px; padding: 40px 36px; box-shadow: 0 8px 34px rgba(14,15,25,0.06); }
.tmc-block .tmc-why h3 { color: var(--navy); margin-bottom: 12px; }
.tmc-block .tmc-why p { font-size: 0.96rem; color: #555; }
@media (max-width: 1000px) {
  .tmc-block .tmc-loop { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-shift { grid-template-columns: 1fr; }
  .tmc-block .tmc-loop { grid-template-columns: 1fr; }
}
.tmc-block .tmc-agg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 56px; }
.tmc-block .tmc-agg-card { border-radius: 22px; padding: 34px 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.7)); border: 1px solid rgba(207,181,131,0.14); }
.tmc-block .tmc-agg-num { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--gold); line-height: 1.1; }
.tmc-block .tmc-agg-lbl { font-size: 0.88rem; color: var(--gray); margin-top: 10px; }
.tmc-block .tmc-featured { margin-top: 56px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: center; border-radius: 24px; padding: 44px 42px; background: #ffffff; border: 1px solid rgba(207,181,131,0.55); box-shadow: 0 14px 44px rgba(14,15,25,0.08); }
.tmc-block .tmc-featured-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; }
@media (max-width: 900px) {
  .tmc-block .tmc-featured { grid-template-columns: 1fr; }
}
.tmc-block .tmc-featured-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.64rem; letter-spacing: 2.2px; text-transform: uppercase; padding: 6px 15px; border-radius: 999px; background: var(--gold); color: var(--navy); margin-bottom: 18px; }
.tmc-block .tmc-featured h3 { color: var(--navy); font-size: 1.4rem; margin-bottom: 12px; }
.tmc-block .tmc-featured > p { font-size: 0.98rem; color: #555; max-width: 860px; }
.tmc-block .tmc-featured-stats { display: flex; gap: 40px; flex-wrap: wrap; margin: 26px 0 4px; }
.tmc-block .tmc-featured-stat .tmc-f-num { font-family: var(--font-heading); font-weight: 800; font-size: 1.7rem; color: var(--bronze); line-height: 1.1; }
.tmc-block .tmc-featured-stat .tmc-f-lbl { font-size: 0.8rem; color: #777; margin-top: 6px; max-width: 210px; }
.tmc-block .tmc-featured .tmc-featured-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--font-heading); font-weight: 700; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--bronze); transition: gap 0.25s var(--ease); }
.tmc-block .tmc-featured .tmc-featured-link::after { content: "\2192"; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-featured .tmc-featured-link:hover { gap: 14px; }
}
.tmc-block .tmc-case { display: flex; flex-direction: column; background: #ffffff; border: 1px solid transparent; border-radius: 24px; padding: 42px 38px; box-shadow: 0 8px 34px rgba(14,15,25,0.06); transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-case:hover { transform: translateY(-6px); border-color: rgba(207,181,131,0.4); box-shadow: 0 24px 54px rgba(14,15,25,0.12); }
}
.tmc-block .tmc-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.tmc-block .tmc-tag { font-family: var(--font-heading); font-weight: 700; font-size: 0.62rem; letter-spacing: 1.8px; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.tmc-block .tmc-tag--ind { background: rgba(64,78,92,0.12); color: var(--slate); }
.tmc-block .tmc-tag--svc { background: rgba(207,181,131,0.16); color: var(--bronze); }
.tmc-block .tmc-case h3 { color: var(--navy); font-size: 1.4rem; margin-bottom: 12px; }
.tmc-block .tmc-case > p { font-size: 0.98rem; color: #555; }
.tmc-block .tmc-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; padding: 22px 0 0; border-top: 1px solid rgba(134,98,30,0.14); }
.tmc-block .tmc-metric-num { font-family: var(--font-heading); font-weight: 800; font-size: 1.25rem; color: var(--bronze); line-height: 1.15; }
.tmc-block .tmc-metric-lbl { font-size: 0.74rem; color: #777; margin-top: 5px; line-height: 1.4; }
.tmc-block .tmc-case-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-family: var(--font-heading); font-weight: 700; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--bronze); transition: gap 0.25s var(--ease); }
.tmc-block .tmc-case-link::after { content: "\2192"; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-case-link:hover { gap: 14px; }
}
.tmc-block .tmc-ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.tmc-block .tmc-ind { border-radius: 22px; padding: 36px 32px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.7)); border: 1px solid rgba(207,181,131,0.12); transition: transform 0.4s var(--ease), border-color 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-ind:hover { transform: translateY(-5px); border-color: rgba(207,181,131,0.35); }
}
.tmc-block .tmc-ind::before { content: ""; display: block; width: 26px; height: 2px; background: var(--gold); margin-bottom: 20px; }
.tmc-block .tmc-ind h4 { color: var(--white); font-size: 1.05rem; margin-bottom: 10px; }
.tmc-block .tmc-ind p { font-size: 0.9rem; color: var(--gray); }
@media (max-width: 1000px) {
  .tmc-block .tmc-agg { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-ind-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-agg { grid-template-columns: 1fr; }
  .tmc-block .tmc-ind-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-metrics { grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
}
.tmc-block .tmc-changed-note { margin-top: 34px; padding: 30px 36px; border-radius: 22px; background: rgba(207,181,131,0.06); border: 1px solid rgba(207,181,131,0.2); color: #d8c49a; font-size: 1rem; max-width: 860px; }
.tmc-block .tmc-inc { background: #ffffff; border: 1px solid transparent; border-radius: 22px; padding: 40px 34px; box-shadow: 0 8px 34px rgba(14,15,25,0.06); transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-inc:hover { transform: translateY(-6px); border-color: rgba(207,181,131,0.4); box-shadow: 0 24px 54px rgba(14,15,25,0.12); }
}
.tmc-block .tmc-inc::before { content: ""; display: block; width: 26px; height: 2px; background: var(--gold); margin-bottom: 20px; }
.tmc-block .tmc-inc h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: 10px; }
.tmc-block .tmc-inc p { font-size: 0.94rem; color: #555; }
.tmc-block .tmc-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.tmc-block .tmc-proof-card { border-radius: 24px; padding: 42px 38px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.14); }
.tmc-block .tmc-proof-num { font-family: var(--font-heading); font-weight: 800; font-size: 2.4rem; color: var(--gold); line-height: 1.1; }
.tmc-block .tmc-proof-card h3 { color: var(--white); margin: 12px 0 10px; }
.tmc-block .tmc-proof-card p { font-size: 0.95rem; color: var(--gray); }
.tmc-block .tmc-proof-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-family: var(--font-heading); font-weight: 700; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); transition: gap 0.25s var(--ease); }
.tmc-block .tmc-proof-link::after { content: "\2192"; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-proof-link:hover { gap: 14px; }
}
.tmc-block .tmc-door-cta { display: inline-block; margin-top: 20px; font-family: var(--font-heading); font-weight: 700; font-size: 0.78rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--bronze); }
.tmc-block .tmc-door-cta::after { content: " \2192"; }
@media (max-width: 680px) {
  .tmc-block .tmc-proof { grid-template-columns: 1fr; }
}
.tmc-block .tmc-award-chip { display: inline-flex; align-items: center; gap: 10px; margin-top: 46px; font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); padding: 10px 18px; border-radius: 999px; background: rgba(22, 23, 38, 0.5); border: 1px solid rgba(207,181,131,0.16); }
.tmc-block .tmc-award-chip::before { content: ""; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.tmc-block .tmc-proof-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 264px; gap: 44px; align-items: center; border-radius: 24px; padding: 44px 42px; background: linear-gradient(120deg, rgba(207,181,131,0.1), rgba(22,23,38,0.92) 55%); border: 1px solid rgba(207,181,131,0.3); }
.tmc-block .tmc-reel-frame { width: 264px; aspect-ratio: 9 / 16; border-radius: 18px; overflow: hidden; border: 1px solid rgba(207,181,131,0.3); box-shadow: 0 24px 60px rgba(0,0,0,0.45); background: var(--navy); }
.tmc-block .tmc-reel-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.tmc-block .tmc-reel-cap { font-family: var(--font-heading); font-weight: 600; font-size: 0.68rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gray); text-align: center; margin-top: 12px; }
@media (max-width: 900px) {
  .tmc-block .tmc-proof-wide { grid-template-columns: 1fr; }
  .tmc-block .tmc-reel-frame { margin: 0 auto; }
}
.tmc-block .tmc-proof-wide .tmc-fresh-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.64rem; letter-spacing: 2.2px; text-transform: uppercase; padding: 6px 15px; border-radius: 999px; background: var(--gold); color: var(--navy); margin-bottom: 18px; }
.tmc-block .tmc-proof-wide h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 12px; }
.tmc-block .tmc-proof-wide > p { font-size: 0.98rem; color: var(--gray); max-width: 820px; }
.tmc-block .tmc-mini-stats { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 26px; }
.tmc-block .tmc-mini-stat .tmc-mini-num { font-family: var(--font-heading); font-weight: 800; font-size: 1.7rem; color: var(--gold); line-height: 1.1; }
.tmc-block .tmc-mini-stat .tmc-mini-lbl { font-size: 0.8rem; color: var(--gray); margin-top: 6px; max-width: 200px; }
.tmc-block .tmc-travel { margin-top: 34px; padding: 30px 36px; border-radius: 22px; background: rgba(64,78,92,0.08); border: 1px solid rgba(64,78,92,0.25); color: #555; font-size: 0.95rem; max-width: 900px; }
.tmc-block .tmc-travel strong { color: var(--navy); }
.tmc-block .tmc-proof-wide p { font-size: 0.98rem; color: var(--gray); }
.tmc-block .tmc-video-frame { position: relative; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; border: 1px solid rgba(207,181,131,0.25); box-shadow: 0 24px 60px rgba(0,0,0,0.45); }
.tmc-block .tmc-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tmc-block .tmc-photo-strip { display: grid; grid-template-columns: 1fr 2fr 1fr 1fr; gap: 14px; }
.tmc-block .tmc-photo-strip img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; border: 1px solid rgba(207,181,131,0.18); }
.tmc-block .tmc-photo-strip img.tmc-ph-p { aspect-ratio: 3 / 4; }
.tmc-block .tmc-photo-strip img.tmc-ph-l { aspect-ratio: 3 / 2; }
@media (max-width: 1000px) {
  .tmc-block .tmc-proof-wide { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-photo-strip { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-photo-strip img.tmc-ph-l { grid-column: 1 / -1; }
}
.tmc-block .tmc-phero .tmc-btn { margin-top: 40px; }
.tmc-block .tmc-back { display: flex; width: max-content; align-items: center; gap: 8px; font-family: var(--font-heading); font-weight: 700; font-size: 0.72rem; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gray); margin-bottom: 34px; transition: color 200ms ease, gap 0.25s var(--ease); }
.tmc-block .tmc-back::before { content: "\2190"; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-back:hover { color: var(--gold); gap: 12px; }
}
.tmc-block .tmc-phero-sub { font-family: var(--font-heading); font-weight: 600; font-size: 1.15rem; color: var(--gray); margin-top: 18px; max-width: 760px; line-height: 1.5; }
.tmc-block .tmc-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.tmc-block .tmc-meta span { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); padding: 10px 18px; border-radius: 999px; background: rgba(22, 23, 38, 0.5); border: 1px solid rgba(207,181,131,0.16); }
.tmc-block .tmc-meta a { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); padding: 10px 18px; border-radius: 999px; background: rgba(22, 23, 38, 0.5); border: 1px solid rgba(207,181,131,0.16); }
.tmc-block .tmc-meta a { transition: color 200ms ease, border-color 200ms ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-meta a:hover { color: var(--gold); border-color: rgba(207,181,131,0.45); }
}
.tmc-block .tmc-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.tmc-block .tmc-res { border-radius: 22px; padding: 34px 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.7)); border: 1px solid rgba(207,181,131,0.14); }
.tmc-block .tmc-res-num { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.9rem, 3.2vw, 2.6rem); color: var(--gold); line-height: 1.1; }
.tmc-block .tmc-res-lbl { font-size: 0.9rem; color: var(--gray); margin-top: 10px; }
.tmc-block .tmc-highlight { margin-top: 34px; padding: 34px 40px; border-radius: 24px; background: linear-gradient(120deg, rgba(207,181,131,0.1), rgba(22,23,38,0.92) 55%); border: 1px solid rgba(207,181,131,0.3); }
.tmc-block .tmc-highlight .tmc-hl-num { font-family: var(--font-heading); font-weight: 800; font-size: 2rem; color: var(--gold); }
.tmc-block .tmc-highlight p { color: #d8c49a; font-size: 1rem; margin-top: 8px; max-width: 820px; }
.tmc-block .tmc-story { max-width: 860px; }
.tmc-block .tmc-story-block { margin-top: 50px; }
.tmc-block .tmc-story-block:first-of-type { margin-top: 40px; }
.tmc-block .tmc-story-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.66rem; letter-spacing: 2.5px; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin-bottom: 16px; background: rgba(207,181,131,0.16); color: var(--bronze); }
.tmc-block .tmc-story-block h3 { color: var(--navy); font-size: 1.4rem; margin-bottom: 14px; }
.tmc-block .tmc-story-block p { color: #444; font-size: 1.02rem; line-height: 1.85; margin-bottom: 16px; }
.tmc-block .tmc-related { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.tmc-block .tmc-rel-card { display: block; border-radius: 24px; padding: 38px 36px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.14); transition: transform 0.4s var(--ease), border-color 0.4s ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-rel-card:hover { transform: translateY(-5px); border-color: rgba(207,181,131,0.4); }
}
.tmc-block .tmc-rel-card .tmc-rel-tag { font-family: var(--font-heading); font-weight: 700; font-size: 0.64rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.tmc-block .tmc-rel-card h3 { color: var(--white); margin: 10px 0 8px; }
.tmc-block .tmc-rel-card p { color: var(--gray); font-size: 0.92rem; }
@media (max-width: 1000px) {
  .tmc-block .tmc-results { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-results { grid-template-columns: 1fr; }
  .tmc-block .tmc-related { grid-template-columns: 1fr; }
}
.tmc-block .tmc-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.tmc-block .tmc-video-cap { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gray); margin-top: 14px; }
@media (max-width: 800px) {
  .tmc-block .tmc-videos { grid-template-columns: 1fr; }
}
.tmc-block .tmc-story-grid2 { display: grid; grid-template-columns: 1fr 340px; gap: 52px; align-items: start; }
.tmc-block .tmc-story-photo img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 22px; box-shadow: 0 18px 50px rgba(14,15,25,0.18); }
.tmc-block .tmc-story-photo { margin-top: 40px; }
@media (max-width: 900px) {
  .tmc-block .tmc-story-grid2 { grid-template-columns: 1fr; }
  .tmc-block .tmc-story-photo img { max-width: 380px; margin: 0 auto; }
}
.tmc-block .tmc-chips { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.tmc-block .tmc-chip { display: inline-flex; align-items: center; gap: 14px; width: max-content; max-width: 100%; font-family: var(--font-heading); font-weight: 600; font-size: 0.95rem; color: #e8dcc3; background: rgba(22, 23, 38, 0.7); border: 1px solid rgba(207,181,131,0.22); border-radius: 999px; padding: 14px 26px; transition: border-color 200ms ease, transform 160ms var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block a.tmc-chip:hover { color: var(--gold); border-color: rgba(207,181,131,0.55); transform: translateY(-2px); }
}
.tmc-block .tmc-chip svg { width: 17px; height: 17px; fill: var(--gold); flex-shrink: 0; }
.tmc-block .tmc-steps { margin-top: 48px; }
.tmc-block .tmc-steps h3 { color: var(--white); margin-bottom: 22px; font-size: 1.2rem; }
.tmc-block .tmc-step h4 { font-family: var(--font-heading); font-weight: 600; font-size: 1rem; color: var(--white); margin-bottom: 4px; }
.tmc-block .tmc-form-card { background: #ffffff; border-radius: 26px; padding: 18px; box-shadow: 0 30px 80px rgba(0,0,0,0.4); border: 1px solid rgba(207,181,131,0.35); }
.tmc-block .tmc-form-card iframe { width: 100%; min-height: 1119px; border: none; border-radius: 16px; display: block; }
@media (max-width: 1000px) {
  .tmc-block .tmc-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-form-card { padding: 10px; }
}
.tmc-block .tmc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.tmc-block .tmc-phil { max-width: 820px; margin-top: 44px; }
.tmc-block .tmc-phil li { color: var(--slate); font-size: 1.02rem; padding: 14px 0 14px 36px; position: relative; border-bottom: 1px solid rgba(64,78,92,0.14); }
.tmc-block .tmc-phil li:last-child { border-bottom: none; }
.tmc-block .tmc-phil li::before { content: "✓"; position: absolute; left: 0; color: var(--bronze); font-weight: 700; }
.tmc-block .tmc-phil li b { color: var(--navy); font-weight: 600; }
.tmc-block .tmc-stack { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.tmc-block .tmc-tool { border-radius: 22px; padding: 28px 26px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-tool h3 { font-size: 1.05rem; font-weight: 700; }
.tmc-block .tmc-tool-role { display: block; font-family: var(--font-heading); font-weight: 600; font-size: 0.68rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold); margin: 6px 0 12px; }
.tmc-block .tmc-tool p { color: var(--gray); font-size: 0.9rem; }
.tmc-block .tmc-faqs { max-width: 900px; margin-top: 48px; }
@media (max-width: 1000px) {
  .tmc-block .tmc-cards { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-steps { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-stack { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-cards { grid-template-columns: 1fr; }
  .tmc-block .tmc-steps { grid-template-columns: 1fr; }
  .tmc-block .tmc-stack { grid-template-columns: 1fr; }
}
.tmc-block .tmc-years { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.tmc-block .tmc-year { border-radius: 26px; padding: 38px 32px; text-align: center; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-year-num { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.4rem, 4vw, 3.4rem); background: linear-gradient(105deg, #e8d5ae 0%, var(--gold) 45%, #9c7f4e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tmc-block .tmc-year h3 { font-size: 1.02rem; font-weight: 700; margin-top: 8px; }
.tmc-block .tmc-year p { color: var(--gray); font-size: 0.9rem; margin-top: 8px; }
.tmc-block .tmc-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; max-width: 940px; margin-left: auto; margin-right: auto; }
.tmc-block .tmc-badges img { width: 100%; height: auto; }
.tmc-block .tmc-creds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.tmc-block .tmc-cred { border-radius: 24px; padding: 34px 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-cred h3 { font-size: 1.08rem; font-weight: 700; color: var(--gold); margin-bottom: 12px; }
.tmc-block .tmc-cred p { color: var(--gray); font-size: 0.96rem; }
.tmc-block .tmc-gov { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
.tmc-block .tmc-gov-card { background: #ffffff; border-radius: 24px; padding: 32px 30px; box-shadow: 0 18px 50px rgba(14,15,25,0.08); }
.tmc-block .tmc-gov-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.tmc-block .tmc-gov-card p { color: var(--slate); font-size: 0.95rem; }
.tmc-block .tmc-gov-card a { color: var(--bronze); font-weight: 600; text-decoration: underline; }
.tmc-block .tmc-quote { margin-top: 44px; border-left: 3px solid var(--bronze); border-radius: 0 24px 24px 0; background: #ffffff; padding: 36px 40px; box-shadow: 0 18px 50px rgba(14,15,25,0.08); }
.tmc-block .tmc-quote h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.tmc-block .tmc-quote p { color: var(--slate); font-size: 1rem; text-wrap: pretty; }
.tmc-block .tmc-why-card { border-radius: 24px; padding: 34px 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-why-card h3 { font-size: 1.08rem; font-weight: 700; color: var(--gold); margin-bottom: 12px; }
.tmc-block .tmc-why-card p { color: var(--gray); font-size: 0.96rem; }
@media (max-width: 1000px) {
  .tmc-block .tmc-creds { grid-template-columns: 1fr; }
  .tmc-block .tmc-badges { grid-template-columns: repeat(4, 1fr); gap: 14px; }
}
@media (max-width: 860px) {
  .tmc-block .tmc-years { grid-template-columns: 1fr; }
  .tmc-block .tmc-gov { grid-template-columns: 1fr; }
  .tmc-block .tmc-why { grid-template-columns: 1fr; }
  .tmc-block .tmc-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .tmc-block .tmc-quote { padding: 28px 26px; }
}
.tmc-block .tmc-opt { border-radius: 26px; padding: 40px 38px; margin-top: 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-opt-num { display: inline-block; font-family: var(--font-heading); font-weight: 800; font-size: 0.85rem; letter-spacing: 2px; color: var(--gold); border: 1px solid rgba(207,181,131,0.4); border-radius: 999px; padding: 7px 16px; margin-bottom: 16px; }
.tmc-block .tmc-opt h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 6px; }
.tmc-block .tmc-cost { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.72rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 6px 14px; border-radius: 999px; margin: 8px 0 16px; }
.tmc-block .tmc-opt > p { color: var(--gray); font-size: 0.99rem; text-wrap: pretty; margin-bottom: 12px; }
.tmc-block .tmc-ft { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.tmc-block .tmc-ft h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.tmc-block .tmc-ft li { color: var(--gray); font-size: 0.93rem; padding: 4px 0 4px 24px; position: relative; }
.tmc-block .tmc-ft-yes li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.tmc-block .tmc-ft-no li::before { content: "✕"; position: absolute; left: 0; color: var(--slate); font-weight: 700; }
.tmc-block .tmc-opt a { color: var(--gold); text-decoration: underline; }
.tmc-block table.tmc-cmp { width: 100%; min-width: 860px; border-collapse: separate; border-spacing: 0; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.8)); border: 1px solid rgba(207,181,131,0.14); border-radius: 24px; overflow: hidden; }
.tmc-block .tmc-cmp th { padding: 15px 18px; text-align: left; font-size: 0.9rem; border-bottom: 1px solid rgba(207,181,131,0.08); vertical-align: top; }
.tmc-block .tmc-cmp td { padding: 15px 18px; text-align: left; font-size: 0.9rem; border-bottom: 1px solid rgba(207,181,131,0.08); vertical-align: top; }
.tmc-block .tmc-cmp tr:last-child td { border-bottom: none; }
.tmc-block .tmc-cmp thead th { font-family: var(--font-heading); font-weight: 700; font-size: 0.76rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); background: rgba(14,15,25,0.6); }
.tmc-block .tmc-cmp td:first-child { font-family: var(--font-heading); font-weight: 600; color: var(--white); }
.tmc-block .tmc-cmp td { color: var(--gray); }
.tmc-block .tmc-swipe-hint { display: none; color: var(--gray); font-size: 0.8rem; margin-top: 12px; text-align: center; }
.tmc-block .tmc-decide { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
.tmc-block .tmc-decide-card { background: #ffffff; border-radius: 22px; padding: 28px 26px; box-shadow: 0 14px 40px rgba(14,15,25,0.07); }
.tmc-block .tmc-decide-card h3 { font-size: 1rem; font-weight: 700; color: var(--bronze); margin-bottom: 8px; }
.tmc-block .tmc-decide-card p { color: var(--slate); font-size: 0.93rem; }
@media (max-width: 860px) {
  .tmc-block .tmc-ft { grid-template-columns: 1fr; }
  .tmc-block .tmc-decide { grid-template-columns: 1fr; }
  .tmc-block .tmc-swipe-hint { display: block; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-opt { padding: 30px 24px; }
}
.tmc-block .tmc-phero .tmc-tagline { font-family: var(--font-heading); font-weight: 600; font-size: 0.85rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gray); margin-top: 20px; }
.tmc-block .tmc-phero .tmc-tagline b { color: var(--gold); }
.tmc-block .tmc-phero-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.tmc-block .tmc-phero-facts span { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gray); padding: 11px 20px; border-radius: 999px; background: rgba(22, 23, 38, 0.5); border: 1px solid rgba(207,181,131,0.16); }
.tmc-block .tmc-phero-facts b { color: var(--gold); font-weight: 700; }
.tmc-block .tmc-doc { border-radius: 26px; padding: 44px 42px; margin-top: 34px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-doc h2 { font-size: 1.3rem; margin-bottom: 6px; }
.tmc-block .tmc-doc .tmc-doc-rule { width: 44px; height: 2px; background: var(--gold); margin: 14px 0 22px; }
.tmc-block .tmc-doc > p { color: var(--gray); font-size: 1rem; text-wrap: pretty; }
.tmc-block .tmc-doc h3 { font-size: 1.05rem; font-weight: 700; color: var(--gold); margin: 26px 0 10px; }
.tmc-block .tmc-doc li { color: var(--gray); font-size: 0.97rem; padding: 7px 0 7px 28px; position: relative; }
.tmc-block .tmc-doc li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-doc li b { color: var(--white); font-weight: 600; }
.tmc-block .tmc-doc li a { color: var(--gold); text-decoration: underline; }
.tmc-block .tmc-data { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 40px; margin-top: 40px; max-width: 860px; }
.tmc-block .tmc-data-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(64,78,92,0.16); font-size: 0.97rem; }
.tmc-block .tmc-data-row .k { font-family: var(--font-heading); font-weight: 700; color: var(--navy); flex-shrink: 0; }
.tmc-block .tmc-data-row .v { color: var(--slate); text-align: right; }
.tmc-block .tmc-data-row .v a { color: var(--bronze); text-decoration: underline; }
@media (max-width: 860px) {
  .tmc-block .tmc-data { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-doc { padding: 32px 26px; }
  .tmc-block .tmc-data-row { flex-direction: column; gap: 2px; }
  .tmc-block .tmc-data-row .v { text-align: left; }
}
.tmc-block .tmc-proof-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.65rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); background: rgba(207,181,131,0.1); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; }
.tmc-block .tmc-proof-card a { color: var(--gold); text-decoration: underline; }
.tmc-block .tmc-svcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.tmc-block .tmc-svc span { display: inline-block; margin-top: 12px; font-family: var(--font-heading); font-weight: 700; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--bronze); }
.tmc-block .tmc-door a { font-family: var(--font-heading); font-weight: 700; font-size: 0.76rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold); text-decoration: underline; }
@media (max-width: 900px) {
  .tmc-block .tmc-svcs { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-svcs { grid-template-columns: 1fr; }
}
.tmc-block .tmc-cats { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 42px; }
.tmc-block .tmc-cats a { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); padding: 10px 18px; border-radius: 999px; background: rgba(22, 23, 38, 0.5); border: 1px solid rgba(207,181,131,0.16); transition: color 200ms ease, border-color 200ms ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-cats a:hover { color: var(--gold); border-color: rgba(207,181,131,0.45); }
}
.tmc-block .tmc-cat { scroll-margin-top: 120px; margin-top: 60px; }
.tmc-block .tmc-cat:first-of-type { margin-top: 0; }
.tmc-block .tmc-cat h2 { color: var(--white); margin-bottom: 8px; }
.tmc-block .tmc-cat .tmc-cat-rule { width: 44px; height: 2px; background: var(--gold); margin: 14px 0 28px; }
.tmc-block .tmc-q { border-radius: 26px; padding: 40px 38px; margin-top: 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-q-num { display: inline-block; font-family: var(--font-heading); font-weight: 800; font-size: 0.85rem; letter-spacing: 2px; color: var(--gold); border: 1px solid rgba(207,181,131,0.4); border-radius: 999px; padding: 7px 16px; margin-bottom: 16px; }
.tmc-block .tmc-q h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; }
.tmc-block .tmc-q p { color: var(--gray); font-size: 0.99rem; text-wrap: pretty; margin-bottom: 10px; }
.tmc-block .tmc-q p:last-child { margin-bottom: 0; }
.tmc-block .tmc-q .tmc-listen { margin-top: 16px; padding: 16px 20px; border-left: 2px solid var(--gold); background: rgba(207,181,131,0.05); border-radius: 0 14px 14px 0; color: var(--gray); font-size: 0.93rem; }
.tmc-block .tmc-q .tmc-listen b { color: var(--gold); font-weight: 700; }
.tmc-block .tmc-flags { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
.tmc-block .tmc-flag { background: #ffffff; border-radius: 22px; padding: 28px 26px; box-shadow: 0 14px 40px rgba(14,15,25,0.07); }
.tmc-block .tmc-flag h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.tmc-block .tmc-flag h3 span { color: #b3403a; margin-right: 8px; }
.tmc-block .tmc-flag p { color: var(--slate); font-size: 0.92rem; }
.tmc-block .tmc-answers { max-width: 860px; margin-top: 48px; }
.tmc-block .tmc-answer { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-answer:last-child { border-bottom: none; }
.tmc-block .tmc-answer .tick { color: var(--gold); font-weight: 700; flex-shrink: 0; }
.tmc-block .tmc-answer p { color: var(--gray); font-size: 0.97rem; }
.tmc-block .tmc-answer p b { color: var(--white); font-weight: 600; }
.tmc-block .tmc-answer a { color: var(--gold); text-decoration: underline; }
@media (max-width: 860px) {
  .tmc-block .tmc-flags { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-q { padding: 30px 24px; }
}
.tmc-block .tmc-check { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; }
.tmc-block .tmc-check-card { border-radius: 26px; padding: 40px 36px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-check-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; }
.tmc-block .tmc-check-card li { color: var(--gray); font-size: 0.96rem; padding: 9px 0 9px 30px; position: relative; }
.tmc-block .tmc-check-card li b { color: var(--white); font-weight: 600; }
.tmc-block .tmc-check-card--yes { border-color: rgba(207,181,131,0.28); }
.tmc-block .tmc-check-card--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.tmc-block .tmc-check-card--no li::before { content: "✕"; position: absolute; left: 0; color: var(--slate); font-weight: 700; }
.tmc-block .tmc-promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.tmc-block .tmc-promise-card { background: #ffffff; border-radius: 24px; padding: 34px 30px; box-shadow: 0 18px 50px rgba(14,15,25,0.08); }
.tmc-block .tmc-promise-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--bronze); margin-bottom: 10px; }
.tmc-block .tmc-promise-card p { color: var(--slate); font-size: 0.95rem; }
.tmc-block .tmc-wrong { margin-top: 34px; border-radius: 26px; padding: 40px 42px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-wrong h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; }
.tmc-block .tmc-wrong p { color: var(--gray); font-size: 1rem; text-wrap: pretty; }
.tmc-block .tmc-wrong b { color: var(--white); font-weight: 600; }
@media (max-width: 900px) {
  .tmc-block .tmc-promise { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .tmc-block .tmc-check { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-wrong { padding: 30px 26px; }
}
.tmc-block .tmc-fits { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
.tmc-block .tmc-eng { border-radius: 26px; padding: 42px 40px; margin-top: 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-eng-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.68rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.tmc-block .tmc-eng h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; }
.tmc-block .tmc-eng > p { color: var(--gray); font-size: 0.99rem; text-wrap: pretty; margin-bottom: 14px; }
.tmc-block .tmc-eng h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold); margin: 18px 0 8px; }
.tmc-block .tmc-eng li { color: var(--gray); font-size: 0.95rem; padding: 5px 0 5px 26px; position: relative; }
.tmc-block .tmc-eng li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-eng .tmc-for { margin-top: 16px; color: var(--gray); font-size: 0.93rem; font-style: normal; padding: 14px 18px; border-left: 2px solid var(--gold); background: rgba(207,181,131,0.05); border-radius: 0 14px 14px 0; }
.tmc-block .tmc-eng .tmc-for b { color: var(--gold); font-weight: 700; }
@media (max-width: 900px) {
  .tmc-block .tmc-proof { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .tmc-block .tmc-fits { grid-template-columns: 1fr; }
  .tmc-block .tmc-doors { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-eng { padding: 30px 24px; }
}
.tmc-block .tmc-phero .tmc-lead { max-width: 640px; }
.tmc-block .tmc-pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.tmc-block .tmc-pain { border-radius: 24px; padding: 32px 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-pain p { color: var(--gray); font-size: 0.97rem; }
.tmc-block .tmc-pain .tmc-fix { display: block; margin-top: 16px; color: var(--gold); font-family: var(--font-heading); font-weight: 600; font-size: 0.85rem; }
.tmc-block .tmc-cost-num { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.02em; background: linear-gradient(105deg, #e8d5ae 0%, var(--gold) 45%, #9c7f4e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tmc-block .tmc-cost p { color: var(--gray); margin-top: 16px; max-width: 820px; text-wrap: pretty; }
.tmc-block .tmc-cost p b { color: var(--white); font-weight: 600; }
.tmc-block .tmc-cmp thead th:nth-child(2) { color: var(--gold); }
.tmc-block .tmc-cmp td:nth-child(2) { color: var(--white); background: rgba(207,181,131,0.05); }
.tmc-block .tmc-tl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.tmc-block .tmc-tl-card { border-radius: 26px; padding: 38px 32px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-tl-num { font-family: var(--font-heading); font-weight: 800; font-size: 2.4rem; background: linear-gradient(105deg, #e8d5ae 0%, var(--gold) 45%, #9c7f4e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tmc-block .tmc-tl-card h3 { font-size: 1.15rem; font-weight: 700; margin: 10px 0 18px; }
.tmc-block .tmc-tl-card li { color: var(--gray); font-size: 0.93rem; padding: 7px 0 7px 26px; position: relative; }
.tmc-block .tmc-tl-card li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.tmc-block .tmc-fit-card { background: #ffffff; border-radius: 26px; padding: 40px 36px; box-shadow: 0 18px 50px rgba(14,15,25,0.08); }
.tmc-block .tmc-fit-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
.tmc-block .tmc-fit-card li { color: var(--slate); font-size: 0.96rem; padding: 8px 0 8px 30px; position: relative; }
.tmc-block .tmc-fit-card--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--bronze); font-weight: 700; }
.tmc-block .tmc-fit-card--no li::before { content: "•"; position: absolute; left: 8px; color: var(--slate); }
.tmc-block .tmc-fit-card--no p { color: var(--slate); font-size: 0.92rem; margin-top: 18px; }
.tmc-block .tmc-fit-card--no p a { color: var(--bronze); font-weight: 600; text-decoration: underline; }
@media (max-width: 1000px) {
  .tmc-block .tmc-pains { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-tl { grid-template-columns: 1fr; }
  .tmc-block .tmc-swipe-hint { display: block; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-pains { grid-template-columns: 1fr; }
  .tmc-block .tmc-fit-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-cost { padding: 38px 28px; }
}
.tmc-block .tmc-slas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.tmc-block .tmc-sla { border-radius: 24px; padding: 30px 26px; text-align: center; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-sla-num { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); background: linear-gradient(105deg, #e8d5ae 0%, var(--gold) 45%, #9c7f4e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tmc-block .tmc-sla p { color: var(--gray); font-size: 0.88rem; margin-top: 8px; }
.tmc-block .tmc-std { border-radius: 26px; padding: 44px 42px; margin-top: 34px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.12); }
.tmc-block .tmc-std-num { display: inline-block; font-family: var(--font-heading); font-weight: 800; font-size: 0.85rem; letter-spacing: 2px; color: var(--gold); border: 1px solid rgba(207,181,131,0.4); border-radius: 999px; padding: 8px 18px; margin-bottom: 18px; }
.tmc-block .tmc-std h2 { font-size: 1.35rem; margin-bottom: 14px; }
.tmc-block .tmc-std > p { color: var(--gray); font-size: 1rem; text-wrap: pretty; max-width: 820px; }
.tmc-block .tmc-std li { color: var(--gray); font-size: 0.97rem; padding: 8px 0 8px 28px; position: relative; }
.tmc-block .tmc-std li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-std li b { color: var(--white); font-weight: 600; }
.tmc-block .tmc-std ul { margin-top: 16px; }
.tmc-block .tmc-std a { color: var(--gold); text-decoration: underline; }
@media (max-width: 900px) {
  .tmc-block .tmc-slas { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-std { padding: 32px 26px; }
}
.tmc-block .tmc-svc-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.68rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--bronze); background: rgba(207,181,131,0.18); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.tmc-block .tmc-svc > p { color: var(--slate); font-size: 0.97rem; margin-top: 10px; }
.tmc-block .tmc-svc h4 { font-family: var(--font-heading); font-weight: 700; font-size: 0.78rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--bronze); margin: 24px 0 10px; }
.tmc-block .tmc-svc li { color: var(--slate); font-size: 0.93rem; padding: 5px 0 5px 26px; position: relative; }
.tmc-block .tmc-svc li::before { content: "→"; position: absolute; left: 0; color: var(--bronze); }
.tmc-block .tmc-best { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.tmc-block .tmc-best span { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.6px; color: var(--navy); background: var(--light-bg); border: 1px solid rgba(64,78,92,0.2); padding: 7px 14px; border-radius: 999px; }
.tmc-block .tmc-svc-note { text-align: center; margin-top: 44px; }
.tmc-block .tmc-svc-note p { color: var(--slate); font-size: 0.98rem; max-width: 760px; margin: 24px auto 0; text-wrap: pretty; }
.tmc-block .tmc-why-close { color: var(--white); font-size: 1.05rem; margin-top: 40px; max-width: 760px; text-wrap: pretty; font-weight: 500; }
.tmc-block .tmc-why-close + .tmc-btn { margin-top: 32px; }
.tmc-block .tmc-step:last-child { border-bottom: none; }
@media (max-width: 1000px) {
  .tmc-block .tmc-why { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .tmc-block .tmc-fit-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-svcs { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-step { gap: 18px; }
}
.tmc-block .tmc-quote blockquote { font-family: var(--font-heading); font-weight: 600; font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.5; color: var(--white); border-left: 3px solid var(--gold); padding-left: 26px; }
.tmc-block .tmc-quote cite { display: block; font-style: normal; margin-top: 20px; padding-left: 29px; font-family: var(--font-heading); font-weight: 600; font-size: 0.75rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); }
.tmc-block .tmc-quote > p { color: var(--gray); font-size: 0.98rem; margin-top: 22px; text-wrap: pretty; }
.tmc-block .tmc-item { border-radius: 22px; padding: 28px 24px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-item h3 { font-size: 0.98rem; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.tmc-block .tmc-item p { color: var(--gray); font-size: 0.9rem; }
.tmc-block .tmc-stack-tag { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.68rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.tmc-block .tmc-stack h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; }
.tmc-block .tmc-stack p { color: var(--gray); font-size: 0.98rem; text-wrap: pretty; margin-bottom: 10px; }
.tmc-block .tmc-stack p:last-child { margin-bottom: 0; }
.tmc-block .tmc-stack .tmc-why { margin-top: 16px; padding: 14px 18px; border-left: 2px solid var(--gold); background: rgba(207,181,131,0.05); border-radius: 0 14px 14px 0; color: var(--gray); font-size: 0.93rem; }
.tmc-block .tmc-stack .tmc-why b { color: var(--gold); font-weight: 700; }
.tmc-block .tmc-keeps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.tmc-block .tmc-keep { border-radius: 24px; padding: 32px 30px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.1); }
.tmc-block .tmc-keep h3 { font-size: 1.05rem; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
.tmc-block .tmc-keep p { color: var(--gray); font-size: 0.95rem; margin-bottom: 10px; }
.tmc-block .tmc-keep p:last-child { margin-bottom: 0; }
.tmc-block .tmc-keep b { color: var(--white); font-weight: 600; }
@media (max-width: 1020px) {
  .tmc-block .tmc-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .tmc-block .tmc-keeps { grid-template-columns: 1fr; }
}
.tmc-block .tmc-date { font-family: var(--font-heading); font-weight: 600; font-size: 0.8rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gray); margin-top: 18px; }
.tmc-block .tmc-intro { font-size: 1.08rem; line-height: 1.85; color: var(--gray); margin-top: 26px; text-wrap: pretty; }
.tmc-block .tmc-body { padding: 30px 0 100px; }
.tmc-block .tmc-body h2 { font-family: var(--font-heading); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.01em; margin: 54px 0 14px; padding-top: 26px; border-top: 1px solid rgba(207,181,131,0.14); }
.tmc-block .tmc-body h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.02rem; color: var(--gold); margin: 26px 0 8px; }
.tmc-block .tmc-body p { color: var(--gray); font-size: 0.99rem; margin-bottom: 14px; text-wrap: pretty; }
.tmc-block .tmc-body li { color: var(--gray); font-size: 0.97rem; padding: 6px 0 6px 26px; position: relative; }
.tmc-block .tmc-body li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-body b { color: var(--white); font-weight: 600; }
.tmc-block .tmc-contact { margin-top: 40px; border-radius: 22px; padding: 32px 32px; background: linear-gradient(155deg, rgba(30,31,48,0.9), rgba(20,21,35,0.75)); border: 1px solid rgba(207,181,131,0.14); }
.tmc-block .tmc-contact p { margin-bottom: 6px; }
@media (max-width: 680px) {
  .tmc-block .tmc-body { padding: 10px 0 70px; }
}
.tmc-block .tmc-cat.tmc-on { color: var(--navy); background: var(--gold); border-color: var(--gold); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-cat:not(.tmc-on):hover { color: var(--gold); border-color: rgba(207,181,131,0.45); }
}
.tmc-block .tmc-status { color: var(--gray); font-size: 1rem; padding: 40px 0; }
.tmc-block .tmc-status a { color: var(--gold); text-decoration: underline; }
.tmc-block .tmc-feat { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; border-radius: 28px; overflow: hidden; background: linear-gradient(155deg, rgba(30,31,48,0.95), rgba(20,21,35,0.85)); border: 1px solid rgba(207,181,131,0.16); margin-bottom: 52px; transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-feat:hover { border-color: rgba(207,181,131,0.4); transform: translateY(-3px); }
}
.tmc-block .tmc-feat-img { position: relative; min-height: 320px; }
.tmc-block .tmc-feat-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tmc-block .tmc-feat-txt { padding: 44px 44px; display: flex; flex-direction: column; justify-content: center; }
.tmc-block .tmc-feat-tag { display: inline-block; width: max-content; font-family: var(--font-heading); font-weight: 700; font-size: 0.65rem; letter-spacing: 1.8px; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 7px 16px; border-radius: 999px; margin-bottom: 20px; }
.tmc-block .tmc-feat-txt h2 { font-family: var(--font-heading); font-weight: 700; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.25; letter-spacing: -0.01em; }
.tmc-block .tmc-feat-txt p { color: var(--gray); font-size: 0.99rem; margin-top: 14px; }
.tmc-block .tmc-meta b { color: var(--gold); font-weight: 700; }
.tmc-block .tmc-card-img { aspect-ratio: 16 / 9; overflow: hidden; background: var(--charcoal); }
.tmc-block .tmc-card-img img { width: 100%; height: 100%; object-fit: cover; }
.tmc-block .tmc-card-txt { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.tmc-block .tmc-card-txt h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.08rem; line-height: 1.3; letter-spacing: -0.01em; }
.tmc-block .tmc-card-txt p { color: var(--gray); font-size: 0.92rem; margin-top: 10px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tmc-block .tmc-more-row { text-align: center; margin-top: 48px; }
.tmc-block .tmc-more { display: inline-block; font-family: var(--font-heading); font-weight: 700; font-size: 0.8rem; letter-spacing: 1.6px; text-transform: uppercase; padding: 16px 40px; border-radius: 999px; cursor: pointer; background: transparent; color: var(--gold); border: 1px solid rgba(207,181,131,0.5); transition: transform 0.16s var(--ease), border-color 0.3s var(--ease); }
.tmc-block .tmc-more:active { transform: scale(0.97); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-more:hover { border-color: var(--gold); transform: translateY(-2px); }
}
@media (max-width: 980px) {
  .tmc-block .tmc-grid { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-feat { grid-template-columns: 1fr; }
  .tmc-block .tmc-feat-img { min-height: 240px; }
}
@media (max-width: 640px) {
  .tmc-block .tmc-phero { padding: 150px 0 40px; }
  .tmc-block .tmc-body { padding: 24px 0 80px; }
  .tmc-block .tmc-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-feat-txt { padding: 30px 26px; }
}
.tmc-block .tmc-ghost { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -54%); font-family: var(--font-heading); font-weight: 800; font-size: clamp(16rem, 38vw, 34rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(207,181,131,0.09); pointer-events: none; user-select: none; z-index: 1; white-space: nowrap; }
.tmc-block .tmc-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 52px; }
.tmc-block .tmc-links a { font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); padding: 11px 20px; border-radius: 999px; background: rgba(22, 23, 38, 0.5); border: 1px solid rgba(207,181,131,0.16); transition: color 200ms ease, border-color 200ms ease; }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-links a:hover { color: var(--gold); border-color: rgba(207,181,131,0.45); }
}

/* like-burst */

  .tmc-like-p {
    position: fixed;
    pointer-events: none;
    z-index: 100000;
    will-change: transform, opacity;
    animation: tmcLikePop 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
  }
  .tmc-like-p svg { display: block; }
  @keyframes tmcLikePop {
    0%   { opacity: 0; transform: translate(-50%, -50%) scale(0) rotate(0deg); }
    25%  { opacity: 1; transform: translate(calc(-50% + var(--tx) * 0.4), calc(-50% + var(--ty) * 0.4)) scale(1.1) rotate(calc(var(--rot) * 0.5)); }
    100% { opacity: 0; transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(0.4) rotate(var(--rot)); }
  }

/* ==== header.css */

  /* Free every GHL wrapper above the header (any depth, but never body/html).
     Only when the header is in live fixed mode, so the GHL builder's own
     scroll containers and panels are never touched while editing. */
  .site-header, .site-header *, .site-header *::before, .site-header *::after {
    box-sizing: border-box; margin: 0; padding: 0;
  }
  .site-header {

    /* IN-FLOW AND LOW STACKING BY DEFAULT so the block stays inside its box in
       the GHL builder and never overlaps editor panels. JS adds .sh-fixed on
       the live site only, which activates fixed positioning + high z-index. */
    position: relative;
    z-index: 10;
    font-family: var(--font-body);
    pointer-events: none; /* re-enabled on the bar so the layer never blocks page clicks */
    transform: translateY(0);
    transition: transform 320ms var(--ease-out);
  }
  .site-header.sh-fixed {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 99999;
  }
  /* Auto-hide (only ever applied when fixed): slides away on scroll down, returns on scroll up */
  .site-header.sh-hidden { transform: translateY(-108%); }
  .site-header a { text-decoration: none; color: inherit; }
  .site-header ul, .site-header li { list-style: none; }
  .site-header img { display: block; }

  .site-header .sh-bar {
    pointer-events: auto;
    position: relative;
    width: 100%;
    /* Solid navy while in-flow (builder or no-JS) so the bar is always legible
       on any background. The glass treatment activates with .sh-fixed. */
    background: var(--navy);
    border-bottom: 1px solid rgba(207, 181, 131, 0.16);
    border-radius: 0 0 18px 18px;
    transition: background 300ms ease, box-shadow 300ms ease;
  }
  .site-header.sh-fixed .sh-bar {
    background: var(--navy-glass);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);
  }
  .site-header.sh-scrolled .sh-bar {
    background: var(--navy-glass-solid);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  }
  .site-header .sh-inner {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    gap: 24px;
  }
  .site-header .sh-logo { display: flex; align-items: center; }
  .site-header .sh-logo img { height: 58px; width: auto; }

  /* ============ DESKTOP NAV ============ */
  .site-header .sh-nav { display: flex; align-items: center; gap: 2px; }
  .site-header .sh-item { position: relative; }
  .site-header .sh-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--gray);
    padding: 34px 15px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 200ms ease;
  }
  /* Focus-follows-hover: hovering one item brightens it and dims its siblings */
  @media (hover: hover) and (pointer: fine) {
    .site-header .sh-nav:hover .sh-link { color: var(--gray-dim); }
    .site-header .sh-item:hover > .sh-link { color: var(--white); }
  }
  .site-header .sh-caret {
    width: 7px; height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 200ms var(--ease-out);
  }
  .site-header .sh-item:hover .sh-caret,
  .site-header .sh-item.sh-open .sh-caret { transform: rotate(225deg) translateY(-2px); }

  /* Glass dropdown, scales in from its trigger */
  .site-header .sh-drop {
    position: absolute;
    top: calc(100% - 10px);
    left: 8px;
    min-width: 288px;
    background: rgba(17, 18, 30, 0.72);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(207, 181, 131, 0.18);
    border-radius: 14px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.96) translateY(-6px);
    transform-origin: top left;
    transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out), visibility 180ms;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
    z-index: 100000;
  }
  .site-header .sh-item:hover > .sh-drop,
  .site-header .sh-item.sh-open > .sh-drop {
    opacity: 1; visibility: visible; transform: scale(1) translateY(0);
  }
  .site-header .sh-drop a {
    display: block;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.92rem;
    color: var(--gray);
    padding: 10px 14px;
    border-radius: 9px;
    transition: color 150ms ease, background 150ms ease;
  }
  .site-header .sh-drop a:hover {
    color: var(--white);
    background: rgba(207, 181, 131, 0.10);
  }
  .site-header .sh-drop .sh-drop-featured {
    display: block;
    margin-bottom: 6px;
    padding: 12px 14px;
    border-radius: 10px;
    background: var(--gold-glass);
    border: 1px solid rgba(207, 181, 131, 0.20);
  }
  .site-header .sh-drop .sh-drop-featured:hover { background: rgba(207, 181, 131, 0.20); }
  .site-header .sh-drop .sh-drop-featured .sh-f-title {
    display: block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
  }
  .site-header .sh-drop .sh-drop-featured .sh-f-sub {
    display: block;
    font-size: 0.8rem;
    color: var(--gray);
    margin-top: 3px;
  }

  /* CTA: gold glass pill */
  .site-header .sh-cta {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f3e7cf;
    background: var(--gold-glass);
    border: 1px solid rgba(207, 181, 131, 0.45);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 12px 26px;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 200ms ease, color 200ms ease, box-shadow 200ms ease, transform 160ms var(--ease-out);
  }
  @media (hover: hover) and (pointer: fine) {
    .site-header .sh-cta:hover {
      background: var(--gold);
      color: var(--navy);
      box-shadow: 0 8px 30px rgba(207, 181, 131, 0.35);
    }
  }
  .site-header .sh-cta:active { transform: scale(0.97); }

  /* ============ MOBILE ============ */
  .site-header .sh-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px; height: 44px;
    background: none; border: none; cursor: pointer;
    padding: 8px;
  }
  .site-header .sh-burger span {
    display: block; height: 2px; width: 100%;
    background: var(--gold);
    border-radius: 2px;
    transition: transform 220ms var(--ease-out), opacity 180ms ease;
  }
  .site-header.sh-mobile-open .sh-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.sh-mobile-open .sh-burger span:nth-child(2) { opacity: 0; }
  .site-header.sh-mobile-open .sh-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  @media (max-width: 1080px) {
    .site-header .sh-inner { height: 72px; }
    .site-header .sh-logo img { height: 44px; }
    .site-header .sh-burger { display: flex; }
    .site-header .sh-nav {
      display: flex;
      position: absolute;
      top: calc(100% + 8px);
      left: 3%; right: 3%;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      background: rgba(17, 18, 30, 0.88);
      -webkit-backdrop-filter: blur(20px) saturate(150%);
      backdrop-filter: blur(20px) saturate(150%);
      border: 1px solid rgba(207, 181, 131, 0.18);
      border-radius: 16px;
      box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      transition: max-height 300ms var(--ease-out), opacity 220ms ease;
    }
    .site-header.sh-mobile-open .sh-nav {
      max-height: calc(100vh - 96px);
      opacity: 1;
      overflow-y: auto;
      pointer-events: auto;
    }
    .site-header .sh-link {
      width: 100%;
      justify-content: space-between;
      padding: 17px 22px;
      border-bottom: 1px solid rgba(207, 181, 131, 0.10);
      color: var(--gray);
    }
    .site-header .sh-drop {
      position: static;
      min-width: 0;
      opacity: 1; visibility: visible; transform: none;
      display: none;
      border: none;
      border-radius: 0;
      background: rgba(10, 11, 19, 0.6);
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      box-shadow: none;
      padding: 4px 10px 10px;
    }
    .site-header .sh-item.sh-open > .sh-drop { display: block; }
    .site-header .sh-cta { display: block; text-align: center; margin: 16px 22px 20px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .site-header, .site-header .sh-drop, .site-header .sh-nav, .site-header .sh-caret,
    .site-header .sh-cta, .site-header .sh-burger span {
      transition-duration: 1ms !important;
    }
  }

/* ==== footer.css */

  .site-footer, .site-footer *, .site-footer *::before, .site-footer *::after {
    box-sizing: border-box; margin: 0; padding: 0;
  }
  .site-footer {

    position: relative;
    overflow: hidden;
    background:
      radial-gradient(ellipse 900px 420px at 50% -10%, rgba(207, 181, 131, 0.07), transparent 60%),
      var(--navy);
    color: var(--gray);
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.7;
  }
  /* Gold hairline across the top */
  .site-footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(207, 181, 131, 0.55), transparent);
  }
  /* Giant watermark */
  .site-footer .sf-watermark {
    position: absolute;
    right: -0.04em;
    bottom: -0.24em;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(9rem, 24vw, 21rem);
    line-height: 1;
    letter-spacing: -0.03em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(207, 181, 131, 0.09);
    user-select: none;
    pointer-events: none;
  }
  .site-footer a { text-decoration: none; color: inherit; transition: color 180ms ease; }
  .site-footer a:hover { color: var(--gold); }
  .site-footer ul, .site-footer li { list-style: none; }
  .site-footer img { display: block; max-width: 100%; }

  .site-footer .sf-shell {
    position: relative;
    z-index: 1;
    width: 92%;
    max-width: 1240px;
    margin: 0 auto;
  }

  /* ============ TOP BAND ============ */
  .site-footer .sf-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    padding: 64px 0 56px;
    border-bottom: 1px solid rgba(207, 181, 131, 0.14);
  }
  .site-footer .sf-band-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--white);
    max-width: 560px;
  }
  .site-footer .sf-band-title em {
    font-style: normal;
    background: linear-gradient(105deg, #e8d5ae, var(--gold) 55%, #9c7f4e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--gold);
  }
  .site-footer .sf-cta {
    display: inline-block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--gold);
    padding: 17px 38px;
    border-radius: 999px;
    white-space: nowrap;
    transition: box-shadow 220ms ease, transform 160ms var(--ease-out);
  }
  @media (hover: hover) and (pointer: fine) {
    .site-footer .sf-cta:hover {
      color: var(--navy);
      box-shadow: 0 14px 44px rgba(207, 181, 131, 0.4);
      transform: translateY(-2px);
    }
  }
  .site-footer .sf-cta:active { transform: scale(0.97); }

  /* ============ MAIN GRID ============ */
  .site-footer .sf-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr 1fr 1fr 1.2fr;
    gap: 44px;
    padding: 60px 0 48px;
  }
  .site-footer .sf-serve {
    margin-top: 14px;
    font-size: 0.86rem;
  }
  .site-footer .sf-serve a { text-decoration: underline; text-underline-offset: 3px; }
  .site-footer .sf-brand img.sf-logo { height: 48px; width: auto; margin-bottom: 22px; }
  .site-footer .sf-tagline { font-size: 0.95rem; max-width: 330px; margin-bottom: 26px; }
  .site-footer .sf-bbb img { height: 56px; width: auto; }

  .site-footer .sf-head {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 22px;
  }
  .site-footer .sf-links li { margin-bottom: 13px; font-size: 0.95rem; }
  .site-footer .sf-links a {
    position: relative;
    display: inline-block;
  }
  .site-footer .sf-links a::after {
    content: "";
    position: absolute;
    left: 0; bottom: -2px;
    width: 100%; height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms var(--ease-out);
  }
  @media (hover: hover) and (pointer: fine) {
    .site-footer .sf-links a:hover::after { transform: scaleX(1); }
  }

  /* Contact chips */
  .site-footer .sf-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.6px;
    color: #e8dcc3;
    background: rgba(22, 23, 38, 0.7);
    border: 1px solid rgba(207, 181, 131, 0.22);
    border-radius: 999px;
    padding: 11px 20px;
    margin: 0 8px 12px 0;
    transition: border-color 200ms ease, transform 160ms var(--ease-out);
  }
  @media (hover: hover) and (pointer: fine) {
    .site-footer .sf-chip:hover { color: var(--gold); border-color: rgba(207, 181, 131, 0.55); transform: translateY(-2px); }
  }
  .site-footer .sf-chip svg { width: 14px; height: 14px; fill: var(--gold); flex-shrink: 0; }
  .site-footer .sf-loc { font-size: 0.88rem; margin-top: 6px; }

  .site-footer .sf-social { display: flex; gap: 12px; margin-top: 24px; }
  .site-footer .sf-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px; height: 42px;
    border: 1px solid rgba(207, 181, 131, 0.2);
    border-radius: 12px;
    background: rgba(22, 23, 38, 0.55);
    transition: border-color 200ms ease, background 200ms ease, transform 180ms var(--ease-out);
  }
  @media (hover: hover) and (pointer: fine) {
    .site-footer .sf-social a:hover {
      border-color: var(--gold);
      background: rgba(207, 181, 131, 0.12);
      transform: translateY(-3px);
    }
  }
  .site-footer .sf-social a:active { transform: scale(0.94); }
  .site-footer .sf-social svg { width: 18px; height: 18px; fill: var(--gold); }

  /* ============ GOOGLE PREFERRED SOURCE ============ */
  .site-footer .sf-ps {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding: 10px 16px;
    border: 1px solid var(--gold-dim);
    border-radius: 999px;
    background: rgba(22, 23, 38, 0.55);
    color: var(--gray);
    font-size: 0.8rem;
    line-height: 1.35;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 200ms ease, background 200ms ease, color 200ms ease, transform 180ms var(--ease-out);
  }
  .site-footer .sf-ps svg {
    width: 15px; height: 15px; flex-shrink: 0;
    fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round;
  }
  /* Footer column is ~258px, so the label sits on two balanced lines */
  .site-footer .sf-ps span { text-wrap: balance; }
  @media (hover: hover) and (pointer: fine) {
    .site-footer .sf-ps:hover {
      border-color: var(--gold);
      background: rgba(207, 181, 131, 0.12);
      color: var(--white);
      transform: translateY(-2px);
    }
  }
  .site-footer .sf-ps:active { transform: scale(0.97); }

  /* ============ BOTTOM BAR ============ */
  .site-footer .sf-bottom {
    border-top: 1px solid rgba(207, 181, 131, 0.12);
    padding: 26px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.84rem;
    color: #7d8093;
  }
  .site-footer .sf-bottom a { color: #7d8093; }
  .site-footer .sf-bottom a:hover { color: var(--gold); }
  .site-footer .sf-bottom .sf-made {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .site-footer .sf-bottom .sf-made::before {
    content: "";
    width: 5px; height: 5px;
    background: var(--gold);
    transform: rotate(45deg);
  }

  @media (max-width: 940px) {
    .site-footer .sf-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
    .site-footer .sf-watermark { font-size: clamp(7rem, 26vw, 12rem); }
  }
  @media (max-width: 560px) {
    .site-footer .sf-grid { grid-template-columns: 1fr; gap: 40px; }
    .site-footer .sf-band { padding: 52px 0 44px; }
    .site-footer .sf-bottom { justify-content: center; text-align: center; }
  }
  @media (prefers-reduced-motion: reduce) {
    .site-footer .sf-cta, .site-footer .sf-chip, .site-footer .sf-social a, .site-footer .sf-ps, .site-footer .sf-links a::after {
      transition-duration: 1ms !important;
    }
  }

/* ==== blog.css */
/*
 * Blog.
 *
 * The listing, the post navigation bar and the article are styled in
 * assets/css/blocks/blog.css (the 2026 Rework blog design, ported from
 * blog.html and blog-post-nav.html). This file stays so the enqueue in
 * inc/setup.php keeps resolving; nothing site-wide lives here.
 */

/* ==== blocks/blog.css */
/*
 * Blog: the 2026 Rework blog listing (blog.html, bl26-*) and post navigation
 * bar (blog-post-nav.html, bp26-*), plus the article surface the posts were
 * written on. The merge could not keep the listing's own hero, chip, grid,
 * card and meta rules (their names collide with the homepage and FAQ page
 * classes), so they are restated here under tmc-blog-* with the source values.
 */

/* ---------- listing hero ---------- */
.tmc-block .tmc-blog-hero {
  padding: 190px 0 50px;
  background:
    radial-gradient(ellipse 900px 480px at 78% 0%, color-mix(in srgb, var(--gold) 9%, transparent), transparent 60%),
    var(--navy) !important;
}
.tmc-block .tmc-blog-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1.1; max-width: none; }
.tmc-block .tmc-blog-hero .tmc-lead { max-width: 640px; }

/* category chips */
.tmc-block .tmc-blog-cats { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 40px; }
.tmc-block .tmc-blog-cat {
  font-family: var(--font-heading); font-weight: 600;
  font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--gray); padding: 10px 18px; border-radius: 999px;
  background: color-mix(in srgb, var(--navy-light) 50%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 16%, transparent);
  cursor: pointer;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
}
.tmc-block .tmc-blog-cat.tmc-on { color: var(--navy); background: var(--gold); border-color: var(--gold); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-blog-cat:not(.tmc-on):hover { color: var(--gold); border-color: color-mix(in srgb, var(--gold) 45%, transparent); }
}

/* ---------- listing body ---------- */
.tmc-block .tmc-blog-body { padding: 40px 0 110px; }

.tmc-block .tmc-blog-feat {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 0;
  border-radius: 28px; overflow: hidden;
  background: linear-gradient(155deg, color-mix(in srgb, var(--charcoal) 95%, transparent), color-mix(in srgb, var(--navy-light) 85%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold) 16%, transparent);
  margin-bottom: 52px;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-blog-feat:hover { border-color: color-mix(in srgb, var(--gold) 40%, transparent); transform: translateY(-3px); }
}
.tmc-block .tmc-blog-feat-img { position: relative; min-height: 320px; }
.tmc-block .tmc-blog-feat-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tmc-block .tmc-blog-feat-txt { padding: 44px 44px; display: flex; flex-direction: column; justify-content: center; }
.tmc-block .tmc-blog-feat-tag {
  display: inline-block; width: max-content;
  font-family: var(--font-heading); font-weight: 700; font-size: 0.65rem;
  letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--navy); background: var(--gold);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 20px;
}
.tmc-block .tmc-blog-feat-txt h2 {
  font-family: var(--font-heading); font-weight: 700;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.25; letter-spacing: -0.01em;
}
.tmc-block .tmc-blog-feat-txt p { color: var(--gray); font-size: 0.99rem; margin-top: 14px; }
.tmc-block .tmc-blog-meta {
  font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); margin-top: 20px;
}
.tmc-block .tmc-blog-meta b { color: var(--gold); font-weight: 700; }

.tmc-block .tmc-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tmc-block .tmc-blog-card {
  display: flex; flex-direction: column;
  border-radius: 24px; overflow: hidden;
  background: linear-gradient(155deg, color-mix(in srgb, var(--charcoal) 90%, transparent), color-mix(in srgb, var(--navy-light) 75%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold) 10%, transparent);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-blog-card:hover { border-color: color-mix(in srgb, var(--gold) 38%, transparent); transform: translateY(-4px); }
}
.tmc-block .tmc-blog-card-img { aspect-ratio: 16 / 9; overflow: hidden; background: var(--charcoal); }
.tmc-block .tmc-blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.tmc-block .tmc-blog-card-txt { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.tmc-block .tmc-blog-card-txt h3 {
  font-family: var(--font-heading); font-weight: 700;
  font-size: 1.08rem; line-height: 1.3; letter-spacing: -0.01em;
}
.tmc-block .tmc-blog-card-txt p {
  color: var(--gray); font-size: 0.92rem; margin-top: 10px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

.tmc-block .tmc-blog-more-row { text-align: center; margin-top: 48px; }
.tmc-block .tmc-blog-more {
  display: inline-block; font-family: var(--font-heading); font-weight: 700;
  font-size: 0.8rem; letter-spacing: 1.6px; text-transform: uppercase;
  padding: 16px 40px; border-radius: 999px; cursor: pointer;
  background: transparent; color: var(--gold);
  border: 1px solid color-mix(in srgb, var(--gold) 50%, transparent);
  transition: transform 0.16s var(--ease), border-color 0.3s var(--ease);
}
.tmc-block .tmc-blog-more:active { transform: scale(0.97); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-blog-more:hover { border-color: var(--gold); transform: translateY(-2px); }
}

@media (max-width: 980px) {
  .tmc-block .tmc-blog-grid { grid-template-columns: 1fr 1fr; }
  .tmc-block .tmc-blog-feat { grid-template-columns: 1fr; }
  .tmc-block .tmc-blog-feat-img { min-height: 240px; }
}
@media (max-width: 640px) {
  .tmc-block .tmc-blog-hero { padding: 150px 0 40px; }
  .tmc-block .tmc-blog-body { padding: 24px 0 80px; }
  .tmc-block .tmc-blog-grid { grid-template-columns: 1fr; }
  .tmc-block .tmc-blog-feat-txt { padding: 30px 26px; }
}

/* ---------- post navigation bar (blog-post-nav.html) ---------- */
.tmc-block.tmc-bpn { padding: 18px 0; font-family: var(--font-heading); }
.tmc-block.tmc-bpn--clear {
  padding: 124px 0 30px;
  background:
    radial-gradient(ellipse 900px 300px at 70% 0%, color-mix(in srgb, var(--gold) 7%, transparent), transparent 60%),
    var(--navy) !important;
}
@media (max-width: 680px) {
  .tmc-block.tmc-bpn--clear { padding: 100px 0 24px; }
}
.tmc-block .tmc-bpn-bar {
  width: 90%; max-width: 900px; margin: 0 auto;
  display: flex; align-items: stretch; justify-content: space-between; gap: 10px;
  background: linear-gradient(155deg, color-mix(in srgb, var(--navy-light) 97%, transparent), color-mix(in srgb, var(--navy) 97%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold) 20%, transparent);
  border-radius: 999px; padding: 8px;
  box-shadow: 0 10px 34px color-mix(in srgb, var(--navy) 25%, transparent);
}
.tmc-block .tmc-bpn-bar a {
  display: flex; align-items: center; gap: 8px;
  color: var(--gray); font-weight: 600; font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase;
  padding: 10px 18px; border-radius: 999px; white-space: nowrap; overflow: hidden; min-width: 0;
  transition: color 200ms ease, background 200ms ease;
}
.tmc-block .tmc-bpn-bar a .tmc-bpn-title {
  display: block; max-width: 220px; overflow: hidden; text-overflow: ellipsis;
  text-transform: none; letter-spacing: 0; font-weight: 500; font-size: 0.8rem; color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-bpn-bar a:hover { color: var(--gold); background: color-mix(in srgb, var(--gold) 8%, transparent); }
}
.tmc-block .tmc-bpn-back { color: var(--gold); flex-shrink: 0; }
.tmc-block .tmc-bpn-arrow { color: var(--gold); font-weight: 700; }
.tmc-block .tmc-bpn-next { text-align: right; }
@media (max-width: 720px) {
  .tmc-block .tmc-bpn-bar a .tmc-bpn-title { display: none; }
  .tmc-block .tmc-bpn-bar a { padding: 10px 14px; }
}

/* ---------- the article ---------- */
.tmc-post { background: var(--white); color: var(--navy); padding: 30px 0 60px; }
.tmc-post-wrap { width: 90%; max-width: 1170px; margin: 0 auto; }
.tmc-post-cover { margin: 0 0 24px; }
.tmc-post-cover img { width: 100%; height: auto; border-radius: 12px; }
.tmc-post-title { font-family: var(--font-heading); font-size: 28px; font-weight: 700; line-height: 1.25; margin: 0 0 12px; }
.tmc-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 8px; font-size: 14px; color: var(--gray-dim); }
.tmc-post-meta a { color: var(--bronze); text-decoration: none; }
.tmc-post-meta a:hover { text-decoration: underline; }
.tmc-post-html { margin-top: 24px; line-height: 1.7; font-size: 16px; }
.tmc-post-html h2, .tmc-post-html h3 { font-family: var(--font-heading); line-height: 1.3; margin: 1.4em 0 0.6em; }
.tmc-post-html p, .tmc-post-html ul, .tmc-post-html ol { margin: 0 0 1em; }
.tmc-post-html ul, .tmc-post-html ol { padding-left: 1.5em; }
.tmc-post-html img { max-width: 100%; height: auto; }
.tmc-post-html a { color: var(--bronze); }
.tmc-post-html hr { border: 0; border-top: 1px solid color-mix(in srgb, var(--navy) 12%, transparent); margin: 2em 0; }
.tmc-post-back { display: inline-block; margin-top: 40px; font-family: var(--font-heading); font-weight: 700; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--bronze); text-decoration: none; }

/* ==== blocks/callout.css */
/* Callout: the statement, quotation, cost and story panels. The principle box
   (.tmc-principle) and notice box (.tmc-wrong) come from site.css; the rest
   was dropped by the merge because other pages reused the class names
   (.tmc-cost is the alternatives' cost pill, .tmc-quote the awards' white box,
   .tmc-stats the homepage stat strip). */

.tmc-block .tmc-section--flush { padding-top: 0; }

/* Statement: a paragraph on the page, optionally centred. */
.tmc-block .tmc-callout-text { max-width: 760px; margin-top: 40px; }
.tmc-block .tmc-callout-text h3 { color: var(--gold); margin-bottom: 12px; }
.tmc-block .tmc-callout-text p { color: var(--white); font-size: 1.05rem; font-weight: 500; text-wrap: pretty; margin-bottom: 16px; }
.tmc-block .tmc-callout-text p:last-child { margin-bottom: 0; }
.tmc-block .tmc-callout-text + .tmc-btn { margin-top: 32px; }
.tmc-block .tmc-callout--centered .tmc-wrap { text-align: center; }
.tmc-block .tmc-callout--centered .tmc-callout-text { margin-left: auto; margin-right: auto; }
.tmc-block .tmc-section--light .tmc-callout-text { margin-top: 24px; }
.tmc-block .tmc-section--light .tmc-callout-text h3 { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-callout-text p { color: var(--slate); font-size: 1.08rem; font-weight: 400; }
.tmc-block .tmc-section--light .tmc-callout-text p b, .tmc-block .tmc-section--light .tmc-callout-text p strong { color: var(--navy); }

/* Quotation (what-you-own contract quote). */
.tmc-block .tmc-contract { border-radius: 26px; padding: 46px 44px; margin-top: 52px; background: linear-gradient(155deg, rgba(30, 31, 48, 0.9), rgba(20, 21, 35, 0.75)); border: 1px solid rgba(207, 181, 131, 0.25); }
.tmc-block .tmc-contract blockquote { font-family: var(--font-heading); font-weight: 600; font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.5; color: var(--white); border-left: 3px solid var(--gold); padding-left: 26px; }
.tmc-block .tmc-contract blockquote p { margin-bottom: 12px; }
.tmc-block .tmc-contract blockquote p:last-child { margin-bottom: 0; }
.tmc-block .tmc-contract cite { display: block; font-style: normal; margin-top: 20px; padding-left: 29px; font-family: var(--font-heading); font-weight: 600; font-size: 0.75rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); }
.tmc-block .tmc-contract > p { color: var(--gray); font-size: 0.98rem; margin-top: 22px; text-wrap: pretty; }
.tmc-block .tmc-contract .tmc-btn { margin-top: 28px; }

/* Big figure (MDR cost panel). */
.tmc-block .tmc-cost-box { margin-top: 60px; border-radius: 32px; padding: 54px 50px; background: radial-gradient(ellipse 600px 300px at 90% 0%, rgba(207, 181, 131, 0.12), transparent 60%), linear-gradient(155deg, rgba(30, 31, 48, 0.95), rgba(20, 21, 35, 0.85)); border: 1px solid rgba(207, 181, 131, 0.18); }
.tmc-block .tmc-section--flush .tmc-cost-box { margin-top: 0; }
.tmc-block .tmc-cost-box p { color: var(--gray); margin-top: 16px; max-width: 820px; text-wrap: pretty; }
.tmc-block .tmc-cost-box p b, .tmc-block .tmc-cost-box p strong { color: var(--white); font-weight: 600; }
.tmc-block .tmc-cost-box .tmc-btn { margin-top: 28px; }

/* Story with stat tiles (about-us). */
.tmc-block .tmc-story .tmc-btn { margin-top: 10px; }
.tmc-block .tmc-story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tmc-block .tmc-story-stats .tmc-stat-num { font-size: 2rem; }
.tmc-block .tmc-story-stats .tmc-stat-lbl { letter-spacing: 0; }

/* Boxed statement and notice: a button inside the box. */
.tmc-block .tmc-principle .tmc-btn, .tmc-block .tmc-wrong .tmc-btn { margin-top: 24px; }

@media (max-width: 680px) {
  .tmc-block .tmc-cost-box { padding: 38px 28px; }
  .tmc-block .tmc-contract { padding: 30px 24px; }
}

/* ==== blocks/case-study.css */
/*
 * Case study page: the few rules where the case pages differ from the merged
 * design system (site.css keeps the homepage's spacing when two pages disagree).
 * Values are the case pages' own.
 */
.tmc-block .tmc-phero--case {
  padding: 180px 0 80px;
  background:
    radial-gradient(ellipse 900px 480px at 80% 0%, rgba(207, 181, 131, 0.09), transparent 60%),
    radial-gradient(ellipse 700px 480px at 5% 100%, rgba(64, 78, 92, 0.3), transparent 60%),
    var(--navy) !important;
}
.tmc-block.tmc-case-page h1 { font-size: clamp(2.3rem, 4.8vw, 3.6rem); max-width: none; }
.tmc-block.tmc-case-page h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.tmc-block.tmc-case-page .tmc-lead { max-width: 720px; }
.tmc-block .tmc-section.tmc-section--case { padding: 100px 0; }
.tmc-block .tmc-final .tmc-btn-row { justify-content: center; margin-top: 40px; }

@media (max-width: 680px) {
  .tmc-block .tmc-section.tmc-section--case { padding: 76px 0; }
  .tmc-block .tmc-phero--case { padding: 140px 0 70px; }
}

/* ==== blocks/checklist.css */
/* Checklist: the tick list (ai26-phil) was written for a light panel and the
   arrow list (gd26-answers) for the page ground; these give each the other
   background's colours. */
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-phil li { color: var(--gray); border-bottom-color: rgba(207, 181, 131, 0.1); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-phil li::before { color: var(--gold); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-phil li b, .tmc-block .tmc-section:not(.tmc-section--light) .tmc-phil li strong { color: var(--white); }
.tmc-block .tmc-phil li a, .tmc-block .tmc-answer a { text-decoration: underline; }
.tmc-block .tmc-section--light .tmc-phil li a { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-answer { border-bottom-color: rgba(64, 78, 92, 0.14); }
.tmc-block .tmc-section--light .tmc-answer .tick { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-answer p { color: var(--slate); }
.tmc-block .tmc-section--light .tmc-answer p b, .tmc-block .tmc-section--light .tmc-answer p strong { color: var(--navy); }
.tmc-block .tmc-section--light .tmc-answer a { color: var(--bronze); }

/* ==== blocks/choice-cards.css */
/* Two Choices, door look on a light panel: the service pages' white doors. The
   merge kept only the dark door (services/systems pages), so the light
   variant is restated here. Tokens only. */
.tmc-block .tmc-section--light .tmc-door {
  background: var(--white);
  border: 0;
  box-shadow: 0 8px 34px color-mix(in srgb, var(--navy) 6%, transparent);
}
.tmc-block .tmc-section--light .tmc-door-tag { background: color-mix(in srgb, var(--gold) 16%, transparent); color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-door h3 { color: var(--navy); }
.tmc-block .tmc-section--light .tmc-door p { color: color-mix(in srgb, var(--navy) 70%, var(--white)); }
.tmc-block .tmc-section--light .tmc-door li { color: color-mix(in srgb, var(--navy) 70%, var(--white)); }
.tmc-block .tmc-section--light .tmc-door li::before { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-door .tmc-door-cta { color: var(--bronze); }
/* A paragraph inside a fit or model card sits under the title like a list would. */
.tmc-block .tmc-fit p,
.tmc-block .tmc-model p { color: color-mix(in srgb, var(--navy) 70%, var(--white)); font-size: 0.98rem; }

/* ==== blocks/comparison-table.css */
/* Comparison Table: the highlighted column (marketing-department-replacement's
   "TMC Marketing System" column). Everything else comes from the systems page
   rules in site.css (.tmc-table-shell, .tmc-table, .tmc-no, .tmc-row-value). */
.tmc-block .tmc-table thead th.tmc-col-hi { color: var(--gold); }
.tmc-block .tmc-table tbody td.tmc-col-hi { color: var(--white); background: color-mix(in srgb, var(--gold) 5%, transparent); }
.tmc-block .tmc-table td a { color: var(--gold); text-decoration: underline; }
/* Key-value list on a dark panel (site.css styles it for a light panel only). */
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-data-row { border-bottom-color: color-mix(in srgb, var(--gold) 12%, transparent); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-data-row .k { color: var(--white); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-data-row .v { color: var(--gray); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-data-row .v a { color: var(--gold); }

/* ==== blocks/contact-details.css */
/* Contact Details and Form: the contact page's grid, steps and trust chips.
   Their source classes (.co26-grid, .co26-step, .co26-trust) collided with
   other pages' in the merge, so they are restated under their own names. */
.tmc-block .tmc-contact { padding: 90px 0; }
.tmc-block .tmc-contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.tmc-block .tmc-contact-step { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid color-mix(in srgb, var(--gold) 12%, transparent); }
.tmc-block .tmc-contact-step-num {
  font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem;
  color: transparent; -webkit-text-stroke: 1.2px color-mix(in srgb, var(--gold) 55%, transparent);
  line-height: 1.3; flex-shrink: 0;
}
.tmc-block .tmc-contact-step h4 { font-family: var(--font-heading); font-weight: 600; font-size: 1rem; color: var(--white); margin-bottom: 4px; }
.tmc-block .tmc-contact-step p { font-size: 0.92rem; color: var(--gray); }
.tmc-block .tmc-contact-trust { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 44px; }
.tmc-block .tmc-contact-trust span {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-heading); font-weight: 600; font-size: 0.7rem; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--gray); padding: 9px 16px; border-radius: 999px;
  background: color-mix(in srgb, var(--navy-light) 50%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 16%, transparent);
}
.tmc-block .tmc-contact-trust span::before { content: ""; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
@media (max-width: 1000px) {
  .tmc-block .tmc-contact-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-contact { padding: 70px 0; }
}

/* ==== blocks/detail-list.css */
/* Detail List: the parts of the option-card family that the merge dropped
   (each long-read page named its cards differently: al26-opt, gd26-q, op26-std,
   cn26-eng, ow26-stack, sb26-svc, cp26-doc). The base card is .tmc-opt from
   site.css; these rules add the tag, list, note, rule and grid variants, and
   the light-panel colours. */

.tmc-block .tmc-dl { --flag: rgb(179 64 58); }

/* Grid layouts (compact Gen-B card: radius 24, padding 34/30, gap 20). */
.tmc-block .tmc-dl--grid { display: grid; gap: 20px; margin-top: 52px; }
.tmc-block .tmc-dl--2 { grid-template-columns: 1fr 1fr; }
.tmc-block .tmc-dl--3 { grid-template-columns: repeat(3, 1fr); }
.tmc-block .tmc-dl--4 { grid-template-columns: repeat(4, 1fr); }
.tmc-block .tmc-dl--grid .tmc-opt { margin-top: 0; border-radius: 24px; padding: 34px 30px; }
.tmc-block .tmc-dl--grid .tmc-opt h3 { font-size: 1.08rem; margin-bottom: 12px; }
.tmc-block .tmc-dl--grid .tmc-opt > p { font-size: 0.96rem; margin-bottom: 10px; }

/* Large-title items (operating standards, capabilities: op26-std / cp26-doc). */
.tmc-block .tmc-dl--large .tmc-opt { padding: 44px 42px; margin-top: 34px; }
.tmc-block .tmc-dl--large .tmc-opt-num { padding: 8px 18px; margin-bottom: 18px; }
.tmc-block .tmc-dl--large .tmc-opt > ul > li { padding: 8px 0 8px 28px; font-size: 0.97rem; }
.tmc-block .tmc-dl--large .tmc-opt > ul { margin-top: 16px; }

/* Item parts. */
.tmc-block .tmc-opt h2 { font-size: 1.35rem; margin-bottom: 14px; }
.tmc-block .tmc-opt > p:last-child { margin-bottom: 0; }
.tmc-block .tmc-opt > p b, .tmc-block .tmc-opt > p strong { color: var(--white); font-weight: 600; }
.tmc-block .tmc-opt .tmc-opt-mark { color: var(--flag); margin-right: 8px; }
.tmc-block .tmc-opt .tmc-doc-rule { width: 44px; height: 2px; background: var(--gold); margin: 14px 0 22px; }
.tmc-block .tmc-opt .tmc-tl-num { margin-bottom: 4px; }
.tmc-block .tmc-opt h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold); margin: 18px 0 8px; }
.tmc-block .tmc-opt > ul { margin-top: 12px; }
.tmc-block .tmc-opt h4 + ul { margin-top: 0; }
.tmc-block .tmc-opt > ul > li { color: var(--gray); font-size: 0.95rem; padding: 7px 0 7px 26px; position: relative; }
.tmc-block .tmc-opt > ul > li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-opt > ul > li b, .tmc-block .tmc-opt > ul > li strong { color: var(--white); font-weight: 600; }
.tmc-block .tmc-opt .tmc-listen { margin-top: 16px; padding: 16px 20px; border-left: 2px solid var(--gold); background: rgba(207, 181, 131, 0.05); border-radius: 0 14px 14px 0; color: var(--gray); font-size: 0.93rem; }
.tmc-block .tmc-opt .tmc-listen b { color: var(--gold); font-weight: 700; }
.tmc-block .tmc-opt .tmc-best { margin-top: 8px; }
.tmc-block .tmc-opt .tmc-ft h4 { margin: 0 0 8px; }
.tmc-block .tmc-opt .tmc-ft ul { margin-top: 0; }

/* Closing note under the items, on the page ground. */
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-svc-note p { color: var(--gray); }

/* Light panel (the channel cards on Small Business Options). */
.tmc-block .tmc-section--light .tmc-opt { background: var(--white); border-color: transparent; box-shadow: 0 8px 34px rgba(14, 15, 25, 0.06); }
.tmc-block .tmc-section--light .tmc-opt h2, .tmc-block .tmc-section--light .tmc-opt h3 { color: var(--navy); }
.tmc-block .tmc-section--light .tmc-opt > p { color: var(--slate); }
.tmc-block .tmc-section--light .tmc-opt > p b, .tmc-block .tmc-section--light .tmc-opt > p strong { color: var(--navy); }
.tmc-block .tmc-section--light .tmc-opt-num { color: var(--bronze); border-color: rgba(134, 98, 30, 0.4); }
.tmc-block .tmc-section--light .tmc-opt .tmc-eng-tag { color: var(--bronze); background: rgba(207, 181, 131, 0.18); }
.tmc-block .tmc-section--light .tmc-opt .tmc-cost { color: var(--white); background: var(--bronze); }
.tmc-block .tmc-section--light .tmc-opt .tmc-doc-rule { background: var(--bronze); }
.tmc-block .tmc-section--light .tmc-opt h4 { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-opt > ul > li { color: var(--slate); }
.tmc-block .tmc-section--light .tmc-opt > ul > li::before { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-opt > ul > li b, .tmc-block .tmc-section--light .tmc-opt > ul > li strong { color: var(--navy); }
.tmc-block .tmc-section--light .tmc-opt .tmc-listen { border-left-color: var(--bronze); background: rgba(134, 98, 30, 0.06); color: var(--slate); }
.tmc-block .tmc-section--light .tmc-opt .tmc-listen b { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-opt a { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-opt .tmc-ft h4 { color: var(--bronze); }
.tmc-block .tmc-section--light .tmc-opt .tmc-ft li { color: var(--slate); }
.tmc-block .tmc-section--light .tmc-opt .tmc-ft-yes li::before { color: var(--bronze); }

@media (max-width: 1024px) {
  .tmc-block .tmc-dl--3, .tmc-block .tmc-dl--4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .tmc-block .tmc-dl--2, .tmc-block .tmc-dl--3, .tmc-block .tmc-dl--4 { grid-template-columns: 1fr; }
  .tmc-block .tmc-dl--grid { margin-top: 40px; }
}

/* ==== blocks/faq.css */
/* FAQ: rules the merge dropped. On the page ground the cards are dark (the
   source's navy-page FAQ style); on a light panel site.css's white cards stand.
   The stacked variant (FAQs page) closes consecutive FAQ blocks up into one
   section with a gold rule under each group heading. */
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-faq { border-color: rgba(207, 181, 131, 0.12); background: linear-gradient(155deg, rgba(30, 31, 48, 0.9), rgba(20, 21, 35, 0.75)); box-shadow: none; }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-faq[open] { border-color: rgba(207, 181, 131, 0.45); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-faq summary { color: var(--white); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-faq summary::after { color: var(--gold); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-faq-body { color: var(--gray); }
.tmc-block .tmc-faq-body p { margin-bottom: 12px; }
.tmc-block .tmc-faq-body p:last-child { margin-bottom: 0; }
.tmc-block .tmc-faq-body ul { margin: 6px 0 12px; }
.tmc-block .tmc-faq-body li { font-size: 0.95rem; padding: 4px 0 4px 24px; position: relative; }
.tmc-block .tmc-faq-body li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-section--light .tmc-faq-body li::before { color: var(--bronze); }
.tmc-block .tmc-faq-body a { color: var(--gold); text-decoration: underline; }
.tmc-block .tmc-section--light .tmc-faq-body a { color: var(--bronze); }

/* Stacked groups. */
.tmc-block .tmc-faq-group { scroll-margin-top: 120px; }
.tmc-block .tmc-faq-group h2 { margin-bottom: 8px; font-size: clamp(1.5rem, 2.8vw, 2rem); }
.tmc-block .tmc-faq-group .tmc-cat-rule { width: 44px; height: 2px; background: var(--gold); margin: 14px 0 28px; }
.tmc-block .tmc-faq-group .tmc-faq-list { margin-top: 0; }
.tmc-block:has(> .tmc-faq-group) + .tmc-block:has(> .tmc-faq-group) > .tmc-faq-group { padding-top: 0; }
.tmc-block:has(> .tmc-faq-group):has(+ .tmc-block > .tmc-faq-group) > .tmc-faq-group { padding-bottom: 60px; }

/* ==== blocks/header-overrides.css */
/* Header tweaks on top of the generated header.css (loaded after it).
   The dropdown panels were 72% opaque glass and became hard to read over hero text. */
.site-header .sh-drop {
  background: rgba(17, 18, 30, 0.97);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.site-header .sh-drop a { color: #c9ccd8; }
.site-header .sh-drop a:hover { color: var(--white); }

/* ==== blocks/key-facts.css */
/* At a Glance: a tighter section with one card holding a plain list. */
.tmc-block .tmc-section--facts { padding: 48px 0; }
.tmc-block .tmc-section--facts .tmc-facts-card { max-width: 900px; padding: 34px 38px; }
.tmc-block .tmc-section--facts .tmc-facts-card h2 { font-size: 1.15rem; margin-bottom: 4px; }
.tmc-block .tmc-section--facts .tmc-label { margin-bottom: 12px; }
.tmc-block .tmc-facts { margin-top: 16px; }
.tmc-block .tmc-facts li { position: relative; padding: 7px 0 7px 30px; font-size: 0.98rem; line-height: 1.6; color: var(--gray); }
.tmc-block .tmc-section--light .tmc-facts li { color: var(--slate); }
/* A check, not a diamond or arrow: those read as downward trends next to numbers.
   Scoped through .tmc-facts-card so process.css's ".tmc-card li::before" arrow cannot win. */
.tmc-block .tmc-facts-card .tmc-facts li::before { content: "\2713"; position: absolute; left: 2px; top: 7px; font-weight: 700; line-height: 1.6; color: var(--gold); }
.tmc-block .tmc-section--light .tmc-facts-card .tmc-facts li::before { color: var(--bronze); }
@media (max-width: 680px) { .tmc-block .tmc-section--facts { padding: 34px 0; } .tmc-block .tmc-section--facts .tmc-facts-card { padding: 26px 22px; } }

/* ==== blocks/logo-row.css */
/* Logo Row: an unlinked logo gets the same white card as a linked one. */
.tmc-block .tmc-groups span { display: block; padding: 24px 30px; border-radius: 20px; background: var(--white); box-shadow: 0 8px 34px rgba(14, 15, 25, 0.06); }
.tmc-block .tmc-groups img { height: 64px; width: auto; }

/* ==== blocks/not-found.css */
/*
 * 404 page (404.html, nf26-*): the centred hero with the ghost numerals. The
 * merge kept .tmc-ghost and .tmc-links; the hero, label rule and sizes below
 * were lost to same-named homepage rules, so they are restated with the
 * source values.
 */
.tmc-block.tmc-nf { overflow: hidden; }
.tmc-block .tmc-nf-hero {
  position: relative;
  min-height: 88vh;
  min-height: 88svh;
  display: flex;
  align-items: center;
  padding: 180px 0 110px;
  background:
    radial-gradient(ellipse 900px 500px at 50% 0%, color-mix(in srgb, var(--gold) 9%, transparent), transparent 60%),
    radial-gradient(ellipse 700px 480px at 8% 95%, color-mix(in srgb, var(--slate) 30%, transparent), transparent 60%),
    var(--navy) !important;
}
.tmc-block .tmc-nf-hero .tmc-wrap { max-width: 880px; position: relative; z-index: 2; text-align: center; }
.tmc-block .tmc-nf-hero .tmc-label::after { content: ""; display: block; width: 36px; height: 1px; background: var(--gold); }
.tmc-block .tmc-nf-hero h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); line-height: 1.1; max-width: none; }
.tmc-block .tmc-nf-hero .tmc-lead { max-width: 620px; margin: 24px auto 0; }
.tmc-block .tmc-nf-hero .tmc-btn-row { justify-content: center; gap: 16px; margin-top: 42px; }
.tmc-block .tmc-nf-hero .tmc-btn--outline { border: 1px solid color-mix(in srgb, var(--gold) 50%, transparent); }
@media (hover: hover) and (pointer: fine) {
  .tmc-block .tmc-nf-hero .tmc-btn--outline:hover { background: transparent; color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
}
@media (max-width: 680px) {
  .tmc-block .tmc-nf-hero { padding: 150px 0 80px; min-height: 80vh; }
}

/* ==== blocks/page-hero.css */
/* Page Hero: rules the merge dropped because their selectors reuse homepage classes. */
.tmc-block .tmc-trust b { color: var(--gold); font-weight: 700; }
.tmc-block .tmc-phero--centered .tmc-wrap { text-align: center; }
.tmc-block .tmc-phero--centered .tmc-label { justify-content: center; }
.tmc-block .tmc-phero--centered .tmc-lead { margin-left: auto; margin-right: auto; }
.tmc-block .tmc-phero--centered .tmc-btn-row { justify-content: center; }
.tmc-block .tmc-phero--centered h1 { margin-left: auto; margin-right: auto; }
/* Two buttons sit in a .tmc-btn-row that carries the spacing itself; the single-button
   rule (.tmc-phero .tmc-btn { margin-top: 40px }, from the case pages) must not add to it. */
.tmc-block .tmc-phero .tmc-btn-row .tmc-btn { margin-top: 0; }
/* A lone button under the lead keeps its 40px gap; buttons inside a row get the row's gap instead. */
.tmc-block .tmc-phero .tmc-btn-row .tmc-btn { margin-top: 0; }
.tmc-block .tmc-phero .tmc-updated { margin-top: 22px; font-family: var(--font-heading); font-weight: 600; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }

/* ==== blocks/process.css */
/* Numbered Steps, vertical layout: the stacked list (what-you-own exit steps).
   Its source classes (.ow26-step) collided with the row layout's, so the
   vertical list has its own names. Tokens only. */
.tmc-block .tmc-vsteps { margin-top: 48px; display: grid; gap: 16px; }
.tmc-block .tmc-vstep {
  display: flex; gap: 22px; align-items: flex-start;
  background: var(--white); border-radius: 22px; padding: 26px 28px;
  box-shadow: 0 14px 40px color-mix(in srgb, var(--navy) 7%, transparent);
}
.tmc-block .tmc-vstep-num {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-weight: 800; font-size: 1.05rem;
  color: var(--navy); background: var(--gold);
}
.tmc-block .tmc-vstep h3 { font-size: 1.02rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.tmc-block .tmc-vstep p { color: var(--slate); font-size: 0.94rem; }
.tmc-block .tmc-vstep li { position: relative; padding: 5px 0 5px 26px; color: var(--slate); font-size: 0.93rem; }
.tmc-block .tmc-vstep li::before { content: "\2192"; position: absolute; left: 0; color: var(--bronze); }
.tmc-block .tmc-section--charcoal .tmc-vstep,
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-vstep { background: color-mix(in srgb, var(--charcoal) 90%, transparent); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-vstep h3 { color: var(--white); }
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-vstep p,
.tmc-block .tmc-section:not(.tmc-section--light) .tmc-vstep li { color: var(--gray); }
/* Row cards can carry a bullet list too. */
.tmc-block .tmc-card li { position: relative; padding: 5px 0 5px 26px; color: var(--gray); font-size: 0.93rem; }
.tmc-block .tmc-card li::before { content: "\2192"; position: absolute; left: 0; color: var(--gold); }
.tmc-block .tmc-section--light .tmc-card li { color: var(--slate); }
.tmc-block .tmc-section--light .tmc-card li::before { color: var(--bronze); }
@media (max-width: 640px) {
  .tmc-block .tmc-vstep { flex-direction: column; gap: 14px; }
}

/* ==== blocks/prose.css */
/*
 * Long Text (privacy.html, pv26-body): the narrow measure, the heading rhythm
 * (the source page inherits its 1.7 line height into headings) and the contact
 * box, restated here because .tmc-contact now belongs to the contact page.
 */
.tmc-block .tmc-prose .tmc-wrap { max-width: 860px; }
.tmc-block .tmc-prose h2, .tmc-block .tmc-prose h3 { line-height: 1.7; }
.tmc-block .tmc-prose ul { list-style: none; padding-left: 0; }
.tmc-block .tmc-prose strong { color: var(--white); font-weight: 600; }
.tmc-block .tmc-prose-contact {
  margin-top: 40px; border-radius: 22px; padding: 32px 32px;
  background: linear-gradient(155deg, color-mix(in srgb, var(--charcoal) 90%, transparent), color-mix(in srgb, var(--navy-light) 75%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold) 14%, transparent);
}
.tmc-block .tmc-prose-contact p { margin-bottom: 6px; }

/* ==== blocks/split.css */
/* Feature Story. The merge kept the social page's story panel (text beside a
   264px reel); the video page's 16:9 variant and a photo variant are added. */
.tmc-block .tmc-proof-wide--video { grid-template-columns: 1.2fr 1fr; gap: 40px; }
.tmc-block .tmc-proof-wide--text { grid-template-columns: 1fr; }
.tmc-block .tmc-proof-wide--left > div:first-child { order: 2; }
.tmc-block .tmc-split-img { position: relative; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--gold) 25%, transparent); box-shadow: 0 24px 60px color-mix(in srgb, var(--navy) 45%, transparent); }
.tmc-block .tmc-split-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tmc-block .tmc-proof-wide .tmc-proof-link { margin-top: 24px; }
.tmc-block .tmc-proof-wide p a { color: var(--gold); text-decoration: underline; }
@media (max-width: 900px) {
  .tmc-block .tmc-proof-wide--video { grid-template-columns: 1fr; }
  .tmc-block .tmc-proof-wide--left > div:first-child { order: 0; }
}
/* The video page's generic paragraph rule outranks the reel caption's size in the merge. */
.tmc-block .tmc-proof-wide p.tmc-reel-cap { font-family: var(--font-heading); font-weight: 600; font-size: 0.68rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gray); text-align: center; margin-top: 12px; }

/* ==== blocks/stats.css */
/* Stat Row, tiles layout: the service pages' boxed numbers. The merge kept the
   homepage strip's .tmc-stats / .tmc-stat-num / .tmc-stat-lbl, so the tile
   grid gets its own class and the tile sizes are restated under it. */
.tmc-block .tmc-stat-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.tmc-block .tmc-stat-tiles--4 { grid-template-columns: repeat(4, 1fr); }
.tmc-block .tmc-stat-tiles .tmc-stat {
  border-radius: 22px;
  padding: 34px 30px;
  background: linear-gradient(155deg, color-mix(in srgb, var(--charcoal) 90%, transparent), color-mix(in srgb, var(--navy-light) 70%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold) 14%, transparent);
}
.tmc-block .tmc-section--charcoal .tmc-stat-tiles .tmc-stat { background: color-mix(in srgb, var(--navy) 45%, transparent); }
.tmc-block .tmc-stat-tiles .tmc-stat-num { font-size: 2.2rem; line-height: 1.1; }
.tmc-block .tmc-stat-tiles .tmc-stat-lbl { font-size: 0.9rem; letter-spacing: 0; margin-top: 10px; }
.tmc-block .tmc-changed-note a { color: var(--gold); text-decoration: underline; }
@media (max-width: 1000px) {
  .tmc-block .tmc-stat-tiles { grid-template-columns: 1fr; }
}

/* ==== blocks/team.css */
/* Team: the bio pop-up is a native <dialog>, so the browser's own dialog
   styling is reset to the about page's .ab26-modal look (site.css .tmc-modal). */
.tmc-block dialog.tmc-modal { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; border: 0; color: inherit; display: none; }
.tmc-block dialog.tmc-modal[open] { display: flex; }
.tmc-block dialog.tmc-modal::backdrop { background: transparent; }
.tmc-block .tmc-modal-card p:last-child { margin-bottom: 0; }
.tmc-block .tmc-modal-card .tmc-li { margin-top: 6px; }
/* WordPress writes width and height attributes on the photo; the square crop must win. */
.tmc-block .tmc-member img { height: auto; }

/* ==== blocks/utilities.css */
/* Visually hidden, still read by screen readers and search engines. */
.tmc-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

