/* Black Neck Digital — division page styles */

:root {
  --bnd-pink: #e07a9e;
  --bnd-pink-bright: #f0a0bc;
  --bnd-pink-dim: rgba(224, 122, 158, 0.28);
  --bnd-brown: #7d6040;
  --bnd-brown-light: #966b48;
  --bnd-brown-dim: rgba(125, 96, 64, 0.28);
  --bnd-white: #f5f3ef;
  --bnd-grid: rgba(245, 243, 239, 0.04);
  --bnd-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.bnd-page {
  --division-accent: var(--bnd-pink);
  --division-glow: rgba(224, 122, 158, 0.32);
  --bnd-text: #2a1e1a;
  --bnd-muted: rgba(62, 45, 38, 0.68);
  --bnd-faint: rgba(62, 45, 38, 0.45);
  --bnd-hairline: rgba(224, 122, 158, 0.34);
  --bnd-hairline-brown: rgba(125, 96, 64, 0.32);
  --bnd-espresso: #2a1e1a;
  --bnd-surface: #fff8f5;
  --bnd-surface-soft: #fbf0eb;
  color: var(--bnd-text);
  background-color: #faf0eb;
  background-image:
    radial-gradient(ellipse 88% 58% at 50% -10%, rgba(224, 122, 158, 0.38), transparent 56%),
    radial-gradient(ellipse 62% 48% at 100% 84%, rgba(125, 96, 64, 0.32), transparent 50%),
    radial-gradient(ellipse 48% 42% at 0% 72%, rgba(224, 122, 158, 0.2), transparent 46%),
    linear-gradient(180deg, #faf0eb 0%, #f0e0d6 100%);
}

/* ── Hero brand frame ── */
.bnd-brand-frame {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  margin-bottom: 20px;
  max-width: min(420px, 100%);
  width: 100%;
  border: 1px solid rgba(232, 145, 175, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(139, 111, 71, 0.16) 0%, rgba(14, 10, 12, 0.96) 55%, rgba(8, 6, 8, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(232, 145, 175, 0.12),
    inset 0 0 36px rgba(232, 145, 175, 0.05),
    0 12px 32px rgba(0, 0, 0, 0.24);
}

.bnd-brand-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 4px;
  border: 1px solid rgba(139, 111, 71, 0.12);
  background-image:
    linear-gradient(var(--bnd-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--bnd-grid) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.75;
  pointer-events: none;
}

.bnd-hero-logo {
  position: relative;
  z-index: 1;
  display: block;
  max-width: min(360px, 100%);
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0;
}

.bnd-icon-mark--support {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  display: block;
  max-width: 22px;
  max-height: 22px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.42;
  filter: saturate(0.85);
  pointer-events: none;
}

@media (max-width: 720px) {
  .bnd-brand-frame {
    padding: 14px 16px;
    margin-bottom: 18px;
  }

  .bnd-hero-logo {
    max-width: 100%;
    max-height: 64px;
  }

  .bnd-icon-mark--support {
    max-width: 18px;
    max-height: 18px;
    right: 10px;
    bottom: 8px;
  }
}


/* ── Hero ── */
.bnd-hero {
  position: relative;
  padding: 8px 0 12px;
}

.bnd-hero::before {
  content: "";
  position: absolute;
  inset: -24px -28px auto;
  height: 220px;
  background-image:
    linear-gradient(var(--bnd-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--bnd-grid) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5), transparent);
  pointer-events: none;
}

.bnd-hero-inner {
  position: relative;
}

.bnd-title {
  font-size: clamp(32px, 5.5vw, 48px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.08;
  color: var(--bnd-white);
}

.bnd-accent-bar {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--bnd-brown), var(--bnd-pink));
  margin: 22px 0 0;
  border-radius: 2px;
}

.bnd-lead {
  margin: 20px 0 0;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

.bnd-lead strong {
  color: var(--bnd-white);
  font-weight: 600;
}

.bnd-section-gap {
  margin: 48px 0;
}

.bnd-standing {
  padding: 24px 26px 22px;
  border: 1px solid rgba(224, 122, 158, 0.32);
  border-left: 3px solid var(--bnd-pink);
  border-radius: var(--radius);
  background: rgba(255, 248, 245, 0.72);
}

.bnd-standing-label {
  font-family: var(--bnd-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a4a58;
  margin-bottom: 8px;
}

.bnd-standing-title {
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--bnd-text);
}

.bnd-standing p {
  margin: 0 0 12px;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.75;
  color: var(--bnd-muted);
}

.bnd-standing p:last-child {
  margin-bottom: 0;
}

.bnd-cta-hint {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--bnd-muted);
  max-width: 42ch;
}

/* ── Section headers ── */
.bnd-section {
  margin-top: 8px;
}

.bnd-section-head {
  margin-bottom: 24px;
}

.bnd-section-label {
  font-family: var(--bnd-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bnd-pink);
  margin-bottom: 8px;
}

.bnd-section-title {
  font-size: clamp(18px, 3vw, 24px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  color: var(--bnd-white);
}

.bnd-section-desc {
  margin: 10px 0 0;
  max-width: 56ch;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

.bnd-pricing-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--bnd-brown);
  background: rgba(255, 255, 255, 0.02);
  font-size: 13px;
  line-height: 1.7;
  color: var(--bnd-muted);
  max-width: 72ch;
}

.bnd-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}

.bnd-pricing-tier {
  padding: 20px 20px 18px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.bnd-pricing-tier:hover {
  border-color: rgba(232, 145, 175, 0.35);
  box-shadow: 0 0 24px var(--bnd-pink-dim);
}

.bnd-pricing-tier-featured {
  border-color: rgba(232, 145, 175, 0.28);
  background: linear-gradient(145deg, rgba(232, 145, 175, 0.06), rgba(255, 255, 255, 0.02));
}

.bnd-pricing-tier-head {
  margin-bottom: 10px;
}

.bnd-pricing-tier-name {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bnd-white);
}

.bnd-pricing-tier-price {
  margin: 0;
  font-family: var(--bnd-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--bnd-pink-bright);
}

.bnd-pricing-tier-price strong {
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--bnd-white);
}

