/*
Theme Name:  TTM International
Theme URI:   https://www.ttminternational.com
Author:      TTM International, LLC
Author URI:  https://www.ttminternational.com
Description: Custom theme for TTM International — IEEPA tariff refund recovery firm. St. Paul, Minnesota.
Version:     1.0.0
License:     All rights reserved
Text Domain: ttm-international
*/

/* =============================================================================
   CHIRON SUNG HK — self-hosted display font
   Replace src paths with your actual woff2/woff file locations in /wp-content/
   themes/ttm-international/fonts/. Falls back to Noto Serif.
   Noto Sans is loaded via wp_enqueue_style in functions.php.
   ============================================================================= */
@font-face {
  font-family: 'Chiron Sung HK';
  src: url('fonts/ChironSungHK-Regular.woff2') format('woff2'),
       url('fonts/ChironSungHK-Regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Chiron Sung HK';
  src: url('fonts/ChironSungHK-Medium.woff2') format('woff2'),
       url('fonts/ChironSungHK-Medium.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Chiron Sung HK';
  src: url('fonts/ChironSungHK-Italic.woff2') format('woff2'),
       url('fonts/ChironSungHK-Italic.woff') format('woff');
  font-weight: 400; font-style: italic; font-display: swap;
}

/* =============================================================================
   DESIGN TOKENS
   ============================================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal-deep:    #003d3b;
  --teal-forest:  #005c58;
  --teal-anchor:  #00817d;
  --teal-mid:     #00a89f;
  --teal-mist:    #b8e8e6;
  --teal-pale:    #eaf7f6;
  --teal-softest: #f0faf9;
  --navy:         #1a2e35;
  --navy-soft:    #243e47;
  --gold:         #c8a96e;
  --gold-light:   #e8d5b0;
  --ivory:        #f8f6f1;
  --ivory-mid:    #f2efe8;
  --ivory-dark:   #e8e3d8;
  --white:        #ffffff;
  --text-body:    #2e4040;
  --text-muted:   #616f6f;
  --text-light:   #9ab0b0; /* decorative only — do not use for readable text */
  --serif: 'Chiron Sung HK', 'Noto Serif', Georgia, serif;
  --sans:  'Noto Sans', system-ui, sans-serif;
  --radius-sm:  10px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --radius-xl:  32px;
}

/* =============================================================================
   BASE
   ============================================================================= */
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  margin: 0;
}

/* WordPress adds .wp-block wrappers — neutralise unwanted margins */
.wp-site-blocks { padding: 0 !important; }
.entry-content > * { max-width: none; }

/* =============================================================================
   NAV
   ============================================================================= */
/* Home page: nav scrolls with page instead of staying fixed */
.page-template-page-home-php .ttm-nav { position: absolute; }

.ttm-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 68px;
  background: rgba(26, 46, 53, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 129, 125, 0.18);
}

/* ── Brand / logo (left) ── */
.ttm-nav-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.ttm-nav-brand .custom-logo-link { display: flex; align-items: center; }
.ttm-nav-brand .custom-logo { height: 40px; width: auto; display: block; }
.ttm-nav-brand-text { display: flex; flex-direction: column; }
.ttm-nav-logo {
  font-family: var(--serif);
  font-size: 20px; font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-decoration: none;
}
.ttm-nav-logo span { color: var(--gold); }
.nav-tagline {
  font-family: var(--sans);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-mist);
}

/* ── Right group: nav links + CTA + hamburger ── */
.ttm-nav-right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.ttm-nav-links { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.ttm-nav-links a {
  font-size: 12px; font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.ttm-nav-links a:hover,
.ttm-nav-links .current-menu-item a { color: var(--white); }
.ttm-nav-cta {
  font-size: 12px; font-weight: 500;
  color: var(--navy);
  background: var(--gold);
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.ttm-nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }

/* ── Language switcher ────────────────────────────────────────────────────── */
.ttm-lang-switcher { position: relative; }
.ttm-lang-current { display: flex; align-items: center; gap: 4px; background: none; border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 5px 10px; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: rgba(255,255,255,0.6); cursor: pointer; transition: border-color 0.2s, color 0.2s; white-space: nowrap; }
.ttm-lang-current:hover { border-color: rgba(255,255,255,0.35); color: var(--white); }
.ttm-lang-current svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; transition: transform 0.2s; }
.ttm-lang-switcher.open .ttm-lang-current svg { transform: rotate(180deg); }
.ttm-lang-dropdown { display: none; position: absolute; top: calc(100% + 8px); right: 0; background: var(--white); border: 1px solid var(--ivory-dark); border-radius: var(--radius-md); padding: 6px 0; min-width: 100px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); list-style: none; z-index: 200; }
.ttm-lang-switcher.open .ttm-lang-dropdown { display: block; }
.ttm-lang-dropdown li a { display: flex; align-items: center; gap: 8px; padding: 7px 16px; font-family: var(--sans); font-size: 12px; font-weight: 400; color: var(--text-muted); text-decoration: none; transition: background 0.15s, color 0.15s; }
.ttm-lang-dropdown li a:hover { background: var(--ivory-mid); color: var(--navy); }
.ttm-lang-dropdown li.active a { color: var(--teal-anchor); font-weight: 500; }
.lang-flag { font-size: 14px; line-height: 1; flex-shrink: 0; }

