.royal-banner {
  width: 100%;
  max-height: 620px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid var(--red);
}

.royal-banner img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
  object-position: center 30%;
  filter: grayscale(10%) brightness(0.92);
  display: block;
}

.royal-message-section {
  overflow: hidden;
}

.royal-breadcrumb {
  justify-content: center;
  margin: 0 0 40px;
}

.royal-dedication {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.royal-dedication p {
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.8;
}

.royal-body {
  max-width: 780px;
  margin: 0 auto 40px;
}

.royal-body p {
  color: var(--gray-light);
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 24px;
}

.royal-body p:last-child {
  margin-bottom: 0;
}

.royal-quote {
  position: relative;
  max-width: 700px;
  margin: 0 auto 48px;
  padding: 40px 52px;
  background: var(--dark-2);
  border-left: 3px solid var(--red);
  text-align: center;
}

.royal-quote i {
  position: absolute;
  top: -6px;
  left: 16px;
  font-size: 34px;
  color: rgba(237,28,36,0.25);
}

.royal-quote p {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--white);
  line-height: 1.5;
  text-transform: none;
  font-style: italic;
}

.royal-closing {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.royal-closing-line {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.royal-closing-sub {
  color: var(--gray-light);
  font-size: 17px;
  line-height: 1.8;
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: none;
}

@media (max-width: 768px) {
  .royal-banner {
    max-height: 340px;
  }

  .royal-banner img {
    max-height: 340px;
    object-position: center 22%;
  }

  .royal-quote {
    padding: 28px 28px 28px 32px;
  }

  .royal-quote p {
    font-size: 19px;
  }

  .royal-closing-sub {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .royal-banner {
    max-height: 240px;
  }

  .royal-banner img {
    max-height: 240px;
  }
}