:root {
  --cream: #fbf3e3;
  --cream-deep: #efe0c4;
  --ruby: #8f1235;
  --ruby-dark: #5d0b24;
  --gold: #c9a24a;
  --ink: #251820;
  --muted: #6d5c60;
  --sage: #6e7f72;
  --white: #fffaf0;
  --shadow: 0 24px 70px rgba(59, 12, 28, .16);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

.container {
  width: calc(100% - 24px);
  max-width: 1140px;
  padding-inline: 0 !important;
}

h1,
h2,
h3,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

h1 {
  max-width: 13.5ch;
  font-size: clamp(3rem, 5.4vw, 4.7rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  letter-spacing: 0;
}

h3 {
  font-size: 2rem;
}

a {
  color: var(--ruby);
}

.site-nav {
  background: rgba(251, 243, 227, .9);
  border-bottom: 1px solid rgba(143, 18, 53, .12);
  backdrop-filter: blur(18px);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  padding-block: .2rem;
}

.brand-logo img {
  display: block;
  width: 168px;
  height: auto;
}

.brand-logo:hover,
.nav-link:hover {
  color: var(--ruby-dark);
}

.nav-link {
  color: var(--ink);
  font-weight: 600;
}

.nav-cta {
  border: 1px solid rgba(143, 18, 53, .3);
  border-radius: 999px;
  margin-left: .5rem;
  padding-inline: 1rem !important;
}

.navbar-toggler {
  border-color: rgba(143, 18, 53, .25);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(143, 18, 53, .08), transparent 38%),
    linear-gradient(180deg, rgba(201, 162, 74, .12), transparent 44%),
    var(--cream);
}

.hero-section::after {
  position: absolute;
  right: clamp(1rem, 6vw, 7rem);
  bottom: 2.2rem;
  width: clamp(5rem, 12vw, 10rem);
  height: .2rem;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .65;
}

.hero-row {
  position: relative;
  z-index: 1;
  min-height: 84svh;
  padding: 6.7rem 0 3rem;
}

.brand-kicker {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1rem;
}

.brand-kicker span:first-child {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--ruby) 0 34%, transparent 36%);
}

.brand-kicker span:last-child {
  width: 5.5rem;
  height: 1px;
  background: var(--gold);
}

.hero-copy {
  max-width: 42rem;
  margin: 1.25rem 0 1.6rem;
  color: var(--muted);
  font-size: 1.13rem;
}

.eyebrow {
  color: var(--ruby);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  padding: .85rem 1.35rem;
}

.btn-primary {
  --bs-btn-bg: var(--ruby);
  --bs-btn-border-color: var(--ruby);
  --bs-btn-hover-bg: var(--ruby-dark);
  --bs-btn-hover-border-color: var(--ruby-dark);
  --bs-btn-active-bg: var(--ruby-dark);
  --bs-btn-active-border-color: var(--ruby-dark);
  box-shadow: 0 14px 32px rgba(143, 18, 53, .22);
}

.btn-outline-dark {
  --bs-btn-color: var(--ink);
  --bs-btn-border-color: rgba(37, 24, 32, .35);
  --bs-btn-hover-bg: var(--ink);
  --bs-btn-hover-border-color: var(--ink);
}

.hero-facts,
.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.6rem;
}

.hero-facts span,
.about-tags span {
  border: 1px solid rgba(143, 18, 53, .2);
  border-radius: 999px;
  background: rgba(255, 250, 240, .72);
  padding: .6rem .9rem;
  color: var(--ruby-dark);
  font-weight: 700;
}

.portrait-stage {
  position: relative;
  max-width: 465px;
  margin-inline: auto;
  padding: clamp(1rem, 4vw, 2.5rem);
}

.portrait-stage::before {
  position: absolute;
  inset: 9% 4% 4% 15%;
  content: "";
  border: 2px solid var(--gold);
  transform: rotate(7deg);
}

.portrait-stage::after {
  position: absolute;
  z-index: 0;
  top: 4%;
  right: 1%;
  width: 4rem;
  height: 4rem;
  content: "";
  border-top: 2px solid var(--ruby);
  border-right: 2px solid var(--ruby);
  opacity: .28;
}

.portrait-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.astro-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 4%;
  max-width: 270px;
  border: 1px solid rgba(201, 162, 74, .45);
  border-radius: 1.25rem;
  background: rgba(255, 250, 240, .92);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.astro-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .6rem;
  border-radius: 50%;
  background: var(--ruby);
  color: var(--white);
  font-size: .72rem;
  font-weight: 900;
}

.astro-card strong,
.astro-card small {
  display: block;
}

.astro-card small {
  color: var(--muted);
}

.intro-band,
.quote-band {
  background: var(--white);
  border-block: 1px solid rgba(143, 18, 53, .12);
  padding: 4rem 0;
}

.ci-rule {
  width: min(180px, 42vw);
  height: 3px;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, var(--ruby), var(--gold), transparent);
}

.section-pad {
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.section-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(201, 162, 74, .65);
  border-radius: 50%;
  color: var(--ruby);
  font-size: .8rem;
  font-weight: 900;
}