/* ── Hamburger button (hidden on desktop) ── */
.ttm-nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: background 0.2s;
  flex-shrink: 0;
}
.ttm-nav-hamburger:hover { background: rgba(255, 255, 255, 0.08); }
.ttm-nav-hamburger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Animate to X when menu is open */
.ttm-nav-hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.ttm-nav-hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.ttm-nav-hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Mobile nav drawer ── */
.ttm-nav-drawer {
  display: none; /* shown via JS on mobile */
  position: fixed;
  top: 68px;
  left: 0; right: 0;
  background: rgba(22, 38, 44, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 129, 125, 0.2);
  z-index: 99;
  padding: 24px 24px 32px;
  transform: translateY(-8px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.ttm-nav-drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.ttm-nav-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
.ttm-nav-drawer ul li a {
  display: block;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.2s;
}
.ttm-nav-drawer ul li:last-child a { border-bottom: none; }
.ttm-nav-drawer ul li a:hover,
.ttm-nav-drawer ul .current-menu-item a { color: var(--white); }
.ttm-nav-drawer .drawer-cta {
  display: block;
  text-align: center;
  background: var(--gold);
  color: var(--navy);
  padding: 13px 24px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s;
}
.ttm-nav-drawer .drawer-cta:hover { background: var(--gold-light); }

/* =============================================================================
   FOOTER
   ============================================================================= */
.ttm-footer {
  background: var(--teal-deep);
  padding: 72px 64px 0;
}
.ttm-footer-inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ttm-footer-logo {
  font-family: var(--serif);
  font-size: 42px; font-weight: 400;
  color: var(--white);
  letter-spacing: 0.03em;
  text-decoration: none;
  display: block;
}
.ttm-footer-brand .custom-logo-link { display: inline-flex; }
.ttm-footer-brand .custom-logo { height: 150px; width: auto; display: block; }
.ttm-footer-col-label {
  font-family: var(--sans);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.ttm-footer-contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ttm-footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.ttm-footer-contact-list svg { width: 14px; height: 14px; stroke: var(--teal-mid); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 1px; }
.ttm-footer-contact-list a { font-size: 13px; font-weight: 300; line-height: 1.5; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.ttm-footer-contact-list a:hover { color: var(--white); }
.ttm-footer-address-inline { font-style: normal; font-size: 13px; font-weight: 300; line-height: 1.5; color: rgba(255,255,255,0.6); }
.ttm-footer-legal-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ttm-footer-legal-list a { font-size: 13px; font-weight: 300; line-height: 1.5; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; display: block; }
.ttm-footer-legal-list a:hover { color: var(--white); }
.ttm-footer-address {
  font-style: normal;
  font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.9;
}
.ttm-footer-bar {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px 0 40px;
  gap: 8px;
}
.ttm-footer-bar p { font-size: 12px; color: rgba(255,255,255,0.25); }
.ttm-footer-bar-right { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.ttm-footer-attribution { font-size: 11px; color: rgba(255,255,255,0.14); }
.ttm-footer-attribution a { color: rgba(255,255,255,0.22); text-decoration: none; transition: color 0.2s; }
.ttm-footer-attribution a:hover { color: rgba(255,255,255,0.5); }
.ttm-footer-brand-affil { margin-top: 28px; }
.ttm-footer-brand-affil-label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.3); display: block; margin-bottom: 12px; }
.ttm-footer-brand-affil img { height: 64px; width: auto; }

/* =============================================================================
   SHARED LAYOUT UTILITIES
   ============================================================================= */
.ttm-page { max-width: 1200px; margin: 0 auto; padding: 0 64px; }

.section-label {
  font-family: var(--sans);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-forest);
  margin-bottom: 14px;
}
.section-label.light { color: var(--teal-mid); }

.ttm-divider { border: none; border-top: 1px solid var(--ivory-dark); }

/* =============================================================================
   SHARED BUTTONS
   ============================================================================= */
.btn-gold {
  display: inline-block;
  background: var(--gold); color: var(--navy);
  padding: 14px 28px; border-radius: 24px;
  font-size: 13px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-ghost {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px; border-radius: 24px;
  font-size: 12px; font-weight: 400;
  text-decoration: none; letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: var(--teal-mist); color: var(--teal-mist); }

.btn-primary {
  display: inline-block;
  background: var(--teal-anchor); color: var(--white);
  padding: 13px 28px; border-radius: 24px;
  font-size: 13px; font-weight: 500;
  text-decoration: none; letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--teal-forest); transform: translateY(-1px); }
.btn-icon { display: inline-flex; align-items: center; gap: 8px; }
.btn-icon svg { width: 14px; height: 14px; flex-shrink: 0; }

.btn-secondary {
  display: inline-block;
  color: var(--navy);
  padding: 13px 28px; border-radius: 24px;
  font-size: 13px; font-weight: 400;
  text-decoration: none; letter-spacing: 0.04em;
  border: 1px solid var(--ivory-dark);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}
.btn-secondary:hover { border-color: var(--teal-anchor); color: var(--teal-anchor); transform: translateY(-1px); }

/* =============================================================================
   REVEAL ANIMATIONS
   ============================================================================= */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible  { opacity: 1; transform: translateY(0); }
.reveal-delay-1  { transition-delay: 0.1s; }
.reveal-delay-2  { transition-delay: 0.2s; }
.reveal-delay-3  { transition-delay: 0.3s; }

/* =============================================================================
   HERO — shared base (full-width photo version, used by home)
   ============================================================================= */
.ttm-hero {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.ttm-hero-full {
  height: 88vh;
  min-height: 560px;
}
.ttm-hero-full img:not(.hero-img) {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 60%;
  opacity: 0.45; display: block;
}
.ttm-hero-standard {
  padding: 96px 0 88px;
}
.ttm-hero img.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 100%;
  opacity: 0.45; display: block;
}
.ttm-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top,  rgba(26,46,53,0.92) 0%, rgba(26,46,53,0.3) 55%, rgba(26,46,53,0.15) 100%),
    linear-gradient(to right, rgba(26,46,53,0.5) 0%, transparent 60%);
}

/* Full-height hero content (home) */
.ttm-hero-content-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0 64px 64px;
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: flex-end; justify-content: space-between;
}
/* Standard hero content (services, about) */
.ttm-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  max-width: 1200px; margin: 0 auto; padding: 0 64px;
}
.ttm-hero-inner.single-col { grid-template-columns: 1fr; max-width: 780px; }

