.bp-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #102838;
}

.bp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 24, 36, .88) 0%, rgba(8, 24, 36, .45) 53%, rgba(8, 24, 36, .12) 100%),
    url("assets/images/baltic-power.jpg") center/cover no-repeat;
  transform: scale(1.01);
}

.bp-hero__content {
  position: relative;
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
  padding: 150px 0 92px;
}

.bp-kicker {
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bp-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(52px, 7vw, 98px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}

.bp-hero p {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
}

.bp-section {
  padding: 105px 0;
}

.bp-container {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.bp-eyebrow {
  margin: 0 0 18px;
  color: #e30613;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bp-heading {
  margin: 0;
  color: #333d46;
  font-size: clamp(38px, 4.3vw, 68px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.bp-intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 9vw;
  align-items: start;
}

.bp-intro__copy {
  padding-top: 38px;
  color: #46515b;
  font-size: 19px;
  line-height: 1.75;
}

.bp-intro__copy p {
  margin: 0 0 22px;
}

.bp-stats {
  background: #eef2f4;
}

.bp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cbd2d6;
  border-bottom: 1px solid #cbd2d6;
}

.bp-stat {
  min-height: 230px;
  padding: 48px 34px;
  border-right: 1px solid #cbd2d6;
}

.bp-stat:last-child { border-right: 0; }

.bp-stat strong {
  display: block;
  margin-bottom: 14px;
  color: #e30613;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}

.bp-stat span {
  color: #37434d;
  font-size: 17px;
  line-height: 1.45;
}

.bp-story {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 650px;
}

.bp-story__image {
  min-height: 540px;
  background: url("assets/investors/news-baltic-first-power.jpeg") center/cover no-repeat,
    url("assets/images/baltic-power.jpg") center/cover no-repeat;
}

.bp-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(45px, 7vw, 120px);
  color: #fff;
  background: #203643;
}

.bp-story__copy .bp-eyebrow { color: #ff5660; }
.bp-story__copy .bp-heading { color: #fff; }

.bp-story__copy p {
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.bp-phases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 55px;
}

.bp-phase {
  position: relative;
  min-height: 295px;
  padding: 42px 32px;
  border: 1px solid #d6dadd;
  background: #fff;
}

.bp-phase__number {
  display: block;
  margin-bottom: 46px;
  color: #e30613;
  font-size: 15px;
  font-weight: 700;
}

.bp-phase h3 {
  margin: 0 0 18px;
  color: #333d46;
  font-size: 25px;
  font-weight: 500;
}

.bp-phase p {
  margin: 0;
  color: #59636b;
  line-height: 1.65;
}

.bp-timeline {
  color: #fff;
  background: #172d3a;
}

.bp-timeline .bp-heading { color: #fff; }
.bp-timeline .bp-eyebrow { color: #ff5660; }

.bp-timeline__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid rgba(255,255,255,.28);
}

.bp-milestone {
  position: relative;
  padding: 42px 48px 0 0;
}

.bp-milestone::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ef1b2d;
}

.bp-milestone strong {
  display: block;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 500;
}

.bp-milestone p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.6;
}

.bp-calculator {
  background: #f4f5f5;
}

.bp-calculator__layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  align-items: center;
}

.bp-calculator__copy > p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: #59636b;
  font-size: 18px;
  line-height: 1.65;
}

.bp-calculator__panel {
  padding: clamp(34px, 5vw, 65px);
  background: #fff;
  box-shadow: 0 18px 55px rgba(18, 38, 52, .09);
}

.bp-calculator label {
  display: block;
  margin-bottom: 16px;
  color: #37434d;
  font-weight: 700;
}

.bp-input-row {
  display: grid;
  grid-template-columns: 1fr 155px;
  gap: 22px;
  align-items: center;
}

.bp-range {
  width: 100%;
  accent-color: #e30613;
}

.bp-number {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #aeb7bd;
  color: #303a42;
  font: inherit;
}

.bp-number:focus {
  outline: 2px solid #e30613;
  outline-offset: 2px;
}

.bp-progress {
  height: 7px;
  margin: 35px 0 27px;
  overflow: hidden;
  background: #e2e5e7;
}

.bp-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #e30613;
  transition: width .25s ease;
}

.bp-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.bp-result strong {
  display: block;
  color: #e30613;
  font-size: 36px;
  font-weight: 500;
}

.bp-result span {
  color: #59636b;
  font-size: 14px;
  line-height: 1.45;
}

.bp-note {
  margin: 30px 0 0;
  color: #7a8389;
  font-size: 12px;
  line-height: 1.55;
}

.bp-cta {
  background: #e30613;
  color: #fff;
}

.bp-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.bp-cta h2 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.bp-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bp-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}

.bp-link-button:hover,
.bp-link-button:focus-visible {
  background: #fff;
  color: #d6000d;
}

@media (max-width: 1000px) {
  .bp-stats__grid,
  .bp-phases__grid { grid-template-columns: repeat(2, 1fr); }
  .bp-stat:nth-child(2) { border-right: 0; }
  .bp-stat:nth-child(-n+2) { border-bottom: 1px solid #cbd2d6; }
  .bp-story { grid-template-columns: 1fr; }
  .bp-story__image { min-height: 480px; }
  .bp-calculator__layout { grid-template-columns: 1fr; gap: 50px; }
  .bp-cta__inner { display: block; }
  .bp-cta__links { margin-top: 35px; }
}

@media (max-width: 720px) {
  .bp-hero { min-height: 560px; }
  .bp-hero__content,
  .bp-container { width: min(100% - 40px, 1280px); }
  .bp-hero__content { padding: 130px 0 65px; }
  .bp-section { padding: 75px 0; }
  .bp-intro { grid-template-columns: 1fr; gap: 12px; }
  .bp-intro__copy { padding-top: 12px; font-size: 17px; }
  .bp-stats__grid,
  .bp-phases__grid,
  .bp-timeline__items { grid-template-columns: 1fr; }
  .bp-stat,
  .bp-stat:nth-child(2) { border-right: 0; border-bottom: 1px solid #cbd2d6; }
  .bp-stat:last-child { border-bottom: 0; }
  .bp-story__image { min-height: 340px; }
  .bp-story__copy { padding: 65px 25px; }
  .bp-milestone { padding: 35px 0 30px; }
  .bp-input-row { grid-template-columns: 1fr; }
  .bp-results { gap: 18px; }
  .bp-result strong { font-size: 29px; }
}

/* Keep long headings and copy inside narrow phone viewports. */
.bp-hero__content,
.bp-container,
.bp-intro > *,
.bp-story > *,
.bp-calculator__layout > * {
  min-width: 0;
  box-sizing: border-box;
}

.bp-hero h1,
.bp-heading,
.bp-intro__copy,
.bp-story__copy {
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .bp-hero__content,
  .bp-container {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .bp-hero h1 {
    font-size: clamp(40px, 11.8vw, 48px);
    line-height: 1.01;
  }

  .bp-hero p {
    font-size: 18px;
  }
}