:root {
  --page-bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --line: transparent;
  --text: #171512;
  --muted: #5e584f;
  --link: #1c3d5a;
  --link-hover: #8c2f23;
  --accent: #8c2f23;
  --shadow: none;
  --fs-xs: 12px;
  --fs-sm: 14px;
  --fs-md: 16px;
  --fs-lg: 22px;
  --fs-xl: 42px;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: #ffffff;
  color: var(--text);
  font-family: "Times New Roman", Times, serif;
  font-size: var(--fs-sm);
  line-height: 1.55;
}

a {
  color: var(--link);
  transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

a:hover,
a:focus-visible {
  color: var(--link-hover);
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 10px 14px;
  background: #ffffff;
  color: var(--text);
  border: 0;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-info-icon {
  position: fixed;
  left: 24px;
  bottom: 28px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  color: rgba(23, 21, 18, 0.72);
  font-size: var(--fs-sm);
  font-weight: 700;
  display: grid;
  place-items: center;
  background: #ffffff;
  backdrop-filter: none;
}

.site-shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 26px 0 42px;
}

.site-header {
  text-align: center;
  padding-top: 8px;
}

.site-kicker {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-title,
.site-name {
  margin: 10px 0 0;
  font-size: var(--fs-xl);
  line-height: 1.1;
  font-weight: 700;
}

.page-title a,
.site-name a {
  color: inherit;
  text-decoration: none;
}

.page-heading {
  margin: 12px 0 0;
  font-size: clamp(30px, 4vw, 38px);
  line-height: 1.14;
  font-weight: 700;
}

.site-address {
  margin: 14px 0 0;
  font-style: normal;
}

.site-address-line {
  margin: 2px 0;
  font-size: var(--fs-md);
  font-weight: 700;
  line-height: 1.2;
}

.site-summary,
.page-summary,
.section-intro,
.page-note {
  width: min(820px, 100%);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: var(--fs-md);
}

.site-nav {
  margin: 28px 0 0;
  padding: 16px 18px;
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.site-nav-list,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav-list a,
.footer-links a {
  display: inline-block;
  padding: 8px 12px;
  border: 0;
  color: var(--text);
  text-decoration: none;
}

.site-nav-list a:hover,
.site-nav-list a:focus-visible,
.site-nav-list a[aria-current="page"],
.footer-links a:hover,
.footer-links a:focus-visible {
  background: transparent;
  border-color: transparent;
  color: var(--link-hover);
}

.divider {
  display: none;
}

.page-section,
.footer-panel,
.info-card {
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.page-section {
  padding: 34px clamp(18px, 3vw, 38px);
}

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 24px;
}

.info-card {
  padding: 24px;
}

.section-title {
  margin: 0;
  text-align: center;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}

.home-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  margin-top: 28px;
}

.square-list {
  margin: 0;
  padding-left: 24px;
  list-style-type: square;
}

.square-list li {
  margin-bottom: 28px;
}

.square-list a,
.strong-link,
.big-link-text,
.report-list li,
.contact-list strong {
  font-size: var(--fs-lg);
  font-weight: 700;
  text-underline-offset: 2px;
}

.mini-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.black-link {
  color: var(--text);
}

.underlined {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.strong {
  font-weight: 700;
}

.marberk-block {
  text-align: center;
}

.marberk-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 700;
}

.copyright-mark {
  font-size: 0.7em;
}

.marberk-copy {
  margin: 0;
  font-size: var(--fs-sm);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marberk-copy a {
  color: var(--accent);
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  margin-bottom: 16px;
}

.contact-list strong {
  display: block;
  margin-bottom: 2px;
}

.breadcrumb {
  margin: 0 0 26px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: var(--fs-sm);
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(94, 88, 79, 0.75);
}

.breadcrumb a {
  color: inherit;
}

.annual-wrap,
.investor-list,
.message-copy,
.letters-copy,
.legal-copy {
  width: min(900px, 100%);
  margin: 0 auto;
}

.report-group + .report-group {
  margin-top: 30px;
}

.annual-heading {
  margin: 0 0 12px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}

.report-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.report-list li {
  margin: 10px 0;
  color: var(--muted);
}

.message-copy p,
.letters-copy p,
.legal-copy p {
  margin: 0 0 18px;
  font-size: var(--fs-md);
}

.letters-grid,
.links-grid {
  margin-top: 28px;
}

.letters-legal,
.legal-reserved {
  margin: 24px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: var(--fs-sm);
  font-weight: 700;
}

.links-grid .square-list a,
.blue-text {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--link);
}

.investor-list p {
  margin: 0 0 36px;
  text-align: center;
}

.gov-list {
  margin: 0 0 18px;
  padding-left: 24px;
}

.gov-list li {
  margin-bottom: 10px;
  font-size: var(--fs-md);
}

.footer-panel {
  margin-top: 38px;
  padding: 24px 22px;
}

.footer-copy {
  margin: 18px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: var(--fs-sm);
}

.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;
}

@media (max-width: 900px) {
  .site-info-icon {
    display: none;
  }

  .site-shell {
    width: min(1120px, 94vw);
    padding-top: 18px;
  }

  .page-title,
  .site-name {
    font-size: 34px;
  }

  .page-heading {
    font-size: 28px;
  }

  .site-address-line,
  .site-summary,
  .page-summary,
  .section-intro,
  .page-note,
  .message-copy p,
  .letters-copy p,
  .legal-copy p,
  .gov-list li {
    font-size: var(--fs-sm);
  }

  .home-columns,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    padding: 14px;
  }

  .square-list a,
  .strong-link,
  .big-link-text,
  .report-list li,
  .contact-list strong,
  .links-grid .square-list a,
  .blue-text {
    font-size: var(--fs-md);
  }

  .annual-heading,
  .marberk-title {
    font-size: 24px;
  }

  .page-section,
  .info-card,
  .footer-panel {
    padding: 22px 18px;
  }
}