.ttm-hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5.5vw, 68px); font-weight: 400;
  color: var(--white); line-height: 1.1;
  max-width: 780px; margin-bottom: 22px; letter-spacing: 0.01em;
}
.ttm-hero h1 em { font-style: italic; color: var(--teal-mist); }

/* Scroll-down hint on home hero */
.hero-scroll-btn {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s, background 0.2s;
  animation: hero-scroll-bounce 2.6s ease-in-out infinite;
  z-index: 2;
}
.hero-scroll-btn:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.16); }
.hero-scroll-btn svg { width: 22px; height: 22px; stroke: var(--white); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(9px); }
}

/* Services hero photo slot */
.hero-photo-col { align-self: stretch; display: flex; align-items: flex-end; }
.photo-slot { width: 100%; border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden; position: relative; background: var(--navy-soft); border: 1px solid rgba(255,255,255,0.06); border-bottom: none; }
.photo-slot-1 { height: 380px; }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.88; }
.photo-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,0.22); }
.photo-placeholder svg { width: 32px; height: 32px; stroke: currentColor; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; opacity: 0.5; }
.photo-placeholder span { font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5; }

/* Photo strip (services) */
.photo-strip { margin: 0 0 80px; border-radius: var(--radius-xl); overflow: hidden; height: 400px; position: relative; background: var(--ivory-mid); border: 1px solid var(--ivory-dark); }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 100%; display: block; }
.photo-strip::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,61,59,0.18) 0%, transparent 60%); pointer-events: none; border-radius: var(--radius-xl); }

/* About hero milestones */
.hero-milestones { display: flex; flex-direction: column; gap: 0; }
.hero-milestone { display: flex; align-items: flex-start; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.hero-milestone:last-child { border-bottom: none; }
.hero-milestone-year { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--gold); line-height: 1; flex-shrink: 0; width: 56px; padding-top: 2px; }
.hero-milestone-text { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.75; }
.hero-milestone-text strong { display: block; font-weight: 500; color: rgba(255,255,255,0.85); font-size: 14px; margin-bottom: 3px; }

/* =============================================================================
   HOME PAGE
   ============================================================================= */
.ruling-section { padding: 96px 0 80px; }
.ruling-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-bottom: 64px; }
.ruling-intro-left h2 { font-family: var(--serif); font-size: clamp(28px,3.2vw,46px); font-weight: 400; color: var(--navy); line-height: 1.2; margin-bottom: 24px; letter-spacing: 0.01em; }
.ruling-intro-left .lead { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 20px; }
.ruling-callout { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--teal-forest); line-height: 1.45; padding: 24px 28px; background: var(--teal-softest); border-left: 3px solid var(--teal-anchor); border-radius: 0 var(--radius-md) var(--radius-md) 0; margin-top: 28px; }
.ruling-callout em { font-style: italic; }
.ruling-refs { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.ruling-ref-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 400; color: var(--text-muted); text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.ruling-ref-link:hover { color: var(--teal-anchor); }
.ruling-ref-link svg { width: 13px; height: 13px; flex-shrink: 0; }
.ruling-intro-right p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 18px; }
.ruling-intro-right p:last-child { margin-bottom: 0; }

.stat-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 64px; }
.stat-card { background: var(--white); border: 1px solid var(--ivory-dark); border-radius: var(--radius-lg); padding: 32px 28px; transition: box-shadow 0.3s, transform 0.3s; }
.stat-card:hover { box-shadow: 0 10px 36px rgba(0,61,59,0.08); transform: translateY(-3px); }
.stat-card-num { font-family: var(--serif); font-size: 42px; font-weight: 400; color: var(--navy); line-height: 1; margin-bottom: 8px; letter-spacing: -0.01em; }
.stat-card-num span { color: var(--teal-anchor); }
.stat-card-num em { color: var(--teal-anchor); font-style: normal; }
.stat-card-label { font-size: 13px; font-weight: 400; color: var(--text-muted); line-height: 1.6; }

.complexity-section { background: var(--navy); border-radius: var(--radius-xl); padding: 80px; margin-bottom: 80px; position: relative; overflow: hidden; }
.complexity-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.complexity-barometer-cta { margin-top: 52px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.10); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.complexity-barometer-cta p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.60); line-height: 1.75; max-width: 540px; margin: 0; }
.complexity-barometer-cta .btn-gold { flex-shrink: 0; }
.complexity-header h2 { font-family: var(--serif); font-size: clamp(26px,3vw,42px); font-weight: 400; color: var(--white); line-height: 1.22; letter-spacing: 0.01em; }
.complexity-header p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.60); line-height: 1.88; }

.accordion { display: flex; flex-direction: column; border-radius: var(--radius-md); overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.accordion-item { border-bottom: 1px solid rgba(255,255,255,0.07); }
.accordion-item:last-child { border-bottom: none; }
.accordion-trigger { width: 100%; background: none; border: none; cursor: pointer; padding: 28px 32px; display: flex; align-items: center; gap: 24px; text-align: left; transition: background 0.2s; }
.accordion-trigger:hover { background: rgba(255,255,255,0.04); }
.accordion-item.open .accordion-trigger { background: rgba(0,168,159,0.08); }
.accordion-num { font-family: var(--serif); font-size: 13px; font-weight: 400; color: var(--teal-mid); letter-spacing: 0.1em; flex-shrink: 0; width: 28px; opacity: 0.75; }
.accordion-title { font-family: var(--serif); font-size: 19px; font-weight: 400; color: var(--white); line-height: 1.28; letter-spacing: 0.01em; flex: 1; }
.accordion-item.open .accordion-title { color: var(--teal-mist); }
.accordion-item.open .accordion-tag { display: block; }
.accordion-chevron { flex-shrink: 0; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.accordion-chevron svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.35); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.35s ease, stroke 0.2s; }
.accordion-item.open .accordion-chevron svg { transform: rotate(180deg); stroke: var(--teal-mid); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.accordion-item.open .accordion-body { max-height: 300px; }
.accordion-body-inner { padding: 16px 32px 28px calc(32px + 28px + 24px); }
.accordion-body-inner p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.85; }

