body.work-examples-approved {
  --examples-navy: #10194a;
  --examples-navy-deep: #080e2b;
  --examples-green: #8cc63f;
  --examples-green-dark: #4e7318;
  --examples-paper: #faf8f2;
  --examples-cream: #eee8da;
  --examples-white: #ffffff;
  --examples-ink: #17213d;
  --examples-muted: #60697a;
  --examples-line: #d7d0c2;
  --examples-max: 1180px;
  margin: 0;
  overflow-x: hidden;
  background: var(--examples-paper);
  color: var(--examples-ink);
  font-family: "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.work-examples-approved,
body.work-examples-approved *,
body.work-examples-approved *::before,
body.work-examples-approved *::after {
  box-sizing: border-box;
}

body.work-examples-approved a {
  color: inherit;
}

body.work-examples-approved img,
body.work-examples-approved svg {
  display: block;
  max-width: 100%;
  height: auto;
}

body.work-examples-approved button {
  font: inherit;
}

body.work-examples-approved .examples-shell {
  width: min(var(--examples-max), calc(100% - 64px));
  margin-inline: auto;
}

body.work-examples-approved .examples-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body.work-examples-approved .examples-skip-link {
  position: absolute;
  top: -80px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--examples-white);
  color: var(--examples-navy);
  font-weight: 800;
}

body.work-examples-approved .examples-skip-link:focus {
  top: 12px;
}

body.work-examples-approved :where(a, button):focus,
body.work-examples-approved :where(a, button):focus-visible {
  outline: 3px solid var(--examples-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--examples-green-dark);
}

body.work-examples-approved .examples-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgb(16 25 74 / 12%);
  background: rgb(250 248 242 / 96%);
  backdrop-filter: blur(12px);
}

body.work-examples-approved .examples-nav {
  position: relative;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

body.work-examples-approved .examples-logo-link {
  flex: 0 0 auto;
}

body.work-examples-approved .examples-logo {
  width: 164px;
}

body.work-examples-approved .examples-nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 800;
}

body.work-examples-approved .examples-nav-links a {
  min-height: 44px;
  padding: 12px 0 10px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

body.work-examples-approved .examples-nav-links a:hover,
body.work-examples-approved .examples-nav-links a:focus-visible,
body.work-examples-approved .examples-nav-links a[aria-current="page"] {
  border-bottom-color: var(--examples-green);
  color: var(--examples-navy);
}

body.work-examples-approved .examples-nav-links .examples-nav-cta {
  padding: 12px 16px;
  border-bottom: 0;
  background: var(--examples-navy);
  color: var(--examples-white);
}

body.work-examples-approved .examples-nav-links .examples-nav-cta:hover,
body.work-examples-approved .examples-nav-links .examples-nav-cta:focus-visible {
  border-bottom: 0;
  background: var(--examples-navy-deep);
  color: var(--examples-white);
}

body.work-examples-approved .examples-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
  color: var(--examples-navy);
  cursor: pointer;
}

body.work-examples-approved .examples-nav-toggle span {
  width: 21px;
  height: 3px;
  background: currentColor;
}

body.work-examples-approved .examples-hero {
  position: relative;
  overflow: hidden;
  background: var(--examples-navy);
  color: var(--examples-white);
}

body.work-examples-approved .examples-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 11px;
  background: var(--examples-green);
  content: "";
}

body.work-examples-approved .examples-hero::after {
  position: absolute;
  top: -420px;
  right: -280px;
  width: 830px;
  height: 830px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  content: "";
}

body.work-examples-approved .examples-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 500px;
  grid-template-columns: 1.12fr 0.88fr;
}

body.work-examples-approved .examples-hero-copy {
  display: flex;
  padding: 70px 80px 70px 0;
  border-right: 1px solid rgb(255 255 255 / 15%);
  flex-direction: column;
  justify-content: center;
}

body.work-examples-approved .examples-eyebrow,
body.work-examples-approved .examples-kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.work-examples-approved .examples-eyebrow {
  color: var(--examples-green);
}

body.work-examples-approved .examples-kicker {
  color: var(--examples-green-dark);
}

body.work-examples-approved .examples-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--examples-white);
  font-size: clamp(54px, 5.8vw, 82px);
  font-weight: 900;
  line-height: 0.91;
  letter-spacing: -0.062em;
}

body.work-examples-approved .examples-hero h1 em {
  display: block;
  margin-top: 14px;
  color: var(--examples-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

body.work-examples-approved .examples-hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #d1d7e5;
  font-size: 19px;
  line-height: 1.68;
}

body.work-examples-approved .examples-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 22px;
}