.bnd-pricing-tier-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.bnd-pricing-tier {
  position: relative;
}

.bnd-pricing-tier__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--bnd-pink);
  color: #2a1e1a;
  font-family: var(--bnd-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bnd-tier-select {
  margin-top: 14px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(233, 122, 164, 0.55);
  border-radius: 8px;
  background: rgba(224, 122, 158, 0.12);
  color: #fff8f5;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.bnd-tier-select:hover,
.bnd-tier-select:focus-visible {
  border-color: var(--bnd-pink-bright);
  background: rgba(224, 122, 158, 0.22);
  box-shadow: 0 0 0 1px rgba(224, 122, 158, 0.35);
  outline: none;
}

.bnd-pricing-tier--selected {
  border-color: rgba(233, 122, 164, 0.95) !important;
  box-shadow: 0 10px 36px rgba(224, 122, 158, 0.35) !important;
}

/* ── Capabilities ── */
.bnd-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}

.bnd-service {
  position: relative;
  padding: 20px 20px 18px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.bnd-service:hover {
  border-color: rgba(232, 145, 175, 0.35);
  box-shadow: 0 0 24px var(--bnd-pink-dim);
}

.bnd-service-index {
  font-family: var(--bnd-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--bnd-brown-light);
  margin-bottom: 10px;
}

.bnd-service-title {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: var(--bnd-white);
}

.bnd-service-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.bnd-service-future {
  border-style: dashed;
  border-color: rgba(139, 111, 71, 0.35);
  background: rgba(139, 111, 71, 0.04);
}

.bnd-service-future .bnd-service-title {
  color: var(--bnd-brown-light);
}

.bnd-tag {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--bnd-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bnd-brown-light);
  border: 1px solid var(--bnd-brown-dim);
  padding: 4px 8px;
  border-radius: 4px;
}

.bnd-tag-future {
  color: var(--bnd-pink);
  border-color: rgba(232, 145, 175, 0.3);
  background: var(--bnd-pink-dim);
}

/* ── Process flow ── */
.bnd-process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
}

.bnd-step {
  position: relative;
  padding: 20px 14px;
  text-align: center;
  border-right: 1px solid var(--hairline);
}

.bnd-step:last-child {
  border-right: none;
}

.bnd-step-num {
  font-family: var(--bnd-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--bnd-brown-light);
  margin-bottom: 8px;
}

.bnd-step-name {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bnd-white);
  font-weight: 600;
}

@media (max-width: 860px) {
  .bnd-process {
    grid-template-columns: 1fr;
  }

  .bnd-step {
    border-right: none;
    border-bottom: 1px solid var(--hairline);
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 16px 20px;
  }

  .bnd-step:last-child {
    border-bottom: none;
  }

  .bnd-step-num {
    margin-bottom: 0;
    min-width: 28px;
  }
}