/* ── FAQ PAGE ──────────────────────────────────────────────────────────────── */
.faq-section { display: grid; grid-template-columns: 200px 1fr; gap: 56px; padding: 56px 0; align-items: start; }
.faq-section:first-of-type { padding-top: 40px; }
.faq-section-header { margin-bottom: 0; padding-top: 22px; position: sticky; top: 100px; }

.faq-accordion { border: 1px solid var(--ivory-dark); border-radius: var(--radius-md); overflow: hidden; }
.faq-accordion .accordion-item { border-bottom: 1px solid var(--ivory-dark); background: var(--white); }
.faq-accordion .accordion-item:last-child { border-bottom: none; }
.faq-accordion .accordion-trigger { padding: 22px 28px; }
.faq-accordion .accordion-trigger:hover { background: var(--ivory-mid); }
.faq-accordion .accordion-item.open .accordion-trigger { background: var(--teal-softest); }
.faq-accordion .accordion-title { font-size: 17px; color: var(--navy); }
.faq-accordion .accordion-item.open .accordion-title { color: var(--teal-forest); }
.faq-accordion .accordion-chevron svg { stroke: rgba(26,46,53,0.3); }
.faq-accordion .accordion-item.open .accordion-chevron svg { stroke: var(--teal-anchor); }
.faq-accordion .accordion-item.open .accordion-body { max-height: 3000px; }
.faq-accordion .accordion-body-inner { padding: 4px 28px 28px 28px; }
.faq-accordion .accordion-body-inner p { color: var(--text-body); font-size: 15px; line-height: 1.85; margin-bottom: 14px; }
.faq-accordion .accordion-body-inner p:last-child { margin-bottom: 0; }

.faq-list { margin: 4px 0 14px 0; padding-left: 20px; }
.faq-list li { font-size: 15px; color: var(--text-body); line-height: 1.75; margin-bottom: 8px; }
.faq-list-ordered { list-style: decimal; }

.faq-dl { margin: 4px 0 14px 0; }
.faq-dl dt { font-size: 12px; font-weight: 600; color: var(--navy); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 18px; margin-bottom: 4px; }
.faq-dl dt:first-child { margin-top: 0; }
.faq-dl dd { font-size: 15px; color: var(--text-body); line-height: 1.75; margin-left: 0; }

.faq-note { font-size: 13px; color: var(--text-muted); background: var(--ivory-mid); border-left: 3px solid var(--ivory-dark); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 12px 16px; margin-top: 12px; line-height: 1.65; }
.faq-cite { font-size: 10px; color: var(--teal-anchor); vertical-align: super; margin-left: 1px; }
.faq-source { font-size: 12px; color: rgba(46,64,64,0.45); margin-top: 16px; }
.faq-source a { color: var(--teal-forest); text-decoration: none; border-bottom: 1px solid rgba(0,92,88,0.25); padding-bottom: 1px; transition: border-color 0.2s, color 0.2s; }
.faq-source a:hover { color: var(--teal-anchor); border-color: var(--teal-anchor); }

