/* ============================================================
   CyberOptik Reviews — mockup stylesheet
   Identity: deep navy, bright green accent, white surfaces,
   friendly rounded-modern type. No gradients.
   ============================================================ */

:root {
  /* Brand */
  --navy:        #0a2646;
  --navy-800:    #0d2b4e;
  --navy-700:    #123a63;
  --navy-line:   rgba(255,255,255,0.14);
  --green:       #4faa2e;
  --green-600:   #438f28;
  --green-500:   #5bbd3f;

  /* Surfaces */
  --white:       #ffffff;
  --paper:       #f6f8fa;
  --paper-2:     #eef2f6;
  --ink:         #14263a;
  --ink-2:       #3d4f61;
  --ink-3:       #61718200;
  --muted:       #5a6b7b;
  --line:        #dbe2e9;
  --star:        #f5b301;

  /* Type */
  --font-display: "Cabinet Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-body:    "General Sans", "Segoe UI", system-ui, sans-serif;

  /* Layout */
  --container: 1200px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;

  --shadow-sm: 0 1px 2px rgba(10,38,70,.06), 0 4px 12px rgba(10,38,70,.05);
  --shadow-md: 0 8px 30px rgba(10,38,70,.09);
}

/* ---------- Reset / base ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3 { font-family: var(--font-display); line-height: 1.12; margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }
a { color: inherit; }
img,svg { display: block; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--green); color: #fff; padding: .6rem 1rem; border-radius: var(--radius-sm);
  font-weight: 600; transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

:focus-visible {
  outline: 3px solid var(--green-500);
  outline-offset: 2px;
  border-radius: 4px;
}
.hero :focus-visible, .section--navy :focus-visible, .section--themes :focus-visible, .section--cta :focus-visible {
  outline-color: #7fd45f;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: .82rem 1.5rem; border-radius: 999px;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  min-height: 46px; transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn-accent { background: var(--green); color: #fff; }
.btn-accent:hover { background: var(--green-600); transform: translateY(-1px); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-block { width: 100%; }

.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button-row--center { justify-content: center; }

/* ---------- Eyebrows ---------- */
.eyebrow {
  text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 600;
  color: var(--green-500); margin: 0 0 .8rem;
}
.eyebrow--dark { color: var(--green-600); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
  border-bottom: 3px solid var(--green);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(3,15,30,.35); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; text-decoration: none; }
.brand-mark { flex: none; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: #fff; letter-spacing: -0.02em; }
.brand-name-a { color: var(--green-500); }
.brand-name-b { color: #fff; }
.brand-dot { color: var(--green-500); }

.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.primary-nav a {
  display: inline-flex; align-items: center; min-height: 44px;
  color: #dbe6f2; text-decoration: none; font-weight: 500; font-size: .98rem;
  padding: .4rem 0; position: relative;
}
.primary-nav a:hover { color: #fff; }
.primary-nav a[aria-current="page"] { color: #fff; }
.primary-nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--green-500);
}
.header-actions { display: flex; align-items: center; gap: .9rem; }
.header-actions .btn { padding: .6rem 1.25rem; min-height: 42px; }

.menu-toggle {
  display: none; flex-direction: column; gap: 5px; width: 46px; height: 46px;
  background: transparent; border: 1px solid var(--navy-line); border-radius: 10px;
  align-items: center; justify-content: center; cursor: pointer;
}
.menu-toggle span { width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: sticky; top: 79px; z-index: 90;
  background: var(--navy-800); border-bottom: 1px solid var(--navy-line);
}
.mobile-menu ul { list-style: none; margin: 0; padding: .5rem 0; }
.mobile-menu a { display: block; color: #dbe6f2; text-decoration: none; font-weight: 500; padding: .95rem var(--gutter); font-size: 1.05rem; }
.mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.05); }
.mobile-menu .btn { margin: .8rem var(--gutter) 1.3rem; width: calc(100% - var(--gutter)*2); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--navy);
  color: #fff;
  padding-block: clamp(2.2rem, 6vw, 4.2rem) clamp(3rem, 7vw, 5rem);
  position: relative;
  overflow: hidden;
}
/* restrained line motif */
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.05) 1px, transparent 0);
  background-size: 26px 26px;
  opacity: .5; pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 940px; }
