:root {
  --ra-ink: #1b120d;
  --ra-brown: #4b2e1f;
  --ra-cream: #fff8ea;
  --ra-paper: #fffdf7;
  --ra-gold: #c89f24;
  --ra-rose: #9c4d45;
  --ra-muted: #766459;
  --ra-line: #eadcc6;
  --ra-shadow: 0 24px 70px rgba(45, 28, 18, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(180deg, var(--ra-cream), #fff);
  color: var(--ra-ink);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.ra-topline {
  text-align: center;
  background: #21150f;
  color: #f9e6b0;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.ra-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 248, 234, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ra-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
}

.ra-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.ra-brand strong {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  display: block;
}

.ra-brand em {
  display: block;
  font-size: 0.82rem;
  color: var(--ra-muted);
  font-style: normal;
}

.ra-mark {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ra-gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  color: var(--ra-gold);
}

.ra-nav ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
}

.ra-nav a {
  text-decoration: none;
  font-weight: 650;
  font-size: 0.94rem;
}

.ra-pill,
.ra-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ra-ink);
  color: #fff !important;
  padding: 0.75rem 1.1rem;
  text-decoration: none;
  font-weight: 750;
  border: 1px solid var(--ra-ink);
}

.ra-button-ghost {
  background: transparent;
  color: var(--ra-ink) !important;
}

.ra-main {
  min-height: 60vh;
}

.ra-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.1fr);
  gap: 3rem;
  align-items: center;
  padding:
  clamp(1rem, 3vw, 2.5rem)
  clamp(1rem, 5vw, 6rem)
  clamp(3rem, 7vw, 7rem);
}

.ra-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin: 0.2rem 0 1.2rem;
  max-width: 900px;
}

.ra-hero h1 {
  max-width: 980px;
}

.ra-lead {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--ra-brown);
  max-width: 760px;
}

.ra-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ra-rose);
  font-weight: 800;
  font-size: 0.78rem;
}

.ra-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* Fixed Aurelius image area */
.ra-hero-art img {
  display: block;
  width: 120%;
  max-width: 720px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-70px);
}

.ra-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

.ra-section {
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 5vw, 6rem);
}

.ra-narrow {
  max-width: 980px;
  margin: auto;
}

.ra-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.ra-grid-3 article,
.ra-card,
.ra-price {
  background: var(--ra-paper);
  border: 1px solid var(--ra-line);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: var(--ra-shadow);
}

h1,
h2,
h3 {
  font-family: Georgia, serif;
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

h3 {
  font-size: 1.35rem;
}

.ra-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 2rem;
  align-items: start;
}

.ra-content {
  font-size: 1.08rem;
}

.ra-mini {
  color: var(--ra-muted);
  font-size: 0.92rem;
}

.ra-textlink {
  font-weight: 800;
  color: var(--ra-rose);
  text-decoration: none;
}

.ra-service-group {
  margin-bottom: 3rem;
}

.ra-cta {
  text-align: center;
  background: #21150f;
  color: #fff;
}

.ra-cta p {
  color: #f3dfbd;
}

.ra-price-num {
  font-family: Georgia, serif;
  font-size: 3rem;
  margin: 0.2rem 0;
  color: var(--ra-gold);
}

.ra-featured {
  border: 2px solid var(--ra-gold);
  transform: translateY(-0.35rem);
}

blockquote {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  border-left: 4px solid var(--ra-gold);
  padding-left: 1rem;
  color: var(--ra-brown);
}

.ra-post-card {
  border-bottom: 1px solid var(--ra-line);
  padding: 2rem 0;
}

.ra-footer {
  background: #140e0a;
  color: #fff;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
  padding: 3rem clamp(1rem, 5vw, 6rem);
}

.ra-footer h2,
.ra-footer h3 {
  color: #f8dda1;
}

.ra-footer a {
  display: block;
  color: #f9efe3;
  text-decoration: none;
  margin: 0.35rem 0;
}

.ra-footer-legal {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1rem;
  color: #d5c8b8;
}

.ra-footer-legal a {
  display: inline;
  margin-left: 1rem;
}

@media (max-width: 860px) {
  .ra-header,
  .ra-hero,
  .ra-split,
  .ra-footer {
    display: block;
  }

  .ra-nav ul {
    margin-top: 1rem;
  }

  .ra-grid-3 {
    grid-template-columns: 1fr;
  }

  .ra-hero-art {
    margin-top: 2rem;
  }

  .ra-footer section {
    margin-bottom: 1.5rem;
  }  
}