/* =========================================================
   DataTrust — Editorial Consulting Design System
   Insights Beyond Trust
   ========================================================= */

:root {
  /* ---------- Palette ---------- */
  /* Primary ink */
  --ink-900: #0a1f3d;          /* near-black navy — body text */
  --ink-800: #14233f;          /* hero / headlines on light bg */
  --ink-700: #2c3a4d;          /* secondary text */
  --ink-500: #5a6a82;          /* meta, muted */
  --ink-400: #8a96a8;          /* hint / disabled */
  --ink-300: #b6bfcb;          /* hairline-ish text */

  /* Brand */
  --navy-900: #061427;         /* deepest, for full-bleed dark sections */
  --navy-800: #0a2342;         /* logo navy */
  --navy-700: #14365d;
  --navy-600: #1c4e80;

  /* Accent — deep editorial green (NOT neon) */
  --accent: #15803d;           /* forest green */
  --accent-700: #166534;
  --accent-50:  #f0f6f1;

  /* Paper & cream */
  --paper: #ffffff;
  --cream: #f7f3eb;            /* warm off-white for alt sections */
  --bone:  #efe7d2;            /* tonal stripe / blockquotes */
  --rule:  #d9cfb8;            /* warm hairline */
  --rule-cool: #e5e7eb;        /* cool hairline */

  /* Layout */
  --container: 1240px;
  --container-narrow: 880px;
  --container-prose: 700px;

  /* Radius — almost zero. Editorial. */
  --r-0: 0;
  --r-sm: 2px;
  --r-md: 3px;

  /* Motion */
  --t-fast: 180ms cubic-bezier(.2,0,.2,1);
  --t-med:  340ms cubic-bezier(.2,0,.2,1);

  /* Typography */
  --serif: 'Fraunces', 'Source Serif 4', 'Times New Roman', Georgia, serif;
  --sans:  'Inter', 'Helvetica Neue', Arial, sans-serif;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-700);
  background: var(--paper);
  font-feature-settings: 'ss01', 'ss02', 'cv11';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--ink-900); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--accent); }
strong { font-weight: 600; color: var(--ink-900); }
em { font-style: italic; }
hr { border: 0; border-top: 1px solid var(--rule-cool); margin: 48px 0; }

/* Headings — serif editorial */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  color: var(--ink-900);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 .5em;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
}
h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
}
h2 {
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  letter-spacing: -0.022em;
  line-height: 1.08;
  font-weight: 400;
}
h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.01em;
}
h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
p  { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }

/* Container */
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 28px; }
.container-prose { max-width: var(--container-prose); margin: 0 auto; padding: 0 28px; }

/* Section spacing — generous */
.section { padding: 88px 0; }
.section-lg { padding: 120px 0; }
.section-tight { padding: 48px 0; }
@media (min-width: 880px) {
  .section { padding: 128px 0; }
  .section-lg { padding: 168px 0; }
  .section-tight { padding: 64px 0; }
}