body.work-examples-approved .examples-button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 20px;
  border: 2px solid transparent;
  align-items: center;
  justify-content: center;
  background: var(--examples-navy);
  color: var(--examples-white);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body.work-examples-approved .examples-button-green {
  background: var(--examples-green);
  color: var(--examples-navy);
}

body.work-examples-approved .examples-button-green:hover,
body.work-examples-approved .examples-button-green:focus-visible {
  background: #9bd64b;
}

body.work-examples-approved .examples-hero-side {
  display: flex;
  padding: 64px 0 64px 64px;
  align-items: center;
}

body.work-examples-approved .examples-principle {
  width: 100%;
  padding: 32px 0 32px 48px;
}

body.work-examples-approved .examples-principle blockquote {
  margin: 0;
  color: var(--examples-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.28;
}

body.work-examples-approved .examples-principle blockquote span {
  color: var(--examples-green);
}

body.work-examples-approved .examples-principle p {
  margin: 24px 0 0;
  color: #c5ccdc;
  line-height: 1.7;
}

body.work-examples-approved .examples-section {
  padding: 94px 0;
}

body.work-examples-approved .examples-section-white {
  background: var(--examples-white);
}

body.work-examples-approved .examples-section-head {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: end;
  gap: 72px;
}

body.work-examples-approved .examples-section-head h2 {
  margin: 13px 0 0;
  color: var(--examples-navy);
  font-size: 57px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

body.work-examples-approved .examples-section-head > p {
  margin: 0;
  color: var(--examples-muted);
  font-size: 18px;
  line-height: 1.75;
}

body.work-examples-approved .examples-feature {
  display: grid;
  margin-top: 52px;
  border-top: 4px solid var(--examples-navy);
  border-bottom: 1px solid var(--examples-line);
  grid-template-columns: 0.82fr 1.18fr;
}

body.work-examples-approved .examples-feature-label {
  padding: 34px 48px 34px 0;
  border-right: 1px solid var(--examples-line);
}

body.work-examples-approved .examples-feature-label > p:first-child {
  margin: 0;
  color: var(--examples-green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.work-examples-approved .examples-feature-label h3 {
  margin: 16px 0 0;
  color: var(--examples-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.16;
}

body.work-examples-approved .examples-feature-label > p:last-child {
  margin: 20px 0 0;
  color: var(--examples-muted);
  line-height: 1.7;
}

body.work-examples-approved .examples-sequence {
  margin: 0;
  padding: 34px 0 34px 48px;
}

body.work-examples-approved .examples-sequence div {
  display: grid;
  padding: 19px 0;
  border-bottom: 1px solid var(--examples-line);
  grid-template-columns: 100px 1fr;
  gap: 22px;
}

body.work-examples-approved .examples-sequence div:last-child {
  border-bottom: 0;
}

body.work-examples-approved .examples-sequence dt {
  color: var(--examples-green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.work-examples-approved .examples-sequence dd {
  margin: 0;
  color: var(--examples-ink);
  line-height: 1.62;
}

body.work-examples-approved .examples-patterns {
  margin-top: 38px;
  border-top: 1px solid var(--examples-line);
}

body.work-examples-approved .examples-patterns article {
  display: grid;
  padding: 23px 0;
  border-bottom: 1px solid var(--examples-line);
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

body.work-examples-approved .examples-patterns h3 {
  margin: 0;
  color: var(--examples-navy);
  font-size: 20px;
  line-height: 1.3;
}

body.work-examples-approved .examples-patterns p {
  margin: 0;
  color: var(--examples-muted);
  line-height: 1.55;
}

body.work-examples-approved .examples-proof-section {
  background: var(--examples-cream);
}

body.work-examples-approved .examples-editorial-split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 80px;
}

body.work-examples-approved .examples-small-title {
  padding-top: 16px;
  border-top: 6px solid var(--examples-green);
}

body.work-examples-approved .examples-small-title h2 {
  margin: 16px 0 0;
  color: var(--examples-navy);
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.work-examples-approved .examples-small-title > p:last-child {
  margin: 14px 0 0;
  color: var(--examples-muted);
  line-height: 1.68;
}

body.work-examples-approved .examples-big-statement {
  margin: 0;
  color: var(--examples-navy);
  font-size: 52px;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.052em;
}

body.work-examples-approved .examples-big-statement span {
  color: var(--examples-green-dark);
}

body.work-examples-approved .examples-big-copy {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--examples-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.work-examples-approved .examples-cta-band {
  background: var(--examples-navy);
  color: var(--examples-white);
}

body.work-examples-approved .examples-cta-band .examples-shell {
  display: flex;
  padding-top: 68px;
  padding-bottom: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

body.work-examples-approved .examples-cta-band h2 {
  max-width: 780px;
  margin: 0;
  color: var(--examples-white);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.045em;
}

body.work-examples-approved .examples-cta-band p {
  max-width: 560px;
  margin: 16px 0 0;
  color: #c8cedd;
  line-height: 1.65;
}

body.work-examples-approved .examples-footer {
  padding: 36px 0;
  border-top: 1px solid #d1c7b5;
  background: #e8e1d2;
}

body.work-examples-approved .examples-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

body.work-examples-approved .examples-footer p {
  margin: 0;
  color: #626a78;
  font-size: 12px;
}

body.work-examples-approved .examples-footer a:not(.examples-logo-link) {
  text-underline-offset: 3px;
}

@media (max-width: 850px) {
  body.work-examples-approved .examples-shell {
    width: min(calc(100% - 38px), var(--examples-max));
  }

  body.work-examples-approved .examples-nav {
    min-height: 75px;
  }

  body.work-examples-approved .examples-logo {
    width: 142px;
  }

  .work-examples-js body.work-examples-approved .examples-nav-toggle {
    display: inline-flex;
  }

  body.work-examples-approved .examples-nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 10px 19px 18px;
    border: 1px solid rgb(16 25 74 / 14%);
    border-top: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--examples-paper);
  }

  .work-examples-js body.work-examples-approved .examples-nav-links {
    display: none;
  }

  .work-examples-js body.work-examples-approved.examples-nav-open .examples-nav-links {
    display: flex;
  }

  body.work-examples-approved .examples-nav-links a,
  body.work-examples-approved .examples-nav-links .examples-nav-cta {
    display: flex;
    min-height: 48px;
    padding: 12px 10px;
    align-items: center;
    border-bottom: 1px solid var(--examples-line);
  }

  body.work-examples-approved .examples-nav-links a[aria-current="page"] {
    border-bottom-color: var(--examples-green);
  }

  body.work-examples-approved .examples-nav-links .examples-nav-cta {
    margin-top: 8px;
    border-bottom: 0;
    justify-content: center;
  }

  body.work-examples-approved .examples-hero::before {
    width: 7px;
  }

  body.work-examples-approved .examples-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  body.work-examples-approved .examples-hero-copy {
    padding: 60px 0 54px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
  }

  body.work-examples-approved .examples-hero h1 {
    font-size: 58px;
  }

  body.work-examples-approved .examples-hero-lead {
    font-size: 17px;
  }

  body.work-examples-approved .examples-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  body.work-examples-approved .examples-hero-side {
    padding: 42px 0 62px;
  }

  body.work-examples-approved .examples-principle {
    padding: 42px 0;
  }

  body.work-examples-approved .examples-principle blockquote {
    font-size: 29px;
  }

  body.work-examples-approved .examples-section {
    padding: 70px 0;
  }

  body.work-examples-approved .examples-section-head,
  body.work-examples-approved .examples-editorial-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.work-examples-approved .examples-section-head h2 {
    font-size: 44px;
  }

  body.work-examples-approved .examples-feature {
    grid-template-columns: 1fr;
  }

  body.work-examples-approved .examples-feature-label {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--examples-line);
  }

  body.work-examples-approved .examples-sequence {
    padding: 20px 0;
  }

  body.work-examples-approved .examples-sequence div {
    grid-template-columns: 76px 1fr;
    gap: 16px;
  }

  body.work-examples-approved .examples-patterns article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.work-examples-approved .examples-big-statement {
    font-size: 40px;
  }

  body.work-examples-approved .examples-cta-band .examples-shell {
    padding-top: 55px;
    padding-bottom: 55px;
    align-items: flex-start;
    flex-direction: column;
  }

  body.work-examples-approved .examples-cta-band h2 {
    font-size: 39px;
  }

  body.work-examples-approved .examples-footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  body.work-examples-approved .examples-shell {
    width: min(calc(100% - 32px), var(--examples-max));
  }

  body.work-examples-approved .examples-hero-copy {
    padding-top: 52px;
  }

  body.work-examples-approved .examples-hero h1 {
    font-size: 49px;
  }

  body.work-examples-approved .examples-section-head h2 {
    font-size: 38px;
  }

  body.work-examples-approved .examples-feature-label h3 {
    font-size: 31px;
  }

  body.work-examples-approved .examples-sequence div {
    grid-template-columns: 68px 1fr;
    gap: 12px;
  }

  body.work-examples-approved .examples-big-statement {
    font-size: 35px;
  }

  body.work-examples-approved .examples-cta-band h2 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
