/* ===========================
   ACC GLOBAL STYLES
   Alliance Cost Containment
   Reskin of FGG template
=========================== */

:root {
  --navy:      #172c56;
  --navy-deep: #183060;
  --teal:      #00a998;
  --teal-mid:  #009688;
  --red:       #dc3232;
  --sky:       #38b6ff;
  --bg:        #f7f8fc;
  --paper:     #ffffff;
  --warm:      #eef1f8;
  --warm-deep: #dde3ef;
  --ink:       #111827;
  --ink-mid:   #374151;
  --ink-mute:  #6b7280;
  --rule:      #dde3ef;
  --rule-soft: #e8edf5;
  --max:       1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--navy); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: rgba(23,44,86,0.3); }
a:hover { color: var(--teal); text-decoration-color: var(--teal); }
h1, h2, h3, h4 {
  font-family: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}
p { margin: 0 0 16px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 36px; }

/* ===========================
   HEADER
=========================== */
header.site {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 12px rgba(23,44,86,0.06);
}
.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 36px;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.brand img { height: 36px; width: auto; display: block; }
.brand-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.35;
  border-left: 1px solid var(--rule);
  padding-left: 16px;
}
.brand-text b { display: block; color: var(--navy); font-weight: 600; font-size: 14px; margin-bottom: 1px; }
nav.primary {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
nav.primary a {
  color: var(--ink-mid);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
nav.primary a:hover,
nav.primary a.active { color: var(--navy); border-bottom-color: var(--teal); }
nav.primary .nav-cta {
  background: var(--navy);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.01em;
}
nav.primary .nav-cta:hover { background: var(--teal); border: none; color: #fff; }
.menu-btn { display: none; }

/* ===========================
   BUTTONS
=========================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid var(--navy);
  transition: all 0.18s ease;
  cursor: pointer;
}
.btn:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.12); color: #fff; }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-teal {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.btn-teal:hover { background: var(--teal-mid); border-color: var(--teal-mid); color: #fff; }
.btn-full { width: 100%; justify-content: center; }
.arrow { display: inline-block; transition: transform 0.18s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ===========================
   HERO
=========================== */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(23,44,86,0.88) 45%, rgba(23,44,86,0.55) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 36px 88px;
}
.hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-eyebrow::before { content:""; width: 28px; height: 1px; background: var(--teal); }
.hero h1 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.04;
  margin-bottom: 28px;
  max-width: 20ch;
  color: #ffffff;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.hero h1 em {
  font-style: italic;
  color: var(--sky);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero p.lead {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  max-width: 54ch;
  margin: 0 0 36px;
  line-height: 1.6;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* PAGE HERO (interior pages) */
.page-hero {
  background: var(--navy);
  padding: 80px 0 72px;
}
.page-hero .hero-eyebrow { color: var(--teal); }
.page-hero .wrap { max-width: 860px; }
.page-hero h1 {
  font-size: clamp(32px, 4.5vw, 58px);
  color: #fff;
  margin-bottom: 22px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  max-width: 22ch;
}
.page-hero h1 em {
  font-style: italic;
  color: var(--sky);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.page-hero p.lead {
  font-size: 18px;
  color: rgba(255,255,255,0.78);
  max-width: 54ch;
  line-height: 1.6;
}
.page-hero-teal { background: var(--navy-deep); }
.page-hero-teal .page-hero { background: var(--navy-deep); }

/* ===========================
   STAT BAND
=========================== */
.stat-band {
  background: var(--teal);
  padding: 36px 0;
}
.stat-band-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
}
.stat-item {
  text-align: center;
  flex: 1;
  min-width: 160px;
}
.stat-num {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  font-variation-settings: "opsz" 144;
}
.stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.35;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.3);
  flex-shrink: 0;
}

/* ===========================
   LABEL
=========================== */
.label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.label::before { content:""; width: 24px; height: 2px; background: var(--teal); flex-shrink: 0; }
.label-light {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
  margin-bottom: 20px;
}

/* ===========================
   INTRO SPLIT
=========================== */
.intro-split {
  padding: 100px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.intro-photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border: 1px solid var(--rule);
}
.intro-text-col .label { margin-bottom: 18px; }
.intro-text-col h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  margin-bottom: 22px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.intro-text-col p { font-size: 17px; color: var(--ink-mid); }

/* ===========================
   TILES (SERVICES)
=========================== */
.tiles {
  padding: 100px 0;
  background: var(--bg);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.tiles-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 52px;
}
.tiles-head h2 { font-size: clamp(28px, 3.5vw, 46px); max-width: 22ch; }
.tiles-head p { color: var(--ink-mute); max-width: 38ch; font-size: 16px; margin: 0; }
.tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.tile {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.tile-img-wrap {
  overflow: hidden;
  aspect-ratio: 3/2;
  background: var(--warm);
}
.tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(.2,.8,.2,1);
}
.tile:hover .tile-img { transform: scale(1.05); }
.tile-body { padding: 28px 26px 30px; flex-grow: 1; }
.tile-cat {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 10px;
}
.tile h3 {
  font-size: 24px;
  margin-bottom: 12px;
  font-variation-settings: "opsz" 96, "SOFT" 40;
}
.tile p { font-size: 15px; color: var(--ink-mid); line-height: 1.6; margin: 0; }
.tile-feature {
  background: var(--navy);
}
.tile-feature .tile-cat { color: rgba(255,255,255,0.55); }
.tile-feature h3 { color: #fff; }
.tile-feature p { color: rgba(255,255,255,0.75); }
.tile-body-feature { padding: 40px 32px; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.tile-ai { background: #0d2244; }
.tile-ai .tile-cat { color: var(--teal); }
.tile-ai h3 { color: #fff; }
.tile-ai p { color: rgba(255,255,255,0.75); }
.tile-body-ai {}
.tile-cat-teal { color: var(--teal) !important; }

/* ===========================
   INDUSTRIES
=========================== */
.industries {
  padding: 96px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.ind-head { margin-bottom: 52px; }
.ind-head h2 { font-size: clamp(28px, 3.2vw, 44px); margin-top: 12px; max-width: 30ch; }
.ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
}
.ind-card {
  padding: 28px 24px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  transition: background 0.15s;
}
.ind-card:nth-child(4n) { border-right: none; }
.ind-card:nth-last-child(-n+4) { border-bottom: none; }
.ind-card:hover { background: var(--warm); }
.ind-icon {
  width: 28px;
  height: 28px;
  background: var(--teal);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.ind-name {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 8px;
  font-variation-settings: "opsz" 96, "SOFT" 40;
  line-height: 1.2;
}
.ind-note { font-size: 13.5px; color: var(--ink-mute); line-height: 1.5; }

/* ===========================
   MISSION
=========================== */
.mission {
  background: var(--navy-deep);
  color: #e8edf5;
  padding: 96px 0;
  position: relative;
}
.mission-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 36px;
  text-align: center;
}
.mission blockquote {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.38;
  color: #fff;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.mission cite {
  display: block;
  margin-top: 28px;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
}
.mission-proof {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
}
.mp-item {
  padding: 28px 24px;
  background: rgba(255,255,255,0.04);
  text-align: left;
}
.mp-item strong {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 6px;
  font-style: italic;
}
.mp-item span { font-size: 13.5px; color: rgba(255,255,255,0.6); }

/* ===========================
   PROCESS
=========================== */
.process {
  padding: 100px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--rule);
}
.proc-head { margin-bottom: 56px; }
.proc-head h2 { font-size: clamp(28px, 3.2vw, 44px); margin-top: 12px; max-width: 26ch; }
.proc-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
  background: var(--rule);
}
.proc-step {
  background: var(--paper);
  padding: 40px 32px;
  position: relative;
}
.proc-num {
  font-family: 'Fraunces', serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--teal);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 18px;
  font-variation-settings: "opsz" 144;
}
.proc-step h3 {
  font-size: 20px;
  margin-bottom: 14px;
  color: var(--navy);
  font-variation-settings: "opsz" 96, "SOFT" 40;
}
.proc-step p { font-size: 15px; color: var(--ink-mid); margin: 0; line-height: 1.6; }

/* ===========================
   AWARDS
=========================== */
.awards {
  padding: 72px 0;
  background: var(--warm);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.award-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--rule-soft);
  background: var(--rule-soft);
}
.award-item {
  background: var(--paper);
  padding: 32px 28px;
  text-align: center;
  transition: background 0.15s;
}
.award-item:hover { background: #fff; }
.award-icon {
  font-size: 22px;
  color: var(--teal);
  margin-bottom: 12px;
}
.award-name {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  color: var(--navy);
  margin-bottom: 8px;
  font-variation-settings: "opsz" 96, "SOFT" 40;
}
.award-desc { font-size: 13.5px; color: var(--ink-mute); line-height: 1.5; }

/* ===========================
   CONTACT SECTION
=========================== */
.contact {
  padding: 100px 0;
  background: var(--bg);
  border-top: 1px solid var(--rule);
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.contact-text .label { margin-bottom: 18px; }
.contact-text h2 {
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: 18px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.contact-text p.lead { font-size: 17px; color: var(--ink-mid); }
.contact-details {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.cd-item { display: flex; flex-direction: column; gap: 4px; }
.cd-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  font-weight: 600;
}
.cd-value {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--navy);
  text-decoration: none;
  font-variation-settings: "opsz" 96;
}
.cd-value:hover { color: var(--teal); }
.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.soc-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.15s;
}
.soc-li { background: #0077b5; color: #fff; }
.soc-li:hover { background: #005e94; color: #fff; }
.soc-fb { background: #1877f2; color: #fff; }
.soc-fb:hover { background: #1260c9; color: #fff; }
.soc-tw { background: #000; color: #fff; }
.soc-tw:hover { background: #222; color: #fff; }

.contact-form {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 36px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-mid);
}
.form-group input,
.form-group textarea,
.form-group select {
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 11px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--bg);
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--teal); background: #fff; }
.form-note { font-size: 13px; color: var(--ink-mute); margin: 12px 0 0; text-align: center; }
.form-success {
  background: #e8f8f6;
  border: 1px solid var(--teal);
  border-radius: 3px;
  padding: 14px 18px;
  font-size: 14.5px;
  color: var(--teal-mid);
  font-weight: 600;
  margin-top: 12px;
}

/* ===========================
   FOOTER
=========================== */
footer.site {
  background: var(--navy);
  color: #8da0c0;
  padding: 72px 0 36px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}
.foot-brand img {
  height: 32px;
  width: auto;
  margin-bottom: 18px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.foot-brand p { font-size: 14px; color: #7a8fb0; max-width: 280px; line-height: 1.6; margin: 0 0 10px; }
.foot-brand .small { font-size: 12px; color: #546480; }
footer h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #c8d5e8;
  font-weight: 700;
  margin: 0 0 16px;
}
footer ul { list-style: none; padding: 0; margin: 0; font-size: 14px; line-height: 2; }
footer ul a { color: #7a8fb0; text-decoration: none; }
footer ul a:hover { color: var(--teal); }
.foot-meta {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: #4e6080;
}
.foot-meta a { color: #4e6080; text-decoration: none; }
.foot-meta a:hover { color: var(--teal); }

/* ===========================
   ABOUT PAGE
=========================== */
.about-split { padding: 96px 0; background: var(--paper); border-bottom: 1px solid var(--rule); }
.about-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.about-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; border: 1px solid var(--rule); }
.about-copy-col .label { margin-bottom: 18px; }
.about-copy-col h2 { font-size: clamp(26px, 3vw, 40px); margin-bottom: 22px; font-variation-settings: "opsz" 144, "SOFT" 50; }
.about-copy-col p { font-size: 16.5px; color: var(--ink-mid); }
.values { padding: 96px 0; background: var(--bg); border-bottom: 1px solid var(--rule); }
.val-head { margin-bottom: 52px; }
.val-head h2 { font-size: clamp(26px, 3vw, 42px); margin-top: 12px; }
.val-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--rule); background: var(--rule); }
.val-card { background: var(--paper); padding: 40px 36px; }
.val-num {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  color: var(--teal);
  opacity: 0.22;
  line-height: 1;
  margin-bottom: 16px;
  font-variation-settings: "opsz" 144;
}
.val-card h3 { font-size: 22px; color: var(--navy); margin-bottom: 12px; font-variation-settings: "opsz" 96, "SOFT" 40; }
.val-card p { font-size: 15.5px; color: var(--ink-mid); margin: 0; line-height: 1.65; }
.about-img-strip { padding: 72px 0; background: var(--paper); border-top: 1px solid var(--rule); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--rule); border: 1px solid var(--rule); }
.strip-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

/* ===========================
   CASE STUDIES
=========================== */
.cs-grid-section { padding: 80px 0; background: var(--bg); }
.cs-grid { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--rule); background: var(--rule); }
.cs-card { display: grid; grid-template-columns: 380px 1fr; background: var(--paper); gap: 0; }
.cs-card:nth-child(even) { direction: rtl; }
.cs-card:nth-child(even) > * { direction: ltr; }
.cs-img-wrap { overflow: hidden; }
.cs-img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 300px; transition: transform 0.5s ease; }
.cs-card:hover .cs-img { transform: scale(1.04); }
.cs-body { padding: 44px 48px; }
.cs-tag {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.cs-body h3 { font-size: clamp(20px, 2.2vw, 28px); color: var(--navy); margin-bottom: 20px; font-variation-settings: "opsz" 96, "SOFT" 40; }
.cs-stats { display: flex; gap: 32px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--rule); }
.cs-stat span { display: block; font-family: 'Fraunces', serif; font-size: 32px; color: var(--teal); font-weight: 600; line-height: 1; margin-bottom: 4px; font-variation-settings: "opsz" 144; }
.cs-stat small { font-size: 12px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.1em; }
.cs-body p { font-size: 15.5px; color: var(--ink-mid); line-height: 1.65; margin-bottom: 18px; }
.cs-highlight {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--navy);
  line-height: 1.45;
  font-variation-settings: "opsz" 96, "SOFT" 60;
  padding: 18px 0 6px;
  border-top: 2px solid var(--teal);
  margin-top: 16px;
}
.cs-attribution { font-size: 12px; color: var(--ink-mute); margin-top: 8px; text-transform: uppercase; letter-spacing: 0.12em; }

/* ===========================
   LEADERSHIP
=========================== */
.team-section { padding: 80px 0; background: var(--bg); }
.team-grid { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--rule); background: var(--rule); margin-bottom: 2px; }
.team-card { display: grid; grid-template-columns: 320px 1fr; background: var(--paper); gap: 0; }
.team-card-feature { grid-template-columns: 380px 1fr; }
.team-photo-wrap { overflow: hidden; }
.team-photo { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 280px; }
.team-photo-placeholder { background: var(--warm); display: flex; align-items: center; justify-content: center; min-height: 280px; }
.tpp-initials { font-family: 'Fraunces', serif; font-size: 52px; color: var(--navy); opacity: 0.25; font-variation-settings: "opsz" 96; }
.team-info { padding: 44px 48px; }
.team-name { font-family: 'Fraunces', serif; font-size: 30px; color: var(--navy); font-variation-settings: "opsz" 96, "SOFT" 40; margin-bottom: 4px; }
.team-title { font-size: 13px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--teal); font-weight: 600; margin-bottom: 20px; }
.team-info p { font-size: 15.5px; color: var(--ink-mid); margin-bottom: 16px; line-height: 1.65; }
.team-quote { margin: 20px 0; padding: 18px 22px; border-left: 3px solid var(--teal); background: var(--warm); font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; color: var(--navy); line-height: 1.5; font-variation-settings: "opsz" 96, "SOFT" 60; }
.team-social { margin-top: 20px; display: flex; gap: 10px; }
.culture-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--rule); background: var(--rule); margin-top: 2px; }
.culture-stat { background: var(--navy); padding: 36px 28px; text-align: center; }
.culture-stat span { display: block; font-family: 'Fraunces', serif; font-size: 40px; color: var(--teal); font-weight: 600; line-height: 1; margin-bottom: 8px; font-variation-settings: "opsz" 144; }
.culture-stat small { font-size: 13px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.4; display: block; }

