:root {
  --paper: #fff;
  --surface: #f5f7fa;
  --ink: #18222b;
  --muted: #65717b;
  --line: #dce2e7;
  --blue: #145ac2;
  --blue-dark: #0d469b;
  --max: 1440px;
  --gutter: clamp(24px, 3.4vw, 48px);
  --header-height: 88px;
  --story-toc-top: calc(var(--header-height) + 32px);
  --story-editorial-width: 1180px;
  --story-toc-width: 230px;
  --story-content-shift: 150px;
  --story-leading-column-width:
    calc(var(--story-toc-width) - var(--story-content-shift));
  --story-content-width: clamp(760px, 55vw, 800px);
  --story-column-gap: clamp(40px, 3vw, 48px);
  --story-reading-width: calc(
    var(--story-toc-width) +
    var(--story-column-gap) +
    var(--story-content-width)
  );
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

[id] { scroll-margin-top: calc(88px + 1.5rem); }

.anchor-alias {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

button,
a { font: inherit; }

a { color: inherit; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--ink);
  transform: translateY(-110%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
}

.header-inner,
.hero,
.hero-boundary,
.work-flow,
.work-formats,
.contact-inner {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #e8ecef;
}

.wordmark {
  width: 180px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-decoration: none;
}

.wordmark img {
  width: 180px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(2.15rem, 2.8vw, 3.2rem);
  color: #46545e;
  font-size: .91rem;
  font-weight: 500;
  letter-spacing: .008em;
  white-space: nowrap;
}

.site-nav > a {
  position: relative;
  padding: 1rem 0;
  text-decoration: none;
}

.site-nav > a::after {
  position: absolute;
  right: 0;
  bottom: .65rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .18s ease;
}

.site-nav > a:hover,
.site-nav > a:focus-visible { color: var(--blue); }

.site-nav > a:hover::after,
.site-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-action {
  justify-self: end;
  min-height: 40px;
  padding: .62rem .9rem;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  background: #fff;
  border: 1px solid #9ab9e5;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.header-action:hover {
  color: var(--blue-dark);
  background: #f2f7ff;
  border-color: var(--blue);
}

.header-action:active { transform: translateY(1px); }

.menu-toggle { display: none; }

.hero {
  min-height: min(calc(100vh - 88px), 912px);
  min-height: min(calc(100svh - 88px), 912px);
  padding-block: clamp(1.9rem, 3.5vh, 2.75rem) clamp(2.1rem, 3.5vh, 2.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr);
  align-items: start;
  gap: clamp(2.5rem, 4.5vw, 5rem);
}

.hero-main {
  position: relative;
  min-width: 0;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.8rem, 5.25vw, 5.35rem);
  font-weight: 500;
  letter-spacing: -.047em;
  line-height: .975;
}

.title-line {
  display: block;
  white-space: nowrap;
}

.title-line + .title-line { margin-top: .045em; }

.title-line:nth-child(1) {
  color: #3e4952;
  font-size: .96em;
  font-weight: 500;
  letter-spacing: -.046em;
}

.title-line:nth-child(2) {
  font-size: .98em;
  font-weight: 500;
}

.title-line-accent {
  color: var(--blue);
  font-size: 1em;
  font-weight: 500;
}

.hero-lead {
  max-width: 680px;
  margin: 1.85rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.66;
}

.hero-actions {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.button {
  min-width: 206px;
  min-height: 56px;
  padding: 1rem 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: #fff;
  background: var(--blue);
  font-size: .94rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.button:hover { background: var(--blue-dark); }
.button:active { transform: translateY(1px); }

.text-link {
  padding-block: .7rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link span { transition: transform .18s ease; }
.text-link:hover { color: var(--blue); }
.text-link:hover span { transform: translateY(3px); }
.text-link:active { color: var(--blue-dark); }

.hero-aside {
  position: relative;
  margin-top: clamp(.65rem, 1.6vw, 1.5rem);
  padding: 1.25rem 0 1.5rem;
}

.hero-aside-title {
  margin: 0;
  color: #5f6972;
  font-size: clamp(1.18rem, 1.45vw, 1.4rem);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.3;
  text-align: left;
}

.aside-copy {
  margin: 1.1rem 0 0;
  display: grid;
  gap: 0;
}

.aside-copy p {
  position: relative;
  margin: 0;
  color: #59656f;
  font-size: clamp(.92rem, .9vw, 1rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.aside-copy p + p {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
}

.aside-copy p + p::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  content: "";
  background: rgb(15 23 42 / 12%);
}

@media (min-width: 901px) {
  .hero {
    min-height: min(calc(100vh - 88px), 912px);
    min-height: min(calc(100svh - 88px), 912px);
    padding-block: 2rem;
    align-content: center;
    align-items: start;
  }

  .hero-main,
  .hero-aside { top: 0; }
}

.situations {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  padding-block: clamp(4rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
}

.situations-intro {
  max-width: 760px;
}

.situations h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.05rem, 3.1vw, 3rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.situation-list {
  margin-top: clamp(2.4rem, 3.7vw, 3.5rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.situation-list article {
  border-left: 1px solid var(--line);
  transition: background .18s ease;
}

.situation-list article:first-child { border-left: 0; }

.situation-card {
  min-height: 248px;
  padding: 1.5rem 1.55rem 1.4rem;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.situation-list h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  transition: color .18s ease;
}

.situation-list p {
  margin: .75rem 0 1.35rem;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

.situation-action {
  width: max-content;
  margin-top: auto;
  display: inline-flex;
  gap: .55rem;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 700;
}

.situation-action > span { transition: transform .18s ease; }

.situation-list article:hover,
.situation-list article:focus-within {
  background: var(--surface);
}

.situation-card:hover h3,
.situation-card:focus-visible h3 { color: var(--blue); }

.situation-card:hover .situation-action > span,
.situation-card:focus-visible .situation-action > span { transform: translateX(4px); }

.situation-card:active .situation-action { color: var(--blue-dark); }

.section-heading {
  max-width: 760px;
}

.section-kicker {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.narrator-line {
  max-width: 680px;
  margin: 0 0 clamp(.9rem, 1.4vw, 1.25rem);
  color: #56636d;
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.5;
}

.section-heading h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.25rem, 3.7vw, 3.85rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.section-heading > p:last-child:not(.narrator-line),
.contact-copy {
  max-width: 680px;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.work-flow {
  padding-block: clamp(4rem, 6vw, 6rem);
}

.work-steps {
  margin: clamp(2.25rem, 3.5vw, 3.5rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.work-steps li {
  --step-inline: clamp(1.5rem, 2.6vw, 2.75rem);

  min-height: 250px;
  padding: 1.75rem var(--step-inline) 2.1rem;
  display: flex;
  flex-direction: column;
}

.work-steps li:first-child {
  padding-left: 0;
}

.work-steps li + li {
  border-left: 1px solid var(--line);
}

.step-number {
  display: block;
  margin-bottom: 2rem;
  color: #536f84;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .09em;
}

.work-steps li:nth-child(1) .step-number {
  align-self: flex-start;
  text-align: left;
}

.work-steps li:nth-child(2) .step-number {
  align-self: center;
  text-align: center;
}

.work-steps li:nth-child(3) .step-number {
  align-self: flex-end;
  text-align: right;
}

.step-copy {
  width: min(100%, 390px);
  text-align: left;
}

@media (min-width: 901px) {
  .work-steps li:nth-child(1) .step-copy {
    width: min(calc(100% - var(--step-inline)), 390px);
    margin-right: auto;
  }

  .work-steps li:nth-child(2) .step-copy {
    margin-inline: auto;
  }

  .work-steps li:nth-child(3) .step-copy {
    margin-left: auto;
  }
}

.step-copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -.025em;
}

.step-copy p {
  max-width: 390px;
  margin: .8rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.68;
}

.step-copy .step-principle {
  margin-top: 1rem;
  color: var(--ink);
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.48;
}

.step-copy .step-note {
  color: #78838c;
  font-size: .88rem;
  line-height: 1.65;
}

.stories {
  width: 100%;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  background: var(--surface);
}

.stories-inner {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  padding-block: clamp(4rem, 6vw, 6rem);
}

.stories-heading {
  max-width: 760px;
  display: flex;
  flex-direction: column;
}

.stories-heading .narrator-line { order: -1; }

.story-list {
  margin: clamp(2.25rem, 3.5vw, 3.5rem) 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.story-teaser {
  padding-block: clamp(1.65rem, 2.6vw, 2.5rem);
}

.story-teaser--featured {
  padding-right: clamp(1rem, 2vw, 2rem);
}

.story-list__secondary {
  display: grid;
  align-items: start;
}

.story-list__secondary .story-teaser + .story-teaser {
  border-top: 1px solid var(--line);
}

.story-teaser h2,
.story-teaser h3 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.story-teaser--featured h3 {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.story-teaser h2 a,
.story-teaser h3 a {
  text-decoration: none;
}

.story-teaser h2 a:hover,
.story-teaser h2 a:focus-visible,
.story-teaser h3 a:hover,
.story-teaser h3 a:focus-visible {
  color: var(--blue);
}

.story-teaser__excerpt {
  max-width: 560px;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.story-teaser__excerpt p { margin: 0; }
.story-teaser__excerpt p + p { margin-top: .9rem; }

.story-read-more {
  width: max-content;
  min-height: 44px;
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--blue);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.story-read-more span { transition: transform .18s ease; }
.story-read-more:hover span { transform: translateX(3px); }

.stories-index-intro,
.stories-archive,
.story-article {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
}

.breadcrumbs {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  padding-top: clamp(1.25rem, 2.2vw, 2rem);
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .7rem;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.breadcrumbs li + li::before {
  color: #a7b0b7;
  content: "/";
}

.breadcrumbs a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: #4d5a64;
  text-underline-offset: .22em;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible { color: var(--blue); }

.legal-main > .breadcrumbs,
.info-main > .breadcrumbs,
.documents-main > .breadcrumbs,
.error-page-main > .breadcrumbs {
  width: 100%;
  padding-top: 0;
}

.stories-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  column-gap: clamp(3rem, 5vw, 6rem);
  align-items: start;
  padding-block: clamp(2.4rem, 4vw, 4rem) clamp(2.25rem, 3.5vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}

/* The scale fixture keeps the archived list composition for regression coverage. */
.stories-index-intro:not(.stories-page-hero) {
  padding-block: clamp(2.4rem, 4vw, 4rem) clamp(2.25rem, 3.5vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}

.stories-index-intro:not(.stories-page-hero) h1 {
  max-width: 980px;
  margin: .75rem 0 0;
  grid-column: 1 / -1;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .96;
}

.stories-index-intro:not(.stories-page-hero) > p {
  width: min(650px, calc(100vw - (2 * var(--gutter))));
  max-width: 650px;
  margin: 1.75rem 0 0;
  grid-column: 1 / 4;
  grid-row: 2;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.65;
}

.stories-page-title {
  max-width: 980px;
  margin: .75rem 0 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .96;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.stories-page-lead {
  --stories-page-lead-available: calc(100vw - (2 * var(--gutter)));
  width: min(650px, var(--stories-page-lead-available));
  max-width: 650px;
  margin: 1.75rem 0 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
}

.stories-page-lead p { margin: 0; }
.stories-page-lead p + p { margin-top: 1.15em; }

.stories-page-title {
  min-width: 0;
  grid-column: 1;
}

.stories-page-hero__aside {
  min-width: 0;
  grid-column: 2;
}

.stories-page-hero__aside .stories-page-lead {
  --stories-page-lead-available: 100%;
}

.stories-archive {
  padding-block: 0 clamp(4.5rem, 7vw, 7rem);
}

.stories-index-intro:not(.stories-page-hero),
.stories-results-frame,
.stories-pagination-wrap {
  display: grid;
  grid-template-columns:
    max(0px, calc((100% - var(--story-reading-width)) / 2))
    var(--story-leading-column-width)
    var(--story-column-gap)
    minmax(
      0,
      min(
        var(--story-content-width),
        calc(100% - var(--story-toc-width) - var(--story-column-gap))
      )
    )
    minmax(0, 1fr);
  align-items: start;
}

.stories-results-frame {
  border-top: 1px solid var(--line);
}

.stories-archive-main {
  position: relative;
  min-width: 0;
  grid-column: 4;
  grid-row: 1;
}

.stories-archive-main::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--story-column-gap));
  border-left: 1px solid var(--line);
  content: "";
  pointer-events: none;
}

.stories-search {
  width: min(100%, 560px);
  margin-top: clamp(2rem, 2.5vw, 2.5rem);
  display: grid;
  color: var(--muted);
}

.stories-search__title {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.stories-search__description {
  max-width: 52ch;
  margin: .35rem 0 0;
  font-size: .9rem;
  line-height: 1.55;
}

@media (min-width: 1101px) {
  .stories-page-hero,
  .stories-index-intro:not(.stories-page-hero) {
    padding-bottom: calc(clamp(2.25rem, 3.5vw, 3.5rem) + clamp(5.45rem, 7vw, 6.2rem));
  }

  .stories-page-hero--story {
    padding-bottom: clamp(4.5rem, 5vw, 5rem);
  }

  .stories-page-hero--archive {
    padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
  }
}

.stories-search-field {
  margin-top: 1rem;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #aab4bc;
}

.stories-search input {
  min-width: 0;
  flex: 1;
  padding: .75rem 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  font-size: 1.05rem;
}

.stories-search button {
  min-width: 48px;
  margin-left: 1rem;
  padding: .75rem 0 .75rem 1rem;
  color: var(--blue);
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  cursor: pointer;
}

.stories-search-field:focus-within {
  border-color: var(--blue);
  box-shadow: 0 1px 0 var(--blue);
}

.stories-search input:focus,
.stories-search button:focus {
  outline: 0;
}

.stories-search button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.stories-facets {
  min-width: 0;
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: stretch;
  padding: clamp(2rem, 3vw, 2.75rem) clamp(1.75rem, 3vw, 3rem) clamp(3rem, 5vw, 5rem) 0;
}

.stories-facets-inner {
  position: sticky;
  top: var(--story-toc-top);
}

.stories-facets h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.35;
}

.stories-facet-group {
  margin-top: 2.25rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.stories-facet-group h3 {
  margin: 0 0 .45rem;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.45;
}

.stories-facet-options {
  display: grid;
  gap: 0;
}

.stories-facet-options button,
.stories-facets-reset {
  position: relative;
  width: 100%;
  min-height: 36px;
  padding: .32rem 0 .32rem .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #52606a;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .88rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.stories-facet-options button::before {
  position: absolute;
  top: .42rem;
  bottom: .42rem;
  left: 0;
  width: 1px;
  content: "";
  background: transparent;
}

.stories-facet-options button[aria-pressed="true"] {
  color: var(--blue);
  font-weight: 700;
}

.stories-facet-options button[aria-pressed="true"]::before {
  background: var(--blue);
}

.stories-facet-options button:disabled {
  color: #a3abb1;
  cursor: default;
}

.stories-facet-options button:focus-visible,
.stories-facets-reset:focus-visible,
.stories-filter-toggle:focus-visible,
.stories-active-facets button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.stories-facet-count {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.stories-facets-reset {
  margin-top: 1.5rem;
  padding-top: .75rem;
  padding-left: 0;
  justify-content: flex-start;
  color: #73808a;
  border-top: 1px solid var(--line);
}

.stories-facets-reset:hover,
.stories-facets-reset:focus-visible {
  color: var(--blue);
}

.stories-mobile-filter-controls,
.stories-active-facets {
  display: none;
}

.stories-filter-toggle {
  min-height: 44px;
  padding: .55rem 0;
  color: var(--blue);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
}

.stories-active-facets {
  flex-wrap: wrap;
  gap: .35rem 1rem;
}

.stories-active-facets button {
  min-height: 36px;
  padding: .25rem 0;
  color: #46535c;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .84rem;
  cursor: pointer;
}

.stories-active-facets button span {
  margin-left: .25rem;
  color: var(--blue);
}

.stories-empty {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stories-results-heading {
  min-height: 92px;
  padding: clamp(2rem, 3vw, 2.75rem) 0 1.35rem;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
}

.stories-results-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.35;
}

.stories-results-heading [data-stories-count] {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}

.stories-empty p {
  max-width: 640px;
  margin: 0;
}

.stories-empty p:first-child {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.stories-empty p + p {
  margin-top: .75rem;
  color: var(--muted);
}

.stories-empty button {
  margin-top: 1.4rem;
  padding: 0;
  color: var(--blue);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
}

.stories-index-list .story-teaser {
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.story-index-row {
  min-height: 100%;
  padding: clamp(2.5rem, 4vw, 3.75rem) 0;
  display: grid;
  grid-template:
    "title excerpt" auto
    ". action" auto
    / minmax(220px, .78fr) minmax(320px, 1.22fr);
  gap: 1.15rem clamp(1.25rem, 2vw, 2rem);
  align-items: start;
  text-decoration: none;
}

.stories-index-list .story-teaser--featured { border-right: 0; }
.stories-index-list .story-teaser h2 {
  color: var(--ink);
  font-size: clamp(1.65rem, 2.2vw, 2.3rem);
}
.stories-index-list .story-teaser__excerpt,
.stories-index-list .story-read-more { margin-top: 0; }
.stories-index-list .story-teaser h2 { grid-area: title; }
.stories-index-list .story-teaser__excerpt {
  grid-area: excerpt;
  max-width: 720px;
}
.stories-index-list .story-read-more {
  grid-area: action;
  align-self: start;
}
.story-index-row:hover h2,
.story-index-row:focus-visible h2 { color: var(--blue); }
.story-index-row:hover .story-read-more span { transform: translateX(3px); }

.stories-pagination-wrap {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.stories-pagination-wrap:empty {
  display: none;
}

.stories-pagination {
  grid-column: 4;
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
}

.stories-pagination > a:last-child { justify-self: end; }
.stories-pagination a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--blue);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}
.stories-pagination ol {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.stories-pagination ol a,
.stories-pagination ol span {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
}
.stories-pagination ol span {
  color: var(--ink);
  border: 1px solid var(--line);
}

.story-article {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  padding-block: 0;
}

.story-content {
  position: relative;
  width: min(100%, var(--story-content-width));
  min-width: 0;
  padding-block: clamp(2.5rem, 4vw, 3.75rem) clamp(3rem, 5vw, 4.5rem);
  grid-column: 4;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  line-height: 1.72;
  text-align: left;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.story-content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--story-column-gap));
  border-left: 1px solid var(--line);
  content: "";
  pointer-events: none;
}

.story-content a,
.story-content blockquote {
  overflow-wrap: anywhere;
}

.story-content img {
  max-width: 100%;
  height: auto;
}

.story-reading-wrap {
  width: 100%;
  margin-top: 0;
  display: block;
}

.story-reading {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns:
    max(0px, calc((100% - var(--story-reading-width)) / 2))
    var(--story-leading-column-width)
    var(--story-column-gap)
    minmax(
      0,
      min(
        var(--story-content-width),
        calc(100% - var(--story-toc-width) - var(--story-column-gap))
      )
    )
    minmax(0, 1fr);
  align-items: start;
}

.story-toc {
  min-width: 0;
  margin: 0;
  padding: clamp(2.5rem, 4vw, 3.75rem) clamp(1.75rem, 3vw, 3rem) clamp(3rem, 5vw, 4.5rem) 0;
  grid-column: 1 / 3;
  align-self: stretch;
}

.story-toc-inner {
  position: sticky;
  top: var(--story-toc-top);
  max-height: calc(100vh - var(--story-toc-top) - 32px);
  max-height: calc(100dvh - var(--story-toc-top) - 32px);
  display: grid;
  grid-template-rows: auto minmax(0, auto);
}

.story-toc-title {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.35;
}

.story-toc-nav {
  min-height: 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.story-toc ol,
.story-toc-mobile ol {
  margin: 2.25rem 0 0;
  padding: 0;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
  list-style: none;
}

.story-toc li + li,
.story-toc-mobile li + li {
  margin-top: 0;
}

.story-toc-link {
  position: relative;
  min-height: 34px;
  padding: .32rem 0 .32rem .8rem;
  display: block;
  color: #52606a;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
  transition: color 130ms linear;
}

.story-toc-link::before {
  position: absolute;
  top: .42rem;
  bottom: .42rem;
  left: 0;
  width: 1px;
  content: "";
  background: transparent;
  transition: opacity 130ms linear;
}

.story-toc-link:hover,
.story-toc-link:focus-visible {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: .2em;
}

.story-toc-link.is-active,
.story-toc-link[aria-current="location"] {
  color: var(--blue);
  font-weight: 700;
}

.story-toc-link.is-active::before,
.story-toc-link[aria-current="location"]::before {
  background: var(--blue);
}

.story-toc-link:focus-visible,
.story-toc-mobile summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.story-toc-mobile {
  display: none;
}

.story-content > section:first-child > p:first-child {
  font-size: clamp(1.125rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.story-content section + section { margin-top: clamp(3.75rem, 6vw, 5.25rem); }

.story-content h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 2.35vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.2;
  break-after: avoid;
  page-break-after: avoid;
  scroll-margin-top: var(--story-toc-top);
}

.story-content p { margin: 0; }
.story-content p + p { margin-top: 1.45rem; }

.story-content ul {
  margin: 1.25rem 0 0;
  padding-left: 1.35rem;
}

.story-content li + li { margin-top: .85rem; }

.story-navigation {
  width: 100%;
  padding-block: clamp(2rem, 3.5vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-navigation__card {
  min-width: 0;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.story-navigation__card:hover,
.story-navigation__card:focus-visible { color: var(--blue); }
.story-navigation__previous { grid-column: 1; }
.story-navigation__all {
  grid-column: 2;
  text-align: center;
}
.story-navigation__next {
  grid-column: 3;
  text-align: right;
}
.story-navigation__label {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.4;
}
.story-navigation__card strong {
  margin-top: .55rem;
  display: block;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 500;
  line-height: 1.4;
}

.work-formats {
  padding-block: clamp(3.75rem, 5.5vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(290px, .85fr) minmax(0, 1.15fr);
  gap: 0 clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.work-formats > .section-heading {
  position: sticky;
  top: clamp(1.5rem, 4vw, 3.5rem);
}

.work-formats-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.work-formats-list article {
  min-width: 0;
  padding: clamp(1.75rem, 2.8vw, 2.5rem) 0;
  border-bottom: 1px solid var(--line);
}

.work-formats-list h3 {
  margin: 0;
  font-size: clamp(1.3rem, 1.9vw, 1.7rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.work-formats-list article > p,
.work-formats-list article > div {
  max-width: 560px;
}

.work-formats-list p {
  margin: .85rem 0 0;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.6;
}

.work-formats-list p + p {
  margin-top: .4rem;
}

.work-formats-list .work-format-note {
  color: var(--muted);
  font-size: .86rem;
}

.contact {
  width: 100%;
  background: var(--surface);
}

.contact-inner {
  padding-block: clamp(5rem, 7.5vw, 7.5rem);
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(400px, 1.05fr);
  gap: clamp(3.5rem, 8vw, 8rem);
}

.contact h2 { max-width: 620px; }

.contact-direct {
  margin-top: 3.25rem;
  display: grid;
  justify-items: start;
  gap: 1rem;
}

.contact-direct-title {
  margin: 0 0 .25rem;
  color: #4f5d67;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.5;
}

.contact-method {
  display: grid;
  gap: .18rem;
}

.contact-method span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.contact-method a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

.contact-form {
  display: grid;
  gap: 1.45rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.45rem;
}

.contact-form > label:not(.form-consent),
.form-row label {
  display: grid;
  gap: .9rem;
}

.contact-form > label:not(.form-consent) > span,
.form-row label > span {
  color: #65727c;
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .01em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: .85rem 0 1rem;
  color: #2f3a43;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(15 23 42 / 14%);
  border-radius: 0;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.form-situation-choice {
  margin: -.25rem 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgb(20 90 194 / 55%);
  outline: 0;
}

.form-submit {
  width: min(100%, 270px);
  margin-top: .55rem;
  border: 0;
  cursor: pointer;
}

.form-consent {
  margin-top: .1rem;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: .75rem;
  color: #65727c;
  font-size: .72rem;
  line-height: 1.5;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: .1rem 0 0;
  accent-color: var(--blue);
}

.form-consent a {
  color: var(--blue);
  font-weight: 500;
  text-underline-offset: .2em;
}

.form-consent-copy {
  display: grid;
  gap: .16rem;
}

.form-note {
  max-width: 500px;
  margin: -.1rem 0 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.5;
}

.form-note a {
  color: var(--blue);
  text-underline-offset: .2em;
}

.contact-captcha {
  position: relative;
  z-index: 80;
  width: 0;
  height: 0;
  min-height: 0;
}

.contact-captcha:empty { display: none; }

body > [class*="smart-captcha"] {
  z-index: 1000 !important;
  max-width: 100vw;
}

.form-status {
  min-height: 1.5em;
  margin: -.55rem 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.form-status[data-state="success"] { color: #176a3a; }
.form-status[data-state="error"] { color: #9a2f2f; }

.contact-success {
  width: min(100%, 540px);
  align-self: start;
  align-content: start;
  display: grid;
  justify-items: start;
  gap: .75rem;
  outline: 0;
}

.contact-success-icon {
  color: #168447;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: .9;
}

.contact-success h3 {
  max-width: 520px;
  margin: 0;
  color: #25313a;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.25;
}

.contact-success p {
  max-width: 100%;
  margin: 0;
  color: #65727c;
  font-size: 1rem;
  line-height: 1.65;
}

.form-submit:disabled {
  cursor: wait;
  opacity: .7;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  padding-block: 2.5rem 1.75rem;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(140px, 180px) minmax(300px, 400px);
  row-gap: 2rem;
  column-gap: calc(clamp(1.75rem, 3vw, 3rem) + 25px);
  align-items: start;
}

.footer-wordmark {
  width: 194px;
  display: block;
}

.footer-wordmark img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-brand,
.footer-nav,
.footer-documents {
  display: grid;
  justify-items: start;
  gap: .7rem;
}

.footer-brand {
  align-self: stretch;
  align-content: center;
  justify-items: start;
}

@media (min-width: 901px) {
  .footer-nav { transform: translateX(-52px); }
}

.footer-brand > a:not(.footer-wordmark),
.footer-nav a,
.footer-documents a,
.footer-cookie-settings {
  color: #4b5964;
  font-size: .86rem;
  line-height: 1.4;
  text-underline-offset: .2em;
}

.footer-cookie-settings {
  padding: 0;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-panel {
  position: fixed;
  z-index: 90;
  right: max(var(--gutter), env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  left: max(var(--gutter), env(safe-area-inset-left));
  width: min(calc(100% - (2 * var(--gutter))), 1120px);
  margin-inline: auto;
  padding: .85rem 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.5rem;
  color: var(--ink);
  background: rgb(255 255 255 / 98%);
  border: 1px solid var(--line);
  box-shadow: 0 12px 36px rgb(24 34 43 / 14%);
}

.cookie-panel[hidden],
body.menu-open .cookie-panel { display: none; }

.cookie-panel--docked {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-block: 0 max(12px, env(safe-area-inset-bottom));
}

.cookie-panel-copy p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.5;
}

.cookie-panel-copy a {
  color: var(--blue);
  text-underline-offset: .2em;
}

.cookie-panel-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.cookie-panel .button {
  min-height: 42px;
  padding: .7rem 1rem;
  font-size: .78rem;
  white-space: nowrap;
}

.cookie-necessary {
  min-height: 42px;
  padding: .65rem .25rem;
  color: var(--blue);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.footer-heading {
  margin: 0 0 .2rem;
  color: #7890a3;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-copyright {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.55;
}

.footer-copyright {
  grid-column: 1 / -1;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-main {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
}

.legal-main {
  padding-block: clamp(1.5rem, 2.5vw, 2.5rem) clamp(4.5rem, 7vw, 7rem);
}

.legal-main h1 {
  max-width: 780px;
  margin: clamp(2.25rem, 4vw, 4rem) auto 0 0;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.legal-main h2 {
  max-width: 780px;
  margin: 2.75rem auto 0 0;
  font-size: 1.35rem;
  font-weight: 600;
}

.legal-main h3 {
  max-width: 780px;
  margin: 1.75rem auto 0 0;
  font-size: 1.05rem;
  font-weight: 650;
}

.legal-main p,
.legal-main li {
  color: #4b5964;
  font-size: 1rem;
  line-height: 1.7;
}

.legal-main p { max-width: 780px; margin-right: auto; margin-left: 0; }
.legal-main ul { max-width: 780px; margin-right: auto; margin-left: 0; padding-left: 1.25rem; }

.legal-main a {
  color: var(--blue);
  text-underline-offset: .2em;
}

.legal-revision {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.legal-details {
  max-width: 780px;
  margin: 1.25rem auto 0 0;
  border-top: 1px solid var(--line);
}

.legal-details > div {
  padding-block: .85rem;
  display: grid;
  grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr);
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.legal-details dt {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 700;
}

.legal-details dd {
  margin: 0;
  color: #4b5964;
  line-height: 1.55;
}

.legal-links li + li { margin-top: .4rem; }

.legal-table-wrap {
  max-width: 780px;
  margin: 1.25rem auto 0 0;
  overflow-x: auto;
}

.legal-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  color: #4b5964;
  font-size: .94rem;
  line-height: 1.5;
}

.legal-table-wrap th,
.legal-table-wrap td {
  padding: .85rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--line);
}

.legal-table-wrap th {
  color: var(--ink);
  font-weight: 650;
}

.info-main {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
}

.info-intro {
  max-width: 980px;
  padding-block: clamp(2.5rem, 4.5vw, 4.5rem) clamp(4rem, 7vw, 7rem);
}

.info-intro h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.info-status {
  max-width: 780px;
  margin: 2rem 0 0;
  color: #3e4952;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.info-section {
  padding-block: clamp(3.25rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.6fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  border-top: 1px solid var(--line);
}

.info-section h2 {
  max-width: 360px;
  margin: .65rem 0 0;
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.info-number {
  margin: 0;
  color: #7890a3;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.info-details {
  margin: 0;
}

.info-details > div {
  padding-block: 1rem;
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.info-details > div:first-child { padding-top: 0; border-top: 0; }

.info-details dt {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
}

.info-details dd {
  margin: 0;
  color: #3e4952;
  font-size: .98rem;
  line-height: 1.55;
}

.info-details a,
.info-copy a,
.info-link {
  color: var(--blue);
  text-underline-offset: .2em;
}

.info-copy > :first-child { margin-top: 0; }

.info-copy {
  max-width: 820px;
}

.info-copy p,
.info-copy li {
  color: #4b5964;
  font-size: .98rem;
  line-height: 1.68;
}

.info-copy ul {
  margin: 1.25rem 0 0;
  padding-left: 1.25rem;
}

.info-copy li + li { margin-top: .55rem; }

.info-copy h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 600;
}

.info-copy p + h3 { margin-top: 2.25rem; }

.info-rows {
  border-top: 1px solid var(--line);
}

.info-rows > div {
  padding-block: 1rem;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.info-rows strong {
  color: var(--blue);
  font-size: .9rem;
}

.info-rows span {
  color: #4b5964;
  font-size: .94rem;
  line-height: 1.55;
}

.info-prices {
  border-top: 1px solid var(--line);
}

.info-prices > div {
  padding-block: 1.2rem;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, .8fr);
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.info-prices h3,
.info-prices p {
  margin: 0;
  font-weight: 500;
}

.info-prices h3 { font-size: 1rem; }
.info-prices p { font-size: 1.3rem; }

.info-link {
  margin-top: 1.5rem;
  display: inline-flex;
  gap: .65rem;
  font-size: .9rem;
  font-weight: 700;
}

.info-updated {
  margin: 0;
  padding-block: 2rem 4rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: .82rem;
}

.documents-main {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  padding-block: clamp(1.5rem, 2.5vw, 2.5rem) clamp(4.5rem, 7vw, 7rem);
}

.internal-intro {
  max-width: 1040px;
  padding-block: clamp(2.5rem, 5vw, 5rem);
}

.internal-intro h1 {
  margin: .7rem 0 0;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .96;
}

.internal-intro > p:last-child {
  max-width: 680px;
  margin: 1.75rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.65;
}

.documents-list {
  padding-top: clamp(2.5rem, 4.5vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.documents-list h2 {
  margin: 0 0 2rem;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -.035em;
}

.documents-list > a {
  min-height: 112px;
  padding-block: 1.5rem;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  border-top: 1px solid var(--line);
  text-decoration: none;
}

.documents-list > a:last-child { border-bottom: 1px solid var(--line); }
.documents-list > a > span:first-child {
  color: #7890a3;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.documents-list > a > strong {
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.25;
}
.documents-list > a > span:last-child {
  color: var(--blue);
  font-size: 1.25rem;
  transition: transform .18s ease;
}
.documents-list > a:hover,
.documents-list > a:focus-visible { color: var(--blue); }
.documents-list > a:hover > span:last-child { transform: translateX(3px); }

.error-page {
  min-height: 100vh;
  min-height: 100svh;
}

.error-page-main {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  padding-block: clamp(1.25rem, 2vw, 2rem) 1.5rem;
}

.error-page-content {
  max-width: 1020px;
  padding-top: clamp(2rem, 2.8vw, 2.75rem);
}

.error-page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: baseline;
}

.error-page-code {
  margin: 0;
  color: #8b969f;
  font-size: clamp(3.25rem, 6vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .9;
}

.error-page-content h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}

.error-page-explanation {
  max-width: 740px;
  margin: clamp(1.25rem, 1.8vw, 1.5rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.error-page-actions {
  margin-top: clamp(2rem, 3vw, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 2rem;
}

.error-page-actions a,
.error-page-actions button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-underline-offset: .22em;
}

.error-page-home {
  gap: .45rem;
  padding-block: .6rem;
  color: var(--blue);
  font-size: clamp(1.08rem, 1.4vw, 1.2rem);
  font-weight: 600;
  text-decoration: none;
}

.error-page-home span { transition: transform .18s ease; }
.error-page-home:hover span,
.error-page-home:focus-visible span { transform: translateX(3px); }

.error-page-reload {
  margin: 0;
  padding: .6rem 0;
  color: #4d5a64;
  background: transparent;
  border: 0;
  font-size: .92rem;
  font-family: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.error-page-home:hover,
.error-page-home:focus-visible,
.error-page-reload:hover,
.error-page-reload:focus-visible { color: var(--blue-dark); }

.error-page-support {
  max-width: 720px;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.6;
}

.error-page-support a {
  color: var(--blue);
  text-underline-offset: .2em;
}

:focus-visible {
  outline: 3px solid #77a9ef;
  outline-offset: 4px;
}

.situation-card:focus-visible {
  position: relative;
  z-index: 1;
  outline-offset: -4px;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 1.8rem;
    font-size: .89rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .55fr);
    gap: 2.5rem;
  }

  .hero h1 { font-size: clamp(3.3rem, 5.25vw, 4.2rem); }
}

@media (max-width: 1100px) {
  .situation-card { min-height: 238px; }

  .contact-inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .stories-page-hero {
    display: block;
  }

  .stories-results-frame {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .stories-page-hero--archive {
    padding-bottom: clamp(1.75rem, 5vw, 2.25rem);
  }

  .stories-archive-main {
    display: contents;
  }

  .stories-archive-main::before {
    display: none;
  }

  .stories-results-heading {
    min-height: 0;
    padding: 1.5rem 0 1rem;
    order: 1;
  }

  .stories-search {
    width: 100%;
  }

  .stories-mobile-filter-controls {
    margin: 0 0 1rem;
    display: block;
    order: 2;
  }

  .stories-active-facets {
    margin: -.5rem 0 1.25rem;
    order: 3;
  }

  .stories-active-facets:not([hidden]) {
    display: flex;
  }

  .stories-facets {
    display: none;
    order: 4;
    padding: 0;
    border-right: 0;
  }

  .stories-facets[data-mobile-open="true"] {
    margin-bottom: 1.75rem;
    display: block;
  }

  .stories-facets-inner {
    position: static;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .stories-facets h2 {
    display: none;
  }

  .stories-facet-group {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }

  .stories-facet-group:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .stories-facets-reset {
    display: none;
  }

  .stories-search-status {
    order: 5;
  }

  .stories-index-list,
  .stories-empty {
    order: 6;
  }

  .stories-pagination-wrap {
    display: block;
  }

  .stories-pagination {
    grid-column: auto;
  }

  .story-content::before {
    display: none;
  }

  .story-reading-wrap {
    display: block;
  }

  .story-reading {
    display: block;
  }

  .story-toc {
    display: none;
  }

  .story-toc-mobile {
    width: min(100%, var(--story-content-width));
    margin: 0 auto 2rem 0;
    padding-block: .45rem;
    display: block;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .story-toc-mobile summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #46535c;
    font-weight: 600;
    cursor: pointer;
  }

  .story-toc-mobile summary::after {
    content: "+";
    font-size: 1.2rem;
  }

  .story-toc-mobile[open] summary::after {
    content: "−";
  }

  .story-toc-mobile nav {
    padding-bottom: .8rem;
  }

  .story-toc-mobile .story-toc-link {
    white-space: normal;
  }

  .story-content {
    margin-inline: 0 auto;
  }
}

@media (min-width: 901px) and (max-width: 1240px) {
  :root {
    --story-toc-width: clamp(150px, 17vw, 180px);
    --story-content-shift: 0px;
    --story-column-gap: clamp(28px, 3vw, 34px);
    --story-content-width: min(
      820px,
      calc(
        100vw - (2 * var(--gutter)) - var(--story-toc-width) -
        var(--story-column-gap)
      )
    );
  }

  .stories-page-hero {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .stories-page-title {
    line-height: 1.02;
  }

  .story-reading {
    display: grid;
  }

  .story-toc {
    padding-right: clamp(1rem, 2vw, 1.4rem);
    display: block;
  }

  .story-toc-title {
    font-size: 1rem;
  }

  .story-toc ol {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }

  .story-toc-link {
    padding-left: .65rem;
    font-size: .82rem;
  }

  .story-toc-mobile {
    display: none;
  }

  .story-content {
    margin-inline: 0;
  }

  .stories-facet-options button,
  .stories-facets-reset {
    min-height: 44px;
  }
}

@media (min-width: 1101px) and (max-width: 1240px) {
  .stories-results-frame {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .stories-archive-main {
    display: contents;
  }

  .stories-archive-main::before {
    display: none;
  }

  .stories-results-heading {
    min-height: 0;
    padding: 1.5rem 0 1rem;
    order: 1;
  }

  .stories-mobile-filter-controls {
    margin: 0 0 1rem;
    display: block;
    order: 2;
  }

  .stories-active-facets {
    margin: -.5rem 0 1.25rem;
    order: 3;
  }

  .stories-active-facets:not([hidden]) {
    display: flex;
  }

  .stories-facets {
    display: none;
    order: 4;
    padding: 0;
    border-right: 0;
  }

  .stories-facets[data-mobile-open="true"] {
    margin-bottom: 1.75rem;
    display: block;
  }

  .stories-facets-inner {
    position: static;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .stories-facets h2,
  .stories-facets-reset {
    display: none;
  }

  .stories-facet-group {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }

  .stories-facet-group:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .stories-search-status {
    order: 5;
  }

  .stories-index-list,
  .stories-empty {
    order: 6;
  }

  .stories-pagination-wrap {
    display: block;
  }

  .stories-pagination {
    grid-column: auto;
  }
}

@media (min-width: 1241px) and (max-height: 899px) {
  .stories-facets-inner {
    position: static;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
    --story-toc-top: calc(var(--header-height) + 24px);
  }

  .stories-facet-options button,
  .stories-facets-reset {
    min-height: 44px;
  }

  [id] { scroll-margin-top: calc(76px + 1rem); }

  .header-inner {
    min-height: 76px;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
  }

  .wordmark,
  .wordmark img { width: 156px; }

  .menu-toggle {
    min-width: 48px;
    min-height: 44px;
    padding: .6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    color: var(--ink);
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle-label { font-size: .82rem; }

  .menu-toggle-icon,
  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    width: 18px;
    height: 1px;
    display: block;
    background: currentColor;
    content: "";
    transition: transform .18s ease;
  }

  .menu-toggle-icon { position: relative; }
  .menu-toggle-icon::before { position: absolute; top: -5px; }
  .menu-toggle-icon::after { position: absolute; top: 5px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon::after { top: 0; transform: rotate(-45deg); }

  .site-nav {
    position: absolute;
    top: 76px;
    right: var(--gutter);
    left: var(--gutter);
    padding: .75rem 1rem 1rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 45px rgb(24 34 43 / 12%);
    max-height: calc(100vh - 76px);
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav.is-open { display: flex; }

  body.menu-open { overflow: hidden; }

  .site-nav > a { display: block; padding: .85rem .25rem; }

  .header-action { font-size: .78rem; }

  .hero {
    min-height: min(calc(100vh - 76px), 760px);
    min-height: min(calc(100svh - 76px), 760px);
    padding-block: 2.2rem 2.25rem;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hero h1 { font-size: clamp(3rem, 7.2vw, 4rem); }
  .hero-main,
  .hero-aside { top: 24px; }
  .hero-aside {
    margin-top: 0;
    margin-left: 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--line);
  }
  .aside-copy {
    max-width: 640px;
  }

  .work-steps { grid-template-columns: 1fr; }

  .work-steps li {
    min-height: 0;
    padding: 1.75rem 0 2rem;
  }

  .work-steps li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .work-steps li:nth-child(1) .step-number,
  .work-steps li:nth-child(2) .step-number,
  .work-steps li:nth-child(3) .step-number,
  .work-steps li .step-copy {
    align-self: flex-start;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .work-formats {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .work-formats > .section-heading {
    position: static;
  }

  .footer-inner { grid-template-columns: 1fr 1fr; }

  .error-page-heading {
    grid-template-columns: 1fr;
    gap: .85rem;
  }

  .error-page-code {
    grid-row: 1;
    font-size: clamp(3rem, 10vw, 4.25rem);
  }

  .error-page-content h1 { grid-row: 2; }

  .info-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .story-index-row {
    grid-template:
      "title excerpt" auto
      ". action" auto
      / minmax(180px, .72fr) minmax(0, 1.28fr);
    gap: 1.25rem 2rem;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  :root {
    --story-content-width: 100%;
  }

  .stories-page-hero {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .stories-page-title {
    line-height: 1.02;
  }

  .story-toc-mobile {
    margin-bottom: 0;
  }

  .story-content {
    padding-top: clamp(1.75rem, 4vw, 2.25rem);
  }
}

@media (max-width: 600px) {
  :root { --gutter: 20px; }

  .header-inner { grid-template-columns: 1fr auto; }
  .wordmark,
  .wordmark img { width: 145px; }
  .menu-toggle-label { display: none; }
  .header-action { display: none; }

  .hero {
    min-height: min(calc(100vh - 76px), 760px);
    min-height: min(calc(100svh - 76px), 760px);
    padding-block: 2.1rem 2rem;
    gap: 1.75rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.1vw, 2.22rem);
    letter-spacing: -.045em;
    line-height: 1.03;
  }

  .title-line:nth-child(1),
  .title-line:nth-child(2),
  .title-line-accent {
    font-size: 1em;
    letter-spacing: inherit;
  }

  .title-line + .title-line { margin-top: .025em; }

  .hero-lead { margin-top: 1.4rem; font-size: 1rem; line-height: 1.62; }

  .hero-actions {
    margin-top: 2.5rem;
    align-items: stretch;
    flex-direction: column;
    gap: .5rem;
  }

  .button { width: 100%; }
  .text-link { width: max-content; }

  .hero-aside { padding-top: 1.5rem; }
  .aside-copy {
    margin-top: 1.1rem;
  }

  .situations { padding-block: 3.25rem; }
  .situations h2 { font-size: 2rem; }
  .situation-list { margin-top: 2rem; grid-template-columns: 1fr; }
  .situation-list article {
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }
  .situation-card {
    min-height: 0;
    padding: 1.5rem 0;
  }
  .situation-list article:nth-child(n+3) { border-bottom: 1px solid var(--line); }
  .situation-list article:last-child { border-bottom: 0; }
  .situation-list p { margin-bottom: 1.5rem; }
  .situation-action { margin-top: 0; }

  .section-heading h2,
  .contact h2 { font-size: 2.25rem; }

  .work-flow,
  .stories-inner,
  .work-formats { padding-block: 3.25rem; }

  .step-number { margin-bottom: 1.25rem; }

  .story-list {
    display: block;
  }

  .story-teaser {
    min-height: 0;
    padding: 1.75rem 0;
  }

  .story-teaser h3,
  .story-teaser--featured h3 { font-size: 1.65rem; }

  .stories-index-list .story-teaser {
    display: block;
  }

  .stories-index-list .story-teaser__excerpt { margin-top: 1rem; }
  .stories-index-list .story-read-more { margin-top: 1.35rem; }

  .story-content {
    line-height: 1.7;
  }

  .story-content > section:first-child > p:first-child {
    font-size: 1.1rem;
  }

  .story-content section + section { margin-top: 3rem; }

  .story-index-row { display: block; }
  .story-navigation {
    padding-block: 1rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .story-navigation__card + .story-navigation__card {
    border-top: 1px solid var(--line);
  }
  .story-navigation__card { padding-block: 1.25rem; }
  .story-navigation__all {
    order: 1;
    text-align: left;
  }
  .story-navigation__previous {
    order: 2;
  }
  .story-navigation__next {
    order: 3;
    text-align: left;
  }

  .contact-inner {
    padding-block: 4rem;
    gap: 3.25rem;
  }

  .form-row { grid-template-columns: 1fr; }

  .footer-inner {
    padding-block: 2.25rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-nav a,
  .footer-documents a,
  .footer-cookie-settings {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .cookie-panel {
    right: 12px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .cookie-panel-actions {
    align-items: stretch;
    flex-direction: column;
    gap: .25rem;
  }

  .cookie-panel .button { width: 100%; }
  .cookie-necessary { width: 100%; }
  .cookie-panel--docked {
    right: auto;
    left: auto;
  }

  .legal-details > div { grid-template-columns: 1fr; gap: .3rem; }

  .error-page-main { padding-block: 1.25rem 1.5rem; }
  .error-page-content { padding-top: 1.25rem; }
  .error-page-code { font-size: clamp(3rem, 14vw, 4.25rem); }
  .error-page-actions { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .error-page-support { overflow-wrap: anywhere; }

  .documents-list > a {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  .info-intro { padding-block: 3.5rem; }

  .info-intro h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .info-section { padding-block: 3.25rem; }

  .info-details > div {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .info-rows > div {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 1rem;
  }

  .info-prices > div {
    grid-template-columns: 1fr;
    gap: .4rem;
  }
}

@media (max-width: 600px) {
  .stories-mobile-filter-controls {
    margin-top: -.25rem;
  }

  .stories-pagination {
    gap: .25rem;
  }

  .stories-pagination > a {
    font-size: 0;
  }

  .stories-pagination > a span {
    font-size: .88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
