:root {
  --bg: #020306;
  --panel: rgba(12, 16, 24, 0.56);
  --panel-border: rgba(229, 205, 164, 0.16);
  --text: #f3eadb;
  --muted: rgba(243, 234, 219, 0.66);
  --accent: #d89a3d;
  --accent-strong: #f0c36c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(18, 47, 84, 0.18), transparent 30%),
    radial-gradient(circle at 76% 8%, rgba(169, 104, 29, 0.07), transparent 20%),
    radial-gradient(circle at 50% 34%, rgba(255, 194, 103, 0.035), transparent 28%),
    linear-gradient(180deg, #030712 0%, #020306 58%, #010205 100%),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
}

.aurora {
  position: fixed;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
}
.aurora-one {
  width: 28rem;
  height: 28rem;
  top: -10rem;
  left: -8rem;
  background: rgba(21, 70, 122, 0.18);
}
.aurora-two {
  width: 24rem;
  height: 24rem;
  right: -8rem;
  top: 8rem;
  background: rgba(196, 121, 35, 0.08);
}
.grain {
  position: fixed;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}
.nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 28px 0;
}
nav { display: flex; gap: 28px; }
nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 70vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: 64px;
  padding: 30px 0 82px;
}
.hero::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 8%;
  width: min(38vw, 470px);
  height: min(22vw, 280px);
  background: radial-gradient(circle, rgba(238,160,68,.15), transparent 70%);
  filter: blur(16px);
  pointer-events: none;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin: 0;
}
.tagline {
  display: grid;
  gap: 14px;
  line-height: 0.95;
}
.tagline span {
  display: block;
}
.tagline span:nth-child(1) {
  font-size: clamp(3rem, 7vw, 5.8rem);
}
.tagline span:nth-child(2) {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: rgba(245, 241, 235, 0.9);
}
.tagline span:nth-child(3) {
  font-size: clamp(1.35rem, 2.7vw, 2.1rem);
  color: var(--muted);
}
.lede {
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  line-height: 1.45;
}
.cta-row {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}
.text-link {
  color: var(--text);
  text-decoration: none;
  font-size: .84rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.text-link::after {
  content: " →";
  color: var(--accent);
}

.hero-art {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}
.art-frame {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(229,205,164,.28);
  box-shadow:
    0 28px 90px rgba(0,0,0,.62),
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 0 42px rgba(216,154,61,.08);
}
.art-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,7,11,.02), rgba(5,7,11,.34));
  z-index: 1;
}
.art-frame::after {
  content: "";
  position: absolute;
  inset: auto 8% -8% 8%;
  height: 18%;
  background: rgba(0,0,0,.34);
  filter: blur(28px);
  z-index: -1;
}
.art-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(216,154,61,.68);
  margin-bottom: 34px;
}
.ornament::before,
.ornament::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(229,205,164,.22), transparent);
}
.story {
  max-width: 820px;
  padding-bottom: 22px;
}
.story h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.story p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.32rem;
  line-height: 1.6;
}
.souls {
  padding: 42px 0 44px;
}
.section-heading {
  margin-bottom: 18px;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.soul-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.soul-card {
  min-height: 252px;
  padding: 0 10px;
  text-align: center;
}
.portrait-placeholder {
  width: min(100%, 180px);
  aspect-ratio: 1;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(229,205,164,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
    radial-gradient(circle at 50% 28%, rgba(216,154,61,.16), transparent 40%);
  color: rgba(243,234,219,.42);
  font-size: .72rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.portrait-image {
  width: min(100%, 180px);
  aspect-ratio: 1;
  display: block;
  margin: 0 auto 18px;
  object-fit: cover;
}
.soul-card h3 {
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.soul-card p {
  margin: 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.12rem;
  line-height: 1.42;
}
.latest {
  padding: 4px 0 54px;
  text-align: center;
}
.latest-entry {
  display: inline-grid;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
}
.latest-entry span {
  color: var(--muted);
  font-size: .76rem;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.latest-entry strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 500;
}
.panel,
.journal-entry {
  border: 1px solid var(--panel-border);
  background: var(--panel);
  border-radius: 4px;
  backdrop-filter: blur(16px);
}
.footer {
  display: flex;
  justify-content: space-between;
  color: rgba(245,241,235,.48);
  padding: 0 0 32px;
  font-size: .86rem;
}
.journal {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 56px 0 72px;
}
.journal-hero {
  margin-bottom: 28px;
}
.journal-hero h1 {
  font-size: clamp(3rem, 7vw, 5rem);
}
.journal-hero p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
}
.journal-entry {
  padding: 34px;
}
.entry-media {
  width: fit-content;
  margin: 24px auto 28px;
}
.entry-media img {
  display: block;
  width: min(196px, 100%);
  border: 1px solid rgba(229,205,164,.2);
  box-shadow: 0 20px 50px rgba(0,0,0,.42);
}
.entry-media figcaption {
  margin-top: 10px;
  color: rgba(243,234,219,.52);
  font-size: .76rem;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}
.entry-date {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: .76rem;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.journal-entry h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.journal-entry p:not(.entry-date) {
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.28rem;
  line-height: 1.62;
}

@media (max-width: 860px) {
  .nav {
    justify-content: center;
    padding-bottom: 16px;
  }
  nav {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  nav a {
    font-size: .78rem;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 18px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero::after {
    right: 50%;
    bottom: 14%;
    transform: translateX(50%);
    width: min(70vw, 420px);
    height: min(42vw, 220px);
  }
  .lede {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-row {
    justify-content: center;
  }
  .hero-art { min-height: auto; }
  .soul-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .soul-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .hero { min-height: auto; }
  .cta-row, .footer { flex-direction: column; }
  .story { padding-bottom: 8px; }
  .soul-grid {
    grid-template-columns: 1fr;
  }
  .soul-card:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
}
