:root {
  --tr-bg: #f5f5f5; --tr-surface: #ffffff; --tr-ink: #0a0a0a; --tr-muted: #4b5563; --tr-accent: #dc2626; --tr-accent2: #0a0a0a; --tr-rule: #e5e5e5; --tr-success: #16a34a;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
  --slab: 'Roboto Slab', Georgia, serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.tr { font-family: var(--sans); color: var(--tr-ink); background: var(--tr-bg); line-height: 1.55; font-size: 16px; }
body.tr a { color: var(--tr-accent); text-decoration: none; }
body.tr a:hover { text-decoration: underline; }

.tr-strap { background: var(--tr-accent2); color: #fff; font-size: .85rem; }
.tr-strap-inner { max-width: 1200px; margin: 0 auto; padding: .55rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.tr-strap-badge { font-weight: 600; }
.tr-strap-cta a { color: var(--tr-accent); font-weight: 700; }
.tr-strap-cta a:hover { color: #fff; text-decoration: underline; }

.tr-head { background: var(--tr-surface); border-bottom: 1px solid var(--tr-rule); position: sticky; top: 0; z-index: 9; box-shadow: 0 1px 0 var(--tr-rule); }
.tr-head-inner { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.tr-logo { font-family: var(--slab); font-weight: 900; font-size: 1.45rem; color: var(--tr-ink); display: flex; align-items: center; gap: .55rem; letter-spacing: -0.01em; }
.tr-logo-mark { color: var(--tr-accent); }
.tr-nav ul { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.tr-nav a { color: var(--tr-ink); font-weight: 600; font-size: .92rem; }
.tr-nav li.active a, .tr-nav a:hover { color: var(--tr-accent); }
.tr-cta { display: inline-flex; align-items: center; gap: .4rem; background: var(--tr-accent); color: #fff; padding: .65rem 1.1rem; border-radius: 6px; font-weight: 700; font-size: .92rem; }
.tr-cta:hover { background: var(--tr-accent2); color: #fff; text-decoration: none; }
.tr-cta-icon { font-size: 1.05rem; }

.tr-hero { padding: 4rem 1.5rem 5rem; text-align: center; background: linear-gradient(180deg, var(--tr-surface) 0%, var(--tr-bg) 100%); border-bottom: 1px solid var(--tr-rule); }
.tr-hero-inner { max-width: 760px; margin: 0 auto; }
.tr-hero-eyebrow { font-size: .82rem; letter-spacing: .22em; text-transform: uppercase; color: var(--tr-accent2); margin: 0 0 1rem; font-weight: 700; }
.tr-hero-title { font-family: var(--slab); font-weight: 900; font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.05; margin: 0 0 1rem; letter-spacing: -0.02em; }
.tr-hero-tag { font-size: 1.2rem; color: var(--tr-muted); margin: 0 0 2rem; }
.tr-hero-cta { margin: 0 0 1.25rem; display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center; }
.tr-btn { display: inline-flex; align-items: center; gap: .4rem; background: var(--tr-accent); color: #fff; padding: .85rem 1.6rem; border-radius: 6px; font-weight: 700; font-size: 1rem; transition: background .15s, transform .08s; }
.tr-btn:hover { background: var(--tr-accent2); color: #fff; text-decoration: none; transform: translateY(-1px); }
.tr-btn--ghost { background: transparent; color: var(--tr-ink); border: 2px solid var(--tr-rule); }
.tr-btn--ghost:hover { background: var(--tr-ink); color: var(--tr-bg); border-color: var(--tr-ink); }
.tr-hero-trust { font-size: .88rem; color: var(--tr-muted); margin: 0; }

.tr-main { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem 4rem; }
.tr-section { padding: 4rem 0; border-bottom: 1px solid var(--tr-rule); }
.tr-section:last-of-type { border-bottom: none; }
.tr-section-head { text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
.tr-section-head .tr-section-title { margin-left: auto; margin-right: auto; }
.tr-eyebrow { font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; color: var(--tr-accent); margin: 0 0 .65rem; font-weight: 700; }
.tr-section-title { font-family: var(--slab); font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.1; margin: 0 0 1rem; letter-spacing: -0.01em; }
.tr-section-lede { font-size: 1.05rem; color: var(--tr-muted); margin: 0; }

.tr-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.tr-service-card { background: var(--tr-surface); padding: 1.75rem 1.5rem; border-radius: 10px; border: 1px solid var(--tr-rule); transition: transform .15s, box-shadow .15s; }
.tr-service-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px color-mix(in srgb, var(--tr-ink) 8%, transparent); }
.tr-service-icon { font-size: 2rem; line-height: 1; margin-bottom: .85rem; }
.tr-service-card h3 { font-family: var(--slab); font-weight: 700; font-size: 1.2rem; margin: 0 0 .55rem; color: var(--tr-ink); }
.tr-service-card p { margin: 0; color: var(--tr-muted); font-size: .95rem; line-height: 1.5; }
.tr-edit-note { margin: 1.75rem 0 0; font-size: .82rem; color: var(--tr-muted); font-style: italic; text-align: center; }
.tr-edit-note code { background: var(--tr-surface); padding: 2px 6px; border-radius: 4px; }

.tr-area-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; }
@media (max-width: 640px) { .tr-area-grid { grid-template-columns: 1fr; gap: 2rem; } }
.tr-area-body { font-size: 1.05rem; line-height: 1.6; color: var(--tr-ink); margin: 0 0 1rem; }
.tr-area-towns { font-size: .92rem; color: var(--tr-muted); margin: 0; line-height: 1.6; }
.tr-area-trust { background: var(--tr-surface); border-radius: 10px; padding: 1.5rem; border: 1px solid var(--tr-rule); }
.tr-trust-row { margin: 0 0 .75rem; font-size: .95rem; color: var(--tr-ink); display: flex; align-items: center; gap: .6rem; }
.tr-trust-row:last-child { margin-bottom: 0; }
.tr-trust-icon { font-size: 1.15rem; }

.tr-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.tr-why-grid h3 { font-family: var(--slab); font-weight: 700; font-size: 1.15rem; margin: 0 0 .5rem; color: var(--tr-accent); }
.tr-why-grid p { margin: 0; color: var(--tr-muted); font-size: .95rem; line-height: 1.5; }

.tr-news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.tr-news-card { background: var(--tr-surface); border-radius: 10px; overflow: hidden; border: 1px solid var(--tr-rule); transition: transform .15s, box-shadow .15s; }
.tr-news-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px color-mix(in srgb, var(--tr-ink) 8%, transparent); }
.tr-news-img { display: block; }
.tr-news-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.tr-news-body { padding: 1.1rem 1.25rem 1.4rem; }
.tr-news-title { font-family: var(--slab); font-weight: 700; font-size: 1.15rem; line-height: 1.25; margin: 0 0 .35rem; }
.tr-news-title a { color: var(--tr-ink); }
.tr-news-title a:hover { color: var(--tr-accent); text-decoration: none; }
.tr-news-date { font-size: .8rem; color: var(--tr-muted); margin: 0 0 .55rem; }
.tr-news-excerpt { color: var(--tr-muted); font-size: .92rem; margin: 0; line-height: 1.55; }
.tr-empty { color: var(--tr-muted); font-style: italic; padding: 2rem 0; grid-column: 1 / -1; text-align: center; }

.tr-section-main { padding-top: 3rem; }
.tr-cat-head { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 3px solid var(--tr-accent); }
.tr-cat-head h1 { font-family: var(--slab); font-weight: 900; font-size: clamp(2rem, 4vw, 3rem); margin: 0; letter-spacing: -0.01em; }
.tr-cat-desc { color: var(--tr-muted); margin: .75rem 0 0; }

.tr-crumbs { background: var(--tr-surface); border-bottom: 1px solid var(--tr-rule); }
.tr-crumbs ol { max-width: 1200px; margin: 0 auto; padding: .75rem 1.5rem; list-style: none; display: flex; gap: .5rem; flex-wrap: wrap; font-size: .85rem; color: var(--tr-muted); }
.tr-crumbs li + li::before { content: '›'; margin-right: .5rem; color: var(--tr-rule); }
.tr-crumbs a { color: var(--tr-muted); }
.tr-crumbs a:hover { color: var(--tr-accent); }
.tr-crumbs li[aria-current='page'] { color: var(--tr-ink); }

.tr-post-main { max-width: 760px; padding-top: 3rem; }
.tr-post-cat { font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; color: var(--tr-accent); font-weight: 700; margin: 0 0 .5rem; }
.tr-post-title { font-family: var(--slab); font-weight: 900; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.15; margin: 0 0 1rem; letter-spacing: -0.01em; }
.tr-post-deck { font-size: 1.2rem; line-height: 1.45; color: var(--tr-muted); margin: 0 0 1.5rem; }
.tr-post-byline { font-size: .85rem; color: var(--tr-muted); margin: 0 0 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--tr-rule); }
.tr-post-lead { margin: 0 0 2rem; }
.tr-post-lead img { width: 100%; height: auto; display: block; border-radius: 8px; }
.photo-credit { font-size: .75rem; color: var(--tr-muted); margin: .5rem 0 0; font-style: italic; }
.photo-credit a { color: inherit; text-decoration: underline; }
.tr-post-body { font-size: 1.05rem; line-height: 1.75; }
.tr-post-body p { margin: 0 0 1.15rem; }
.tr-post-body h2 { font-family: var(--slab); font-weight: 700; font-size: 1.55rem; margin: 2rem 0 .75rem; color: var(--tr-ink); }
.tr-post-body h3 { font-family: var(--slab); font-weight: 700; font-size: 1.25rem; margin: 1.6rem 0 .5rem; }
.tr-post-body a { color: var(--tr-accent); text-decoration: underline; }
.tr-post-body img { max-width: 100%; height: auto; border-radius: 6px; }
.tr-post-body blockquote { border-left: 4px solid var(--tr-accent); margin: 1.5rem 0; padding: .35rem 0 .35rem 1rem; color: var(--tr-muted); background: var(--tr-surface); }
.tr-post-body table { border-collapse: collapse; width: 100%; margin: 1rem 0; }
.tr-post-body th, .tr-post-body td { border: 1px solid var(--tr-rule); padding: .5rem .75rem; text-align: left; }
.tr-post-body th { background: var(--tr-surface); }

.tr-foot { background: var(--tr-accent2); color: #fff; margin-top: 4rem; }
.tr-foot-inner { max-width: 1200px; margin: 0 auto; padding: 2.5rem 1.5rem; text-align: center; }
.tr-foot-brand { font-family: var(--slab); font-weight: 700; font-size: 1.4rem; margin: 0 0 .35rem; }
.tr-foot-meta { color: rgba(255,255,255,0.7); margin: 0; font-size: .85rem; }
@media (max-width: 560px) {
  .tr-hero { padding: 3rem 1rem 3.5rem; }
  .tr-main { padding: 0 1rem 3rem; }
  .tr-section { padding: 3rem 0; }
  .tr-cta { display: none; }
  .tr-crumbs ol { padding: .65rem 1rem; }
  .tr-foot-inner { padding: 2rem 1rem; }
}
.tr-nav-toggle-input { position: absolute; opacity: 0; pointer-events: none; }
.tr-nav-toggle-label { display: none; }

@media (max-width: 720px) {
  .tr-nav-toggle-label {
    display: flex; align-items: center; justify-content: flex-end;
    padding: .85rem 1.25rem; cursor: pointer; user-select: none;
    color: var(--tr-ink); background: var(--tr-surface);
    border-top: 1px solid var(--tr-rule); border-bottom: 1px solid var(--tr-rule);
    width: 100%; box-sizing: border-box;
  }
  .tr-nav-toggle-input:focus-visible + .tr-nav-toggle-label { outline: 2px solid var(--tr-accent); outline-offset: -2px; }
  .tr-nav-toggle-icon { position: relative; display: inline-block; width: 22px; height: 14px; flex: 0 0 22px; }
  .tr-nav-toggle-icon::before, .tr-nav-toggle-icon::after {
    content: ''; position: absolute; left: 0; right: 0; height: 2px; background: currentColor;
    transition: transform .18s ease, top .18s ease, bottom .18s ease, box-shadow .18s ease;
  }
  .tr-nav-toggle-icon::before { top: 0; box-shadow: 0 6px 0 currentColor; }
  .tr-nav-toggle-icon::after  { bottom: 0; }

  .tr-nav { width: 100%; }
  .tr-nav ul {
    display: none; flex-direction: column; gap: 0; padding: 0; margin: 0;
    list-style: none;
  }
  .tr-nav-toggle-input:checked ~ .tr-nav ul { display: flex; }
  .tr-nav ul li { border-bottom: 1px solid var(--tr-rule); padding: 0; }
  .tr-nav ul li:last-child { border-bottom: none; }
  .tr-nav ul li a {
    display: block; width: 100%; padding: .9rem 1.25rem; color: var(--tr-ink);
    border-bottom: none !important;
  }
  .tr-nav ul li.active a {
    color: var(--tr-accent); background: color-mix(in srgb, var(--tr-accent) 10%, transparent); border-bottom: none !important;
    box-shadow: inset 3px 0 0 var(--tr-accent);
  }

  .tr-nav-toggle-input:checked ~ .tr-nav-toggle-label .tr-nav-toggle-icon::before { top: 6px; box-shadow: none; transform: rotate(45deg); }
  .tr-nav-toggle-input:checked ~ .tr-nav-toggle-label .tr-nav-toggle-icon::after  { bottom: 6px; transform: rotate(-45deg); }
  .tr-head-inner { flex-direction: column; align-items: stretch; padding: 0; gap: 0; }
  .tr-logo { padding: 1rem 1.25rem; }
}
.author-byline { display: inline-flex; align-items: center; gap: .55rem; }
.author-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; display: block; }
.author-byline-text { display: inline-block; }
.author-name { font-weight: 600; }
.pn-chart { margin: 1.75rem 0; }
.pn-chart-title { font-size: .92rem; font-weight: 600; margin: 0 0 .55rem; line-height: 1.35; }
.pn-chart svg { width: 100%; height: auto; display: block; font: 14px/1.2 system-ui, -apple-system, 'Segoe UI', sans-serif; }
.pn-chart-label { fill: currentColor; opacity: .85; }
.pn-chart-value { fill: currentColor; font-weight: 600; }
.pn-chart-bar { fill: currentColor; opacity: .35; }
.pn-chart-source { font-size: .72rem; color: #999; margin: .55rem 0 0; font-style: italic; }
.legal-footer-nav { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; justify-content: center; margin: 0 0 .85rem; }
.legal-footer-nav a { font-size: .82rem; color: inherit; text-decoration: none; opacity: .8; }
.legal-footer-nav a:hover { opacity: 1; text-decoration: underline; }
.legal-page-main { max-width: 720px; margin: 0 auto; padding: 2.5rem 1.5rem 4rem; }
.legal-article-title { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 1.5rem; line-height: 1.15; }
.legal-article-body { font-size: 1.02rem; line-height: 1.65; }
.legal-article-body h2 { font-size: 1.4rem; margin: 2rem 0 .65rem; line-height: 1.25; }
.legal-article-body h3 { font-size: 1.15rem; margin: 1.5rem 0 .5rem; }
.legal-article-body p, .legal-article-body ul, .legal-article-body ol { margin: 0 0 1rem; }
.legal-article-body ul, .legal-article-body ol { padding-left: 1.4rem; }
.legal-article-body a { color: inherit; }
.legal-article-body .contact-mailto { padding: .85rem 1rem; background: rgba(0,0,0,0.04); border-left: 3px solid currentColor; margin-bottom: 1.5rem; }
.pn-links-rail { box-sizing: border-box; width: 100%; max-width: 100%; margin: 0; padding: 1.1rem 1.25rem 1rem; border: 1px solid rgba(0,0,0,.14); border-top: 3px solid currentColor; background: rgba(0,0,0,.015); font-family: inherit; }
.pn-links-rail__head { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; opacity: .8; margin: 0 0 .65rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(0,0,0,.1); }
.pn-links-rail__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.pn-links-rail__list li { line-height: 1.35; }
.pn-links-rail__list a { font-size: .92rem; color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.pn-links-rail__list a:hover { opacity: .75; }
@media (min-width: 1024px) {
  main:has(> .pn-links-rail) {
    max-width: min(1280px, calc(100vw - 3rem));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    column-gap: 2.5rem;
    align-items: start;
    box-sizing: border-box;
  }
  main > .pn-links-rail {
    grid-column: 2;
    grid-row: 1 / span 999;
    position: sticky;
    top: 1.5rem;
    align-self: start;
  }
  main > .pn-links-hidden { grid-column: 1; grid-row: 1; }
}
@media (max-width: 1023px) {
  main > .pn-links-rail { margin: 1.5rem 0 1rem; }
}
.pn-links-hidden { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }