:root {
  --color-navy: #16324f;
  --color-blue: #2f6f9f;
  --color-green: #5c7a62;
  --color-copper: #9a6a3a;
  --color-cream: #f6f3ec;
  --color-linen: #fbfaf6;
  --color-mist: #e9eef0;
  --color-gray-100: #f7f7f5;
  --color-gray-700: #414141;
  --color-white: #ffffff;
  --font-heading: "Aptos Display", "Segoe UI", Arial, sans-serif;
  --font-body: Aptos, "Segoe UI", Arial, sans-serif;
  --radius-sm: 4px;
  --shadow-soft: 0 10px 30px rgba(22, 50, 79, 0.12);
}

body {
  color: var(--color-gray-700);
  font-family: var(--font-body);
  line-height: 1.6;
  background: var(--color-linen);
}

h1,
h2,
h3,
.navbar-brand {
  color: var(--color-navy);
  font-family: var(--font-heading);
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--color-copper);
  outline-offset: 2px;
}

.skip-link {
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-200vw);
  background: var(--color-white);
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  transform: none;
}

.site-header,
.navbar {
  background: var(--color-navy);
}

.site-header {
  box-shadow: 0 3px 18px rgba(22, 50, 79, 0.18);
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar {
  min-height: 72px;
}

.navbar-brand {
  font-size: 1.22rem;
  letter-spacing: 0;
}

.navbar-dark .navbar-nav .nav-link {
  border-bottom: 2px solid transparent;
  font-weight: 700;
  padding-bottom: 0.35rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.65);
}

.navbar-brand,
.navbar-dark .navbar-nav .nav-link {
  color: var(--color-white);
}

.btn {
  border-radius: var(--radius-sm);
  font-weight: 700;
}

.btn-primary {
  --bs-btn-bg: var(--color-blue);
  --bs-btn-border-color: var(--color-blue);
  --bs-btn-hover-bg: #245b83;
  --bs-btn-hover-border-color: #245b83;
}

.btn-outline-primary {
  --bs-btn-color: var(--color-blue);
  --bs-btn-border-color: var(--color-blue);
  --bs-btn-hover-bg: var(--color-blue);
  --bs-btn-hover-border-color: var(--color-blue);
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(246, 243, 236, 0.96) 0%, rgba(246, 243, 236, 0.9) 58%, rgba(233, 238, 240, 0.88) 100%);
  border-bottom: 1px solid #dedbd2;
  padding: 4.5rem 0 3.75rem;
}

.hero-section h1 {
  font-size: clamp(2.4rem, 5vw, 4.75rem);
  line-height: 1.03;
  max-width: 10ch;
}