/* ── Barometer teaser (home page) ──────────────────────────────────────── */
.barometer-teaser { padding-bottom: 80px; }
.barometer-teaser-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.barometer-teaser-left h2 { font-family: var(--serif); font-size: clamp(26px,3vw,40px); font-weight: 400; color: var(--navy); line-height: 1.2; margin-bottom: 20px; letter-spacing: 0.01em; }
.barometer-teaser-left p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 28px; }
.barometer-levels { display: flex; flex-direction: column; gap: 1px; border: 1px solid var(--ivory-dark); border-radius: var(--radius-lg); overflow: hidden; }
.barometer-level { padding: 20px 24px; }
.barometer-level-label { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.barometer-level-desc { font-size: 14px; font-weight: 300; line-height: 1.75; }
.barometer-level-low  { background: var(--teal-softest); border-bottom: 1px solid var(--ivory-dark); }
.barometer-level-low .barometer-level-label  { color: var(--teal-forest); }
.barometer-level-low .barometer-level-desc   { color: var(--teal-forest); opacity: 0.85; }
.barometer-level-mid  { background: #fdf8ef; border-bottom: 1px solid var(--ivory-dark); }
.barometer-level-mid .barometer-level-label  { color: #7a5010; }
.barometer-level-mid .barometer-level-desc   { color: #7a5010; opacity: 0.85; }
.barometer-level-high { background: #fef2f2; }
.barometer-level-high .barometer-level-label { color: #9b2424; }
.barometer-level-high .barometer-level-desc  { color: #9b2424; opacity: 0.85; }

.faq-teaser-section { padding-bottom: 80px; }
.faq-teaser-header { margin-bottom: 28px; }
.faq-view-all { margin-top: 28px; }

.help-bridge { padding: 0 0 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.help-bridge-left h2 { font-family: var(--serif); font-size: clamp(28px,3.2vw,46px); font-weight: 400; color: var(--navy); line-height: 1.2; margin-bottom: 24px; letter-spacing: 0.01em; }
.help-bridge-left p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 16px; }
.help-bridge-left p:last-of-type { margin-bottom: 32px; }
.help-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--teal-forest); text-decoration: none; letter-spacing: 0.04em; border-bottom: 1px solid rgba(0,92,88,0.3); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.help-link:hover { color: var(--teal-forest); border-color: var(--teal-forest); }
.help-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.2s; }
.help-link:hover svg { transform: translateX(3px); }

.about-panel { background: var(--white); border: 1px solid var(--ivory-dark); border-radius: var(--radius-xl); padding: 48px 44px; position: relative; overflow: hidden; }
.about-panel::before { content: ''; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px; border-radius: 50%; background: var(--teal-softest); pointer-events: none; }
.about-year { font-family: var(--serif); font-size: 64px; font-weight: 400; color: var(--ivory-dark); line-height: 1; margin-bottom: 4px; letter-spacing: -0.02em; }
.about-tagline { font-family: var(--serif); font-size: 13px; font-weight: 400; font-style: italic; color: var(--teal-anchor); margin-bottom: 28px; letter-spacing: 0.02em; }
.about-panel h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--navy); line-height: 1.3; margin-bottom: 16px; letter-spacing: 0.01em; }
.about-panel p { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.82; margin-bottom: 14px; }
.about-panel p:last-of-type { margin-bottom: 28px; }
.about-divider { border: none; border-top: 1px solid var(--ivory-dark); margin: 24px 0; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-stat-num { font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.about-stat-num span { color: var(--teal-anchor); }
.about-stat-label { font-size: 12px; font-weight: 300; color: var(--text-muted); line-height: 1.5; }

/* =============================================================================
   CTA BAND (shared)
   ============================================================================= */
.cta-band { padding: 0 0 96px; }
.cta-inner { background: var(--white); border: 1px solid var(--ivory-dark); border-radius: var(--radius-xl); padding: 72px 80px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; position: relative; overflow: hidden; }
.cta-bg { position: absolute; border-radius: 50%; pointer-events: none; background: var(--teal-softest); opacity: 0.7; }
.cta-bg-1 { width: 420px; height: 420px; top: -160px; right: -80px; }
.cta-bg-2 { width: 220px; height: 220px; bottom: -90px; left: -60px; opacity: 0.4; }
.cta-inner h2 { font-family: var(--serif); font-size: clamp(26px,3vw,42px); font-weight: 400; color: var(--navy); line-height: 1.22; margin-bottom: 14px; letter-spacing: 0.01em; position: relative; }
.cta-inner h2 em { font-style: italic; color: var(--teal-anchor); }
.cta-inner p { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.82; max-width: 480px; position: relative; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: center; flex-shrink: 0; position: relative; }
.cta-actions .btn-primary, .cta-actions .btn-secondary, .cta-actions .btn-gold, .cta-actions .btn-ghost { width: 100%; text-align: center; justify-content: center; }

/* =============================================================================
   SERVICES PAGE
   ============================================================================= */
.what-we-do { padding: 96px 0 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.what-we-do-left h2 { font-family: var(--serif); font-size: clamp(28px,3vw,46px); font-weight: 400; color: var(--navy); line-height: 1.22; margin-bottom: 22px; letter-spacing: 0.01em; }
.what-we-do-left p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 18px; }
.what-we-do-left p:last-child { margin-bottom: 0; }
.apart-card { background: var(--white); border: 1px solid var(--ivory-dark); border-radius: var(--radius-md); padding: 28px 30px; margin-bottom: 12px; position: relative; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; }
.apart-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--teal-anchor); border-radius: 4px 0 0 4px; transition: background 0.3s; }
.apart-card:hover { box-shadow: 0 8px 32px rgba(0,90,86,0.08); transform: translateY(-2px); border-color: transparent; }
.apart-card:hover::before { background: var(--gold); }
.apart-icon { width: 34px; height: 34px; background: var(--teal-softest); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.apart-icon svg { width: 15px; height: 15px; stroke: var(--teal-anchor); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.apart-icon.apart-icon-img { width: 44px; height: 44px; background: none; border-radius: 0; }
.apart-icon.apart-icon-img img { width: 44px; height: 44px; object-fit: contain; display: block; }

/* ── Individual seaport illustration icons (macrovector / Freepik) ─────────── */
.service-icon.service-icon-img {
  background: transparent;
  border-radius: 0;
  width: 44px;
  height: 44px;
}
.service-icon.service-icon-img img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

/* 34px: half-svg = 68px, center-crop = 17px → col0 = -17px, col1 = -85px */
.apart-icon.sp-gantry      { background-position: -85px -68px; } /* col1 row2 */
.apart-icon.sp-container   { background-position: -17px   0;   } /* col0 row0 */
.apart-icon.sp-lighthouse  { background-position: -17px -68px; } /* col0 row2 */
.apart-card h3 { font-family: var(--serif); font-size: 18px; font-weight: 500; color: var(--navy); margin-bottom: 8px; letter-spacing: 0.01em; }
.apart-card p { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.78; }

.services-section { padding: 0 0 48px; }
.services-header { display: block; max-width: calc(50% - 40px); }
.services-header p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 20px; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px 0 52px; background: var(--ivory); }
.scroll-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ivory-dark); background: var(--white); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s, transform 0.15s; }
.scroll-btn:hover { background: var(--teal-softest); border-color: var(--teal-anchor); transform: scale(1.05); }
.scroll-btn svg { width: 15px; height: 15px; stroke: var(--text-body); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.scroll-btn:hover svg { stroke: var(--teal-anchor); }
.scroll-dots { display: flex; gap: 6px; }
.scroll-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ivory-dark); cursor: pointer; transition: background 0.25s, width 0.3s; }
.scroll-dot.active { background: var(--teal-anchor); width: 22px; border-radius: 3px; }

.services-track-outer { width: 100vw; margin-left: calc(-1 * (50vw - 50%)); padding: 40px 64px 52px; position: relative; overflow: hidden; }
.services-track-outer::before, .services-track-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.services-track-outer::before { left: 0; background: linear-gradient(to right, var(--ivory) 10%, transparent); }
.services-track-outer::after  { right: 0; background: linear-gradient(to left, var(--ivory) 10%, transparent); }
.services-track { display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; padding-bottom: 4px; }
.services-track:active { cursor: grabbing; }
.services-track::-webkit-scrollbar { display: none; }

.service-card { flex: 0 0 330px; min-height: 450px; background: var(--white); border: 1px solid var(--ivory-dark); border-radius: var(--radius-lg); padding: 36px 32px 28px; display: flex; flex-direction: column; transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; user-select: none; }
.service-card:hover { border-color: rgba(0,129,125,0.25); box-shadow: 0 16px 48px rgba(0,61,59,0.09); transform: translateY(-5px); }
.service-card.featured { background: linear-gradient(145deg, var(--navy) 0%, var(--teal-forest) 100%); border-color: transparent; flex: 0 0 290px; }
.service-card.featured:hover { box-shadow: 0 16px 48px rgba(0,61,59,0.22); }
.service-number { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-anchor); margin-bottom: 20px; }
.service-card.featured .service-number { color: var(--teal-mid); }
.service-card h3 { font-family: var(--serif); font-size: 21px; font-weight: 400; color: var(--navy); line-height: 1.28; margin-bottom: 14px; letter-spacing: 0.01em; }
.service-card.featured h3 { color: var(--white); font-size: 19px; }
.service-card p { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.82; flex: 1; }
.service-card.featured p { color: rgba(255,255,255,0.45); }
.service-tag { display: inline-block; margin-top: 20px; padding: 4px 12px; border-radius: 20px; font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; background: var(--teal-softest); color: var(--teal-forest); align-self: flex-start; flex-shrink: 0; }
.service-card.featured .service-tag { background: rgba(184,232,230,0.12); color: var(--teal-mist); }
.service-card-footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--ivory-mid); display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
.service-card.featured .service-card-footer { border-top-color: rgba(255,255,255,0.08); justify-content: flex-end; }
.service-card.featured { color: rgba(255,255,255,0.28); }
.service-icon { width: 32px; height: 32px; border-radius: 10px; background: var(--ivory-mid); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.service-card.featured .service-icon { background: rgba(255,255,255,0.00); }
.service-icon svg { width: 14px; height: 14px; stroke: var(--text-muted); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.2s; }
.service-card.featured .service-icon svg { stroke: rgba(184,232,230,0.6); }
.featured-quote { font-family: var(--serif); font-size: 20px; font-weight: 400; font-style: italic; color: var(--teal-mist); line-height: 1.5; flex: 1; display: flex; align-items: center; }
.featured-cta { display: inline-block; background: var(--gold); color: var(--navy); padding: 10px 20px; border-radius: 20px; font-size: 12px; font-weight: 500; text-decoration: none; letter-spacing: 0.04em; transition: background 0.2s, transform 0.15s; align-self: flex-start; flex-shrink: 0; margin-top: 20px; }
.featured-cta:hover { background: var(--gold-light); transform: translateY(-1px); }

.fee-section { padding: 0 0 96px; }
.fee-inner { background: var(--navy); border-radius: var(--radius-xl); padding: 72px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; overflow: hidden; }
.fee-bg { position: absolute; border-radius: 50%; pointer-events: none; opacity: 0.06; background: var(--teal-mid); }
.fee-bg-1 { width: 400px; height: 400px; bottom: -160px; right: -80px; }
.fee-bg-2 { width: 200px; height: 200px; bottom: -60px; right: 60px; opacity: 0.04; background: var(--gold); }
.fee-left .section-label { color: var(--teal-mid); }
.fee-left h2 { font-family: var(--serif); font-size: clamp(28px,3vw,44px); font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: 18px; letter-spacing: 0.01em; }
.fee-left p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.60); line-height: 1.88; }
.fee-right { position: relative; z-index: 1; }
.fee-item { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; gap: 16px; align-items: flex-start; }
.fee-item:last-child { border-bottom: none; }
.fee-item-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-mid); margin-bottom: 5px; }
.fee-item p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.60); line-height: 1.78; }