.service-card {
  border: 1px solid rgba(143, 18, 53, .12);
  border-radius: .5rem;
  background: rgba(255, 250, 240, .72);
  box-shadow: 0 16px 48px rgba(37, 24, 32, .08);
  padding: clamp(1.5rem, 4vw, 2.35rem);
}

.featured-card {
  background: linear-gradient(145deg, rgba(143, 18, 53, .97), rgba(93, 11, 36, .98));
  color: var(--white);
}

.featured-card p,
.featured-card .check-list {
  color: rgba(255, 250, 240, .86);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(201, 162, 74, .6);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: .72rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
}

.check-list li::before {
  position: absolute;
  top: .15rem;
  left: 0;
  content: "";
  width: .75rem;
  height: .75rem;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.cosmic-section {
  position: relative;
  overflow: hidden;
  background: var(--ruby-dark);
  color: var(--white);
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.cosmic-section p {
  color: rgba(255, 250, 240, .82);
}

.cosmic-section .eyebrow {
  color: var(--gold);
}

.orbit-wrap {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(201, 162, 74, .28);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, .06) 1px, transparent 1px),
    linear-gradient(rgba(255, 250, 240, .06) 1px, transparent 1px);
  background-size: 54px 54px;
}

.orbit-wrap::before,
.orbit-wrap::after {
  position: absolute;
  content: "";
  inset: 15%;
  border: 1px solid rgba(201, 162, 74, .5);
  transform: rotate(18deg);
}

.orbit-wrap::after {
  inset: 28%;
  border-color: rgba(255, 250, 240, .35);
  transform: rotate(-16deg);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(201, 162, 74, .34);
  transform: rotate(45deg);
}

.orbit-one {
  inset: 9% 21%;
}

.orbit-two {
  inset: 23% 9%;
}

.orbit-three {
  inset: 37% 30%;
}

.about-section {
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(201, 162, 74, .13) 8% 8.35%, transparent 8.35%),
    var(--cream);
}

.about-img {
  width: 100%;
  height: auto;
  max-width: 450px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
  box-shadow: var(--shadow);
}

.about-logo-mark {
  display: none;
  width: 120px;
  height: auto;
  margin-bottom: 1.4rem;
}

.quote-band blockquote {
  max-width: 980px;
  margin: 0;
  color: var(--ruby-dark);
  font-size: clamp(2rem, 6vw, 5rem);
}

.contact-section {
  background: var(--cream-deep);
}

.contact-list {
  display: grid;
  gap: .85rem;
  margin-top: 2rem;
  font-weight: 800;
}

.contact-form {
  border: 1px solid rgba(143, 18, 53, .14);
  border-radius: .5rem;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 4vw, 2.3rem);
}

.form-control,
.form-select {
  min-height: 3.25rem;
  border-color: rgba(143, 18, 53, .18);
  border-radius: .5rem;
  background-color: #fffdf8;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--ruby);
  box-shadow: 0 0 0 .25rem rgba(143, 18, 53, .14);
}

textarea.form-control {
  min-height: 10rem;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 1.5rem 0;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.footer-links button:hover,
.footer-links button:focus {
  color: var(--gold);
}

.site-footer a {
  color: var(--white);
}

.legal-modal .modal-content {
  border: 1px solid rgba(201, 162, 74, .4);
  border-radius: .5rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-modal .modal-header {
  border-bottom-color: rgba(143, 18, 53, .12);
  padding: 1.35rem 1.5rem;
}

.legal-modal .modal-title {
  color: var(--ruby-dark);
  font-size: 2rem;
}

.legal-modal .modal-body {
  color: var(--muted);
  padding: 1.5rem;
}

.legal-modal .btn-close:focus {
  box-shadow: 0 0 0 .25rem rgba(143, 18, 53, .14);
}

@media (max-width: 991.98px) {
  .nav-cta {
    display: inline-block;
    margin: .5rem 0 0;
  }

  .hero-row {
    min-height: auto;
    padding: 7.5rem 0 4rem;
  }

  .portrait-stage {
    max-width: 330px;
  }

  .orbit-wrap {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .g-5 {
    --bs-gutter-x: 1.5rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-row {
    padding-top: 5.8rem;
    padding-bottom: 3.25rem;
  }

  .hero-copy {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .btn {
    padding: .72rem 1rem;
  }

  .btn-lg {
    width: 100%;
  }

  .hero-facts {
    gap: .45rem;
    margin-top: 1.25rem;
  }

  .hero-facts span {
    padding: .46rem .7rem;
    font-size: .9rem;
  }

  .portrait-stage {
    max-width: 238px;
    padding: .55rem;
  }

  .portrait-img {
    border: 3px solid rgba(255, 250, 240, .94);
    border-radius: 50%;
  }

  .portrait-stage::after {
    display: none;
  }

  .astro-card {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: .75rem;
    padding: .8rem .9rem;
    text-align: center;
  }

  .astro-card small {
    display: none;
  }

  .astro-symbol {
    width: 1.7rem;
    height: 1.7rem;
    margin-bottom: .35rem;
  }

  .portrait-stage::before {
    inset: 8% 8% 25% 8%;
    border-radius: 50%;
    transform: rotate(7deg);
  }

  .about-img {
    display: none;
  }

  .about-logo-mark {
    display: block;
  }
}
