.bp-page {
  --bp-ink: #17324a;
  --bp-muted: #637689;
  --bp-accent: #d9782b;
  --bp-accent-2: #efc28e;
  --bp-line: rgba(23, 50, 74, 0.12);
  --bp-card: rgba(255, 255, 255, 0.88);
  --bp-shadow: 0 18px 36px rgba(23, 50, 74, 0.12);
  --bp-font-sans: "Manrope", "Noto Sans", "Segoe UI", sans-serif;
  --bp-font-display: "Fraunces", Georgia, serif;
  font-family: var(--bp-font-sans);
  background:
    radial-gradient(circle at top left, rgba(217, 120, 43, 0.14), transparent 34%),
    linear-gradient(180deg, #f8f4ee 0%, #f4f8fb 100%);
  color: var(--bp-ink);
}

.bp-topband {
  background: linear-gradient(180deg, rgba(217, 120, 43, 0.98), rgba(217, 120, 43, 0.86));
  color: #fff;
  padding: 14px 0;
  text-align: center;
  font-family: var(--bp-font-sans);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.bp-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.bp-state,
.bp-hero-copy,
.bp-hero-visual,
.bp-gallery-card {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 28px;
  box-shadow: var(--bp-shadow);
}

.bp-state,
.bp-hero-copy {
  padding: 28px;
}

.bp-state {
  text-align: center;
}

.bp-state h1 {
  margin: 0 0 10px;
}

.bp-hero,
.bp-gallery,
.bp-story-layout {
  display: grid;
  gap: 24px;
}

.bp-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  margin-bottom: 24px;
}

.bp-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(217, 120, 43, 0.1);
  color: var(--bp-accent);
  font-family: var(--bp-font-sans);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}

.bp-hero-copy h1 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1;
  max-width: 12ch;
  font-family: var(--bp-font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.bp-hero-subtitle {
  margin: 0 0 14px;
  color: var(--bp-muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.bp-copy {
  margin: 0;
  color: var(--bp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bp-specialties-inline {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 3px solid rgba(217, 120, 43, 0.34);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.38));
  border-radius: 18px;
}

.bp-specialties-label,
.bp-section-intro {
  font-family: var(--bp-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 800;
  color: var(--bp-accent);
}

.bp-richtext p {
  margin: 0 0 14px;
}

.bp-richtext p:last-child {
  margin-bottom: 0;
}

.bp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bp-hero-contact {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 50, 74, 0.1);
}

.bp-contact-intro {
  margin-bottom: 8px;
  color: var(--bp-muted);
  font-family: var(--bp-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
}

.bp-hero-contact strong {
  display: block;
  color: var(--bp-ink);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.bp-hero-visual {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.bp-hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(14, 34, 50, 0.42));
  pointer-events: none;
}

.bp-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.bp-practical-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 34px;
}

.bp-practical-item {
  padding: 18px 0 16px;
  border-top: 1px solid rgba(23, 50, 74, 0.14);
  background: transparent;
}

.bp-practical-label {
  display: block;
  margin-bottom: 8px;
  color: var(--bp-muted);
  font-family: var(--bp-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
}

.bp-practical-item strong {
  display: block;
  color: var(--bp-ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.bp-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.bp-contact-address {
  margin-top: 8px;
  color: var(--bp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bp-contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(23, 50, 74, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--bp-ink);
  text-decoration: none;
  font-family: var(--bp-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.bp-contact-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-accent);
  flex: 0 0 16px;
}

.bp-contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bp-story-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-bottom: 34px;
}

.bp-story-copy {
  padding: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 234, 0.92));
  border: 1px solid var(--bp-line);
  border-radius: 30px;
  box-shadow: var(--bp-shadow);
}

.bp-story-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
  color: var(--bp-ink);
  font-family: var(--bp-font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.bp-story-copy .bp-richtext {
  max-width: none;
  width: 100%;
  font-size: 16px;
}

.bp-specialties {
  margin: 0;
  color: var(--bp-ink);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.bp-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-gallery-card {
  overflow: hidden;
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 24px;
  box-shadow: var(--bp-shadow);
}

.bp-gallery-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.bp-gallery-card div {
  padding: 16px 18px 18px;
}

.bp-gallery-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--bp-font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.bp-gallery-card span {
  color: var(--bp-muted);
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 980px) {
  .bp-hero,
  .bp-practical-strip,
  .bp-story-layout,
  .bp-gallery {
    grid-template-columns: 1fr;
  }

  .bp-practical-strip {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .bp-practical-item {
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .bp-wrap {
    width: min(100% - 20px, 1120px);
    padding: 14px 0 42px;
  }

  .bp-topband {
    padding: 11px 10px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .bp-state,
  .bp-card,
  .bp-hero-copy {
    padding: 18px;
  }

  .bp-hero {
    gap: 14px;
    margin-bottom: 18px;
  }

  .bp-hero-copy {
    order: 2;
  }

  .bp-hero-visual {
    order: 1;
    border-radius: 22px;
  }

  .bp-hero-copy h1 {
    max-width: none;
    margin: 12px 0 10px;
    font-size: 28px;
    line-height: 1.02;
  }

  .bp-hero-subtitle {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .bp-copy {
    font-size: 15px;
    line-height: 1.68;
  }

  .bp-specialties-inline {
    margin-top: 18px;
    padding: 14px 14px 13px;
    border-radius: 16px;
  }

  .bp-specialties-label,
  .bp-section-intro,
  .bp-practical-label,
  .bp-contact-intro {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .bp-practical-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 26px;
  }

  .bp-practical-item {
    padding: 12px 12px 10px;
    border-top: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 50, 74, 0.08);
    box-shadow: 0 10px 22px rgba(23, 50, 74, 0.06);
  }

  .bp-practical-item strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .bp-contact-links a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .bp-story-layout {
    gap: 0;
    margin-bottom: 24px;
  }

  .bp-story-copy {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .bp-story-copy h2 {
    margin: 10px 0 14px;
    font-size: 24px;
    line-height: 1.12;
  }

  .bp-actions {
    flex-direction: column;
    gap: 10px;
  }

  .bp-actions .pd-btn {
    width: 100%;
    min-height: 52px;
  }

  .bp-hero-contact {
    margin-top: 16px;
    padding-top: 16px;
  }

  .bp-hero-visual img {
    min-height: 220px;
  }

  .bp-gallery {
    gap: 14px;
  }

  .bp-specialties {
    font-size: 14px;
    line-height: 1.55;
  }

  .bp-gallery-card {
    border-radius: 20px;
  }

  .bp-gallery-card img {
    height: 180px;
  }

  .bp-gallery-card div {
    padding: 14px 14px 16px;
  }

  .bp-gallery-card strong {
    font-size: 15px;
  }

  .bp-gallery-card span {
    font-size: 13px;
    line-height: 1.5;
  }

  .bp-story-copy .bp-richtext {
    max-width: none;
    font-size: 15px;
  }

  .bp-gallery-card strong {
    font-size: 18px;
  }
}