/* ── CTA ── */
.bnd-cta {
  border: 1px solid rgba(232, 145, 175, 0.25);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(139, 111, 71, 0.1) 0%, rgba(232, 145, 175, 0.06) 100%);
  padding: 28px 28px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bnd-cta-copy {
  flex: 1;
  min-width: 240px;
}

.bnd-cta-title {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bnd-pink-bright);
  margin: 0 0 8px;
}

.bnd-cta-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 42ch;
}

.bnd-cta-email {
  font-family: var(--bnd-mono);
  font-size: 12px;
  color: var(--bnd-white);
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.bnd-btn-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: var(--radius);
  background: var(--bnd-pink);
  color: #1a1216;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  transition: filter 120ms ease, box-shadow 120ms ease;
  white-space: nowrap;
}

.bnd-btn-mail:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 28px var(--bnd-pink-dim);
  color: #1a1216;
}

.bnd-btn-mail svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* ── Division links ── */
.bnd-divisions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 4px;
}

.bnd-divisions a {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 120ms ease, border-color 120ms ease;
}

.bnd-divisions a:hover {
  color: var(--bnd-pink);
  border-bottom-color: var(--bnd-pink);
}

.bnd-divisions a.is-hub {
  color: var(--bnd-brown-light);
}

.bnd-divisions a.is-hub:hover {
  color: var(--bnd-white);
  border-bottom-color: var(--bnd-brown-light);
}

/* ── Footer ── */
.bnd-footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bnd-footer-brand {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bnd-pink);
  font-weight: 600;
}

.bnd-footer-parent {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bnd-brown-light);
}

.bnd-page .bnd-footer .site-legal-links a {
  color: var(--bnd-muted);
  opacity: 1;
}

.bnd-page .bnd-footer .site-legal-links a:hover,
.bnd-page .bnd-footer .site-legal-links a:focus-visible {
  color: var(--bnd-espresso);
  opacity: 1;
}

/* ── BND light surface overrides (.bnd-page only) ── */
.bnd-page .bnd-hero::before {
  display: none;
}

.bnd-page .bnd-brand-frame::before {
  display: none;
}

.bnd-page .bnd-brand-frame {
  background:
    linear-gradient(160deg, rgba(125, 96, 64, 0.22) 0%, rgba(14, 10, 12, 0.96) 52%, rgba(8, 6, 8, 0.98) 100%);
  border-color: rgba(224, 122, 158, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(224, 122, 158, 0.22),
    inset 0 0 48px rgba(224, 122, 158, 0.1),
    0 0 0 1px rgba(125, 96, 64, 0.28),
    0 12px 32px rgba(62, 45, 38, 0.2);
}

.bnd-page .bnd-title {
  color: var(--bnd-text);
}

.bnd-page .bnd-accent-bar {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, var(--bnd-brown), var(--bnd-pink));
  opacity: 1;
}

.bnd-page .bnd-lead {
  color: var(--bnd-muted);
}

.bnd-page .bnd-lead strong {
  color: var(--bnd-text);
}

.bnd-page .bnd-standing {
  background: var(--bnd-surface);
  border-color: rgba(224, 122, 158, 0.38);
}

.bnd-page .bnd-standing-title {
  color: var(--bnd-text);
}

.bnd-page .bnd-standing p {
  color: var(--bnd-muted);
}

.bnd-page .bnd-cta-hint {
  color: #fff8f5;
  opacity: 0.86;
}

.bnd-page .bnd-section-title {
  color: var(--bnd-text);
}

.bnd-page .bnd-section-desc {
  color: var(--bnd-muted);
}

.bnd-page .bnd-section-label {
  color: #8a4a58;
}

.bnd-page .bnd-section-head {
  border-bottom: 2px solid rgba(224, 122, 158, 0.28);
  padding-bottom: 12px;
}

.bnd-page .hr {
  background: linear-gradient(90deg, var(--bnd-pink), var(--bnd-brown), transparent);
  opacity: 0.72;
  height: 2px;
}

