:root {
  --bd-bg-0: #0c1116;
  --bd-bg-1: #111a21;
  --bd-bg-2: #152129;
  --bd-ink: #f3ece1;
  --bd-muted: #9fb0b8;
  --bd-accent: #e2a05f;
  --bd-accent-2: #73c3b5;
  --bd-accent-3: #d96e4b;
  --bd-line: rgba(226, 160, 95, 0.28);
  --bd-line-cool: rgba(115, 195, 181, 0.24);
  --bd-panel: rgba(17, 26, 33, 0.88);
  --bd-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
  --bd-radius-xl: 20px;
  --bd-radius-lg: 14px;
  --bd-maxw: 1180px;
  --bd-body-font: "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
  --bd-display-font: "Cormorant Garamond", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bd-ink);
  font-family: var(--bd-body-font);
  line-height: 1.58;
  background:
    radial-gradient(circle at 18% 10%, rgba(115, 195, 181, 0.12), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(217, 110, 75, 0.13), transparent 34%),
    linear-gradient(172deg, var(--bd-bg-0) 0%, var(--bd-bg-1) 56%, var(--bd-bg-2) 100%);
}

.wp-site-blocks {
  min-height: 100vh;
}

.wp-site-blocks,
.wp-site-blocks a,
.wp-site-blocks p,
.wp-site-blocks li {
  color: var(--bd-ink);
}

.wp-site-blocks p,
.wp-site-blocks ul,
.wp-site-blocks ol {
  margin-top: 0;
}

.wp-site-blocks h1,
.wp-site-blocks h2,
.wp-site-blocks h3,
.wp-site-blocks h4,
.wp-site-blocks .wp-block-site-title {
  margin: 0 0 0.55rem;
  color: var(--bd-ink);
  font-family: var(--bd-display-font);
  letter-spacing: 0.02em;
  line-height: 1.07;
  font-weight: 600;
}

.wp-site-blocks h1 {
  font-size: clamp(2.4rem, 6vw, 4.9rem);
}

.wp-site-blocks h2 {
  font-size: clamp(1.7rem, 4vw, 2.9rem);
}

.wp-site-blocks h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
}

.bd-shell {
  width: min(var(--bd-maxw), calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.bd-site-main {
  padding-bottom: 2rem;
}

.bd-site-main .wp-block-post-content {
  width: 100%;
}

.bd-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(115, 195, 181, 0.2);
  background: rgba(8, 12, 14, 0.72);
  backdrop-filter: blur(8px);
}

.bd-nav-inner {
  min-height: 72px;
  gap: 1rem;
  padding-top: 0.82rem;
  padding-bottom: 0.82rem;
}

.bd-brand,
.bd-brand a {
  margin: 0;
  color: var(--bd-ink);
  font-family: var(--bd-body-font);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.bd-main-nav .wp-block-navigation-item__content {
  border: 1px solid rgba(115, 195, 181, 0.24);
  border-radius: 999px;
  background: rgba(6, 16, 20, 0.48);
  color: #dbebef;
  font-size: 0.84rem;
  padding: 0.34rem 0.58rem;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.bd-main-nav .wp-block-navigation-item__content:hover {
  border-color: rgba(115, 195, 181, 0.44);
  transform: translateY(-1px);
}

.bd-site-footer {
  margin-top: 1.4rem;
  border-top: 1px solid rgba(115, 195, 181, 0.16);
  background: rgba(7, 12, 15, 0.44);
}

.bd-footer-inner {
  gap: 1rem;
  padding-top: 1.15rem;
  padding-bottom: 1.5rem;
}

.bd-footer-copy,
.bd-footer-note {
  margin: 0;
}

.bd-footer-copy {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: #c9e3e6;
}

.bd-footer-note {
  color: var(--bd-muted);
  font-size: 0.9rem;
}

.bd-hero {
  margin-top: 1rem;
  min-height: 64vh;
  border-radius: var(--bd-radius-xl);
  overflow: hidden;
  position: relative;
  box-shadow: var(--bd-shadow);
  border: 1px solid var(--bd-line);
  background: rgba(18, 27, 33, 0.7);
}

.bd-hero .wp-block-cover__background {
  background: linear-gradient(96deg, rgba(8, 12, 14, 0.86) 0%, rgba(8, 12, 14, 0.62) 42%, rgba(8, 12, 14, 0.2) 100%);
}

.bd-hero .wp-block-cover__inner-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bd-hero-inner {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.bd-kicker {
  display: inline-block;
  margin-bottom: 0.95rem;
  border: 1px solid rgba(115, 195, 181, 0.46);
  border-radius: 999px;
  background: rgba(6, 18, 22, 0.52);
  padding: 0.25rem 0.72rem;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  text-transform: uppercase;
  color: #ccf1ea;
}

.bd-hero p {
  max-width: 62ch;
  color: #d7e3e7;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.bd-hero .wp-block-buttons {
  margin-top: 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.68rem;
  flex-wrap: wrap;
}

.wp-block-button.bd-button-primary .wp-block-button__link,
.wp-block-button.bd-button-secondary .wp-block-button__link {
  border-radius: 12px;
  padding: 0.72rem 1.08rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wp-block-button.bd-button-primary .wp-block-button__link {
  color: #1a130f;
  background: linear-gradient(140deg, #ebb16e, #c66d49);
  box-shadow: 0 10px 24px rgba(197, 109, 73, 0.35);
}

.wp-block-button.bd-button-secondary .wp-block-button__link {
  color: #d8ecef;
  border: 1px solid rgba(115, 195, 181, 0.48);
  background: rgba(10, 20, 24, 0.5);
}

.wp-block-button.bd-button-primary .wp-block-button__link:hover,
.wp-block-button.bd-button-secondary .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.bd-hero-metrics {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.bd-hero-metrics .bd-metric {
  margin: 0;
  border: 1px solid rgba(115, 195, 181, 0.3);
  border-radius: 999px;
  background: rgba(7, 16, 20, 0.58);
  color: #d4ecee;
  padding: 0.33rem 0.72rem;
  font-size: 0.77rem;
  letter-spacing: 0.03em;
}

.bd-section {
  margin-top: 1.15rem;
  border: 1px solid var(--bd-line);
  border-radius: var(--bd-radius-xl);
  background: linear-gradient(180deg, var(--bd-panel), rgba(12, 20, 26, 0.92));
  box-shadow: var(--bd-shadow);
}

.bd-section p {
  color: #d0dde2;
}

.bd-section-tag {
  display: inline-block;
  margin-bottom: 0.48rem;
  color: #cbece6;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-left: 2px solid rgba(226, 160, 95, 0.68);
  padding-left: 0.44rem;
}

.bd-card {
  height: 100%;
  border: 1px solid rgba(226, 160, 95, 0.24);
  border-radius: 12px;
  background: rgba(10, 16, 20, 0.66);
  padding: 0.95rem;
}

.bd-cta-panel {
  margin-top: 0.9rem;
  border: 1px solid rgba(217, 110, 75, 0.34);
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(217, 110, 75, 0.16), rgba(17, 26, 33, 0.55));
  padding: 0.88rem;
}

.bd-mini-note {
  color: #9dc3ca;
  font-size: 0.82rem;
}

.bd-site-main .wp-block-image img,
.bd-site-main .wp-block-gallery img {
  border-radius: 12px;
}

.bd-site-main .wp-block-columns {
  gap: 1.35rem;
}

.bd-site-main .wp-block-gallery {
  gap: 1rem;
}

@media (max-width: 782px) {
  .bd-nav-inner {
    align-items: flex-start;
  }

  .bd-hero {
    border-radius: 18px;
    min-height: auto;
  }

  .bd-hero-inner {
    width: calc(100% - 2rem);
  }

  .bd-section {
    border-radius: 18px;
  }

  .wp-block-button.bd-button-primary .wp-block-button__link,
  .wp-block-button.bd-button-secondary .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
