.bw-nesting-page {
  --bw-ink: #143342;
  --bw-muted: #5f7280;
  --bw-line: #d7e5dd;
  --bw-soft: #f5f9f6;
  --bw-green: #28745f;
  --bw-green-dark: #1f604f;
  --bw-green-2: #77b894;
  --bw-cream: #fffaf0;
  --bw-shadow: 0 14px 34px rgba(20, 51, 66, .08);
  color: var(--bw-ink);
  background: #fff;
  line-height: 1.55;
}

body.bw-nesting-route .header.centered,
body.bw-nesting-route #top-header,
body.bw-nesting-route #main-header,
body.bw-nesting-route #main-header-wrapper,
body.bw-nesting-route .et-l--header,
body.bw-nesting-route .bw-site-header--nesting {
  display: none !important;
}

body.bw-nesting-route #page-container {
  padding-top: 0 !important;
}

.bw-nesting-topbar {
  position: sticky;
  top: 0;
  z-index: 10040;
  background:
    linear-gradient(180deg, rgba(13, 48, 52, .98), rgba(14, 58, 51, .96)),
    #0d3034;
  border-bottom: 1px solid rgba(213, 229, 220, .16);
  box-shadow: 0 12px 30px rgba(5, 22, 25, .18);
  backdrop-filter: blur(14px);
}

.bw-nesting-topbar__shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(210px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.bw-nesting-topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.bw-nesting-topbar__mark {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7eddc;
}

.bw-nesting-topbar__mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bw-nesting-topbar__mark circle {
  fill: transparent;
}

.bw-nesting-topbar__mark path:first-of-type {
  fill: none;
  stroke: #1e5d4c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-nesting-topbar__mark path:last-of-type {
  fill: none;
  stroke: #b78339;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bw-nesting-topbar__brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bw-nesting-topbar__brand-copy strong,
.bw-nesting-topbar__brand-copy em {
  display: block;
}

.bw-nesting-topbar__brand-copy strong {
  color: #fffdf4;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.bw-nesting-topbar__brand-copy em {
  color: #bcd2ca;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bw-nesting-topbar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.bw-nesting-topbar__nav a,
.bw-nesting-topbar__drawer-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0;
  color: #dfeae4;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease, background .2s ease;
}

.bw-nesting-topbar__nav a::after,
.bw-nesting-topbar__drawer-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #a9c888;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .2s ease;
}

.bw-nesting-topbar__nav a:hover,
.bw-nesting-topbar__nav a:focus-visible,
.bw-nesting-topbar__drawer-nav a:hover,
.bw-nesting-topbar__drawer-nav a:focus-visible {
  color: #fffdf6;
  transform: translateY(-1px);
}

.bw-nesting-topbar__nav a:hover::after,
.bw-nesting-topbar__nav a:focus-visible::after,
.bw-nesting-topbar__nav a.is-current::after,
.bw-nesting-topbar__drawer-nav a:hover::after,
.bw-nesting-topbar__drawer-nav a:focus-visible::after,
.bw-nesting-topbar__drawer-nav a.is-current::after {
  transform: scaleX(1);
}

.bw-nesting-topbar__nav a.is-current,
.bw-nesting-topbar__drawer-nav a.is-current {
  color: #fffdf4;
}

.bw-nesting-topbar__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.bw-nesting-topbar__cta,
.bw-nesting-topbar__drawer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(231, 237, 220, .28);
  border-radius: 6px;
  background: #e7eddc;
  color: #123a33;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.bw-nesting-topbar__cta:hover,
.bw-nesting-topbar__cta:focus-visible,
.bw-nesting-topbar__drawer-cta:hover,
.bw-nesting-topbar__drawer-cta:focus-visible {
  color: #1f332a;
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 12px 24px rgba(27, 46, 35, .16);
}

.bw-nesting-topbar__toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(223, 229, 207, .18);
  border-radius: 6px;
  background: rgba(255, 250, 240, .06);
  cursor: pointer;
}