.bnd-page .footer {
  color: var(--bnd-faint);
  border-top: 2px solid rgba(125, 96, 64, 0.32);
  background: linear-gradient(180deg, #ecd8cf 0%, #e4cfc4 100%);
}

.bnd-page .bnd-service {
  background: var(--bnd-surface);
  border-color: rgba(125, 96, 64, 0.28);
  border-left: 3px solid var(--bnd-pink);
}

.bnd-page .bnd-service:hover {
  border-color: rgba(224, 122, 158, 0.48);
  border-left-color: var(--bnd-pink-bright);
  box-shadow: 0 4px 22px rgba(224, 122, 158, 0.18);
}

.bnd-page .bnd-service-index {
  color: var(--bnd-brown);
}

.bnd-page .bnd-service-title {
  color: var(--bnd-text);
}

.bnd-page .bnd-service-desc {
  color: var(--bnd-muted);
}

.bnd-page .bnd-pricing-tier {
  background: #3d2a24;
  border-color: rgba(233, 122, 164, 0.45);
  border-left: 3px solid var(--bnd-pink);
}

.bnd-page .bnd-pricing-tier:hover {
  border-color: rgba(233, 122, 164, 0.72);
  border-left-color: var(--bnd-pink-bright);
  box-shadow: 0 6px 28px rgba(62, 45, 38, 0.35);
}

.bnd-page .bnd-pricing-tier-featured {
  background: linear-gradient(135deg, #4a3029 0%, #3d2a24 100%);
  border-color: rgba(233, 122, 164, 0.72);
  border-left-color: var(--bnd-pink-bright);
}

.bnd-page .bnd-pricing-tier-name {
  color: #fff8f5;
}

.bnd-page .bnd-pricing-tier-price strong {
  color: #fff8f5;
}

.bnd-page .bnd-pricing-tier-desc {
  color: rgba(245, 243, 239, 0.78);
}

.bnd-page .bnd-pricing-note {
  background: #3d2a24;
  border-color: rgba(233, 122, 164, 0.32);
  color: rgba(245, 243, 239, 0.78);
}

.bnd-page .bnd-service-future {
  background: var(--bnd-surface-soft);
  border-color: rgba(125, 96, 64, 0.38);
  border-left-color: var(--bnd-brown-light);
}

.bnd-page .bnd-service-future .bnd-service-title {
  color: var(--bnd-brown);
}

.bnd-page .bnd-process {
  background: linear-gradient(180deg, #f8ebe4 0%, rgba(224, 122, 158, 0.1) 55%, #f0e0d6 100%);
  border-color: rgba(224, 122, 158, 0.38);
  border-top: 2px solid rgba(224, 122, 158, 0.48);
}

.bnd-page .bnd-step {
  border-right-color: rgba(125, 96, 64, 0.22);
}

.bnd-page .bnd-step-name {
  color: var(--bnd-text);
}

.bnd-page .bnd-step-num {
  color: var(--bnd-pink);
}

@media (max-width: 860px) {
  .bnd-page .bnd-step {
    border-bottom-color: rgba(125, 96, 64, 0.22);
  }
}

.bnd-page .bnd-cta {
  background: linear-gradient(135deg, #3d2a24 0%, #2a1e1a 100%);
  border-color: rgba(224, 122, 158, 0.48);
  border-top: 2px solid rgba(224, 122, 158, 0.55);
}

.bnd-page .bnd-cta-title {
  color: var(--bnd-pink-bright);
}

.bnd-page .bnd-cta-text {
  color: rgba(245, 243, 239, 0.72);
}

.bnd-page .bnd-cta-email {
  color: var(--bnd-white);
}

.bnd-page .bnd-btn-mail {
  background: var(--bnd-pink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.bnd-page .bnd-btn-mail:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 32px var(--bnd-pink-dim);
}

.bnd-page .bnd-divisions a {
  color: var(--bnd-brown);
}

.bnd-page .bnd-divisions a:hover {
  color: var(--bnd-pink);
  border-bottom-color: var(--bnd-pink);
}

.bnd-page .bnd-divisions a.is-hub {
  color: var(--bnd-muted);
}

.bnd-page .bnd-divisions a.is-hub:hover {
  color: var(--bnd-text);
  border-bottom-color: var(--bnd-brown);
}

.bnd-page .bnd-footer-brand {
  color: var(--bnd-pink);
}

.bnd-page .bnd-footer-parent {
  color: var(--bnd-muted);
}

/* ── Selected work / project index ── */
.bnd-projects-notice {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px dashed rgba(139, 111, 71, 0.35);
  border-radius: var(--radius);
  font-family: var(--bnd-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bnd-brown-light);
  background: rgba(139, 111, 71, 0.06);
}

.bnd-projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}

.bnd-project-card {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.bnd-project-card:hover {
  border-color: rgba(232, 145, 175, 0.35);
  box-shadow: 0 0 24px var(--bnd-pink-dim);
}

.bnd-project-shot {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--hairline);
  background:
    radial-gradient(circle at 30% 30%, rgba(232, 145, 175, 0.1), transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.bnd-project-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnd-project-shot--pending {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.bnd-project-shot-pending {
  font-family: var(--bnd-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: var(--bnd-brown-light);
  line-height: 1.5;
}

.bnd-project-title {
  margin: 14px 16px 6px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--bnd-white);
}

.bnd-project-meta {
  margin: 0 16px 8px;
  font-family: var(--bnd-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bnd-brown-light);
}

.bnd-project-summary {
  margin: 0 16px 12px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.bnd-project-link {
  margin: 0 16px 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.bnd-project-link a {
  color: var(--bnd-pink);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 145, 175, 0.35);
}

.bnd-project-link a:hover {
  color: var(--bnd-white);
  border-bottom-color: var(--bnd-pink);
}

.bnd-page .bnd-projects-notice {
  border-color: rgba(232, 145, 175, 0.25);
  color: var(--bnd-brown-light);
}

.bnd-page .bnd-project-card {
  background: rgba(255, 255, 255, 0.02);
}

.bnd-page .bnd-project-title {
  color: var(--bnd-white);
}

.bnd-page .bnd-project-summary {
  color: var(--muted);
}

.bnd-page .bnd-project-link a {
  color: var(--bnd-pink);
}

.bnd-page .bnd-project-link a:hover {
  color: var(--bnd-white);
}

/* ── Hard pricing / CTA contrast (#pricing, #start-a-build) ── */
.bnd-page #pricing,
.bnd-page #start-a-build {
  scroll-margin-top: 5.5rem;
}

.bnd-page #pricing .bnd-section-head {
  padding-top: 4px;
}

.bnd-page #pricing .bnd-pricing-tier {
  background: #3d2a24 !important;
  background-color: #3d2a24 !important;
  border-color: rgba(233, 122, 164, 0.45) !important;
  border-left: 3px solid var(--bnd-pink) !important;
  color: #fff8f5 !important;
}

.bnd-page #pricing .bnd-pricing-tier:hover {
  border-color: rgba(233, 122, 164, 0.72) !important;
  border-left-color: var(--bnd-pink-bright) !important;
  box-shadow: 0 8px 32px rgba(62, 45, 38, 0.45) !important;
}

.bnd-page #pricing .bnd-pricing-tier-featured {
  background: linear-gradient(135deg, #4a3029 0%, #3d2a24 100%) !important;
  border-color: rgba(233, 122, 164, 0.72) !important;
  border-left-color: var(--bnd-pink-bright) !important;
}

.bnd-page #pricing .bnd-pricing-tier-name,
.bnd-page #pricing .bnd-pricing-tier-price strong {
  color: #fff8f5 !important;
}

.bnd-page #pricing .bnd-pricing-tier-price {
  color: var(--bnd-pink-bright) !important;
}

.bnd-page #pricing .bnd-pricing-tier-desc {
  color: rgba(245, 243, 239, 0.78) !important;
}

.bnd-page #pricing .bnd-pricing-note {
  background: #3d2a24 !important;
  background-color: #3d2a24 !important;
  border-color: rgba(233, 122, 164, 0.32) !important;
  color: rgba(245, 243, 239, 0.78) !important;
}