.cta-section { padding: 0 0 96px; }
.svc-cta-inner { border: 1px solid var(--ivory-dark); border-radius: var(--radius-xl); padding: 72px 48px; background: var(--white); position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; }
.svc-cta-inner::before { content: ''; position: absolute; top: -80px; left: 25%; transform: translateX(-50%); width: 300px; height: 300px; border-radius: 50%; background: var(--teal-softest); opacity: 0.6; pointer-events: none; }
.svc-cta-inner h2 { font-family: var(--serif); font-size: clamp(28px,3.5vw,48px); font-weight: 400; color: var(--navy); margin-bottom: 14px; line-height: 1.2; letter-spacing: 0.01em; position: relative; }
.svc-cta-inner h2 em { font-style: italic; color: var(--teal-anchor); }
.svc-cta-inner p { font-size: 15px; font-weight: 300; color: var(--text-muted); margin: 0 0 24px; line-height: 1.82; position: relative; }
.svc-cta-main { padding-right: 48px; }
.svc-cta-trade { padding-left: 48px; border-left: 1px solid var(--ivory-dark); }
.svc-cta-trade h3 { font-family: var(--serif); font-size: clamp(17px,1.8vw,24px); font-weight: 400; color: var(--navy); line-height: 1.25; margin-bottom: 16px; letter-spacing: 0.01em; }
.svc-cta-trade p { font-size: 14px; margin-bottom: 14px; }
.svc-cta-trade p:last-child { margin-bottom: 0; }
.svc-trade-link { color: var(--teal-anchor); text-decoration: none; font-weight: 400; transition: color 0.2s; }
.svc-trade-link:hover { color: var(--teal-forest); }
.svc-trade-email { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; }
.svc-trade-email:hover { color: var(--white); }
.svc-trade-email svg { width: 14px; height: 14px; flex-shrink: 0; }
.cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }

/* =============================================================================
   ABOUT PAGE
   ============================================================================= */