/* ===========================
   AI PAGE
=========================== */
.ai-intro { padding: 96px 0; background: var(--paper); border-bottom: 1px solid var(--rule); }
.ai-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ai-intro-text .label { margin-bottom: 18px; }
.ai-intro-text h2 { font-size: clamp(26px, 3vw, 40px); margin-bottom: 22px; font-variation-settings: "opsz" 144, "SOFT" 50; }
.ai-intro-text p { font-size: 16.5px; color: var(--ink-mid); }
.ai-screen { width: 100%; display: block; border: 1px solid var(--rule); border-radius: 4px; box-shadow: 0 12px 40px rgba(23,44,86,0.12); }
.ai-features { padding: 96px 0; background: var(--bg); border-bottom: 1px solid var(--rule); }
.aif-head { margin-bottom: 52px; }
.aif-head h2 { font-size: clamp(26px, 3vw, 42px); margin-top: 12px; }
.aif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--rule); background: var(--rule); }
.aif-card { background: var(--paper); padding: 36px 32px; transition: background 0.15s; }
.aif-card:hover { background: var(--warm); }
.aif-icon { font-size: 14px; color: var(--teal); margin-bottom: 16px; }
.aif-card h3 { font-size: 20px; color: var(--navy); margin-bottom: 12px; font-variation-settings: "opsz" 96, "SOFT" 40; }
.aif-card p { font-size: 15px; color: var(--ink-mid); margin: 0; line-height: 1.65; }