/* Backgrounds — restrained */
.bg-tint { background: var(--cream); }
.bg-alt  { background: var(--cream); }
.bg-bone { background: var(--bone); }
.bg-navy { background: var(--navy-900); color: #c7d1de; }
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4 { color: #fff; }
.bg-gradient-hero { background: var(--navy-900); color: #c7d1de; } /* legacy class, now flat */
.bg-gradient-hero h1, .bg-gradient-hero h2, .bg-gradient-hero h3 { color: #fff; }
.bg-gradient-cta { background: var(--navy-900); color: #c7d1de; }
.bg-gradient-cta h1, .bg-gradient-cta h2 { color: #fff; }

/* ---------- Eyebrow — small caps, tracked, no pill ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 24px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
}
.bg-navy .eyebrow,
.bg-gradient-hero .eyebrow,
.bg-gradient-cta .eyebrow {
  color: #a7d4b6;
  background: transparent;
  border: 0;
}

/* Section number marker — editorial */
.section-num {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 28px;
}

/* ---------- Buttons — flat, editorial, no gradient ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: var(--r-0);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
}
.btn::after {
  content: '→';
  font-size: 1em;
  line-height: 1;
  transition: transform var(--t-fast);
}
.btn:hover::after { transform: translateX(4px); }

.btn-primary {
  background: var(--ink-900);
  color: #fff;
  border-color: var(--ink-900);
}
.btn-primary:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

.btn-accent {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-accent:hover { background: var(--accent-700); color: #fff; border-color: var(--accent-700); }

.btn-outline {
  background: transparent;
  color: var(--ink-900);
  border-color: var(--ink-900);
}
.btn-outline:hover { background: var(--ink-900); color: #fff; }

.btn-ghost-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.4);
}
.btn-ghost-white:hover { background: #fff; color: var(--ink-900); border-color: #fff; }

.btn-link {
  background: transparent;
  color: var(--ink-900);
  border: 0;
  padding: 6px 0;
  border-bottom: 1px solid var(--ink-900);
}
.btn-link:hover { color: var(--accent); border-color: var(--accent); }

.btn-sm { padding: 10px 16px; font-size: 0.84rem; }
.btn-lg { padding: 18px 32px; font-size: 0.98rem; }

/* ---------- Header — refined, hairline ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--rule-cool);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink-900); }
.brand img { height: 42px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--ink-900);
  letter-spacing: -0.01em;
}
.brand-text span {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-top: 2px;
}

.nav-links {
  display: none;
  gap: 24px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-links a {
  color: var(--ink-700);
  font-weight: 400;
  font-size: 0.92rem;
  padding: 8px 0;
  position: relative;
  letter-spacing: 0.005em;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink-900); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--accent);
}

.nav-cta { display: none; }

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.menu-toggle span { width: 22px; height: 1.5px; background: var(--ink-900); transition: transform var(--t-fast); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu { display: none; background: var(--paper); border-top: 1px solid var(--rule-cool); }
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; padding: 8px 28px 24px; margin: 0; }
.mobile-menu li { border-bottom: 1px solid var(--rule-cool); }
.mobile-menu li:last-child { border-bottom: 0; }
.mobile-menu a {
  display: block;
  padding: 16px 0;
  color: var(--ink-900);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
}
.mobile-menu .btn { margin-top: 18px; width: 100%; }

@media (min-width: 1000px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .menu-toggle { display: none; }
  /* Force-hide the mobile menu on desktop even if .open was set on a narrow viewport */
  .mobile-menu,
  .mobile-menu.open { display: none !important; }
}

/* ---------- Hero — editorial, no gradient ---------- */
.hero {
  position: relative;
  padding: 80px 0 72px;
  background: var(--paper);
  color: var(--ink-700);
  border-bottom: 1px solid var(--rule-cool);
}
.hero::before, .hero::after { content: none; }

.hero-grid {
  display: grid;
  gap: 56px;
  align-items: center;
  grid-template-columns: 1fr;
}
.hero-content { color: var(--ink-700); }
.hero-content .eyebrow { color: var(--accent); }
.hero-content h1 { color: var(--ink-900); margin-bottom: 28px; }
.hero-content p.lead {
  font-size: 1.18rem;
  line-height: 1.55;
  color: var(--ink-700);
  max-width: 52ch;
  margin-bottom: 36px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--rule-cool);
}
.hero-stats .stat { padding: 0 24px 0 0; border-right: 1px solid var(--rule-cool); }
.hero-stats .stat:last-child { border-right: 0; }
.hero-stats .stat .num {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--ink-900);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.hero-stats .stat .label {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 500;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--cream);
  border-radius: var(--r-0);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .hero-card { display: none; }  /* drop the bouncing card — too tech-startup */

@media (min-width: 880px) {
  .hero { padding: 120px 0 100px; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 80px; }
  .hero-stats { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Sub-hero (interior pages) ---------- */
.subhero {
  padding: 96px 0 64px;
  background: var(--paper);
  color: var(--ink-700);
  border-bottom: 1px solid var(--rule-cool);
}
.subhero::after { content: none; }
.subhero h1 { color: var(--ink-900); margin-bottom: 18px; }
.subhero p.lead {
  font-size: 1.18rem;
  line-height: 1.55;
  max-width: 60ch;
  color: var(--ink-700);
}
.subhero .crumbs {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 28px;
}
.subhero .crumbs a { color: var(--ink-500); }
.subhero .crumbs a:hover { color: var(--accent); }
.subhero .eyebrow { color: var(--accent); }
@media (min-width: 880px) { .subhero { padding: 140px 0 88px; } }

/* ---------- Section header ---------- */
.section-head { max-width: 760px; margin: 0 0 64px; }
.section-head.align-center, .section-head:not(.align-left) { margin-left: 0; }
.section-head p {
  color: var(--ink-500);
  font-size: 1.1rem;
  line-height: 1.55;
}

/* ---------- Grid utilities ---------- */
.grid { display: grid; gap: 0; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Cards — editorial, flat, hairline ---------- */
.card {
  background: var(--paper);
  border: 0;
  border-top: 1px solid var(--ink-900);
  border-radius: var(--r-0);
  padding: 36px 32px 36px 32px;
  transition: background var(--t-fast);
  position: relative;
  display: flex;
  flex-direction: column;
}
.card:hover { background: transparent; }
.card h3 { margin-top: 24px; margin-bottom: 12px; }
.card p { color: var(--ink-700); margin-bottom: 18px; font-size: 0.97rem; line-height: 1.6; }
.card .card-link {
  margin-top: auto;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-900);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink-900);
  align-self: flex-start;
}
.card .card-link::after { content: '→'; transition: transform var(--t-fast); }
.card:hover .card-link { color: var(--accent); border-color: var(--accent); }
.card:hover .card-link::after { transform: translateX(4px); }

/* Service card icon - simplified to a small number / accent line */
.card-icon {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
}
.card-icon svg { width: 26px; height: 26px; opacity: 0.8; }
.card-icon.green, .card-icon.navy { background: transparent; color: var(--accent); }

.service-card { display: flex; flex-direction: column; height: 100%; }
.service-card .card-link { margin-top: auto; }

/* Card variant — when used inside .grid */
.grid > .card { border-left: 0; border-top: 1px solid var(--ink-900); }
/* On phones, single-column cards rely on container padding only */
@media (max-width: 639px) {
  .grid > .card { padding-left: 0; padding-right: 0; }
}

/* ---------- Stats — editorial big numerals ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule-cool);
}
@media (min-width: 768px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat-block {
  text-align: left;
  padding: 36px 28px 36px 0;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--rule-cool) !important;
}
.stats > .stat-block:nth-child(2n) { border-right: 0 !important; }
@media (min-width: 768px) {
  .stats > .stat-block:nth-child(2n) { border-right: 1px solid var(--rule-cool) !important; }
  .stats > .stat-block:nth-child(4n) { border-right: 0 !important; }
}
.stat-block .num {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 400;
  color: var(--ink-900) !important;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 12px;
}
.stat-block .num span { color: var(--accent); }
.stat-block .label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-500) !important;
}

/* ---------- Feature list ---------- */
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 20px; }
.feature-list li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule-cool);
}
.feature-list li:first-child { padding-top: 0; }
.feature-list li:last-child { border-bottom: 0; }
.feature-list .check {
  flex: 0 0 auto;
  width: auto; height: auto;
  display: inline-block;
  background: transparent;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.feature-list .text strong {
  display: block;
  color: var(--ink-900);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.08rem;
  margin-bottom: 6px;
}
.bg-navy .feature-list .text strong,
.bg-gradient-hero .feature-list .text strong { color: #fff; }
.bg-navy .feature-list .text,
.bg-gradient-hero .feature-list .text { color: #c7d1de; }
.bg-navy .feature-list .check,
.bg-gradient-hero .feature-list .check { color: #a7d4b6; }
.bg-navy .feature-list li,
.bg-gradient-hero .feature-list li { border-bottom-color: rgba(255,255,255,.12); }

/* ---------- Split feature row ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 880px) { .split { grid-template-columns: 1fr 1fr; gap: 80px; } }
.split.reverse > :first-child { order: 2; }
@media (min-width: 880px) { .split.reverse > :first-child { order: 0; } }
.split img, .split .visual {
  border-radius: var(--r-0);
  box-shadow: none;
  width: 100%;
}

/* ---------- Logo strip (industries band) ---------- */
.logo-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  align-items: stretch;
  border-top: 1px solid var(--rule-cool);
  border-bottom: 1px solid var(--rule-cool);
}
@media (min-width: 640px) { .logo-strip { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .logo-strip { grid-template-columns: repeat(6, 1fr); } }
.logo-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  text-align: center;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-500);
  padding: 20px 14px;
  background: transparent;
  border-right: 1px solid var(--rule-cool);
  border-bottom: 1px solid var(--rule-cool);
}
/* Right rule: remove on the last column of each breakpoint */
.logo-strip span:nth-child(2n) { border-right: 0; }                    /* mobile: 2 columns */
@media (min-width: 640px) {
  .logo-strip span { border-right: 1px solid var(--rule-cool); }
  .logo-strip span:nth-child(2n) { border-right: 1px solid var(--rule-cool); }
  .logo-strip span:nth-child(3n) { border-right: 0; }                  /* tablet: 3 columns */
}
@media (min-width: 960px) {
  .logo-strip span { border-right: 1px solid var(--rule-cool); border-bottom: 0; }
  .logo-strip span:nth-child(3n) { border-right: 1px solid var(--rule-cool); }
  .logo-strip span:last-child { border-right: 0; }                     /* desktop: 6 columns */
}
/* Bottom rule: remove on the last row at each breakpoint */
.logo-strip span:nth-last-child(-n+2):nth-child(2n+1),
.logo-strip span:nth-last-child(1) { border-bottom: 0; }
@media (min-width: 640px) and (max-width: 959px) {
  .logo-strip span { border-bottom: 1px solid var(--rule-cool); }
  .logo-strip span:nth-last-child(-n+3) { border-bottom: 0; }
}

/* ---------- Testimonial — pull quote ---------- */
.testimonial {
  background: transparent;
  border-radius: var(--r-0);
  padding: 32px 0;
  border: 0;
  border-top: 1px solid var(--ink-900);
  box-shadow: none;
}
.testimonial blockquote {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.35;
  color: var(--ink-900);
  margin: 0 0 28px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.01em;
}
.testimonial blockquote::before { content: "“"; font-size: 1.2em; color: var(--accent); margin-right: 2px; }
.testimonial blockquote::after  { content: "”"; font-size: 1.2em; color: var(--accent); margin-left: 2px; }
.testimonial .who { display: flex; align-items: center; gap: 14px; }
.testimonial .who .avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--ink-900);
  color: #fff;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-flex; align-items: center; justify-content: center;
}
.testimonial .who strong {
  display: block;
  color: var(--ink-900);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.9rem;
}
.testimonial .who small {
  color: var(--ink-500);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

/* ---------- FAQ — editorial ---------- */
.faq details {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule-cool);
  border-radius: 0;
  padding: 24px 0;
  margin-bottom: 0;
  transition: none;
}
.faq details[open] { border-color: var(--ink-900); }
.faq summary {
  cursor: pointer;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--ink-900);
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  letter-spacing: -0.005em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--ink-700);
  line-height: 1;
  transition: transform var(--t-fast);
  flex: 0 0 auto;
}
.faq details[open] summary::after { content: '−'; color: var(--accent); }
.faq details p {
  margin: 18px 0 4px;
  color: var(--ink-700);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 64ch;
}

/* ---------- CTA strip — full bleed, navy, editorial ---------- */
.cta-strip {
  border-radius: var(--r-0);
  padding: 80px 32px;
  background: var(--navy-900);
  color: #c7d1de;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.cta-strip::after { content: none; }
.cta-strip h2 {
  color: #fff;
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  max-width: 22ch;
}
.cta-strip p {
  color: #c7d1de;
  max-width: 56ch;
  margin: 0 0 32px;
  font-size: 1.05rem;
}
.cta-strip .btn-primary { background: #fff; color: var(--ink-900); border-color: #fff; }
.cta-strip .btn-primary:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.cta-strip .btn-ghost-white { background: transparent; }
.cta-strip .eyebrow { color: #a7d4b6; }
@media (min-width: 768px) { .cta-strip { padding: 96px 64px; } }

/* ---------- Form ---------- */
.form-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid.two { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.field input, .field select, .field textarea {
  font: inherit;
  font-family: var(--sans);
  padding: 14px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--ink-300);
  background: transparent;
  color: var(--ink-900);
  transition: border-color var(--t-fast);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-400); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-bottom-color: var(--ink-900);
  box-shadow: none;
}
.field textarea { min-height: 110px; resize: vertical; }
.field .hint { font-size: 0.82rem; color: var(--ink-500); }
.field.honey { position: absolute; left: -10000px; height: 0; width: 0; overflow: hidden; }
.form-feedback { margin-top: 16px; padding: 14px 16px; border-radius: 0; font-size: 0.92rem; display: none; }
.form-feedback.success { display: block; background: var(--accent-50); color: var(--accent-700); border-left: 2px solid var(--accent); }
.form-feedback.error { display: block; background: #fef2f2; color: #b91c1c; border-left: 2px solid #dc2626; }

/* ---------- Contact panel ---------- */
.contact-grid { display: grid; gap: 56px; grid-template-columns: 1fr; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1.15fr 0.85fr; } }
.contact-card {
  background: var(--paper);
  border: 0;
  border-top: 1px solid var(--ink-900);
  border-radius: 0;
  padding: 32px 0;
}
.contact-info { display: grid; gap: 24px; }
.contact-info .row { display: flex; gap: 18px; align-items: flex-start; }
.contact-info .icon {
  width: 38px; height: 38px;
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--rule-cool);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-info strong {
  color: var(--ink-900);
  display: block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.contact-info span {
  color: var(--ink-700);
  font-size: 0.96rem;
  line-height: 1.5;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-900);
  color: #8492a8;
  padding: 88px 0 32px;
  border-top: 0;
}
.site-footer h4 {
  color: #fff;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 500;
}
.site-footer a { color: #b6bfcb; }
.site-footer a:hover { color: var(--accent); }
.footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
@media (min-width: 960px) { .footer-grid { grid-template-columns: 1.7fr 1fr 1fr 1.2fr; } }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-brand p { color: #8492a8; margin: 18px 0 24px; font-size: 0.95rem; max-width: 36ch; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand-text strong { color: #fff; font-family: var(--serif); }
.footer-brand .brand-text span { color: #a7d4b6; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 64px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.82rem;
  color: #5a6a82;
}
.footer-bottom a { color: #8492a8; }

/* ---------- Floating WhatsApp — refined ---------- */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 60;
  background: var(--ink-900);
  color: #fff;
  width: 52px; height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px -8px rgba(0,0,0,.35);
  transition: transform var(--t-fast), background var(--t-fast);
  border: 1px solid rgba(255,255,255,.15);
}
.wa-float:hover { background: var(--accent); transform: translateY(-2px); color: #fff; }
.wa-float svg { width: 26px; height: 26px; }

/* ---------- Tag — small caps ---------- */
.tag {
  display: inline-block;
  background: transparent;
  color: var(--ink-500);
  padding: 0;
  border-radius: 0;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-right: 16px;
  margin-bottom: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--accent);
}
.tag.green { color: var(--accent); border-bottom-color: var(--accent); }

/* ---------- Process steps — editorial tabular ---------- */
.steps {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  counter-reset: step;
  border-top: 1px solid var(--ink-900);
}
@media (min-width: 768px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule-cool);
  border-right: 1px solid var(--rule-cool);
  border-radius: 0;
  padding: 36px 32px 36px 0;
  position: relative;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .step:nth-child(2n) { border-right: 0; }
}
@media (min-width: 1024px) {
  .step:nth-child(4n) { border-right: 0; }
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: inline-block;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 500;
  font-style: italic;
  color: var(--accent);
  background: transparent;
  -webkit-background-clip: initial;
  background-clip: initial;
  margin-bottom: 18px;
}
.step h3 { margin-bottom: 10px; }
.step p { color: var(--ink-700); font-size: 0.96rem; line-height: 1.6; }

/* ---------- Blog card — editorial ---------- */
.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ink-900);
}
.blog-card .thumb {
  aspect-ratio: 16/10;
  background: var(--cream);
  border-radius: 0;
  overflow: hidden;
  margin-top: 24px;
}
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-med); }
.blog-card:hover .thumb img { transform: scale(1.02); }
.blog-card .body { padding: 28px 0 0; display: flex; flex-direction: column; flex: 1; }
.blog-card h3 { font-size: 1.4rem; line-height: 1.2; }
.blog-card h3 a { color: var(--ink-900); }
.blog-card h3 a:hover { color: var(--accent); }
.blog-card .meta {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 14px;
  font-weight: 500;
}