.crumbs ol { list-style: none; display: flex; gap: .6rem; padding: 0; margin: 0 0 1.8rem; font-size: .88rem; color: #9fb4c9; }
.crumbs a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; color: #9fb4c9; text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs [aria-current] { color: #fff; }

.hero h1 { font-size: clamp(2.4rem, 6vw, 3.9rem); font-weight: 800; margin-bottom: 1.1rem; }
.hero-lede { font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: #cddbea; max-width: 62ch; }

.metric-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  margin-top: 2.5rem;
}
.metric-card {
  background: var(--navy-800);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem 1.5rem;
}
.metric-card--total { background: var(--navy-700); }
.metric-platform { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: #cddbea; font-size: 1rem; margin-bottom: .6rem; }
.metric-value { font-family: var(--font-display); font-weight: 800; font-size: 2.9rem; line-height: 1; color: #fff; }
.metric-suffix { font-size: 1.3rem; color: #8fa6bd; font-weight: 600; margin-left: .1rem; }
.metric-detail { color: #9fb4c9; font-size: .92rem; margin-top: .5rem; }
.metric-detail--strong { color: #dfe9f3; font-weight: 600; font-size: 1rem; }
.metric-card--total .metric-value { color: var(--green-500); }

.dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; flex: none; }
.dot-google { background: #4285f4; box-shadow: 3px 0 0 -1px #ea4335, -3px 0 0 -1px #34a853; }
.dot-clutch { background: #17313b; box-shadow: 0 0 0 2px #ff3d2e inset; }

.stars { display: inline-flex; gap: 2px; margin-top: .6rem; }
.stars svg { width: 22px; height: 22px; color: var(--star); }
.stars--sm svg { width: 17px; height: 17px; }

.verify-note {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 1.5rem; font-size: .9rem; color: #9fb4c9;
}
.verify-icon { width: 18px; height: 18px; color: var(--green-500); flex: none; }
.hero .button-row { margin-top: 2rem; }

/* ============================================================
   SECTION SCAFFOLD + rhythm
   ============================================================ */
.section { padding-block: clamp(3rem, 6vw, 5.5rem); }
.section-head { max-width: 720px; margin-bottom: 2.6rem; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 700; margin-bottom: .9rem; }
.section-sub { color: var(--muted); font-size: 1.05rem; max-width: 64ch; }
.section-head--dark h2, .section-sub--dark { color: #eaf1f8; }
.section-sub--dark { color: #b8c8d8; }
.section-foot { margin-top: 2.2rem; }

.grid-12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.5rem, 4vw, 3rem); }

/* Intro (white) */
.section--intro { background: var(--white); border-bottom: 1px solid var(--line); }
.intro-head { grid-column: 1 / 6; }
.intro-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; }
.intro-body { grid-column: 7 / 13; display: flex; flex-direction: column; gap: 1.1rem; }
.intro-body p { color: var(--ink-2); font-size: 1.08rem; max-width: 66ch; }

/* Featured (navy) */
.section--navy { background: var(--navy); color: #fff; }
.section--navy .section-head h2 { color: #fff; }
.section--navy .section-sub { color: #b8c8d8; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.testimonial-card {
  background: var(--navy-800); border: 1px solid var(--navy-line);
  border-radius: var(--radius); padding: 1.6rem 1.6rem 1.7rem; margin: 0;
  display: flex; flex-direction: column;
}
.testimonial-card blockquote { margin: .9rem 0 0; }
.testimonial-card blockquote p { color: #dfe9f3; font-size: 1rem; line-height: 1.62; }
.testimonial-card figcaption { margin-top: 1.3rem; padding-top: 1.1rem; border-top: 1px solid var(--navy-line); }
.testimonial-card figcaption strong { display: block; color: #fff; font-size: 1rem; font-weight: 600; }
.testimonial-card figcaption span { display: block; color: #93a8bd; font-size: .87rem; margin-top: .15rem; }

.link-external, .link-internal {
  display: inline-flex; align-items: center; gap: .4rem;
  font-weight: 600; text-decoration: none; color: var(--green-500);
}
.section--navy .link-external { color: #7fd45f; }
.link-external:hover, .link-internal:hover { text-decoration: underline; }
.link-internal { color: var(--green-600); }
.ext-icon { width: 16px; height: 16px; }
.link-internal svg { width: 18px; height: 18px; transition: transform .18s ease; }
.link-internal:hover svg { transform: translateX(3px); }

/* Themes (deep navy, alt tone) */
.section--themes { background: #071d38; color: #fff; }
.theme-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid var(--navy-line); border-radius: var(--radius); overflow: hidden;
}
.theme-item {
  padding: 1.9rem 1.7rem;
  border-right: 1px solid var(--navy-line);
  border-bottom: 1px solid var(--navy-line);
}
.theme-grid .theme-item:nth-child(3n) { border-right: none; }
.theme-grid .theme-item:nth-last-child(-n+3) { border-bottom: none; }
.theme-num { font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--green-500); letter-spacing: .05em; }
.theme-item h3 { font-size: 1.2rem; font-weight: 600; margin: .5rem 0 .55rem; color: #fff; }
.theme-item p { color: #a9bccd; font-size: .96rem; max-width: 40ch; }

/* Accountability (paper) */
.section--accountability { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.acct-copy { grid-column: 1 / 7; }
.acct-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; margin-bottom: 1.1rem; }
.acct-copy p { color: var(--ink-2); font-size: 1.05rem; margin-bottom: 1rem; max-width: 60ch; }
.leadership-quote {
  grid-column: 8 / 13; margin: 0; align-self: center;
  background: var(--navy); color: #fff; border-radius: var(--radius-lg);
  padding: 1.9rem 1.9rem 1.7rem; border: 1px solid var(--navy-line);
}
.proposed-tag {
  display: inline-block; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: #0a2646; background: var(--star); padding: .3rem .7rem; border-radius: 999px; margin-bottom: 1rem;
}
.leadership-quote blockquote { margin: 0; }
.leadership-quote blockquote p { font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; line-height: 1.4; color: #fff; }
.leadership-quote figcaption { margin-top: 1.2rem; color: #9fb4c9; font-size: .88rem; }

/* Service (white) */
.section--service { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.service-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem; display: flex; flex-direction: column; gap: .7rem;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.service-card:hover { border-color: #c3d0dc; box-shadow: var(--shadow-md); transform: translateY(-2px); }
.service-card h3 { font-size: 1.18rem; font-weight: 600; }
.service-card p { color: var(--ink-2); font-size: .98rem; flex: 1; }
.service-card .link-internal { margin-top: .2rem; }

/* Sources (paper) */
.section--sources { background: var(--paper); border-top: 1px solid var(--line); }
.source-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.source-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.9rem; }
.source-head { display: flex; align-items: center; gap: .6rem; margin-bottom: .9rem; }
.source-head .dot { width: 13px; height: 13px; }
.source-head h3 { font-size: 1.4rem; font-weight: 700; }
.source-rating { color: var(--ink-2); font-size: 1.05rem; }
.source-rating strong { color: var(--ink); font-family: var(--font-display); font-size: 1.15rem; }
.source-card .stars { margin: .7rem 0 1.4rem; }
.link-external--block {
  padding: .7rem 1.1rem; border: 1.5px solid var(--line); border-radius: 999px;
  color: var(--ink); background: #fff;
}
.link-external--block:hover { border-color: var(--green); color: var(--green-600); text-decoration: none; }

/* FAQ (white) */
.section--faq { background: var(--white); border-top: 1px solid var(--line); }
.faq-head { grid-column: 1 / 5; }
.faq-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; }
.faq-list { grid-column: 6 / 13; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.25rem 0; font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--green-600); }
.chevron { width: 22px; height: 22px; color: var(--green-600); flex: none; transition: transform .25s ease; }
.faq-item[open] .chevron { transform: rotate(180deg); }
.faq-answer { padding: 0 0 1.35rem; }
.faq-answer p { color: var(--ink-2); max-width: 68ch; font-size: 1rem; }

/* CTA (navy) */
.section--cta { background: var(--navy); color: #fff; text-align: center; }
.cta-inner { max-width: 720px; margin-inline: auto; }
.section--cta h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; margin-bottom: 1rem; }
.section--cta p { color: #cddbea; font-size: 1.1rem; margin-bottom: 1.8rem; max-width: 60ch; margin-inline: auto; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #071d38; color: #9fb4c9; padding-block: 2.5rem; border-top: 3px solid var(--green); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 1.6rem; align-items: flex-start; justify-content: space-between; }
.footer-brand { max-width: 42ch; }
.footer-brand .brand { margin-bottom: .8rem; }
.footer-brand p { font-size: .95rem; }
.footer-note { font-size: .85rem; color: #7d93a8; max-width: 44ch; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .primary-nav, .header-actions .btn { display: none; }
  .menu-toggle { display: flex; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-card--total { grid-column: 1 / -1; }
  .testimonial-grid, .service-grid, .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-grid .theme-item:nth-child(3n) { border-right: 1px solid var(--navy-line); }
  .theme-grid .theme-item:nth-child(2n) { border-right: none; }
  .theme-grid .theme-item:nth-last-child(-n+3) { border-bottom: 1px solid var(--navy-line); }
  .theme-grid .theme-item:nth-last-child(-n+2) { border-bottom: none; }
  .intro-head, .intro-body, .acct-copy, .leadership-quote, .faq-head, .faq-list { grid-column: 1 / -1; }
  .intro-head { margin-bottom: .4rem; }
}
@media (min-width: 941px) { .mobile-menu { display: none !important; } }

@media (max-width: 620px) {
  body { font-size: 16px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-card--total { grid-column: auto; }
  .testimonial-grid, .service-grid, .source-grid { grid-template-columns: 1fr; }
  .theme-grid { grid-template-columns: 1fr; }
  .theme-grid .theme-item { border-right: none !important; border-bottom: 1px solid var(--navy-line) !important; }
  .theme-grid .theme-item:last-child { border-bottom: none !important; }
  .button-row .btn { flex: 1 1 auto; }
}

/* ============================================================
   SHARED COMPONENTS FOR SECONDARY PAGES
   (Security & Ethics, Ron Johnson, Awards & Recognition)
   ============================================================ */

/* ---- Compact page hero (non-home) ---- */
.page-hero {
  background: var(--navy); color: #fff;
  padding-block: clamp(2.4rem, 6vw, 4rem) clamp(2.6rem, 6vw, 4rem);
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.05) 1px, transparent 0);
  background-size: 26px 26px; opacity: .5; pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; max-width: 820px; }
.page-hero h1 { font-size: clamp(2.1rem, 5vw, 3.2rem); font-weight: 800; margin-bottom: 1rem; }
.page-hero .hero-lede { color: #cddbea; font-size: clamp(1.05rem, 2.2vw, 1.2rem); max-width: 64ch; }
.page-hero .button-row { margin-top: 1.8rem; }

/* ---- Long-form prose ---- */
.prose { max-width: 70ch; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin: 0 0 1rem; }
.prose h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; margin: 2rem 0 .7rem; }
.prose p { color: var(--ink-2); font-size: 1.06rem; margin: 0 0 1.1rem; }
.prose ul { margin: 0 0 1.4rem; padding-left: 0; list-style: none; display: grid; gap: .7rem; }
.prose ul li { position: relative; padding-left: 1.6rem; color: var(--ink-2); font-size: 1.02rem; }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px;
  border-radius: 2px; background: var(--green); transform: rotate(45deg);
}
.prose ul li strong { color: var(--ink); }
.prose a { color: var(--green-600); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--green); }

/* Full-width long-form page without sidebar navigation */
.prose-layout { max-width: 980px; }
.prose-wide { max-width: none; }
.prose-wide > p,
.prose-wide > .callout { max-width: 78ch; }

/* Security page icon system */
.heading-with-icon {
  display: flex; align-items: center; gap: .85rem;
  padding-top: 1rem;
}
.heading-icon {
  width: 42px; height: 42px; flex: 0 0 42px;
  display: grid; place-items: center;
  color: var(--green-600); background: #f2f8ef;
  border: 1px solid #d9ead3; border-radius: 10px;
}
.heading-icon svg {
  width: 23px; height: 23px; fill: none; stroke: currentColor;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.prose .icon-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem; margin: 1.4rem 0 1.8rem;
}
.prose .icon-list li {
  display: grid; grid-template-columns: 36px 1fr; gap: .85rem;
  align-items: start; padding: 1.05rem;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius);
}
.prose .icon-list li::before,
.prose .check-list li::before { display: none; }
.list-icon {
  width: 28px; height: 28px; padding: 5px;
  color: var(--green-600); background: #fff;
  border: 1px solid #d9ead3; border-radius: 8px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.prose .icon-list li span { min-width: 0; }
.prose .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem 1.5rem; margin: 1.2rem 0 1.7rem;
}
.prose .check-list li {
  display: grid; grid-template-columns: 22px 1fr; gap: .65rem;
  align-items: start; padding: .45rem 0;
}
.check-icon {
  width: 21px; height: 21px; margin-top: 1px;
  color: var(--green-600); fill: none; stroke: currentColor;
  stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
}

/* Two-column layout for prose pages: sticky aside + content */
.layout-aside { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.6rem, 4vw, 3.2rem); }
.layout-aside .aside { grid-column: 1 / 4; }
.layout-aside .content { grid-column: 5 / 13; }
.aside-card {
  position: sticky; top: 100px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem;
}
.aside-card h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 0 0 1rem; font-family: var(--font-body); font-weight: 600; }
.aside-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: .1rem; }
.aside-nav a { display: block; padding: .5rem .6rem; border-radius: 8px; text-decoration: none; color: var(--ink-2); font-size: .96rem; font-weight: 500; }
.aside-nav a:hover { background: #fff; color: var(--green-600); }

/* Callout box (e.g. "no guarantee" statement) */
.callout {
  border: 1px solid var(--line); border-left: none;
  background: var(--paper); border-radius: var(--radius);
  padding: 1.3rem 1.5rem; margin: 1.6rem 0; color: var(--ink-2); font-size: 1.02rem;
}
.callout strong { color: var(--ink); }

/* ---- Tool / vendor list (security page) ---- */
.tool-list {
  list-style: none; padding: 0; margin: 1.4rem 0 1.8rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.tool-item {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); padding: 1.1rem 1.25rem;
}
.tool-item p { margin: 0; color: var(--ink-2); font-size: 0.98rem; line-height: 1.55; }
.tool-item p strong { color: var(--ink); }
.tool-item p strong a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line); }
.tool-item p strong a:hover { border-bottom-color: var(--ink); }
.tool-role {
  font-family: var(--font-sans); font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--ink-2); margin-bottom: 0.5rem;
}

/* ---- Author page ---- */
.author-head { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.6rem, 4vw, 2.6rem); align-items: center; }
.author-portrait { grid-column: 1 / 4; }
.author-intro { grid-column: 5 / 13; }
.portrait-card {
  aspect-ratio: 1 / 1; border-radius: var(--radius-lg);
  background: var(--navy-800); border: 1px solid var(--navy-line);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem;
  color: #fff; text-align: center; padding: 1rem;
}
.portrait-initials { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; color: var(--green-500); line-height: 1; }
.portrait-label { font-size: .74rem; color: #9fb4c9; letter-spacing: .04em; max-width: 22ch; }
.author-intro .job-title { color: var(--green-500); font-weight: 600; font-size: 1.05rem; margin: .3rem 0 1rem; }

.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.stat-strip li { }
.stat-strip .stat-value { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--ink); line-height: 1; }
.section--navy .stat-strip .stat-value { color: #fff; }
.stat-strip .stat-label { color: var(--muted); font-size: .9rem; margin-top: .35rem; }
.section--navy .stat-strip .stat-label { color: #9fb4c9; }

/* Two-column info lists (expertise, topics, credentials) */
.col-list { columns: 2; column-gap: 2.5rem; margin: 0; padding: 0; list-style: none; }
.col-list li { break-inside: avoid; padding: .5rem 0 .5rem 1.6rem; position: relative; color: var(--ink-2); border-bottom: 1px solid var(--line); }
.col-list li::before { content: ""; position: absolute; left: 0; top: 1.05em; width: 7px; height: 7px; background: var(--green); border-radius: 2px; transform: rotate(45deg); }

.chip-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.chip-list li { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .45rem .95rem; font-size: .92rem; color: var(--ink-2); }

/* Timeline */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.timeline li { position: relative; padding: 0 0 1.8rem 2.4rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--green); }
.timeline .t-year { font-family: var(--font-display); font-weight: 700; color: var(--green-600); font-size: .95rem; letter-spacing: .03em; }
.timeline h3 { font-size: 1.15rem; font-weight: 600; margin: .2rem 0 .5rem; }
.timeline p { color: var(--ink-2); margin: 0; max-width: 60ch; }

/* Article cards */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.article-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem; display: flex; flex-direction: column; gap: .6rem;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; text-decoration: none;
}
.article-card:hover { border-color: #c3d0dc; box-shadow: var(--shadow-md); transform: translateY(-2px); }
.article-card h3 { font-size: 1.1rem; font-weight: 600; color: var(--ink); }
.article-card p { color: var(--ink-2); font-size: .95rem; flex: 1; }
.article-card .read-on { color: var(--green-600); font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: .35rem; }
.article-card .read-on svg { width: 16px; height: 16px; }

/* Presentation cards */
.pres-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.pres-card { background: var(--navy-800); border: 1px solid var(--navy-line); border-radius: var(--radius); padding: 1.5rem; }
.pres-card h3 { color: #fff; font-size: 1.1rem; font-weight: 600; margin-bottom: .6rem; }
.pres-card p { color: #b8c8d8; font-size: .95rem; }

/* Professional links */
.link-tiles { display: flex; flex-wrap: wrap; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.link-tiles a {
  display: inline-flex; align-items: center; gap: .45rem;
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: .6rem 1.1rem; text-decoration: none; color: var(--ink); font-weight: 500; font-size: .95rem;
}
.link-tiles a:hover { border-color: var(--green); color: var(--green-600); }
.link-tiles svg { width: 15px; height: 15px; color: var(--muted); }
.link-tiles a:hover svg { color: var(--green-600); }

/* ---- Awards page ---- */
.award-feature {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.5rem, 4vw, 2.6rem); align-items: center;
  background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 2.8rem);
  border: 1px solid var(--navy-line);
}
.award-badge { grid-column: 1 / 4; }
.award-body { grid-column: 5 / 13; }
.badge-plate {
  aspect-ratio: 1 / 1; max-width: 220px; margin-inline: auto;
  border: 2px solid var(--green-500); border-radius: var(--radius-lg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: .3rem; padding: 1.2rem;
  background: var(--navy-800);
}
.badge-plate .badge-year { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: var(--green-500); line-height: 1; }
.badge-plate .badge-org { font-weight: 700; font-size: 1.3rem; color: #fff; letter-spacing: .02em; }
.badge-plate .badge-tag { font-size: .8rem; color: #9fb4c9; }
.award-body .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 600; color: var(--green-500); margin: 0 0 .6rem; }
.award-body h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: #fff; margin-bottom: 1rem; }
.award-body p { color: #cddbea; margin-bottom: 1rem; max-width: 60ch; }
.award-body blockquote { margin: 1.2rem 0; padding-left: 1.2rem; border-left: 3px solid var(--green-500); }
.award-body blockquote p { font-family: var(--font-display); font-size: 1.1rem; color: #fff; font-style: italic; margin-bottom: .5rem; }
.award-body blockquote footer { color: #9fb4c9; font-size: .9rem; }

.directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.directory-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; }
.directory-card .tag-directory {
  display: inline-block; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted); background: var(--paper-2); border: 1px solid var(--line); padding: .28rem .7rem; border-radius: 999px; margin-bottom: .9rem;
}
.directory-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: .6rem; }
.directory-card p { color: var(--ink-2); font-size: .98rem; margin-bottom: 1.1rem; }

/* ---- "Page Mockups" utility menu (footer) ---- */
.mockup-nav { background: #05162c; border-top: 1px solid var(--navy-line); }
.mockup-nav-inner { padding-block: 1.4rem; display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.4rem; }
.mockup-nav-label {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--star);
}
.mockup-nav-label::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--star); transform: rotate(45deg); }
.mockup-nav ul { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.mockup-nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding: .4rem .85rem; border-radius: 999px; text-decoration: none;
  color: #cddbea; font-size: .9rem; font-weight: 500; border: 1px solid var(--navy-line);
}
.mockup-nav a:hover { color: #fff; border-color: var(--green-500); }
.mockup-nav a[aria-current="page"] { color: #05162c; background: var(--star); border-color: var(--star); font-weight: 600; }

/* Section intros used on secondary pages */
.section--paper { background: var(--paper); }
.section--white { background: var(--white); }

/* ---- Company team page ---- */
.team-intro { border-bottom: 1px solid var(--line); }
.team-intro-heading { grid-column: 1 / 6; }
.team-intro-heading h2 {
  max-width: 12ch; font-size: clamp(1.8rem, 3.4vw, 2.5rem); font-weight: 700;
}
.team-intro-copy {
  grid-column: 7 / 13; display: flex; flex-direction: column; gap: 1rem;
}
.team-intro-copy p { color: var(--ink-2); font-size: 1.06rem; max-width: 64ch; }

.executive-grid { display: grid; gap: 1.4rem; }
.team-profile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.team-profile--executive {
  display: grid; grid-template-columns: minmax(230px, 31%) 1fr;
  overflow: hidden;
}
.team-profile-body { padding: clamp(1.6rem, 4vw, 2.5rem); }
.team-profile-body h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); font-weight: 700; }
.team-profile-body > p:not(.team-tenure):not(.team-role) {
  color: var(--ink-2); margin-top: .85rem; max-width: 70ch;
}

.team-photo {
  width: 92px; aspect-ratio: 1; flex: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .35rem; background: var(--navy-800); color: #fff;
  border-radius: var(--radius-sm); text-align: center;
}
.team-photo--large { width: 100%; min-height: 100%; aspect-ratio: auto; border-radius: 0; }
.team-photo span {
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 800;
  line-height: 1; color: var(--green-500);
}
.team-photo--large span { font-size: clamp(3rem, 7vw, 5rem); }
.team-photo small {
  display: block; color: #a9bccd; font-size: .7rem; line-height: 1.25;
  max-width: 18ch; padding-inline: .35rem;
}

.team-tenure {
  margin-bottom: .45rem; color: var(--green-600); font-size: .76rem;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.team-role {
  margin-top: .28rem; color: var(--navy-700); font-weight: 600; font-size: 1rem;
}
.expertise-tags {
  display: flex; flex-wrap: wrap; gap: .45rem; list-style: none;
  margin: 1.25rem 0 0; padding: 0;
}
.expertise-tags li {
  padding: .34rem .72rem; border-radius: 999px; border: 1px solid var(--line);
  background: var(--paper); color: var(--ink-2); font-size: .78rem; font-weight: 500;
}
.profile-actions { display: flex; flex-wrap: wrap; gap: .6rem 1.15rem; margin-top: 1.4rem; }
.profile-link {
  display: inline-flex; align-items: center; gap: .45rem; min-height: 44px;
  color: var(--green-600); font-weight: 600; font-size: .94rem; text-decoration: none;
}
.profile-link:hover { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.profile-link--secondary { color: var(--navy-700); }
.profile-link svg {
  width: 18px; height: 18px; fill: none; stroke: currentColor;
  stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}

.section-heading-centered {
  max-width: 760px; margin: 0 auto 2.5rem; text-align: center;
}
.section-heading-centered h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.55rem); font-weight: 700; margin-bottom: .8rem;
}
.section-heading-centered > p:last-child {
  color: var(--muted); font-size: 1.05rem; max-width: 60ch; margin-inline: auto;
}
.section-heading-centered--light h2 { color: #fff; }
.section-heading-centered--light > p:last-child { color: #b8c8d8; }

.team-card-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem;
}
.team-profile--card { padding: 1.5rem; }
.team-profile--card > p {
  margin-top: .9rem; color: var(--ink-2); font-size: .96rem;
}
.team-card-head { display: flex; align-items: center; gap: 1rem; }
.team-card-head h3 { font-size: 1.35rem; font-weight: 700; }
.team-card-head .team-role { line-height: 1.35; }

.team-structure { padding-block: clamp(3.5rem, 7vw, 6rem); }
.responsibility-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--navy-line); border-bottom: 1px solid var(--navy-line);
}
.responsibility-grid article {
  padding: 1.55rem; border-right: 1px solid var(--navy-line);
}
.responsibility-grid article:last-child { border-right: 0; }
.responsibility-grid span {
  display: block; color: var(--green-500); font-family: var(--font-display);
  font-size: .78rem; font-weight: 700; letter-spacing: .09em;
}
.responsibility-grid h3 { margin: .65rem 0 .5rem; color: #fff; font-size: 1.2rem; }
.responsibility-grid p { color: #a9bccd; font-size: .92rem; }

.mascot-section { border-top: 1px solid var(--line); }
.mascot-inner {
  display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center; max-width: 920px;
}
.mascot-mark {
  aspect-ratio: 1; display: grid; place-items: center;
  border: 2px solid var(--green); border-radius: 50%;
  color: var(--green-600); background: #fff;
  font-family: var(--font-display); font-size: 4.5rem; font-weight: 800;
  box-shadow: inset 0 0 0 12px var(--paper);
}
.mascot-inner h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; margin-bottom: .75rem; }
.mascot-inner > div:last-child > p:last-child { color: var(--ink-2); font-size: 1.04rem; max-width: 66ch; }

/* Responsive for secondary pages */
@media (max-width: 940px) {
  .layout-aside .aside, .layout-aside .content,
  .author-portrait, .author-intro,
  .award-badge, .award-body { grid-column: 1 / -1; }
  .aside-card { position: static; }
  .aside-card { display: none; }  /* hide sticky TOC on mobile; headings still in order */
  .author-portrait { max-width: 260px; }
  .article-grid, .pres-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .team-intro-heading, .team-intro-copy { grid-column: 1 / -1; }
  .team-intro-heading h2 { max-width: 18ch; }
  .team-profile--executive { grid-template-columns: 210px 1fr; }
  .responsibility-grid { grid-template-columns: repeat(2, 1fr); }
  .responsibility-grid article:nth-child(2) { border-right: 0; }
  .responsibility-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--navy-line); }
}
@media (max-width: 620px) {
  .prose .icon-list,
  .prose .check-list { grid-template-columns: 1fr; }
  .heading-with-icon { align-items: flex-start; }
  .heading-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .col-list { columns: 1; }
  .article-grid, .pres-grid, .directory-grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .team-profile--executive { grid-template-columns: 1fr; }
  .team-photo--large { min-height: 230px; }
  .team-card-grid { grid-template-columns: 1fr; }
  .team-profile--card { padding: 1.25rem; }
  .team-card-head { align-items: flex-start; }
  .responsibility-grid { grid-template-columns: 1fr; }
  .responsibility-grid article,
  .responsibility-grid article:nth-child(2) {
    border-right: 0; border-bottom: 1px solid var(--navy-line);
  }
  .responsibility-grid article:last-child { border-bottom: 0; }
  .mascot-inner { grid-template-columns: 1fr; }
  .mascot-mark { width: 140px; }
}

/* =========================================================
   Awards & Recognition page
   ========================================================= */

/* Featured award hero card */
.awards-hero {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 2.5rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.awards-hero-badge img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  display: block;
}
.awards-hero-body .kicker {
  color: var(--green-600);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .4rem;
}
.awards-hero-body h3 {
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  font-weight: 700;
  margin-bottom: .75rem;
  color: var(--ink);
}
.awards-hero-body p {
  color: var(--ink-2);
  margin-bottom: .8rem;
}

/* Award grid */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.awards-grid--manifest {
  grid-template-columns: repeat(4, 1fr);
}
.award-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow .18s ease, transform .18s ease;
}
.award-card:hover {
  box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
  transform: translateY(-2px);
}
.award-card .badge {
  width: 100%;
  max-width: 170px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.award-card .badge--tall {
  aspect-ratio: 2 / 3;
  max-width: 130px;
}
.award-card .badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.award-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .2rem;
  color: var(--ink);
}
.award-card .year {
  color: var(--green-600);
  font-weight: 600;
  font-size: .95rem;
  margin-bottom: .5rem;
}
.award-card p {
  color: var(--ink-2);
  font-size: .92rem;
  line-height: 1.5;
}

/* Certifications grid */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.cert-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
}
.cert-badge {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.cert-badge img {
  max-height: 130px;
  max-width: 160px;
  object-fit: contain;
}
.cert-badge--text {
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  padding: 1rem 1.25rem;
  background: #0f2942;
  border-radius: 8px;
  width: fit-content;
  color: #fff;
}
.bbb-label {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #b8c8d8;
}
.bbb-grade {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.tag-directory {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: .3rem .55rem;
  border-radius: 4px;
  margin-bottom: .75rem;
  align-self: flex-start;
}
.cert-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .55rem;
  color: var(--ink);
}
.cert-card p {
  color: var(--ink-2);
  font-size: .95rem;
}

/* Adds-up two-column with track record bar */
.adds-up-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
.adds-up-cols p {
  color: var(--ink-2);
  margin-bottom: 1rem;
  max-width: 60ch;
}
.inline-link {
  color: var(--green-600);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s ease;
}
.inline-link:hover { border-color: var(--green-600); }
.track-record {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.track-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .35rem;
}
.track-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--green-600);
  line-height: 1;
}
.track-label {
  font-size: .88rem;
  color: var(--muted);
  max-width: 20ch;
}
.track-caveat {
  color: var(--muted);
  font-size: .85rem;
  margin-top: 1rem;
  text-align: center;
}

/* Responsive */
@media (max-width: 960px) {
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
  .awards-grid--manifest { grid-template-columns: repeat(3, 1fr); }
  .cert-grid { grid-template-columns: 1fr; }
  .awards-hero { grid-template-columns: 1fr; text-align: left; }
  .awards-hero-badge img { max-height: 160px; }
  .adds-up-cols { grid-template-columns: 1fr; gap: 1.25rem; }
  .track-record { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
}
@media (max-width: 620px) {
  .awards-grid, .awards-grid--manifest { grid-template-columns: 1fr; }
  .award-card .badge--tall { max-width: 160px; }
}

/* Prevent -- and -> from ligature-rendering as em-dash / arrow */
body { font-variant-ligatures: no-common-ligatures no-discretionary-ligatures no-contextual; }

/* team-profile--card as clickable <a> (from turn 88 - whole card clickable) */
a.team-profile--card { display: block; text-decoration: none; color: inherit; transition: transform 0.18s ease, box-shadow 0.18s ease; }
a.team-profile--card:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -18px rgba(15, 30, 55, 0.22); }
a.team-profile--card:hover .profile-link { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
a.team-profile--card:focus-visible { outline: 3px solid var(--green-500); outline-offset: 3px; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
.team-photo { overflow: hidden; }
.team-photo--large { position: relative; }
.team-photo--large img { position: absolute; inset: 0; }

/* ================================
   Team uniform grid — equal-sized tiles, 3-4 per row
   ================================ */
.team-uniform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .team-uniform-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .team-uniform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}
@media (max-width: 560px) {
  .team-uniform-grid { grid-template-columns: 1fr; gap: 18px; }
}

.team-tile {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--border, #e5e9f0);
  border-radius: 14px;
  padding: 0;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  height: 100%;
}
.team-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -20px rgba(15, 30, 55, 0.28);
  border-color: var(--green-500, #4caf50);
}
.team-tile:focus-visible {
  outline: 3px solid var(--green-500, #4caf50);
  outline-offset: 3px;
}

.team-tile__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--paper, #f5f7fa);
  overflow: hidden;
  position: relative;
}
.team-tile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-tile__photo--initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f2544 0%, #14335c 100%);
}
.team-tile__photo--initial span {
  font-family: var(--font-display, 'General Sans', sans-serif);
  font-weight: 700;
  font-size: 72px;
  color: var(--green-500, #4caf50);
  line-height: 1;
}

.team-tile__body {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 22px;
  flex: 1;
}
.team-tile__tenure {
  font-family: var(--font-display, 'General Sans', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-600, #2e7d32);
  margin: 0 0 8px;
}
.team-tile__name {
  font-family: var(--font-display, 'General Sans', sans-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--navy, #0f2544);
  margin: 0 0 4px;
  line-height: 1.2;
}
.team-tile__role {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy, #0f2544);
  margin: 0 0 12px;
  line-height: 1.35;
}
.team-tile__intro {
  font-size: 14px;
  color: var(--body, #40506a);
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}
.team-tile__link {
  font-family: var(--font-display, 'General Sans', sans-serif);
  font-size: 13px;
  font-weight: 600;
  color: var(--green-600, #2e7d32);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.team-tile__link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.18s ease;
}
.team-tile:hover .team-tile__link svg {
  transform: translateX(3px);
}

/* ================================
   Company cross-link cards
   ================================ */
.company-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .company-links-grid { grid-template-columns: 1fr; gap: 18px; }
}
.company-link-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--border, #e5e9f0);
  border-radius: 14px;
  padding: 28px 24px 26px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  height: 100%;
}
.company-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -20px rgba(15, 30, 55, 0.28);
  border-color: var(--green-500, #4caf50);
}
.company-link-card:focus-visible {
  outline: 3px solid var(--green-500, #4caf50);
  outline-offset: 3px;
}
.company-link-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.company-link-card h3 {
  font-family: var(--font-display, 'General Sans', sans-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--navy, #0f2544);
  margin: 6px 0 12px;
  line-height: 1.25;
}
.company-link-card p {
  font-size: 15px;
  color: var(--body, #40506a);
  line-height: 1.55;
  margin: 0 0 18px;
  flex: 1;
}
.company-link-card .team-tile__link {
  margin-top: auto;
}
.company-link-card:hover .team-tile__link svg {
  transform: translateX(3px);
}

/* ============ CONTACT PAGE (turn 174 -- match live cyberoptik.net/contact/) ============ */

/* Two-column: form on left (wider), sidebar on right (narrower) */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.contact-form-col .section-head { margin-bottom: .75rem; }
.contact-form-col .section-head h2 { margin: 0; }
.contact-form-lede {
  color: var(--ink-2);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 60ch;
  margin: 0 0 2rem;
}

/* Form placeholder box */
.form-placeholder {
  border: 2px dashed #b8c4d1;
  border-radius: var(--radius);
  background: #fbfcfd;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--muted);
}
.form-placeholder-inner { max-width: 320px; }
.form-placeholder-inner svg {
  color: #a3b0be;
  margin-bottom: 1rem;
}
.form-placeholder-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink-2);
  margin: 0 0 .5rem;
}
.form-placeholder-note {
  font-size: .92rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* Sidebar with 3 stacked info cards */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 6rem;
}
.contact-info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.5rem 1.65rem;
  box-shadow: 0 4px 18px -14px rgba(15, 30, 55, 0.15);
}
.contact-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(75, 170, 46, 0.1);
  color: var(--green-600);
  margin-bottom: 1rem;
}
.contact-info-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0 0 .5rem;
  line-height: 1.3;
}
.contact-info-value {
  margin: 0 0 .35rem;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: var(--font-display);
  line-height: 1.2;
}
.contact-info-value a {
  color: var(--ink);
  text-decoration: none;
  transition: color .15s ease;
}
.contact-info-value a:hover { color: var(--green-600); }
.contact-info-value--sm {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-body);
  color: var(--ink-2);
  line-height: 1.55;
}
.contact-info-meta {
  color: var(--muted);
  font-size: .92rem;
  margin: 0;
  line-height: 1.5;
}

/* Social row inside "Connect With Us" card */
.contact-info-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: .65rem;
}
.contact-info-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.contact-info-socials a:hover {
  background: var(--green-600);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 960px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact-sidebar { position: static; }
  .form-placeholder { min-height: 380px; }
}
@media (max-width: 560px) {
  .form-placeholder { min-height: 300px; padding: 2rem 1rem; }
}