.bw-nesting-topbar__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto 4px;
  border-radius: 999px;
  background: #f4f1e6;
}

.bw-nesting-topbar__toggle span:last-child {
  margin-bottom: 0;
}

.bw-nesting-topbar__drawer {
  display: none;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 18px;
}

.bw-nesting-topbar__drawer[hidden] {
  display: none !important;
}

.bw-nesting-topbar__drawer-nav {
  display: grid;
  gap: 2px;
  padding: 14px;
  border: 1px solid rgba(231, 237, 220, .18);
  border-radius: 8px;
  background: rgba(6, 30, 33, .42);
  box-shadow: 0 18px 40px rgba(12, 26, 19, .14);
}

.bw-site-header--nesting {
  position: sticky;
  top: 0;
  z-index: 10020;
  color: #f4f2e8;
  background:
    linear-gradient(180deg, rgba(12, 42, 51, .98), rgba(16, 58, 52, .96)),
    #122c30;
  border-bottom: 1px solid rgba(214, 229, 214, .16);
  backdrop-filter: blur(14px);
}

.bw-site-header--nesting .bw-site-header-shell {
  width: min(1280px, calc(100% - 40px));
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.bw-site-header--nesting .bw-site-header-mark circle {
  fill: #d7e4c7;
}

.bw-site-header--nesting .bw-site-header-mark path {
  stroke: #173a30;
}

.bw-site-header--nesting .bw-site-header-mark path + path {
  stroke: #b98337;
}

.bw-site-brand--nesting .bw-site-brand-copy strong {
  color: #fffdf3;
  font-size: 23px;
}

.bw-site-brand--nesting .bw-site-brand-copy em {
  margin-top: 4px;
  color: #b9cfb4;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bw-site-nav--nesting {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.bw-site-nav--nesting a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(214, 229, 214, .14);
  border-radius: 999px;
  color: #eff5eb;
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.bw-site-nav--nesting a:hover {
  border-color: rgba(214, 229, 214, .28);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-1px);
}

.bw-site-actions--nesting {
  justify-content: flex-end;
}

.bw-site-cta--nesting {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #d7e4c7;
  color: #143342 !important;
  font-size: 13px;
}

.bw-nesting-page * {
  box-sizing: border-box;
}

.bw-nesting-page article,
.bw-nesting-page article::before,
.bw-nesting-page article::after {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.bw-nesting-page article::before,
.bw-nesting-page article::after {
  content: none !important;
  display: none !important;
}

.bw-nesting-page h1,
.bw-nesting-page h2,
.bw-nesting-page h3,
.bw-nesting-page p {
  letter-spacing: 0;
}

.bw-nesting-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: end;
  background: linear-gradient(90deg, rgba(12, 42, 51, .93), rgba(12, 42, 51, .62), rgba(12, 42, 51, .18)), url("https://images.unsplash.com/photo-1516233758813-a38d024919c5?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.bw-nesting-hero__inner,
.bw-nesting-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.bw-nesting-hero__inner {
  padding: 72px 0 58px;
  color: #fff;
}

.bw-nesting-eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #d8efe3;
}

.bw-nesting-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--bw-green-2);
}

.bw-nesting-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6.5vw, 72px);
  line-height: .98;
}

.bw-nesting-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #e9f5ef;
  font-size: 19px;
}

.bw-nesting-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 6px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.bw-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, .22);
}

.bw-button--primary,
.bw-button--primary:hover {
  border-color: #fff;
  background: #fff;
  color: #183848;
}

.bw-quick-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.bw-summary,
.bw-season-key,
.bw-calendar-wrap,
.bw-timeline {
  border: 1px solid var(--bw-line);
  border-radius: 8px;
  background: #fff;
}

