:root {
  --bs-body-bg: #f6f8fb;
  --bs-body-color: #212529;
  --bs-secondary-color: #667085;
  --bs-border-color: #dee2e6;
  --bs-success: #198754;
  --bs-success-rgb: 25, 135, 84;
  --bs-dark: #142033;
  --bs-shadow-sm: 0 0.125rem 0.75rem rgba(33, 37, 41, 0.08);
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bs-body-bg);
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  z-index: 1100;
  transform: translateY(-140%);
  background: var(--bs-success);
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-weight: 700;
}

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

.cfsart-navbar {
  background-color: var(--bs-dark) !important;
  min-height: 72px;
}

.cfsart-navbar .container-fluid {
  gap: 1rem;
}

.cfsart-navbar .navbar-brand {
  max-width: min(100%, 430px);
}

.brand-logo {
  width: 154px;
  height: auto;
  flex: 0 0 auto;
}

.cfsart-brand-copy {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.cfsart-brand-copy strong,
.cfsart-brand-copy small {
  overflow-wrap: anywhere;
}

.cfsart-brand-copy small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 400;
}

.cfsart-navbar .nav-link {
  border-radius: 0.375rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.cfsart-navbar .nav-link:hover,
.cfsart-navbar .nav-link.active,
.cfsart-navbar .nav-link[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.navbar-actions .btn {
  min-width: 5.75rem;
  font-weight: 700;
}

.page-main {
  padding-bottom: 1rem;
}

.page-main .display-5 {
  font-size: 3.05rem;
  line-height: 1.08;
  font-weight: 700;
}

.display-lg {
  font-size: 2.35rem;
  line-height: 1.16;
  font-weight: 700;
}

.display-md {
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 700;
}

.eyebrow {
  display: inline-block;
  width: fit-content;
  padding: 0.35em 0.65em;
  border-radius: 50rem;
  color: #fff;
  background: var(--bs-success);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.page-main .lead {
  color: var(--bs-secondary-color);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-card {
  min-height: 390px;
}

.hero-img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.section,
.section-tight {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section > .container,
.section-tight > .container {
  background: transparent;
}

.section > .container:not(.site-board):not(.contact-panel):not(.legal-doc),
.section-tight > .container:not(.identity-panel) {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  box-shadow: var(--bs-shadow-sm);
}

.identity-panel,
.contact-panel,
.site-board,
.legal-doc {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  box-shadow: var(--bs-shadow-sm);
}

.identity-panel,
.contact-panel,
.split,
.site-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.identity-list,
.facts {
  display: grid;
  gap: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  overflow: hidden;
}

.identity-list li,
.facts li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.identity-list li:last-child,
.facts li:last-child {
  border-bottom: 0;
}

.identity-list span,
.facts span,
.meta-label {
  color: var(--bs-success);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.site-cell {
  display: grid;
  gap: 0.4rem;
  min-height: 120px;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
}

.site-cell span {
  color: var(--bs-success);
  font-weight: 700;
}

.site-cell strong {
  font-size: 1.08rem;
}

.site-cell em {
  color: var(--bs-secondary-color);
  font-style: normal;
}

.split img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.copy {
  display: grid;
  gap: 1rem;
  color: var(--bs-secondary-color);
}

.notice {
  border-left: 0.35rem solid var(--bs-success);
  padding: 1rem;
  background: #effaf4;
  color: var(--bs-secondary-color);
  border-radius: 0.375rem;
}

.card-img-top {
  height: 230px;
  object-fit: cover;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery figure {
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  box-shadow: var(--bs-shadow-sm);
}

.gallery img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.gallery figcaption {
  padding: 1rem;
}

.gallery strong {
  display: block;
  font-size: 1.08rem;
}

.gallery span {
  display: block;
  margin-top: 0.35rem;
  color: var(--bs-secondary-color);
}

.steps {
  display: grid;
  gap: 0.75rem;
  counter-reset: step;
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
}

.step::before {
  content: counter(step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  color: #fff;
  background: var(--bs-success);
  border-radius: 0.5rem;
  font-weight: 700;
}

.step p,
.card-text,
.legal-doc p,
.legal-doc li,
.faq-list p,
.site-footer p,
.site-footer li {
  color: var(--bs-secondary-color);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  padding: 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.contact-box {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
}

.legal-doc {
  max-width: 980px;
}

.legal-doc section {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--bs-border-color);
}

.legal-doc h2 {
  font-size: 1.28rem;
}

.legal-doc ul {
  padding-left: 1.25rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a:hover {
  color: #fff;
}

.site-footer ul {
  display: grid;
  gap: 0.5rem;
  padding-left: 0;
  margin-top: 0.75rem;
  margin-bottom: 0;
  list-style: none;
}

.footer-logo {
  width: 176px;
  height: auto;
}

.footer-title {
  color: #fff;
  font-weight: 700;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sr-only {
  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: 1199px) {
  .navbar-actions {
    padding-top: 0.75rem;
  }
}

@media (max-width: 991px) {
  .hero-img {
    min-height: 260px;
  }

  .identity-panel,
  .contact-panel,
  .split,
  .site-board {
    grid-template-columns: 1fr;
  }

  .gallery,
  .site-grid {
    grid-template-columns: 1fr;
  }

  .identity-list li,
  .facts li,
  .step {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .brand-logo {
    width: 128px;
  }

  .cfsart-brand-copy small {
    display: none;
  }

  .navbar-actions {
    width: 100%;
  }

  .navbar-actions .btn {
    flex: 1;
  }

  .page-main .display-5 {
    font-size: 1.9rem;
  }

  .display-lg {
    font-size: 1.75rem;
  }

  .card-body,
  .identity-panel,
  .contact-panel,
  .site-board,
  .legal-doc,
  .section > .container:not(.site-board):not(.contact-panel):not(.legal-doc),
  .section-tight > .container:not(.identity-panel) {
    padding: 1rem;
  }
}
