:root {
  --green-950: #0f1a0f;
  --green-900: #142318;
  --green-800: #1e3328;
  --green-700: #2a4a36;
  --gold-500: #c9a96e;
  --gold-300: #e1c892;
  --cream-100: #f5f0e8;
  --cream-50: #fbf8f3;
  --ink-900: #1a1a17;
  --ink-700: #3a3a35;
  --ink-500: #6a6a62;
  --line: rgba(201, 169, 110, 0.25);
  --shadow-soft: 0 24px 70px rgba(15, 26, 15, 0.09);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "DM Sans", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: var(--nav-height, 94px);
  color: var(--ink-700);
  background: var(--cream-50);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--ink-900);
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10001;
  padding: 10px 15px;
  border-radius: 3px;
  background: #fff;
  color: var(--green-950);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
body > .site-nav .nav-container {
  max-width: 1400px;
}


.site-nav .nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
body > .site-nav .nav-logo {
  flex: 0 0 auto;
}


.site-nav .nav-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.site-nav .nav-logo-text {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.site-nav .nav-logo-subtext {
  font-size: 0.92rem;
}
@media (min-width: 1321px) and (max-width: 1399px) {
  body > .site-nav .nav-wordmark {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  body > .site-nav .nav-menu-desktop {
    display: none !important;
  }

  body > .site-nav .mobile-toggle {
    display: block !important;
  }

  body > .site-nav .nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 9998;
    display: none;
    flex-direction: column;
    max-height: calc(100vh - 100px);
    margin: 0;
    padding: 16px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    list-style: none;
  }

  body > .site-nav .nav-menu.active {
    display: flex !important;
  }

  body > .site-nav .nav-menu .nav-separator {
    display: none;
  }

  body > .site-nav .nav-menu .nav-item {
    width: 100%;
  }
}


.bj-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.bj-breadcrumbs {
  border-bottom: 1px solid rgba(30, 51, 40, 0.08);
  background: var(--cream-100);
}

.bj-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  margin: 0;
  padding: 0;
  color: var(--ink-500);
  font-size: 0.78rem;
  list-style: none;
}

.bj-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(106, 106, 98, 0.5);
}

.bj-breadcrumbs a {
  text-underline-offset: 3px;
}

.bj-breadcrumbs [aria-current="page"] {
  color: var(--ink-900);
  font-weight: 600;
}

.bj-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(201, 169, 110, 0.12), transparent 30%),
    linear-gradient(135deg, var(--green-950), var(--green-800));
  color: rgba(255, 255, 255, 0.78);
}

.bj-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  pointer-events: none;
}

.bj-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
  min-height: 650px;
  padding-block: clamp(76px, 10vw, 126px);
}

.bj-eyebrow,
.bj-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--gold-500);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bj-eyebrow::before,
.bj-section-kicker::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.bj-hero h1 {
  max-width: 720px;
  margin-bottom: 25px;
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.bj-hero-lede {
  max-width: 670px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.68;
}

.bj-hero-note {
  max-width: 620px;
  margin: 0 0 34px;
  padding-left: 18px;
  border-left: 1px solid var(--gold-500);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.bj-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bj-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bj-button:hover {
  transform: translateY(-2px);
}

.bj-button-primary {
  background: var(--gold-500);
  color: var(--green-950);
}

.bj-button-primary:hover {
  background: var(--gold-300);
}

.bj-button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.bj-button-secondary:hover {
  border-color: var(--gold-500);
  color: var(--gold-300);
}

.bj-hero-media {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 110, 0.38);
  border-radius: 2px;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(201, 169, 110, 0.26) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(201, 169, 110, 0.26) 50%, transparent 50.2%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 24px 24px 0 rgba(201, 169, 110, 0.07);
}

.bj-hero-media::before,
.bj-hero-media::after {
  position: absolute;
  border: 1px solid rgba(201, 169, 110, 0.32);
  content: "";
}

.bj-hero-media::before {
  inset: 11% 9%;
}

.bj-hero-media::after {
  inset: 23% 20%;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.bj-hero-media-line {
  width: 58%;
  height: 1px;
  background: var(--gold-500);
  box-shadow: 0 -58px 0 rgba(201, 169, 110, 0.42), 0 58px 0 rgba(201, 169, 110, 0.42);
}

.bj-section {
  padding-block: clamp(72px, 9vw, 112px);
}

.bj-section-cream {
  background: var(--cream-100);
}

.bj-section-dark {
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.7);
}

.bj-section-dark h2,
.bj-section-dark h3 {
  color: #fff;
}

.bj-section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.bj-section h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  letter-spacing: -0.018em;
}

.bj-section-head > p,
.bj-copy > p {
  margin: 0 0 18px;
}

.bj-section-head > p {
  color: var(--ink-500);
  font-size: 1.06rem;
}

.bj-section-dark .bj-section-head > p {
  color: rgba(255, 255, 255, 0.66);
}

.bj-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
  gap: clamp(38px, 7vw, 86px);
  align-items: start;
}

.bj-copy h3 {
  margin: 36px 0 12px;
  font-size: 1.8rem;
}

.bj-copy h3:first-child {
  margin-top: 0;
}

.bj-aside {
  padding: 34px;
  border-top: 2px solid var(--gold-500);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.bj-aside h3 {
  margin-bottom: 18px;
  font-size: 1.75rem;
}

.bj-aside ul,
.bj-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bj-aside li,
.bj-check-list li {
  position: relative;
  padding-left: 22px;
}

.bj-aside li::before,
.bj-check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--gold-500);
  content: "";
}