.section-kicker {
  color: var(--color-copper);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.regional-photo {
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(rgba(22, 50, 79, 0.08), rgba(22, 50, 79, 0.14)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='600' viewBox='0 0 800 600'%3E%3Crect width='800' height='600' fill='%23d6dddf'/%3E%3Crect y='350' width='800' height='250' fill='%23748a79'/%3E%3Crect x='70' y='190' width='190' height='170' fill='%23f2efe8'/%3E%3Crect x='300' y='150' width='210' height='210' fill='%23ffffff'/%3E%3Crect x='560' y='210' width='150' height='150' fill='%23ece2d2'/%3E%3Crect x='95' y='235' width='60' height='70' fill='%232f6f9f'/%3E%3Crect x='350' y='215' width='65' height='85' fill='%2316324f'/%3E%3Crect x='600' y='250' width='50' height='70' fill='%239a6a3a'/%3E%3Cpath d='M40 360h720' stroke='%235d5d5d' stroke-width='8'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-soft);
  border: 8px solid var(--color-white);
  border-radius: var(--radius-sm);
  position: relative;
}

.regional-photo::after {
  background: var(--color-white);
  bottom: -18px;
  color: var(--color-navy);
  content: "Directory / Offers / Needs";
  font-weight: 700;
  left: 26px;
  padding: 0.65rem 0.9rem;
  position: absolute;
  box-shadow: var(--shadow-soft);
}

.search-band {
  background: var(--color-white);
  border-bottom: 1px solid #e4e1d9;
  border-top: 1px solid #e4e1d9;
  padding: 2rem 0;
}

.page-heading {
  background:
    linear-gradient(90deg, var(--color-cream), var(--color-mist));
  border-bottom: 1px solid #e4e1d9;
  padding: 2.75rem 0;
}

.page-heading h1 {
  font-size: clamp(2.1rem, 4vw, 3.75rem);
  line-height: 1.05;
}

.breadcrumb {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.directory-layout {
  padding: 2.5rem 0 4rem;
}

.directory-filter {
  align-items: end;
  background: var(--color-white);
  border: 1px solid #dfddd6;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 1rem;
  grid-template-columns: 2fr 1.3fr 1fr 1.2fr auto;
  margin-bottom: 2rem;
  padding: 1.25rem;
}

.filter-checks {
  display: grid;
  gap: 0.4rem;
  padding-bottom: 0.4rem;
}

.form-check {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.filter-actions {
  display: flex;
  gap: 0.5rem;
}

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

.business-card {
  background: var(--color-white);
  border: 1px solid #dfddd6;
  border-radius: var(--radius-sm);
  display: grid;
  gap: 1rem;
  grid-template-columns: 56px 1fr;
  padding: 1.2rem;
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.business-card:hover,
.listing-card:hover {
  border-color: rgba(47, 111, 159, 0.45);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.business-card__mark,
.profile-logo {
  align-items: center;
  background: var(--color-navy);
  color: var(--color-white);
  display: flex;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.business-meta {
  color: var(--color-copper);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.business-card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.business-card__tagline {
  margin-bottom: 0.75rem;
}

.business-flags,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.business-flags span,
.tag-list li {
  background: var(--color-cream);
  border: 1px solid #e3ded2;
  border-radius: var(--radius-sm);
  color: var(--color-navy);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
}

.empty-state,
.dashboard-panel {
  background: var(--color-white);
  border: 1px solid #dfddd6;
  border-radius: var(--radius-sm);
  padding: 1.5rem;
}

.pagination-nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.profile-hero {
  background:
    linear-gradient(90deg, var(--color-cream), #eef3ef);
  border-bottom: 1px solid #e4e1d9;
  padding: 2.5rem 0;
}

.profile-identity {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 96px 1fr;
}

.profile-logo {
  font-size: 2.3rem;
  height: 96px;
  width: 96px;
}

.profile-logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.profile-content {
  padding: 3rem 0;
}

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

.profile-main {
  display: grid;
  gap: 2rem;
}

.profile-sidebar {
  align-self: start;
  background: var(--color-white);
  border: 1px solid #dfddd6;
  box-shadow: 0 8px 24px rgba(22, 50, 79, 0.08);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
}

.profile-sidebar h2 {
  font-size: 1.15rem;
}

.profile-sidebar dl {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: 1fr 1fr;
}

.profile-sidebar dt {
  color: var(--color-navy);
  font-weight: 700;
}

.related-list,
.feature-list {
  display: grid;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
}

.related-list li,
.feature-list li {
  display: flex;
  flex-direction: column;
}

.related-list span,
.feature-list span {
  color: #666;
  font-size: 0.9rem;
}

.report-link {
  display: inline-block;
  margin-top: 1rem;
}

.content-section,
.community-section,
.form-section {
  padding: 4rem 0;
}

.content-section {
  background: var(--color-white);
}

.community-section {
  background: var(--color-cream);
}

.how-it-works {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.how-it-works li {
  background: var(--color-white);
  border-left: 4px solid var(--color-green);
  padding: 1rem 1.25rem;
}

.site-footer {
  background: var(--color-navy);
  color: var(--color-white);
  padding: 3rem 0;
}

.editorial-page {
  padding: 3.5rem 0 4.5rem;
}

.editorial-body {
  background: var(--color-white);
  border: 1px solid #dfddd6;
  box-shadow: var(--shadow-soft);
  padding: 2rem;
}

.editorial-body p {
  font-size: 1.08rem;
}

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

.listing-card {
  background: var(--color-white);
  border: 1px solid #dfddd6;
  border-radius: var(--radius-sm);
  display: grid;
  gap: 0.75rem;
  min-height: 240px;
  padding: 1.25rem;
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.listing-card h2 {
  font-size: 1.28rem;
}

.listing-card__topline,
.listing-card__footer {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.65rem;
}

.listing-card__topline span:first-child {
  color: var(--color-copper);
}

.listing-card__footer {
  align-self: end;
  border-top: 1px solid #ebe7dd;
  padding-top: 0.75rem;
}

.listing-detail-hero h1 {
  max-width: 900px;
}

.dashboard-list {
  display: grid;
  gap: 1rem;
}

.dashboard-list__item {
  align-items: center;
  background: var(--color-white);
  border: 1px solid #dfddd6;
  border-radius: var(--radius-sm);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  padding: 1.2rem;
}

.dashboard-list__item--stacked {
  align-items: start;
  grid-template-columns: 1fr;
}

.dashboard-list__item--unread {
  box-shadow: 0 0 0 2px rgba(255, 107, 26, 0.24), var(--shadow-card);
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.inquiry-message {
  background: var(--color-linen);
  border-radius: 16px;
  margin: 1rem 0 0;
  padding: 1rem;
}

.site-footer h2,
.site-footer a {
  color: var(--color-white);
}

.narrow-container {
  max-width: 720px;
}

.form-control,
.form-select {
  border-radius: var(--radius-sm);
}

.form-section input[type="email"],
.form-section input[type="password"] {
  border: 1px solid rgba(7, 63, 82, 0.16);
  border-radius: 14px;
  display: block;
  min-height: 48px;
  padding: 0.65rem 0.85rem;
  width: 100%;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 70vh;
}

.dashboard-nav {
  background: #eef2f3;
  border-right: 1px solid #dfddd6;
  padding: 2rem;
}

.dashboard-nav a {
  display: block;
  padding: 0.65rem 0;
  color: var(--color-navy);
  font-weight: 700;
  text-decoration: none;
}

.dashboard-main {
  background: var(--color-linen);
  padding: 2rem;
}

.dashboard-title-row {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

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

.status-grid section {
  background: var(--color-white);
  border: 1px solid #dfddd6;
  border-radius: var(--radius-sm);
  padding: 1.25rem;
}

.status-grid h2 {
  font-size: 1.1rem;
}

.dashboard-panel {
  margin-top: 1rem;
}

.trade-onboarding-panel {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.match-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.match-card,
.trade-context-panel section,
.trade-message {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow-card);
}

.match-card {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.match-card--mutual {
  background:
    radial-gradient(22rem 16rem at 96% 0, rgba(255, 107, 26, 0.12), transparent 58%),
    #fff;
}

.match-sides,
.trade-context-panel {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.match-sides section,
.trade-context-panel section {
  background: var(--color-linen);
  border: 1px solid rgba(7, 63, 82, 0.08);
  border-radius: 18px;
  padding: 1rem;
}

.trade-context-panel {
  margin-bottom: 1rem;
}

.trade-context-panel section {
  background: #fff;
}

.match-sides span,
.trade-context-panel span {
  color: var(--color-orange);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.match-sides strong,
.trade-context-panel h2 {
  color: var(--color-teal);
  display: block;
  font-size: 1.12rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.message-thread {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0;
}

.trade-message {
  max-width: 760px;
  padding: 1rem 1.15rem;
}

.trade-message--mine {
  background: var(--color-teal-soft);
  justify-self: end;
}

.trade-message div {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.trade-message strong {
  color: var(--color-teal);
}

.trade-message span {
  color: #60757d;
  font-size: 0.86rem;
}

.profile-form {
  display: grid;
  gap: 1.5rem;
}

.profile-form section {
  background: var(--color-white);
  border: 1px solid #dfddd6;
  border-radius: var(--radius-sm);
  padding: 1.25rem;
}

.profile-form h2 {
  font-size: 1.35rem;
}

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

.form-span {
  grid-column: 1 / -1;
}

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

@media (max-width: 768px) {
  .dashboard-shell,
  .status-grid,
  .directory-filter,
  .directory-results,
  .profile-grid,
  .form-grid,
  .checkbox-grid,
  .listing-results,
  .trade-onboarding-panel,
  .match-sides,
  .trade-context-panel {
    grid-template-columns: 1fr;
  }

  .dashboard-nav {
    border-right: 0;
    border-bottom: 1px solid #dfddd6;
  }

  .dashboard-title-row,
  .profile-identity {
    grid-template-columns: 1fr;
  }

  .dashboard-title-row {
    display: grid;
  }
}

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

/* Bold marketplace refresh */
:root {
  --color-navy: #10263f;
  --color-blue: #126a8f;
  --color-sky: #50b6d8;
  --color-green: #2f7f62;
  --color-gold: #f2b84b;
  --color-coral: #d85f45;
  --color-copper: #a55635;
  --color-cream: #fff1d7;
  --color-linen: #fffaf0;
  --color-mist: #dff3f1;
  --color-gray-100: #f5f0e5;
  --color-gray-700: #263238;
  --shadow-soft: 0 18px 48px rgba(16, 38, 63, 0.16);
}

body {
  background:
    linear-gradient(180deg, #fffaf0 0, #fffdf7 36rem),
    var(--color-linen);
}

h1,
h2,
h3,
.navbar-brand {
  font-family: var(--font-heading);
}

.site-header {
  background: var(--color-navy);
  border-bottom: 4px solid var(--color-gold);
  box-shadow: none;
}

.navbar {
  background: transparent;
}

.navbar-brand {
  font-size: 1.35rem;
  font-weight: 700;
}

.btn {
  border-radius: 6px;
  box-shadow: none;
  min-height: 42px;
}

.btn-primary {
  --bs-btn-bg: var(--color-coral);
  --bs-btn-border-color: var(--color-coral);
  --bs-btn-hover-bg: #bd4f38;
  --bs-btn-hover-border-color: #bd4f38;
  color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: var(--color-navy);
  --bs-btn-border-color: var(--color-navy);
  --bs-btn-hover-bg: var(--color-navy);
  --bs-btn-hover-border-color: var(--color-navy);
}

.hero-section {
  background:
    linear-gradient(135deg, rgba(255, 241, 215, 0.98), rgba(223, 243, 241, 0.95)),
    repeating-linear-gradient(135deg, rgba(16, 38, 63, 0.06) 0 2px, transparent 2px 24px);
  border-bottom: 4px solid var(--color-navy);
  padding: 5rem 0 4rem;
}

.hero-layout {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
}

.hero-copy h1 {
  color: var(--color-navy);
  font-size: 5rem;
  line-height: 0.96;
  margin: 0 0 1.25rem;
  max-width: 780px;
}

.hero-copy .lead {
  color: #263238;
  font-size: 1.3rem;
  max-width: 680px;
}

.hero-chip,
.section-kicker {
  background: var(--color-gold);
  color: var(--color-navy);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.55rem 0.7rem;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.hero-facts {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 680px;
}

.hero-facts div {
  background: #fff;
  border: 2px solid var(--color-navy);
  box-shadow: var(--shadow-soft);
  padding: 0.85rem;
}

.hero-facts strong {
  color: var(--color-coral);
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
}

.hero-facts span {
  color: var(--color-navy);
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  margin-top: 0.3rem;
}

.search-band {
  background: var(--color-navy);
  border: 0;
  color: #fff;
  padding: 1.5rem 0;
}

.search-band label {
  color: #fff;
  font-weight: 800;
}

.search-band .form-control,
.search-band .form-select,
.directory-filter .form-control,
.directory-filter .form-select {
  border: 2px solid var(--color-navy);
  border-radius: 6px;
  min-height: 48px;
}

.content-section--showcase {
  background: #fffdf7;
  padding: 4.5rem 0;
}

.section-heading-row {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.section-heading-row h2 {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
}

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

.showcase-panel {
  border: 3px solid var(--color-navy);
  box-shadow: var(--shadow-soft);
  color: var(--color-navy);
  min-height: 300px;
  padding: 1.4rem;
}

.showcase-panel h3 {
  color: inherit;
  font-size: 1.7rem;
}

.showcase-panel a {
  color: inherit;
  font-weight: 900;
}

.showcase-panel .feature-list span {
  color: rgba(16, 38, 63, 0.78);
}

.showcase-panel--navy {
  background: var(--color-navy);
  color: #fff;
}

.showcase-panel--navy h3,
.showcase-panel--navy a {
  color: #fff;
}

.showcase-panel--navy .feature-list span {
  color: rgba(255, 255, 255, 0.78);
}

.showcase-panel--blue {
  background: var(--color-sky);
}

.showcase-panel--copper {
  background: var(--color-gold);
}

.community-section {
  background: var(--color-mist);
  border-top: 4px solid var(--color-navy);
}

.community-section h2 {
  font-size: 3rem;
  line-height: 1;
}

.how-it-works {
  counter-reset: steps;
}

.how-it-works li {
  align-items: center;
  border: 2px solid var(--color-navy);
  border-left: 10px solid var(--color-coral);
  box-shadow: 5px 5px 0 rgba(16, 38, 63, 0.12);
  color: var(--color-navy);
  display: grid;
  font-weight: 900;
  gap: 0.75rem;
  grid-template-columns: 54px 1fr;
}

.how-it-works li span {
  color: var(--color-coral);
  font-family: var(--font-heading);
  font-size: 1.6rem;
}

.page-heading {
  background:
    linear-gradient(135deg, rgba(255, 241, 215, 0.96), rgba(80, 182, 216, 0.22)),
    repeating-linear-gradient(135deg, rgba(16, 38, 63, 0.08) 0 2px, transparent 2px 26px);
  border-bottom: 4px solid var(--color-navy);
  padding: 3rem 0;
}

.page-heading__content {
  max-width: 820px;
}

.page-heading h1 {
  font-size: 4rem;
  line-height: 0.98;
}

.breadcrumb a {
  color: var(--color-navy);
  font-weight: 800;
}

.directory-filter {
  border: 3px solid var(--color-navy);
  box-shadow: var(--shadow-soft);
}

.business-card,
.listing-card {
  border: 3px solid var(--color-navy);
  box-shadow: 5px 5px 0 rgba(16, 38, 63, 0.12);
}

.business-card {
  grid-template-columns: 72px 1fr;
  min-height: 220px;
}

.business-card:nth-child(4n + 1) {
  background: #fff;
}

.business-card:nth-child(4n + 2) {
  background: #fef2d2;
}

.business-card:nth-child(4n + 3) {
  background: #e4f6f2;
}

.business-card:nth-child(4n) {
  background: #f9e4dc;
}

.business-card__mark,
.profile-logo {
  background: var(--color-coral);
  border: 3px solid var(--color-navy);
  border-radius: 0;
  box-shadow: 4px 4px 0 rgba(16, 38, 63, 0.18);
  font-size: 2rem;
  height: 72px;
  width: 72px;
}

.business-card h2,
.listing-card h2 {
  font-size: 1.55rem;
  line-height: 1.08;
}

.business-card__link,
.listing-card__link {
  color: var(--color-navy);
  display: inline-block;
  font-weight: 900;
  margin-bottom: 0.8rem;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.business-flags span,
.tag-list li {
  background: #fff;
  border: 2px solid var(--color-navy);
  border-radius: 999px;
}

.listing-card {
  min-height: 280px;
}

.listing-card:nth-child(3n + 1) {
  background: #fff;
}

.listing-card:nth-child(3n + 2) {
  background: #e4f6f2;
}

.listing-card:nth-child(3n) {
  background: #fff1d7;
}

.listing-card__topline span:first-child {
  background: var(--color-coral);
  color: #fff;
  padding: 0.25rem 0.55rem;
}

.profile-hero,
.listing-detail-hero {
  border-bottom: 4px solid var(--color-navy);
}

.profile-sidebar,
.editorial-body,
.empty-state,
.dashboard-panel,
.profile-form section,
.dashboard-list__item,
.status-grid section {
  border: 3px solid var(--color-navy);
  box-shadow: 5px 5px 0 rgba(16, 38, 63, 0.12);
}

.status-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.dashboard-nav {
  background: var(--color-navy);
  border-right: 4px solid var(--color-gold);
}

.dashboard-nav a {
  color: #fff;
}

.site-footer {
  border-top: 4px solid var(--color-gold);
}

@media (max-width: 992px) {
  .hero-layout,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .page-heading h1 {
    font-size: 3.35rem;
  }

}

@media (min-width: 993px) and (max-width: 1100px) {
  .hero-exchange-panel {
    padding: 0.82rem;
    top: 0;
    width: min(74%, 360px);
  }

  .hero-exchange-panel p {
    margin-bottom: 0.55rem;
  }

  .hero-exchange-panel ul {
    gap: 0.4rem;
  }

  .hero-exchange-panel li {
    gap: 0.45rem;
    grid-template-columns: 4.8rem 1fr;
    padding: 0.48rem 0.62rem;
  }

  .hero-exchange-panel li strong {
    font-size: 0.9rem;
  }
}

/* Dashboard polish */
.dashboard-main {
  background:
    radial-gradient(48rem 30rem at 100% -10%, rgba(255, 107, 26, 0.08), transparent 58%),
    linear-gradient(180deg, #f7fbfc, #edf5f8);
}

.dashboard-nav {
  padding: 1.4rem;
}

.dashboard-nav__brand {
  align-items: center;
  border-bottom: 1px solid rgba(7, 63, 82, 0.08);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 48px 1fr;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
}

.dashboard-nav__brand span {
  align-items: center;
  background: var(--color-orange);
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.dashboard-nav__brand strong,
.dashboard-nav__brand small {
  display: block;
}

.dashboard-nav__brand strong {
  color: var(--color-teal);
  line-height: 1.15;
}

.dashboard-nav__brand small {
  color: #65757c;
  font-size: 0.82rem;
  line-height: 1.25;
}

.dashboard-nav__eyebrow {
  color: var(--color-orange);
  font-size: 0.74rem;
  font-weight: 900;
  margin: 1rem 0 0.35rem;
  text-transform: uppercase;
}

.dashboard-nav a {
  border-radius: 14px;
  margin-bottom: 0.2rem;
  padding: 0.72rem 0.85rem;
}

.dashboard-nav a:hover,
.dashboard-nav a.is-active {
  background: var(--color-teal-soft);
  color: var(--color-teal);
}

.dashboard-nav a.is-active {
  box-shadow: inset 4px 0 0 var(--color-orange);
}

.dashboard-hero-card {
  align-items: end;
  background:
    radial-gradient(34rem 22rem at 100% 0, rgba(157, 231, 242, 0.18), transparent 62%),
    linear-gradient(135deg, var(--color-teal-dark), var(--color-teal));
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  color: #fff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2rem);
  position: relative;
}

.dashboard-hero-card::after {
  border: 44px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  content: "";
  height: 230px;
  position: absolute;
  right: -120px;
  top: -88px;
  transform: rotate(-25deg);
  width: 420px;
}

.dashboard-hero-card > * {
  position: relative;
  z-index: 1;
}

.dashboard-hero-card h1 {
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 0.98;
  margin-bottom: 0.75rem;
}

.dashboard-hero-card p {
  color: #d7f8fc;
  font-size: 1.08rem;
  margin-bottom: 0;
  max-width: 720px;
}

.dashboard-hero-card .section-kicker {
  color: #9de7f2;
}

.dashboard-hero-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.dashboard-hero-card__actions .btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.68);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--color-teal);
}

.dashboard-grid {
  display: grid;
  gap: 1rem;
}

.dashboard-grid--wide {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  margin-top: 1rem;
}

.exchange-readiness h2,
.recent-trades-panel h2,
.match-intro-panel h2 {
  color: var(--color-teal);
}

.readiness-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0;
}

.readiness-list div,
.mini-list a {
  align-items: center;
  background: var(--color-linen);
  border-radius: 18px;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 42px 1fr;
  padding: 0.8rem;
}

.readiness-list span,
.trade-progress span {
  align-items: center;
  background: #d7e8ed;
  border-radius: 14px;
  color: var(--color-teal);
  display: flex;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.readiness-list .is-complete span,
.trade-progress .is-complete span {
  background: var(--color-orange);
  color: #fff;
}

.readiness-list strong,
.readiness-list small,
.mini-list strong,
.mini-list small,
.mini-list span {
  display: block;
}

.readiness-list strong,
.mini-list strong {
  color: var(--color-teal);
  line-height: 1.2;
}

.readiness-list small,
.mini-list small {
  color: #647780;
}

.mini-list {
  display: grid;
  gap: 0.7rem;
}

.mini-list a {
  color: inherit;
  grid-template-columns: 1fr;
  text-decoration: none;
}

.mini-list span {
  color: var(--color-orange);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.match-intro-panel {
  margin-bottom: 1rem;
}

.match-card__top h2 {
  margin-top: 0.6rem;
}

.status-pill {
  background: var(--color-teal-soft);
  border-radius: 999px;
  color: var(--color-teal);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.42rem 0.62rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.status-pill--strong,
.status-pill--accepted,
.status-pill--completed {
  background: rgba(255, 107, 26, 0.14);
  color: var(--color-orange-dark);
}

.status-pill--declined,
.status-pill--canceled {
  background: #edf0f2;
  color: #60707a;
}

.status-pill--pending {
  background: var(--color-teal-soft);
  color: var(--color-teal);
}

.trade-list-card {
  grid-template-columns: 1fr minmax(150px, auto);
}

.trade-list-card__meta {
  align-items: end;
  display: grid;
  gap: 0.25rem;
  justify-items: end;
}

.trade-list-card__meta strong {
  color: var(--color-teal);
  font-size: 2rem;
  line-height: 1;
}

.trade-list-card__meta span {
  color: #65757c;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.trade-progress {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.trade-progress div {
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  display: flex;
  gap: 0.7rem;
  padding: 0.85rem;
}

.trade-progress strong {
  color: var(--color-teal);
}

@media (max-width: 992px) {
  .dashboard-shell,
  .dashboard-grid--wide,
  .dashboard-hero-card {
    grid-template-columns: 1fr;
  }

  .dashboard-hero-card__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .dashboard-main,
  .dashboard-nav {
    padding: 1rem;
  }

  .trade-list-card,
  .trade-progress {
    grid-template-columns: 1fr;
  }

  .trade-list-card__meta {
    justify-items: start;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 3.5rem 0 3rem;
  }

  .hero-copy h1,
  .page-heading h1,
  .section-heading-row h2,
  .community-section h2 {
    font-size: 2.65rem;
  }

  .hero-facts,
  .section-heading-row {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    display: grid;
  }

  .section-heading-row {
    align-items: start;
    display: grid;
  }
}

/* Modern community-marketplace direction */
:root {
  --color-navy: #073f52;
  --color-teal: #075f78;
  --color-teal-dark: #045066;
  --color-teal-soft: #dceff2;
  --color-orange: #ff6b1a;
  --color-orange-dark: #df5710;
  --color-cream: #fbf7ef;
  --color-linen: #f7fbfc;
  --color-mist: #eaf3f7;
  --color-gray-700: #172b35;
  --font-heading: "Aptos Display", "Segoe UI", Arial, sans-serif;
  --font-body: Aptos, "Segoe UI", Arial, sans-serif;
  --radius-sm: 14px;
  --radius-lg: 28px;
  --shadow-soft: 0 24px 70px rgba(7, 63, 82, 0.16);
  --shadow-card: 0 14px 34px rgba(7, 63, 82, 0.11);
}

body {
  background: var(--color-linen);
  color: var(--color-gray-700);
  font-family: var(--font-body);
  overflow-x: hidden;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 0;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(7, 63, 82, 0.08);
  box-shadow: 0 8px 28px rgba(7, 63, 82, 0.08);
}

.navbar {
  min-height: 70px;
}

.navbar-brand {
  color: var(--color-teal) !important;
  font-size: 1.45rem;
}

.navbar-dark .navbar-nav .nav-link {
  border-bottom: 0;
  color: #182f39;
  font-size: 0.97rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-orange);
}

.navbar-dark .navbar-toggler {
  border-color: rgba(7, 63, 82, 0.35);
  filter: invert(1);
}

.btn {
  border-radius: 999px;
  box-shadow: none;
  font-weight: 800;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.btn-primary {
  --bs-btn-bg: var(--color-orange);
  --bs-btn-border-color: var(--color-orange);
  --bs-btn-hover-bg: var(--color-orange-dark);
  --bs-btn-hover-border-color: var(--color-orange-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--color-teal);
  --bs-btn-border-color: rgba(7, 95, 120, 0.45);
  --bs-btn-hover-bg: var(--color-teal);
  --bs-btn-hover-border-color: var(--color-teal);
}

.hero-section {
  background:
    radial-gradient(70rem 38rem at -14% 28%, rgba(255, 255, 255, 0.11) 0 32%, transparent 33%),
    radial-gradient(66rem 32rem at 111% 18%, rgba(255, 255, 255, 0.12) 0 32%, transparent 33%),
    linear-gradient(135deg, var(--color-teal-dark), #075f78 58%, #08718a);
  border-bottom: 0;
  color: #fff;
  overflow: hidden;
  padding: 5.25rem 0 0;
  position: relative;
}

.hero-section::before,
.hero-section::after {
  border: 72px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  content: "";
  height: 360px;
  position: absolute;
  transform: rotate(-28deg);
  width: 680px;
}

.hero-section::before {
  left: -220px;
  top: 30px;
}

.hero-section::after {
  bottom: 40px;
  right: -230px;
}

.hero-layout {
  position: relative;
  z-index: 1;
}

.hero-layout--portrait {
  align-items: end;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.86fr);
  min-height: 650px;
}

.hero-copy {
  align-self: center;
  padding-bottom: 4rem;
}

.hero-kicker {
  color: #9de7f2;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  line-height: 0.98;
  margin-bottom: 1.25rem;
  max-width: 920px;
}

.hero-copy .lead {
  color: #ecfbff;
  font-size: 1.35rem;
  font-weight: 650;
  max-width: 670px;
}

.hero-actions {
  margin-top: 2rem;
}

.hero-trust {
  color: #bff2f8;
  font-size: 1rem;
  font-weight: 750;
  margin: 1rem 0 0;
  max-width: 700px;
}

.hero-actions .btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.72);
  --bs-btn-hover-color: var(--color-teal);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  margin-top: 2.3rem;
}

.hero-facts div {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 118px;
  padding: 0;
}

.hero-facts strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.hero-facts span {
  color: #9de7f2;
  font-size: 0.88rem;
  font-weight: 850;
}

.hero-portrait-wrap {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  min-height: 610px;
  position: relative;
}

.hero-exchange-panel {
  background: #f7fbfc;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.16);
  color: var(--color-gray-700);
  max-width: 410px;
  padding: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: min(78%, 410px);
  z-index: 4;
}

.hero-exchange-panel p {
  color: var(--color-teal);
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.hero-exchange-panel ul {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-exchange-panel li {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 5.5rem 1fr;
  padding: 0.75rem 0.85rem;
}

.hero-exchange-panel li span {
  background: var(--color-teal-soft);
  border-radius: 999px;
  color: var(--color-teal);
  font-size: 0.72rem;
  font-weight: 900;
  justify-self: start;
  padding: 0.32rem 0.55rem;
  text-transform: uppercase;
}

.hero-exchange-panel li strong {
  color: #18333d;
  font-size: 0.98rem;
  line-height: 1.2;
}

.hero-portrait {
  display: block;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.22));
  height: 610px;
  margin-left: auto;
  object-fit: contain;
  object-position: bottom center;
  position: relative;
  width: min(100%, 720px);
  z-index: 2;
}

.hero-profile-badge {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(18, 45, 55, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  bottom: 5.5rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: grid;
  gap: 0.18rem;
  max-width: 330px;
  padding: 1rem 1.15rem;
  position: absolute;
  right: 1.5rem;
  z-index: 3;
}

.hero-profile-badge span {
  color: #9de7f2;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-profile-badge strong {
  font-size: 1.05rem;
}

.demo-preview-note,
.section-note,
.demo-profile-note {
  color: #4c6570;
  font-size: 0.95rem;
  margin: 1rem 0 0;
}

.hero-section .demo-preview-note {
  color: #d7f8fc;
}

.demo-badge {
  background: var(--color-orange);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.45rem;
  padding: 0.34rem 0.52rem;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.demo-badge--inline {
  font-size: 0.66rem;
  margin-right: 0.35rem;
  padding: 0.26rem 0.44rem;
}

.demo-badge--heading {
  font-family: var(--font-body);
  font-size: 0.78rem;
  transform: translateY(-0.4rem);
}

.search-band {
  background: #fff;
  border-bottom: 1px solid rgba(7, 63, 82, 0.08);
  color: var(--color-gray-700);
}

.search-band .row {
  margin-left: 0;
  margin-right: 0;
}

.search-band label {
  color: var(--color-teal);
}

.search-band .form-control,
.search-band .form-select,
.directory-filter .form-control,
.directory-filter .form-select {
  border: 1px solid rgba(7, 63, 82, 0.16);
  border-radius: 14px;
}

.content-section--showcase {
  background: #eef4f8;
}

.region-section,
.mission-section,
.planned-section {
  padding: 4rem 0;
}

.region-section {
  background: #fff;
  border-bottom: 1px solid rgba(7, 63, 82, 0.08);
}

.region-layout,
.mission-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.region-layout h2,
.mission-layout h2,
.planned-callout h2 {
  color: var(--color-teal);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.02;
}

.region-layout p,
.mission-layout p,
.planned-callout p {
  font-size: 1.08rem;
  margin-bottom: 0;
}

.region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.region-tags li {
  background: var(--color-teal-soft);
  border: 1px solid rgba(7, 95, 120, 0.14);
  border-radius: 999px;
  color: var(--color-teal);
  font-weight: 850;
  padding: 0.5rem 0.75rem;
}

.mission-section {
  background: #fff;
}

.mission-layout {
  border-top: 1px solid rgba(7, 63, 82, 0.1);
  border-bottom: 1px solid rgba(7, 63, 82, 0.1);
  padding: 2.4rem 0;
}

.planned-section {
  background: #eef4f8;
}

.planned-callout {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  margin: 0 auto;
  max-width: 920px;
  padding: 2rem;
}

.section-kicker,
.hero-chip {
  background: transparent;
  color: var(--color-orange);
  padding: 0;
}

.section-heading-row h2,
.community-section h2 {
  color: var(--color-teal);
  font-size: clamp(2.2rem, 4vw, 3.75rem);
}

.showcase-grid {
  gap: 1.4rem;
}

.showcase-panel {
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  min-height: 280px;
  overflow: hidden;
  padding: 1.65rem;
}

.showcase-panel--navy {
  background: #fff;
  color: var(--color-gray-700);
}

.showcase-panel--navy h3,
.showcase-panel--navy a {
  color: var(--color-teal);
}

.showcase-panel--navy .feature-list span {
  color: #65757c;
}

.showcase-panel--blue {
  background: #dff2f7;
}

.showcase-panel--copper {
  background: #fff0dc;
}

.feature-list li {
  border-top: 1px solid rgba(7, 63, 82, 0.1);
  padding-top: 0.8rem;
}

.community-section {
  background: #fff;
  border-top: 0;
}

.community-section .row {
  margin-left: 0;
  margin-right: 0;
}

.how-it-works li {
  background: #f7fbfc;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  grid-template-columns: 58px 1fr;
}

.how-it-works li span {
  align-items: center;
  background: var(--color-orange);
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-family: var(--font-body);
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.page-heading {
  background:
    radial-gradient(48rem 28rem at 96% -10%, rgba(255, 107, 26, 0.14), transparent 56%),
    linear-gradient(135deg, #f7fbfc, #e7f4f7);
  border-bottom: 1px solid rgba(7, 63, 82, 0.08);
}

.page-heading h1 {
  color: var(--color-teal);
  font-size: clamp(2.7rem, 5vw, 4.75rem);
  line-height: 0.96;
}

.directory-filter {
  border: 0;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.business-card,
.listing-card,
.profile-sidebar,
.editorial-body,
.empty-state,
.dashboard-panel,
.profile-form section,
.dashboard-list__item,
.status-grid section {
  border: 0;
  border-radius: 24px;
  box-shadow: var(--shadow-card);
}

.business-card {
  background: #fff !important;
  grid-template-columns: 68px 1fr;
  min-height: 210px;
  padding: 1.35rem;
}

.business-card__mark,
.profile-logo {
  background: linear-gradient(135deg, var(--color-teal), #0d8aa4);
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  height: 68px;
  width: 68px;
}

.business-card h2,
.listing-card h2 {
  color: var(--color-teal);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  letter-spacing: 0;
}

.business-card__link,
.listing-card__link {
  color: var(--color-orange);
  text-decoration-thickness: 2px;
}

.business-flags span,
.tag-list li {
  background: var(--color-teal-soft);
  border: 0;
  color: var(--color-teal);
}

.listing-card {
  background: #fff !important;
  min-height: 255px;
  padding: 1.45rem;
}

.listing-card__topline span:first-child {
  background: var(--color-teal-soft);
  border-radius: 999px;
  color: var(--color-teal);
}

.listing-card__footer {
  border-top-color: rgba(7, 63, 82, 0.1);
}

.profile-hero,
.listing-detail-hero {
  border-bottom: 1px solid rgba(7, 63, 82, 0.08);
}

.dashboard-nav {
  background: #fff;
  border-right: 1px solid rgba(7, 63, 82, 0.08);
}

.dashboard-nav a {
  color: var(--color-teal);
}

.site-footer {
  background: var(--color-teal-dark);
  border-top: 0;
}

@media (max-width: 992px) {
  .hero-layout--portrait {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 1rem;
  }

  .hero-portrait-wrap {
    min-height: 430px;
  }

  .hero-exchange-panel {
    left: 50%;
    max-width: 460px;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: min(92%, 460px);
  }

  .hero-portrait {
    height: 430px;
    margin: 0 auto;
    padding-top: 5.5rem;
  }

  .region-layout,
  .mission-layout {
    grid-template-columns: 1fr;
  }

  .search-band form > [class*="col-md-"] {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 3.4rem;
  }

  .hero-layout--portrait {
    min-height: auto;
  }

  .hero-profile-badge {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .hero-copy .lead {
    font-size: 1.1rem;
  }

  .hero-facts {
    gap: 0.85rem;
  }

  .hero-facts div {
    flex: 1 1 100%;
  }

  .hero-portrait-wrap {
    min-height: 340px;
  }

  .hero-exchange-panel {
    display: none;
  }

  .hero-portrait {
    height: 340px;
    padding-top: 0;
  }

  .region-section,
  .mission-section,
  .planned-section {
    padding: 3rem 0;
  }

  .planned-callout {
    border-radius: 20px;
    padding: 1.35rem;
  }
}

@media (max-width: 390px) {
  .navbar-brand {
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1.15;
    max-width: min(66vw, 250px);
    white-space: normal;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    display: inline-block;
    line-height: 1.15;
    max-width: min(66vw, 280px);
    white-space: normal;
  }
}

@media (min-width: 993px) and (max-width: 1100px) {
  .hero-exchange-panel {
    padding: 0.82rem;
    top: 0;
    width: min(74%, 360px);
  }

  .hero-exchange-panel p {
    margin-bottom: 0.55rem;
  }

  .hero-exchange-panel ul {
    gap: 0.4rem;
  }

  .hero-exchange-panel li {
    gap: 0.45rem;
    grid-template-columns: 4.8rem 1fr;
    padding: 0.48rem 0.62rem;
  }

  .hero-exchange-panel li strong {
    font-size: 0.9rem;
  }
}
