:root {
  --blue: #0a3161;
  --blue-dark: #07264d;
  --red: #b31942;
  --ink: #17202a;
  --muted: #59636f;
  --line: #e4e8ec;
  --white: #ffffff;
  --page: clamp(1.25rem, 5vw, 5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  background: var(--white);
}

body {
  min-width: 20rem;
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--blue);
}

a:focus-visible {
  border-radius: 0.15rem;
  outline: 3px solid rgb(179 25 66 / 40%);
  outline-offset: 0.25rem;
}

.site-header,
.site-footer,
.article-shell {
  padding-inline: var(--page);
}

.site-header {
  padding-block: clamp(1.5rem, 4vw, 2.75rem);
  border-bottom: 1px solid var(--line);
}

.site-header__inner,
.site-footer__inner,
.article {
  width: min(100%, 78rem);
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--blue);
  text-decoration: none;
}

.brand__mark {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.brand__name {
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.brand__name span {
  color: var(--red);
}

.article-shell {
  padding-block: clamp(4rem, 9vw, 7rem);
}

.article {
  max-width: 52rem;
}

.article__back {
  display: inline-block;
  margin-bottom: 2.25rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.article__kicker {
  margin: 0 0 1rem;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 clamp(2.5rem, 6vw, 4rem);
  color: var(--blue);
  font-size: clamp(2.8rem, 8vw, 5.75rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.article__body {
  border-top: 0.3rem solid var(--red);
  padding-top: clamp(2rem, 5vw, 3.25rem);
}

.article__body p {
  margin: 0 0 1.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2.2vw, 1.28rem);
  line-height: 1.75;
}

.article__body p:first-child {
  color: var(--blue-dark);
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  line-height: 1.6;
}

.article__body h2 {
  margin: 2.25rem 0 0.85rem;
  color: var(--blue);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.25;
}

.article__body ul {
  margin: 0 0 1.45rem;
  padding-left: 1.35rem;
}

.article__body li {
  margin-bottom: 0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.03rem, 2vw, 1.18rem);
  line-height: 1.65;
}

.article__body a,
.site-footer__links a {
  color: var(--blue);
  text-underline-offset: 0.18em;
}

article-share {
  display: block;
}

.article-share {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-left: 0.3rem solid var(--red);
  background: #f7f9fb;
}

.article-share h2 {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 850;
  letter-spacing: -0.035em;
}

.article-share__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.article-share__action {
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--blue);
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.article-share__action:hover {
  background: var(--blue);
  color: var(--white);
}

.article-share__action:focus-visible {
  outline: 3px solid rgb(179 25 66 / 40%);
  outline-offset: 0.2rem;
}

.article-share__status {
  display: block;
  min-height: 1.35rem;
  margin-top: 0.7rem;
  color: var(--blue-dark);
  font-size: 0.8rem;
  font-weight: 750;
}

.article-share__note {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.article-share__copy-fallback {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  padding-block: 1.75rem 2rem;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  margin-block: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-footer__disclaimer {
  max-width: 72rem;
  margin: 0 auto 0.75rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.site-footer__links {
  display: flex;
  width: min(100%, 78rem);
  margin: 0 auto 0.75rem;
  gap: 1rem;
  font-size: 0.82rem;
}

@media (max-width: 35rem) {
  .brand__mark {
    width: 2.65rem;
    height: 2.65rem;
  }

  h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }
}