.bj-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bj-card {
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(30, 51, 40, 0.11);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 9px 30px rgba(15, 26, 15, 0.035);
}

.bj-card-number {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-500);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-style: italic;
}

.bj-card h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.bj-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.94rem;
}

.bj-band {
  padding-block: 34px;
  border-block: 1px solid var(--line);
  background: #fff;
}

.bj-band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bj-band-item {
  padding: 6px 28px;
  border-right: 1px solid var(--line);
}

.bj-band-item:first-child {
  padding-left: 0;
}

.bj-band-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.bj-band-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--green-800);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.bj-band-item span {
  color: var(--ink-500);
  font-size: 0.82rem;
}

.bj-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 52px;
  margin: 0;
  padding: 0;
  counter-reset: process;
  list-style: none;
}

.bj-process li {
  position: relative;
  min-height: 92px;
  padding: 22px 0 22px 55px;
  border-top: 1px solid rgba(201, 169, 110, 0.18);
  counter-increment: process;
}

.bj-process li::before {
  position: absolute;
  top: 20px;
  left: 0;
  color: var(--gold-500);
  content: counter(process, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.bj-process strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-weight: 600;
}

.bj-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bj-project {
  display: flex;
  min-height: 295px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: linear-gradient(145deg, #fff, #f8f3ea);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bj-project:hover {
  border-color: var(--gold-500);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.bj-project-meta {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-500);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bj-project h3 {
  margin-bottom: 13px;
  font-size: 1.65rem;
}

.bj-project p {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.92rem;
}

.bj-project-cta {
  display: block;
  margin-top: 24px;
  color: var(--green-800);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bj-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bj-link-chip {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--green-800);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.bj-link-chip:hover {
  border-color: var(--gold-500);
}

.bj-note {
  margin-top: 34px;
  padding: 22px 25px;
  border-left: 2px solid var(--gold-500);
  background: rgba(201, 169, 110, 0.09);
  color: var(--ink-700);
}

.bj-faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.bj-faq-list details {
  border: 1px solid rgba(30, 51, 40, 0.12);
  border-radius: 4px;
  background: #fff;
}

.bj-faq-list summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: var(--ink-900);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  list-style: none;
}

.bj-faq-list summary::-webkit-details-marker {
  display: none;
}

.bj-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--gold-500);
  content: "+";
  font-family: var(--font-sans);
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.bj-faq-list details[open] summary::after {
  content: "−";
}

.bj-faq-answer {
  max-width: 770px;
  padding: 0 24px 24px;
  color: var(--ink-500);
}

.bj-faq-answer p {
  margin: 0;
}

.bj-cta {
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.7);
}

.bj-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  gap: clamp(45px, 8vw, 100px);
  align-items: center;
}

.bj-cta h2 {
  color: #fff;
}

.bj-cta-copy > p {
  max-width: 550px;
}

.bj-brief-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bj-brief-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
}

.bj-brief-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--gold-500);
  content: "";
}

.bj-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 32px;
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
}

.bj-field {
  display: grid;
  gap: 6px;
}

.bj-field-wide {
  grid-column: 1 / -1;
}

.bj-field label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  font-weight: 600;
}

.bj-field input,
.bj-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font: inherit;
}

.bj-field textarea {
  min-height: 126px;
  resize: vertical;
}

.bj-field input::placeholder,
.bj-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.bj-form button {
  grid-column: 1 / -1;
  width: fit-content;
}

.bj-form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}

.footer {
  padding: 64px 24px 0;
  background: #102116;
  color: rgba(245, 240, 232, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 38px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer h3,
.footer h4 {
  margin-bottom: 15px;
  color: var(--gold-300);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer a {
  text-underline-offset: 3px;
}

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

.footer-brand p {
  max-width: 320px;
  margin: 14px 0 0;
  font-size: 0.88rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 45px auto 0;
  padding: 18px 0;
  border-top: 1px solid rgba(201, 169, 110, 0.18);
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.bj-core-links {
  padding: 14px 18px;
  border-top: 1px solid rgba(201, 169, 110, 0.18);
  color: rgba(245, 240, 232, 0.72);
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
}

.bj-core-links strong {
  color: rgba(245, 240, 232, 0.92);
}

@media (max-width: 1024px) {
  body {
    padding-top: var(--nav-height, 85px);
  }

  .bj-hero-grid,
  .bj-cta-grid {
    grid-template-columns: 1fr;
  }

  .bj-hero-grid {
    min-height: auto;
  }

  .bj-hero-media {
    width: min(660px, 100%);
  }

  .bj-card-grid,
  .bj-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .bj-band-item:nth-child(2) {
    border-right: 0;
  }

  .bj-band-item:nth-child(3) {
    padding-left: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bj-shell {
    width: min(100% - 32px, 1180px);
  }

  .bj-hero-grid {
    gap: 44px;
    padding-block: 64px;
  }

  .bj-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .bj-actions,
  .bj-actions .bj-button {
    width: 100%;
  }

  .bj-two-col,
  .bj-card-grid,
  .bj-project-grid,
  .bj-process,
  .bj-cta-grid,
  .bj-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bj-aside,
  .bj-card,
  .bj-project,
  .bj-form {
    padding: 24px;
  }

  .bj-band-grid {
    grid-template-columns: 1fr;
  }

  .bj-band-item,
  .bj-band-item:first-child,
  .bj-band-item:nth-child(3) {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .bj-band-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .bj-brief-list {
    grid-template-columns: 1fr;
  }

  .bj-field,
  .bj-field-wide,
  .bj-form button,
  .bj-form-note {
    grid-column: 1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