.firm-section { padding: 96px 0 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.firm-left h2 { font-family: var(--serif); font-size: clamp(28px,3vw,46px); font-weight: 400; color: var(--navy); line-height: 1.2; margin-bottom: 28px; letter-spacing: 0.01em; }
.firm-left p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 18px; }
.firm-left p:last-child { margin-bottom: 0; }
.firm-right { padding-top: 8px; }
.firm-timeline { display: flex; flex-direction: column; position: relative; }
.firm-timeline::before {
  content: '';
  position: absolute;
  left: 82px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: var(--ivory-dark);
}
.firm-timeline-item { display: flex; align-items: flex-start; gap: 28px; padding: 28px 0; position: relative; }
.firm-timeline-item:first-child { padding-top: 0; }
.firm-timeline-item::before {
  content: '';
  position: absolute;
  left: 75px;
  top: 31px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--teal-anchor);
  z-index: 1;
}
.firm-timeline-item:first-child::before { top: 3px; }
.firm-timeline-item:last-child::before { background: var(--teal-anchor); }
.firm-timeline-year { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--teal-anchor); line-height: 1; flex-shrink: 0; width: 68px; padding-top: 3px; letter-spacing: -0.01em; }
.firm-timeline-body { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.78; }
.firm-timeline-body strong { display: block; font-weight: 500; color: var(--navy); font-size: 15px; margin-bottom: 5px; }

.people-section { padding: 80px 0 96px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-top: 1px solid var(--ivory-dark); }
.person { display: flex; flex-direction: column; gap: 24px; }
.person-contact { display: block; margin-top: 20px; }
.person-email-link { display: inline-flex; align-items: center; gap: 8px; background: var(--teal-anchor); color: var(--white); padding: 11px 22px; border-radius: 24px; font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.04em; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.person-email-link:hover { background: var(--teal-forest); transform: translateY(-1px); }
.person-email-link svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.person-bio-label { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-anchor); margin-bottom: 20px; }
.person-bio h3 { font-family: var(--serif); font-size: clamp(22px,2vw,30px); font-weight: 400; color: var(--navy); line-height: 1.2; margin-bottom: 20px; letter-spacing: 0.01em; }
.person-bio h3 em { font-style: italic; color: var(--teal-anchor); }
.person-bio p { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 16px; }
.person-bio p:last-of-type { margin-bottom: 0; }
.affiliations-section { padding: 64px 0 80px; border-top: 1px solid var(--ivory-dark); display: flex; align-items: center; gap: 40px; }
.affiliations-section-label { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-anchor); white-space: nowrap; }
.affiliations-logos img { height: 64px; width: auto; display: block; }
.values-band { background: var(--navy); border-radius: var(--radius-xl); padding: 80px; margin-bottom: 80px; position: relative; overflow: hidden; }
.values-blob { position: absolute; border-radius: 50%; pointer-events: none; background: var(--teal-mid); opacity: 0.05; }
.values-blob-1 { width: 480px; height: 480px; top: -180px; right: -100px; }
.values-blob-2 { width: 240px; height: 240px; bottom: -80px; left: -60px; opacity: 0.03; }
.values-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }
.values-heading { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.values-heading h2 { font-family: var(--serif); font-size: clamp(26px,3vw,42px); font-weight: 400; color: var(--white); line-height: 1.22; letter-spacing: 0.01em; }
.values-heading p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.60); line-height: 1.88; }
.value-item-num { font-family: var(--serif); font-size: 11px; font-weight: 400; color: var(--teal-mid); letter-spacing: 0.12em; margin-bottom: 14px; opacity: 0.7; }
.value-item h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--white); line-height: 1.28; margin-bottom: 12px; letter-spacing: 0.01em; }
.value-item p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.60); line-height: 1.82; }

/* =============================================================================
   CONTACT PAGE
   ============================================================================= */
.ttm-hero-inner-narrow { max-width: 680px; }

/* ── Privacy page ─────────────────────────────────────────────────────────── */
.privacy-wrap { max-width: 720px; padding: 72px 0 96px; }
.privacy-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 32px; }
.privacy-wrap h2 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--navy); margin: 0 0 14px; letter-spacing: 0.01em; }
.privacy-wrap p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 14px; }
.privacy-wrap ul { margin: 0 0 14px 20px; padding: 0; }
.privacy-wrap ul li { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.88; margin-bottom: 6px; }
.privacy-wrap a { color: var(--teal-anchor); text-decoration: none; }
.privacy-wrap a:hover { text-decoration: underline; }
.privacy-wrap .ttm-divider { margin: 36px 0; }

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
  padding: 80px 0 96px;
}

/* Sidebar */
.contact-trust-block { margin-bottom: 32px; }
.contact-trust-block h2 { font-family: var(--serif); font-size: clamp(22px,2.5vw,32px); font-weight: 400; color: var(--navy); line-height: 1.25; margin-bottom: 16px; letter-spacing: 0.01em; }
.contact-trust-block p { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.85; }

.contact-direct { border-top: 1px solid var(--ivory-dark); margin-top: 32px; padding-top: 32px; }
.contact-trade-block { border-top: 1px solid var(--ivory-dark); margin-top: 32px; padding-top: 32px; }
.contact-barometer-block { border-top: 1px solid var(--ivory-dark); margin-top: 0; padding-top: 32px; }
.contact-barometer-block p { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.contact-trade-block h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--navy); line-height: 1.3; margin-bottom: 14px; letter-spacing: 0.01em; }
.contact-trade-block p { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.85; margin-bottom: 12px; }
.contact-trade-block p:last-child { margin-bottom: 0; }
.contact-direct-label { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.contact-direct-link { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 400; color: var(--teal-anchor); text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
.contact-direct-link:hover { color: var(--teal-forest); }
.contact-direct-link svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* Form column */
.contact-form-col { background: var(--white); border: 1px solid var(--ivory-dark); border-radius: var(--radius-xl); padding: 52px 48px; }

/* Fieldsets */
.contact-fieldset { border: none; padding: 0; margin: 0 0 36px; }
.contact-fieldset:last-of-type { margin-bottom: 0; }
.contact-legend { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal-anchor); margin-bottom: 20px; display: block; width: 100%; padding-bottom: 10px; border-bottom: 1px solid var(--ivory-mid); }

/* Rows & fields */
.contact-row { margin-bottom: 16px; }
.contact-row:last-child { margin-bottom: 0; }
.contact-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-field { display: flex; flex-direction: column; gap: 6px; }
.contact-field label { font-size: 12px; font-weight: 500; color: var(--navy); letter-spacing: 0.02em; }
.req { color: var(--teal-anchor); }
.contact-optional { font-weight: 300; color: var(--text-muted); }
.contact-checkbox-group { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.contact-checkbox-label { display: flex; align-items: center; gap: 8px; cursor: pointer; padding: 8px 14px; border: 1px solid var(--ivory-dark); border-radius: 20px; font-size: 13px; font-weight: 300; color: var(--text-muted); background: var(--white); transition: border-color 0.2s, background 0.2s, color 0.2s; user-select: none; }
.contact-checkbox-label:hover { border-color: var(--teal-anchor); color: var(--teal-anchor); }
.contact-checkbox-label input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.contact-checkbox-label:has(input:checked) { background: var(--teal-softest); border-color: var(--teal-anchor); color: var(--teal-anchor); font-weight: 400; }

/* Inputs, selects, textareas */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: var(--ivory);
  border: 1px solid var(--ivory-dark);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--text-body);
  line-height: 1.5;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236a8080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.contact-form textarea { resize: vertical; min-height: 90px; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal-anchor);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(0,129,125,0.10);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text-light); }