.bw-note,
.bw-bird-card,
.bw-kit-card,
.bw-faq {
  display: block !important;
  border: 1px solid var(--bw-line) !important;
  border-top: 1px solid var(--bw-line) !important;
  border-radius: 8px !important;
  outline: 0 !important;
  background: #fff !important;
  box-shadow: var(--bw-shadow) !important;
}

.bw-summary,
.bw-season-key {
  box-shadow: 0 18px 45px rgba(18, 49, 42, .12);
}

.bw-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.bw-summary__item {
  padding: 22px;
  border-right: 1px solid var(--bw-line);
}

.bw-summary__item:last-child {
  border-right: 0;
}

.bw-summary__item span {
  display: block;
  margin-bottom: 6px;
  color: var(--bw-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bw-summary__item strong {
  display: block;
  font-size: 20px;
  line-height: 1.25;
}

.bw-season-key {
  padding: 22px;
}

.bw-season-key > strong {
  font-size: 18px;
}

.bw-legend {
  display: grid;
  gap: 9px;
  margin-top: 12px;
  color: var(--bw-muted);
  font-size: 14px;
}

.bw-legend span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.bw-swatch {
  flex: 0 0 auto;
  width: 34px;
  height: 12px;
  border-radius: 20px;
}

.bw-swatch--early,
.bw-bar--early {
  background: #d8ead8;
}

.bw-swatch--main,
.bw-bar--main {
  background: #88c69e;
}

.bw-swatch--peak,
.bw-bar--peak {
  background: var(--bw-green);
}

.bw-section {
  padding: 64px 0 0;
}

.bw-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: 32px;
  align-items: end;
  margin-bottom: 26px;
}

.bw-section-heading h2,
.bw-kit__intro h2 {
  margin: 0;
  color: var(--bw-ink);
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.12;
}

.bw-section-heading p {
  margin: 0;
  color: var(--bw-muted);
  font-size: 15px;
}

.bw-calendar-tools {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(210px, .5fr) auto auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--bw-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(245, 249, 246, .96), rgba(255, 255, 255, .96)),
    #fff;
  box-shadow: var(--bw-shadow);
}

.bw-calendar-control {
  display: grid;
  gap: 6px;
}

.bw-calendar-control label {
  color: var(--bw-ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bw-calendar-control input,
.bw-calendar-control select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cedfd5;
  border-radius: 6px;
  background: #fff;
  color: var(--bw-ink);
  font-size: 14px;
  box-shadow: none;
}

.bw-calendar-reset {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #cedfd5;
  border-radius: 6px;
  background: var(--bw-soft);
  color: var(--bw-green-dark);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.bw-calendar-results {
  margin: 0;
  align-self: center;
  color: var(--bw-green-dark);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.bw-calendar-wrap {
  overflow: auto;
  box-shadow: var(--bw-shadow);
  transition: opacity .18s ease;
}

.bw-nesting-page .is-loading .bw-calendar-wrap {
  opacity: .62;
}

.bw-calendar-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.bw-calendar-table th,
.bw-calendar-table td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--bw-line);
  text-align: center;
  white-space: nowrap;
}

.bw-calendar-table tbody tr:last-child td {
  border-bottom: 0;
}

.bw-calendar-table th:first-child,
.bw-calendar-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 175px;
  text-align: left;
  background: #fff;
  font-weight: 850;
}

.bw-calendar-table th {
  color: #536a74;
  background: var(--bw-soft);
  font-size: 12px;
  text-transform: uppercase;
}

.bw-calendar-table th:first-child {
  background: var(--bw-soft);
}

.bw-calendar-bird-link {
  display: inline-flex;
  color: var(--bw-ink);
  font-weight: 900;
  text-decoration: none;
}

a.bw-calendar-bird-link:hover {
  color: var(--bw-green);
}

.bw-calendar-bird-meta {
  display: block;
  margin-top: 4px;
  color: var(--bw-muted);
  font-size: 12px;
  font-weight: 800;
}

