:root {
  --green: #173b2d;
  --green2: #245f48;
  --gold: #f4b900;
  --gold2: #d99b00;
  --cream: #fff8df;
  --ink: #18231e;
  --muted: #607069;
  --line: #e8dfbd;
  --white: #fff;
  --shadow: 0 18px 50px rgba(18, 63, 45, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: var(--green);
  color: #dce9e2;
  font-size: 0.86rem;
  padding: 8px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  width: 142px;
  height: 60px;
  object-fit: contain;
}
.site-name {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}
.mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold);
  color: var(--green);
  font-weight: 900;
  font-size: 1.25rem;
}
.brand strong {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
.brand span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.links {
  display: flex;
  align-items: center;
  gap: 22px;
}
.links a {
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
}
.links a:hover {
  color: var(--gold2);
}
.nav-group {
  position: relative;
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -16px;
  min-width: 230px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.submenu a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
}
.submenu a:hover {
  background: var(--cream);
}
.nav-group:hover .submenu,
.nav-group:focus-within .submenu {
  display: block;
}
.menu {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}
.button.gold {
  background: var(--gold);
  color: #1c2a23;
}
.button.outline {
  background: transparent;
  color: var(--green);
  border: 1px solid var(--green);
}
.hero {
  background:
    linear-gradient(115deg, rgba(10, 43, 30, 0.94), rgba(18, 63, 45, 0.72)),
    url("assets/bcons-central-park.jpg") center/cover;
  min-height: 570px;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-inner {
  max-width: 760px;
  padding: 86px 0;
}
.eyebrow {
  color: #f1c64f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
  font-size: 0.78rem;
}
.hero h1,
.page-hero h1 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: -0.035em;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.02;
  margin: 14px 0 22px;
}
.hero p {
  font-size: 1.16rem;
  max-width: 690px;
  color: #e5eee9;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.stats {
  margin-top: -54px;
  position: relative;
  z-index: 2;
}
.stats-grid {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px;
}
.stat {
  padding: 8px 24px;
  border-right: 1px solid var(--line);
}
.stat:last-child {
  border: 0;
}
.stat strong {
  display: block;
  color: var(--green);
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 850;
  font-size: 1.9rem;
}
.stat span {
  color: var(--muted);
  font-size: 0.88rem;
}
.section {
  padding: 82px 0;
}
.section.soft {
  background: var(--cream);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}
.section h2 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: -0.025em;
  color: var(--green);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  margin: 8px 0;
}
.section-head p {
  max-width: 600px;
  color: var(--muted);
}
.feature {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 44px;
  align-items: center;
}
.feature img {
  border-radius: 22px;
  box-shadow: var(--shadow);
  aspect-ratio: 16/10;
  object-fit: cover;
}
.kicker {
  font-size: 0.75rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
}
.meta {
  color: var(--muted);
  font-size: 0.9rem;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: 0.2s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.card-body {
  padding: 22px;
}
.card h3 {
  margin: 8px 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--green);
}
.card p {
  color: var(--muted);
  font-size: 0.94rem;
}
.card a {
  font-weight: 800;
  color: var(--green);
}
.pill {
  display: inline-block;
  background: #e7f1ec;
  color: var(--green);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}
.panel {
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 32px;
}
.checklist {
  padding: 0;
  list-style: none;
}
.checklist li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.contact {
  background: var(--green);
  color: #fff;
  border-radius: 26px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
}
.contact h2 {
  color: #fff;
}
.contact p {
  color: #dce9e2;
}
.form {
  display: grid;
  gap: 12px;
}
.form input,
.form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font: inherit;
}
.form option {
  color: #111;
}
.form input::placeholder {
  color: #dce9e2;
}
.form-status {
  font-size: 0.9rem;
}
.page-hero {
  background: linear-gradient(100deg, var(--gold) 0 12px, var(--green) 12px);
  color: #fff;
  padding: 78px 0;
}
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  max-width: 860px;
}
.breadcrumbs {
  font-size: 0.85rem;
  color: #c8dbd1;
}
.article {
  width: min(820px, calc(100% - 40px));
  margin: auto;
  padding: 68px 0;
}
.article h2 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--green);
  font-size: 2rem;
  margin-top: 42px;
}
.article h3 {
  color: var(--green);
  margin-top: 30px;
}
.article p,
.article li {
  font-size: 1.04rem;
}
.article figure {
  margin: 34px 0;
}
.article figure img {
  border-radius: 18px;
}
.article figcaption {
  font-size: 0.84rem;
  color: var(--muted);
  margin-top: 8px;
}
.notice {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 22px;
  margin: 28px 0;
}
.footer {
  background: #0d2d21;
  color: #d9e7df;
  padding: 50px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
}
.footer h3 {
  color: #fff;
}
.footer a {
  display: block;
  color: #d9e7df;
  text-decoration: none;
  margin: 8px 0;
}
.legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 36px;
  padding-top: 20px;
  font-size: 0.8rem;
  color: #a9c2b5;
}
.floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  z-index: 20;
}
.floating a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #1d2a24;
  text-decoration: none;
  font-weight: 900;
  box-shadow: var(--shadow);
}
.floating a.facebook {
  background: #1877f2;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.65rem;
  text-transform: lowercase;
}
@media (max-width: 850px) {
  .links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  .nav-group {
    width: 100%;
  }
  .submenu {
    display: block;
    position: static;
    min-width: 0;
    box-shadow: none;
    border: 0;
    border-left: 3px solid var(--gold);
    border-radius: 0;
    margin: 8px 0 0 6px;
    padding: 2px 0 2px 12px;
  }
  .submenu a {
    font-size: 0.88rem;
    font-weight: 600;
  }
  .links.open {
    display: flex;
  }
  .menu {
    display: block;
  }
  .stats-grid,
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .feature,
  .split,
  .contact,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: 520px;
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .section {
    padding: 62px 0;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }
  .topbar {
    display: none;
  }
  .stats {
    margin-top: -28px;
  }
  .stats-grid,
  .cards {
    grid-template-columns: 1fr;
  }
  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section-head {
    display: block;
  }
  .hero-inner {
    padding: 70px 0;
  }
  .contact {
    padding: 28px;
  }
  .nav {
    min-height: 68px;
  }
  .brand-logo {
    width: 112px;
    height: 52px;
  }
  .site-name {
    display: none !important;
  }
  .links {
    top: 68px;
  }
}