/* ---------- Article (long form) ---------- */
.article {
  max-width: var(--container-prose);
  margin: 0 auto;
  padding: 64px 28px 96px;
}
.article > p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 4em;
  float: left;
  line-height: 0.85;
  margin: 0.05em 0.08em 0 -0.02em;
  color: var(--ink-900);
  font-weight: 400;
}
.article h2 {
  margin-top: 2.2em;
  margin-bottom: 0.6em;
  font-size: 1.7rem;
  font-weight: 500;
}
.article p {
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--ink-700);
  margin-bottom: 1.2em;
}
.article ul { margin-bottom: 1.4em; }
.article ul li { margin-bottom: 0.5em; line-height: 1.65; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.text-white { color: #fff; }
.muted { color: var(--ink-500); }
.mb-0 { margin-bottom: 0; }
.mt-4 { margin-top: 36px; }
.mt-6 { margin-top: 56px; }
.gap-sm { gap: 12px; }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.hide-mobile { display: none; }
@media (min-width: 768px) { .hide-mobile { display: initial; } .hide-desktop { display: none; } }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Editorial pull quote (utility) */
.pull-quote {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  color: var(--ink-900);
  border-left: 2px solid var(--accent);
  padding-left: 28px;
  margin: 48px 0;
  max-width: 26ch;
}

/* Dark-section context overrides */
.bg-navy .stats, .bg-gradient-hero .stats, .bg-gradient-cta .stats {
  border-top: 1px solid rgba(255,255,255,.15);
}
.bg-navy .stat-block, .bg-gradient-hero .stat-block, .bg-gradient-cta .stat-block {
  border-right-color: rgba(255,255,255,.15) !important;
}
.bg-navy .stat-block .num, .bg-gradient-hero .stat-block .num, .bg-gradient-cta .stat-block .num {
  color: #fff !important;
}
.bg-navy .stat-block .label, .bg-gradient-hero .stat-block .label, .bg-gradient-cta .stat-block .label {
  color: #a7d4b6 !important;
}
.bg-navy .stat-block .num span,
.bg-gradient-hero .stat-block .num span,
.bg-gradient-cta .stat-block .num span { color: #a7d4b6 !important; }

.bg-navy .card,
.bg-gradient-hero .card,
.bg-gradient-cta .card {
  border-top: 1px solid rgba(255,255,255,.18);
  background: transparent;
}
.bg-navy .card h3, .bg-gradient-hero .card h3, .bg-gradient-cta .card h3 { color: #fff; }
.bg-navy .card p, .bg-gradient-hero .card p, .bg-gradient-cta .card p { color: #c7d1de; }
.bg-navy .card .card-link, .bg-gradient-hero .card .card-link, .bg-gradient-cta .card .card-link { color: #fff; border-bottom-color: #fff; }
.bg-navy .card:hover .card-link { color: #a7d4b6; border-bottom-color: #a7d4b6; }

.bg-navy .section-num, .bg-gradient-hero .section-num, .bg-gradient-cta .section-num { color: #a7d4b6; }

.bg-navy .testimonial blockquote { color: #fff; }
.bg-navy .testimonial { border-top-color: rgba(255,255,255,.2); }

.bg-navy .faq summary, .bg-gradient-hero .faq summary { color: #fff; }
.bg-navy .faq details, .bg-gradient-hero .faq details { border-bottom-color: rgba(255,255,255,.12); }
.bg-navy .faq details p, .bg-gradient-hero .faq details p { color: #c7d1de; }

.bg-navy .logo-strip, .bg-gradient-hero .logo-strip {
  border-color: rgba(255,255,255,.15);
}
.bg-navy .logo-strip span, .bg-gradient-hero .logo-strip span {
  color: #8a96a8;
  border-color: rgba(255,255,255,.15);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