.bnd-page #start-a-build .bnd-cta-hint {
  color: #fff8f5 !important;
  opacity: 0.86 !important;
}

.bnd-page #pricing .bnd-pricing-tier--selected {
  border-color: rgba(240, 160, 188, 0.95) !important;
  border-left-color: var(--bnd-pink-bright) !important;
  box-shadow: 0 12px 40px rgba(224, 122, 158, 0.42) !important;
}

.bnd-page #pricing .bnd-tier-select {
  border-color: rgba(233, 122, 164, 0.65);
  background: rgba(224, 122, 158, 0.16);
  color: #fff8f5;
}

.bnd-page #pricing .bnd-tier-select:hover,
.bnd-page #pricing .bnd-tier-select:focus-visible {
  border-color: var(--bnd-pink-bright);
  background: rgba(224, 122, 158, 0.28);
}

.bnd-page #pricing .bnd-pricing-tier__badge {
  background: var(--bnd-pink-bright);
  color: #2a1e1a;
}

.bnd-page .division-form__select {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff8f5;
}

.bnd-page .division-form__select:focus {
  border-color: rgba(233, 122, 164, 0.65);
  box-shadow: 0 0 0 1px rgba(224, 122, 158, 0.25);
}

.bnd-page .division-form__select option {
  color: #2a1e1a;
  background: #fff8f5;
}