.bw-calendar-bird-tag {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #e7f2eb;
  color: var(--bw-green-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.bw-bar {
  display: block;
  height: 18px;
  border-radius: 20px;
}

.bw-calendar-empty-row td {
  padding: 18px !important;
}

.bw-calendar-empty {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 8px;
  background: var(--bw-soft);
  color: var(--bw-muted);
}

.bw-calendar-empty strong {
  color: var(--bw-ink);
}

.bw-note-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}

.bw-note,
.bw-bird-card,
.bw-kit-card,
.bw-faq {
  padding: 24px;
}

.bw-note {
  background: var(--bw-soft) !important;
}

.bw-note--warning {
  border-color: #ead9bf !important;
  background: var(--bw-cream) !important;
}

.bw-note h3,
.bw-bird-card h3,
.bw-kit-card h3,
.bw-faq h3 {
  margin: 0 0 10px;
  color: var(--bw-ink);
  font-size: 20px;
  line-height: 1.25;
}

.bw-bird-card h3 a {
  color: inherit;
  text-decoration: none;
}

.bw-bird-card h3 a:hover {
  color: var(--bw-green);
}

.bw-note p,
.bw-bird-card p,
.bw-kit-card p,
.bw-faq p,
.bw-timeline p,
.bw-kit__intro p {
  margin: 0;
  color: var(--bw-muted);
  font-size: 15px;
}

.bw-bird-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bw-bird-card {
  min-height: 220px;
}

.bw-bird-card strong {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  background: var(--bw-green);
  font-size: 12px;
  line-height: 1;
}

.bw-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  box-shadow: var(--bw-shadow);
}

.bw-timeline__item {
  padding: 22px;
  border-right: 1px solid var(--bw-line);
}

.bw-timeline__item:last-child {
  border-right: 0;
}

.bw-timeline__item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--bw-green-dark);
  font-weight: 850;
}

.bw-kit {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.bw-kit__intro {
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: var(--bw-ink);
  box-shadow: var(--bw-shadow);
}

.bw-kit__intro h2,
.bw-kit__intro p {
  color: #fff;
}

.bw-kit-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e8f3ec;
  color: var(--bw-green);
  font-weight: 900;
}

.bw-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding-bottom: 80px;
}

@media (max-width: 860px) {
  .bw-nesting-topbar__shell {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .bw-nesting-topbar__nav,
  .bw-nesting-topbar__cta {
    display: none;
  }

  .bw-nesting-topbar__toggle,
  .bw-nesting-topbar__drawer {
    display: block;
  }

  .bw-nesting-topbar__brand-copy strong {
    font-size: 20px;
  }

  .bw-nesting-topbar__brand-copy em {
    font-size: 10px;
  }

  .bw-nesting-hero {
    min-height: 560px;
  }

  .bw-calendar-tools,
  .bw-quick-panel,
  .bw-note-band,
  .bw-kit,
  .bw-faq-grid,
  .bw-bird-grid,
  .bw-section-heading {
    grid-template-columns: 1fr;
  }

  .bw-summary {
    grid-template-columns: 1fr;
  }

  .bw-summary__item {
    border-right: 0;
    border-bottom: 1px solid var(--bw-line);
  }

  .bw-summary__item:last-child {
    border-bottom: 0;
  }

  .bw-section-heading {
    gap: 12px;
  }

  .bw-calendar-results {
    white-space: normal;
  }

  .bw-timeline {
    grid-template-columns: 1fr;
  }

  .bw-timeline__item {
    border-right: 0;
    border-bottom: 1px solid var(--bw-line);
  }

  .bw-timeline__item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .bw-nesting-topbar__shell,
  .bw-nesting-topbar__drawer {
    width: min(100% - 24px, 1280px);
  }

  .bw-nesting-topbar__brand {
    gap: 12px;
  }

  .bw-nesting-topbar__mark {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .bw-nesting-topbar__brand-copy strong {
    font-size: 17px;
  }

  .bw-nesting-topbar__brand-copy em {
    display: none;
  }
}
