/* Gridlim trust and authorship. Existing page styles remain outside this scope. */
.eeat-note,
.eeat-provenance {
  --eeat-ink: #111213;
  --eeat-muted: #52544f;
  --eeat-line: #dcdcd6;
  --eeat-accent: #2547f2;
  color: var(--eeat-ink);
  background: #f4f3ee;
  border: 1px solid var(--eeat-line);
  border-left: 3px solid var(--eeat-accent);
  padding: clamp(20px, 3vw, 32px);
  margin-block: 32px;
  font-family: var(--font-sans, 'Instrument Sans', system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.eeat-note *, .eeat-provenance * { box-sizing: border-box; }
.eeat-kicker {
  display: block;
  margin: 0 0 12px;
  color: #2547f2;
  font-family: var(--font-mono, 'IBM Plex Mono', monospace);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.eeat-note .eeat-kicker, .eeat-provenance .eeat-kicker { margin: 0 0 12px; color: #2547f2; font-size: 11px; }
.eeat-note h2, .eeat-note h3,
.eeat-provenance h2, .eeat-provenance h3 {
  margin: 0 0 12px;
  color: #111213;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.eeat-note p, .eeat-provenance p { margin: 10px 0 0; color: #52544f; font-size: 16px; line-height: 1.65; }
.eeat-note a, .eeat-author a, .eeat-provenance a { color: #2547f2; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.eeat-note a:hover, .eeat-author a:hover, .eeat-provenance a:hover { text-decoration-thickness: 2px; }
.eeat-note a:focus-visible, .eeat-author a:focus-visible, .eeat-provenance a:focus-visible { outline: 2px solid #2547f2; outline-offset: 4px; }
.eeat-author { margin-block: 20px; font-size: 15px; line-height: 1.6; color: #52544f; overflow-wrap: anywhere; }
.eeat-author strong { color: #111213; }
.eeat-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.eeat-note ul.eeat-links { list-style: none; padding: 0; margin: 20px 0 0; }
.eeat-note ul.eeat-links li { margin: 0; padding: 0; }
.eeat-note ul.eeat-links a { display: inline-flex; align-items: center; min-height: 44px; }
.eeat-footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; padding-block: 12px; color: inherit; font-size: 13px; line-height: 1.6; }
.eeat-footer-links a { color: inherit; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.eeat-footer-links a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.eeat-home-link { max-width: 50ch; font-size: 16px; line-height: 1.6; margin-block: 18px; }
.eeat-home-link a { color: inherit; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.eeat-home-link a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.eeat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.eeat-item { min-width: 0; border-top: 1px solid #dcdcd6; padding-top: 18px; }
.eeat-item > :first-child { margin-top: 0; }
.eeat-item p { margin-top: 10px; }
.eeat-item dt { font-weight: 600; color: #111213; }
.eeat-item dd { margin: 6px 0 0; color: #52544f; }

body.eeat-page {
  --paper: #fafaf7;
  --ink: #111213;
  --cobalt: #2547f2;
  --hairline: #dcdcd6;
  --font-sans: 'Instrument Sans', system-ui, sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.eeat-page *, body.eeat-page *::before, body.eeat-page *::after { box-sizing: border-box; }
body.eeat-page a { color: var(--cobalt); text-underline-offset: 4px; overflow-wrap: anywhere; }
body.eeat-page a:hover { text-decoration-thickness: 2px; }
body.eeat-page :focus-visible { outline: 2px solid var(--cobalt); outline-offset: 5px; }
body.eeat-page button { font: inherit; cursor: pointer; }
body.eeat-page p { margin: 0 0 16px; }
body.eeat-page h1, body.eeat-page h2, body.eeat-page h3 { line-height: 1.15; letter-spacing: -.035em; }
body.eeat-page h1 { font-size: clamp(42px, 6.8vw, 82px); font-weight: 600; margin: 18px 0 24px; max-width: 14ch; }
body.eeat-page h1 em { color: var(--cobalt); font-family: var(--font-serif); font-weight: 400; }
body.eeat-page h2 { font-size: clamp(27px, 3.2vw, 40px); font-weight: 600; margin: 0 0 20px; }
body.eeat-page h3 { font-size: 21px; font-weight: 600; margin: 0 0 12px; }
body.eeat-page section { scroll-margin-top: 24px; }
body.eeat-page .eeat-shell { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
body.eeat-page .eeat-skip { position: fixed; z-index: 10; inset: 12px auto auto 12px; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-180%); }
body.eeat-page .eeat-skip:focus { transform: none; }
body.eeat-page .eeat-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; border-bottom: 1px solid var(--hairline); }
body.eeat-page .eeat-brand { font-size: 23px; font-weight: 700; letter-spacing: -.04em; color: var(--ink); text-decoration: none; white-space: nowrap; }
body.eeat-page .eeat-brand sup { font-size: 10px; color: var(--cobalt); margin-left: 3px; }
body.eeat-page .eeat-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px 24px; }
body.eeat-page .eeat-nav a { display: inline-flex; align-items: center; min-height: 44px; color: #52544f; font-size: 14px; text-decoration: none; }
body.eeat-page .eeat-nav a[aria-current="page"] { color: var(--cobalt); text-decoration: underline; }
body.eeat-page .eeat-hero { padding-block: clamp(48px, 8vw, 96px); }
body.eeat-page .eeat-hero .eeat-kicker { margin-bottom: 18px; }
body.eeat-page .eeat-lead { max-width: 55ch; font-size: clamp(19px, 2.3vw, 24px); line-height: 1.5; color: #3a3b3c; }
body.eeat-page .eeat-section { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; border-top: 1px solid var(--hairline); padding-block: clamp(32px, 5vw, 56px); }
body.eeat-page .eeat-section > .eeat-kicker { margin-top: 6px; }
body.eeat-page .eeat-section-main { min-width: 0; max-width: 760px; }
body.eeat-page .eeat-section-main > p { max-width: 67ch; }
body.eeat-page .eeat-profile-name { display: block; font-size: clamp(34px, 4.5vw, 52px); letter-spacing: -.045em; line-height: 1.12; }
body.eeat-page .eeat-role { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: #52544f; margin-bottom: 24px; }
body.eeat-page .eeat-action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; background: var(--cobalt); color: #fff; padding: 12px 22px; margin-top: 12px; border-radius: 999px; text-decoration: none; font-weight: 500; }
body.eeat-page .eeat-action:hover { background: #1838d0; }
body.eeat-page .eeat-inline-links { display: flex; flex-wrap: wrap; gap: 6px 22px; padding: 0; list-style: none; margin: 20px 0 0; }
body.eeat-page .eeat-inline-links a { display: inline-flex; align-items: center; min-height: 44px; }
body.eeat-page .eeat-note { margin-block: 24px 0; }
body.eeat-page .eeat-note p:last-child { margin-bottom: 0; }
body.eeat-page .eeat-note h3 { font-size: 22px; }
body.eeat-page .eeat-grid { margin-top: 28px; }
body.eeat-page .eeat-item p { color: #52544f; font-size: 16px; }
body.eeat-page .eeat-tag { display: inline-block; color: var(--cobalt); font: 11px/1.5 var(--font-mono); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 12px; }
body.eeat-page .eeat-company { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 28px; margin: 24px 0; }
body.eeat-page .eeat-company div { min-width: 0; }
body.eeat-page .eeat-company dt { color: #52544f; font: 11px/1.5 var(--font-mono); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 5px; }
body.eeat-page .eeat-company dd { margin: 0; overflow-wrap: anywhere; }
body.eeat-page address { font-style: normal; }
body.eeat-page .eeat-checklist { padding-left: 22px; margin: 20px 0; }
body.eeat-page .eeat-checklist li { padding-left: 4px; margin-bottom: 12px; }
body.eeat-page .eeat-checklist li::marker { color: var(--cobalt); }
body.eeat-page .eeat-date { font: 12px/1.6 var(--font-mono); color: #52544f; margin-top: 24px; }
body.eeat-page .eeat-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--hairline); padding-block: 28px 48px; }
body.eeat-page .eeat-footer nav { display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: center; }
body.eeat-page .eeat-footer nav a, body.eeat-page .eeat-footer button { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
body.eeat-page .eeat-footer button { border: 0; padding: 0; background: none; color: var(--cobalt); text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 760px) {
  .eeat-grid { grid-template-columns: 1fr; }
  body.eeat-page .eeat-shell { width: calc(100% - 40px); }
  body.eeat-page .eeat-section { grid-template-columns: 1fr; gap: 12px; }
  body.eeat-page .eeat-section > .eeat-kicker { margin: 0; }
  body.eeat-page .eeat-header { align-items: flex-start; gap: 20px; padding-block: 18px; }
  body.eeat-page .eeat-nav { gap: 0 18px; }
  body.eeat-page .eeat-nav a { font-size: 13px; }
  body.eeat-page .eeat-brand { padding-top: 5px; }
  body.eeat-page .eeat-company { gap: 18px; }
}
@media (max-width: 380px) {
  body.eeat-page .eeat-company { grid-template-columns: 1fr; }
  body.eeat-page .eeat-nav { gap: 0 13px; }
  body.eeat-page .eeat-shell { width: calc(100% - 32px); }
}
@media (prefers-reduced-motion: reduce) {
  body.eeat-page *, body.eeat-page *::before, body.eeat-page *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