/* Dashboard mock */
.ai-dashboard-mock { padding: 80px 0; background: var(--navy-deep); }
.dashboard-ui { background: #1a2744; border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,0.4); }
.dash-header { background: #0f1e3a; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.08); }
.dash-logo { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; color: var(--teal); letter-spacing: 0.06em; }
.dash-user { font-size: 12px; color: rgba(255,255,255,0.4); }
.dash-body { display: grid; grid-template-columns: 180px 1fr; }
.dash-sidebar { background: #0f1e3a; padding: 20px 0; border-right: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; min-height: 340px; }
.dash-nav-item { padding: 10px 20px; font-size: 13px; color: rgba(255,255,255,0.45); cursor: pointer; transition: all 0.12s; }
.dash-nav-item:hover { color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.04); }
.dash-nav-active { color: var(--teal) !important; background: rgba(0,169,152,0.1) !important; border-left: 2px solid var(--teal); }
.dash-main { padding: 28px 32px; }
.dash-kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
.dash-kpi { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; padding: 18px 20px; }
.dash-kpi-val { font-family: 'Fraunces', serif; font-size: 28px; color: #fff; font-variation-settings: "opsz" 96; margin-bottom: 4px; }
.dash-kpi-label { font-size: 11.5px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; }
.dash-kpi-delta { font-size: 11.5px; font-weight: 600; }
.dash-kpi-up { color: var(--teal); }
.dash-kpi-warn { color: #f9a825; }
.dash-chart-area { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 4px; padding: 24px 28px; }
.dash-chart-label { font-size: 12px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 20px; }
.dash-bars { display: flex; flex-direction: column; gap: 12px; }
.dash-bar-row { display: grid; grid-template-columns: 130px 1fr 60px; align-items: center; gap: 14px; }
.dash-bar-name { font-size: 12.5px; color: rgba(255,255,255,0.55); }
.dash-bar-track { height: 8px; background: rgba(255,255,255,0.08); border-radius: 99px; overflow: hidden; }
.dash-bar-fill { height: 100%; background: var(--teal); border-radius: 99px; }
.dash-bar-val { font-size: 12.5px; color: rgba(255,255,255,0.7); text-align: right; }
.dash-caption { text-align: center; color: rgba(255,255,255,0.3); font-size: 12.5px; margin-top: 20px; }

/* ===========================
   NEWS
=========================== */
.news-section { padding: 80px 0; background: var(--bg); }
.news-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--rule);
  background: var(--paper);
  margin-bottom: 2px;
  overflow: hidden;
}
.news-featured-img { overflow: hidden; }
.news-featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px; transition: transform 0.5s ease; }
.news-featured:hover .news-featured-img img { transform: scale(1.04); }
.news-featured-body { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; }
.news-tag { display: inline-block; background: var(--navy); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; padding: 4px 10px; border-radius: 2px; margin-bottom: 12px; }
.news-tag-award { background: var(--teal); }
.news-date { font-size: 12.5px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; }
.news-featured-body h2 { font-size: clamp(22px, 2.5vw, 32px); margin-bottom: 18px; color: var(--navy); font-variation-settings: "opsz" 96, "SOFT" 40; }
.news-featured-body p { font-size: 15.5px; color: var(--ink-mid); line-height: 1.65; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--rule); border: 1px solid var(--rule); margin-top: 0; }
.news-card { background: var(--paper); display: flex; flex-direction: column; }
.news-card-award { background: var(--warm); }
.news-card-img { overflow: hidden; aspect-ratio: 16/9; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.news-card:hover .news-card-img img { transform: scale(1.05); }
.news-card-body { padding: 26px 24px; flex-grow: 1; display: flex; flex-direction: column; }
.news-card-body h3 { font-size: 19px; color: var(--navy); margin-bottom: 12px; margin-top: 10px; font-variation-settings: "opsz" 96, "SOFT" 40; line-height: 1.3; }
.news-card-body p { font-size: 14.5px; color: var(--ink-mid); line-height: 1.6; flex-grow: 1; }
.news-link { font-size: 13.5px; color: var(--teal); text-decoration: none; font-weight: 600; margin-top: auto; display: inline-block; padding-top: 12px; }
.news-link:hover { color: var(--navy); }
.news-cta { padding: 80px 0; background: var(--navy); }
.news-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.news-cta-inner h2 { font-size: clamp(24px, 3vw, 38px); color: #fff; margin-bottom: 8px; font-variation-settings: "opsz" 96, "SOFT" 40; }
.news-cta-inner p { color: rgba(255,255,255,0.6); font-size: 16px; margin: 0; }
.news-email-form { display: flex; flex-direction: column; gap: 8px; min-width: 320px; }
.news-email-form input { padding: 12px 18px; border: none; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 15px; outline: none; }

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1024px) {
  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .tile-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-card:nth-child(2n) { border-right: none; }
  .ind-card:nth-child(4n) { border-right: 1px solid var(--rule); }
  .proc-steps { grid-template-columns: repeat(2, 1fr); }
  .award-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .about-split-grid { grid-template-columns: 1fr; }
  .val-grid { grid-template-columns: 1fr; }
  .cs-card { grid-template-columns: 1fr; }
  .cs-card:nth-child(even) { direction: ltr; }
  .ai-intro-grid { grid-template-columns: 1fr; }
  .aif-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card { grid-template-columns: 1fr; }
  .culture-strip { grid-template-columns: repeat(2, 1fr); }
  .news-featured { grid-template-columns: 1fr; }
  .news-featured-img img { min-height: 240px; }
  .dash-kpi-row { grid-template-columns: repeat(2, 1fr); }
  .mission-proof { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .tile-grid { grid-template-columns: 1fr; }
  .aif-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  nav.primary { display: none; }
  nav.primary.open { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; padding: 16px 0 8px; width: 100%; border-top: 1px solid var(--rule); }
  .menu-btn { display: inline-block; background: none; border: 1px solid var(--rule); padding: 8px 14px; font-family: 'Inter', sans-serif; font-size: 13px; cursor: pointer; color: var(--ink); border-radius: 4px; }
  .head-row { flex-wrap: wrap; }
  .brand-text { display: none; }
  .stat-band-inner { flex-direction: column; gap: 28px; }
  .stat-divider { width: 48px; height: 1px; }
  .form-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .news-cta-inner { flex-direction: column; gap: 28px; }
  .cs-body { padding: 28px 24px; }
  .cs-stats { flex-wrap: wrap; gap: 18px; }
  .team-info { padding: 28px 24px; }
  .culture-strip { grid-template-columns: 1fr 1fr; }
  .proc-steps { grid-template-columns: 1fr; }
  .award-grid { grid-template-columns: 1fr 1fr; }
  .ind-grid { grid-template-columns: 1fr; }
  .ind-card { border-right: none !important; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-sidebar { display: none; }
  .dash-kpi-row { grid-template-columns: 1fr 1fr; }
  .tiles-head { flex-direction: column; align-items: flex-start; }
}