:root {
  --tf-primary: #1E2D52;
  --tf-secondary: #0f172a;
  --tf-bg: #ffffff;
  --tf-text: #0f172a;
  --tf-radius: 16px;
  --tf-section-padding: 72px;
  color-scheme: light;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--tf-bg); color: var(--tf-text); font-family: 'Montserrat', sans-serif; }
a { color: inherit; }
.tf-nav { padding: 16px clamp(20px, 5vw, 72px); border-bottom: 1px solid rgba(15, 23, 42, 0.1); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(12px); }
.tf-nav-sticky { position: sticky; top: 0; z-index: 20; }
.tf-nav-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1120px; margin: 0 auto; }
.tf-logo { min-width: 0; font-weight: 700; text-decoration: none; }
.tf-logo-with-image { display: inline-flex; align-items: center; }
.tf-logo-img { display: block; width: auto !important; height: auto !important; max-width: min(220px, 48vw) !important; max-height: 42px !important; object-fit: contain; }
.tf-nav nav { display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; }
.tf-nav nav a { color: rgba(15, 23, 42, 0.72); text-decoration: none; }
.tf-nav nav a[aria-current="page"], .tf-nav nav a:hover { color: var(--tf-primary); }
.tf-mobile-menu { display: none !important; margin-left: auto; position: relative; }
.tf-mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid rgba(15, 23, 42, 0.12); border-radius: 999px; padding: 8px 13px; color: rgba(15, 23, 42, 0.76); font-size: 14px; font-weight: 700; }
.tf-mobile-menu summary::-webkit-details-marker { display: none; }
.tf-mobile-menu[open] nav { position: absolute; right: 0; top: calc(100% + 10px); z-index: 30; display: grid; min-width: 210px; gap: 4px; border: 1px solid rgba(15, 23, 42, 0.1); border-radius: var(--tf-radius); background: white; padding: 10px; box-shadow: 0 24px 60px -32px rgba(15,23,42,.45); }
.tf-mobile-menu[open] nav a { display: block; border-radius: calc(var(--tf-radius) - 6px); padding: 10px 12px; }
.tf-mobile-menu[open] nav a:hover, .tf-mobile-menu[open] nav a[aria-current="page"] { background: color-mix(in srgb, var(--tf-primary) 9%, white); }
.tf-section { padding: var(--tf-section-padding) clamp(20px, 5vw, 72px); }
.tf-section-inner { max-width: 1120px; margin: 0 auto; }
.tf-section-hero { min-height: calc(100svh - 74px); display: flex; align-items: center; }
.tf-section-hero .tf-section-inner { width: 100%; }
.tf-hero-centered .tf-section-inner { display: block; max-width: 920px; text-align: center; }
.tf-hero-centered .tf-hero-copy { margin: 0 auto; }
.tf-hero-with-media .tf-section-inner { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: clamp(36px, 6vw, 72px); align-items: center; }
.tf-hero-copy { max-width: 820px; }
.tf-hero-copy .tf-button { margin-top: 32px; }
.tf-hero-media { min-width: 0; }
.tf-layout-centered .tf-section-inner { text-align: center; max-width: 860px; }
.tf-layout-split:not(.tf-section-hero) .tf-section-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 48px; align-items: center; }
.tf-layout-grid .tf-section-inner { display: grid; grid-template-columns: repeat(var(--tf-cols, 3), minmax(0, 1fr)); gap: 20px; }
.tf-cols-1 { --tf-cols: 1; }
.tf-cols-2 { --tf-cols: 2; }
.tf-cols-3 { --tf-cols: 3; }
.tf-cols-4 { --tf-cols: 4; }
.tf-layout-grid .tf-eyebrow, .tf-layout-grid h1, .tf-layout-grid .tf-lede { grid-column: 1 / -1; }
.tf-bg-muted { background: #f8fafc; }
.tf-bg-brand { background: color-mix(in srgb, var(--tf-primary) 9%, white); }
.tf-bg-dark { background: #0f172a; color: white; }
.tf-eyebrow { margin: 0 0 14px; color: var(--tf-primary); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0; max-width: 900px; font-size: clamp(40px, 5.2vw, 68px); line-height: 1.02; letter-spacing: 0; text-wrap: balance; }
h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); }
h3 { margin: 0 0 10px; font-size: 20px; }
.tf-lede, .tf-rich-text p, .tf-card p { color: rgba(15, 23, 42, 0.68); font-size: 18px; line-height: 1.7; }
.tf-bg-dark .tf-lede, .tf-bg-dark .tf-card p { color: rgba(255,255,255,.72); }
.tf-button { display: inline-flex; margin-top: 28px; align-items: center; justify-content: center; border-radius: 999px; padding: 12px 18px; font-weight: 700; text-decoration: none; }
.tf-button-solid { background: var(--tf-primary); color: white; }
.tf-button-outline { border: 1px solid var(--tf-primary); color: var(--tf-primary); }
.tf-button-soft { background: color-mix(in srgb, var(--tf-primary) 12%, white); color: var(--tf-primary); }
.tf-card { min-width: 0; border: 1px solid rgba(15, 23, 42, 0.1); border-radius: var(--tf-radius); background: white; padding: 24px; box-shadow: 0 18px 50px -36px rgba(15,23,42,.45); }
.tf-card-value { color: var(--tf-primary) !important; font-size: 32px !important; font-weight: 800; line-height: 1; }
.tf-image { display: block; width: 100%; border-radius: var(--tf-radius); object-fit: cover; }
.tf-image-size-small { max-width: 360px; }
.tf-image-size-medium { max-width: 560px; }
.tf-image-size-large { max-width: 820px; }
.tf-image-size-full { max-width: 100%; }
.tf-image-aspect-square { aspect-ratio: 1 / 1; }
.tf-image-aspect-wide { aspect-ratio: 16 / 9; }
.tf-image-aspect-portrait { aspect-ratio: 4 / 5; }
.tf-image-fit-cover { object-fit: cover; }
.tf-image-fit-contain { object-fit: contain; background: #f8fafc; }
.tf-widget { grid-column: 1 / -1; }
.tf-widget-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tf-enquiry-embed { display: block; width: 100%; min-height: 760px; border: 0; border-radius: var(--tf-radius); background: white; box-shadow: 0 18px 50px -36px rgba(15,23,42,.45); }
.tf-footer { padding: 32px clamp(20px, 5vw, 72px); border-top: 1px solid rgba(15, 23, 42, 0.1); color: rgba(15,23,42,.62); }
.tf-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; max-width: 1120px; margin: 0 auto; }
.tf-footer p { margin: 0; }
.tf-footer nav { display: flex; flex-wrap: wrap; gap: 14px; font-size: 14px; }
.tf-footer a { color: rgba(15,23,42,.72); text-decoration: none; }
.tf-footer a:hover { color: var(--tf-primary); }
@media (max-width: 760px) {
  .tf-nav-row { align-items: center; }
  .tf-nav-links { display: none !important; }
  .tf-mobile-menu { display: block !important; }
  .tf-logo-img { max-width: min(180px, 54vw) !important; max-height: 36px !important; }
  .tf-section-hero { min-height: auto; }
  .tf-hero-centered .tf-section-inner, .tf-hero-with-media .tf-section-inner { display: block; text-align: left; }
  .tf-hero-centered .tf-section-inner { text-align: center; }
  .tf-layout-split .tf-section-inner, .tf-layout-grid .tf-section-inner, .tf-widget-grid { grid-template-columns: 1fr; }
  h1 { font-size: 42px; }
}