:root {
  --bt-warm-ivory: #f6efe9;
  --bt-soft-mist: #e7e3e0;
  --bt-midnight-navy: #103050;
  --bt-forest-olive: #787858;
  --bt-leather-brown: #a88058;
  --bt-deep-pine: #505848;
  --bt-paper: #fbf7f2;
  --bt-line: rgba(16, 48, 80, 0.18);
  --bt-shadow: 0 24px 64px rgba(16, 48, 80, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bt-paper);
  color: var(--bt-midnight-navy);
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
}

.hero-section {
  position: relative;
  padding: 0 0 3rem;
}

.hero-container,
.content-section {
  position: relative;
  z-index: 1;
}

.navbar {
  border-bottom: 1px solid var(--bt-line);
  padding-bottom: 1.25rem;
}

.brand-mark {
  gap: 1rem;
  color: var(--bt-midnight-navy);
  text-decoration: none;
}

.brand-logo {
  width: 5.25rem;
  height: 5.25rem;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(246, 239, 233, 0.9);
  box-shadow: 0 16px 32px rgba(16, 48, 80, 0.12);
  border: 1px solid rgba(16, 48, 80, 0.12);
}

.brand-kicker,
.brand-subtitle,
.feature-index,
.contact-label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-kicker {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
}

.brand-subtitle {
  display: block;
  margin-top: 0.35rem;
  color: rgba(16, 48, 80, 0.78);
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-grid {
  padding-top: 4rem;
}

.hero-copy {
  max-width: 44rem;
}

.contact-label {
  margin-bottom: 1rem;
  color: var(--bt-forest-olive);
  font-size: 0.76rem;
  font-weight: 700;
}

.display-hero,
.section-title,
.feature-card h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
}

.display-hero {
  margin-bottom: 1.5rem;
  font-size: clamp(3.25rem, 8vw, 5.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.hero-lead,
.text-panel p,
.contact-copy,
.feature-card p {
  margin-bottom: 0;
  font-size: 1.15rem;
  color: rgba(16, 48, 80, 0.82);
}

.hero-actions {
  margin-top: 2rem;
}

.btn-pill {
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn-primary {
  background: var(--bt-midnight-navy);
  border-color: var(--bt-midnight-navy);
}

.btn-primary:hover,
.btn-primary:focus {
  background: #0d2742;
  border-color: #0d2742;
}

.btn-outline-secondary {
  border-color: rgba(16, 48, 80, 0.25);
  color: var(--bt-midnight-navy);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background: rgba(16, 48, 80, 0.04);
  border-color: var(--bt-midnight-navy);
  color: var(--bt-midnight-navy);
}

.hero-aside {
  display: grid;
  gap: 1rem;
}

.seal-panel,
.text-panel,
.quote-panel,
.feature-card,
.contact-card {
  border: 1px solid var(--bt-line);
  background: rgba(251, 247, 242, 0.82);
  box-shadow: var(--bt-shadow);
  backdrop-filter: blur(10px);
}

.seal-panel,
.text-panel,
.quote-panel,
.contact-card {
  border-radius: 2rem;
}

.seal-panel {
  padding: 1.5rem;
  border: 1px solid rgba(16, 48, 80, 0.2);
}

.hero-photo-panel,
.portrait-panel {
  overflow: hidden;
  padding: 0;
}

.hero-photo,
.portrait-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.hero-photo {
  border: 0.4rem solid rgba(246, 239, 233, 0.92);
  border-radius: inherit;
}

.content-section {
  padding: 3rem 0;
}

.intro-section {
  padding-top: 1rem;
}

.text-panel {
  height: 100%;
  padding: 2rem;
}

.text-panel p + p {
  margin-top: 1rem;
}

.section-title {
  margin-bottom: 1.25rem;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.quote-panel {
  height: 100%;
}

.section-heading {
  display: flex;
  margin-bottom: 2rem;
  align-items: start;
  justify-content: flex-start;
  gap: 1rem;
}

.feature-card {
  height: 100%;
  padding: 1.75rem;
  border-radius: 1.5rem;
}

.feature-card h3 {
  margin: 1rem 0 0.75rem;
  font-size: 2rem;
  font-weight: 600;
}

.feature-index {
  color: var(--bt-leather-brown);
  font-size: 0.76rem;
  font-weight: 700;
}

.carousel-shell {
  border: 1px solid var(--bt-line);
  border-radius: 2rem;
  background: rgba(251, 247, 242, 0.82);
  box-shadow: var(--bt-shadow);
  overflow: hidden;
}

.tour-carousel {
  position: relative;
}

.carousel-image {
  height: clamp(20rem, 55vw, 36rem);
  object-fit: cover;
}

.tour-carousel .carousel-indicators {
  margin-bottom: 1.25rem;
}

.tour-carousel .carousel-indicators [data-bs-target] {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}

.tour-carousel .carousel-control-prev,
.tour-carousel .carousel-control-next {
  width: 4.5rem;
}

.tour-carousel .carousel-control-prev-icon,
.tour-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(16, 48, 80, 0.62);
  background-size: 45%;
}

.contact-section {
  padding-bottom: 5rem;
}

.contact-panel {
  position: relative;
  padding: 2.5rem;
  border: 1px solid rgba(16, 48, 80, 0.1);
  border-radius: 2rem;
  background: var(--bt-soft-mist);
}

.contact-card {
  padding: 1.5rem;
  background: rgba(251, 247, 242, 0.88);
}

.contact-item + .contact-item {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(16, 48, 80, 0.12);
}

.contact-item a {
  color: var(--bt-midnight-navy);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.contact-item p {
  margin: 0;
  color: rgba(16, 48, 80, 0.76);
}

@media (max-width: 991.98px) {
  .hero-grid {
    padding-top: 2rem;
  }

  .display-hero {
    max-width: none;
  }

  .section-heading {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    width: 4.4rem;
    height: 4.4rem;
  }

  .text-panel,
  .quote-panel,
  .seal-panel,
  .contact-panel,
  .contact-card {
    padding: 1.5rem;
  }

  .hero-photo-panel,
  .portrait-panel {
    padding: 0;
  }

  .hero-photo,
  .portrait-image {
    min-height: 16rem;
  }

  .hero-lead,
  .text-panel p,
  .contact-copy,
  .feature-card p {
    font-size: 1.05rem;
  }
}