/* Submit row */
.contact-submit-row { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--ivory-mid); display: flex; flex-direction: column; gap: 12px; }
.contact-submit { font-size: 14px; padding: 14px 32px; border-radius: var(--radius-sm); border: none; cursor: pointer; align-self: flex-start; }
.contact-disclaimer { font-size: 12px; font-weight: 300; color: var(--text-muted); line-height: 1.6; }

/* Success state */
.contact-success { text-align: center; padding: 32px 24px 16px; }
.contact-success-icon { width: 56px; height: 56px; background: var(--teal-softest); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.contact-success-icon svg { width: 28px; height: 28px; stroke: var(--teal-anchor); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-success h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--navy); margin-bottom: 12px; }
.contact-success p { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.8; margin-bottom: 10px; }
.contact-success p a { color: var(--teal-anchor); text-decoration: none; }
.contact-success p a:hover { text-decoration: underline; }
.contact-success-sub { font-size: 13px; }

/* Error list */
.contact-error-list { display: flex; align-items: flex-start; gap: 12px; background: #fff6f6; border: 1px solid #f5c6c6; border-radius: var(--radius-sm); padding: 16px 18px; margin-bottom: 28px; }
.contact-error-list svg { width: 18px; height: 18px; stroke: #c0392b; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 1px; }
.contact-error-list ul { list-style: none; margin: 0; padding: 0; }
.contact-error-list li { font-size: 13px; font-weight: 400; color: #8b0000; line-height: 1.65; }
.contact-error-list li + li { margin-top: 4px; }

/* =============================================================================
   HERO ANIMATIONS
   ============================================================================= */
.anim-fade-up-1 { animation: fadeUp 0.8s ease 0.2s both; }
.anim-fade-up-2 { animation: fadeUp 0.9s ease 0.35s both; }
.anim-fade-up-3 { animation: fadeUp 0.8s ease 0.5s both; }
.anim-fade-up-4 { animation: fadeUp 0.8s ease 0.65s both; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */
@media (max-width: 960px) {
  .ttm-nav { padding: 0 20px; }
  .ttm-nav-links { display: none; }
  .ttm-nav-cta { display: none; }
  .ttm-nav-hamburger { display: flex; }
  .ttm-nav-drawer { display: block; }
  .ttm-nav-right { gap: 0; }
  .nav-tagline { display: none; }
  .ttm-hero { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .ttm-hero-standard { padding: 72px 0 60px; }
  .ttm-hero-content-bottom { padding: 0 24px 48px; }
  .ttm-hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
  .hero-stats { display: none; }
  .ttm-page { padding: 0 24px; }
  .barometer-teaser-inner { grid-template-columns: 1fr; gap: 48px; }
  .ruling-intro, .complexity-header, .help-bridge,
  .firm-section, .services-header, .fee-inner,
  .values-heading, .cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .services-header { max-width: 100%; }
  .stat-cards, .values-inner { grid-template-columns: 1fr; }
  .complexity-section, .values-band { padding: 48px 32px; }
  .complexity-barometer-cta { flex-direction: column; align-items: flex-start; gap: 20px; }
  .accordion-body-inner { padding: 0 20px 24px 20px; }
  .faq-section { grid-template-columns: 1fr; gap: 20px; }
  .faq-section-header { padding-top: 0; position: static; }
  .cta-inner { padding: 52px 36px; }
  .cta-actions { flex-direction: row; width: 100%; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .photo-slot-1 { height: 260px; }
  .hero-photo-col { display: none; }
  .people-section { grid-template-columns: 1fr; gap: 48px; }
  .services-track-outer { padding: 32px 24px 44px; }
  .service-card { flex: 0 0 280px; min-height: 420px; }
  .ttm-footer { padding: 48px 24px 0; }
  .ttm-footer-inner { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; }
  .ttm-footer-bar { padding: 20px 0 32px; }
  .contact-section { grid-template-columns: 1fr; gap: 48px; padding: 48px 0 72px; }
  .contact-form-col { padding: 36px 28px; }
  .contact-row-2 { grid-template-columns: 1fr; }
  .contact-submit { width: 100%; text-align: center; }
  .svc-cta-inner { grid-template-columns: 1fr; }
  .svc-cta-main { padding-right: 0; }
  .svc-cta-trade { padding-left: 0; border-left: none; border-top: 1px solid var(--ivory-dark); padding-top: 36px; }
  .what-we-do { grid-template-columns: 1fr; gap: 48px; padding: 64px 0 56px; }
  .what-we-do-right { display: flex; flex-direction: column; gap: 0; }
}
