:root {
  color-scheme: dark;
  --bg: #07090d;
  --ink: #f4efe4;
  --muted: #c2b6a4;
  --faint: rgba(244, 239, 228, 0.68);
  --line: rgba(244, 239, 228, 0.14);
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --gold: #d8b45f;
  --moss: #7fa88a;
  --violet: #8b7ab8;
  --shadow: rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(127, 168, 138, 0.24), transparent 26rem),
    radial-gradient(circle at 88% 14%, rgba(139, 122, 184, 0.22), transparent 24rem),
    radial-gradient(circle at 52% 84%, rgba(216, 180, 95, 0.12), transparent 28rem),
    linear-gradient(180deg, #111923 0%, var(--bg) 58%, #030405 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

a {
  color: inherit;
}

.page {
  position: relative;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 36px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--ink);
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

nav a {
  color: var(--faint);
  text-decoration: none;
  font-size: 0.94rem;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 0;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

h1 {
  max-width: 940px;
  font-size: clamp(3.25rem, 8.5vw, 7.6rem);
  line-height: 0.92;
  text-wrap: balance;
  text-shadow: 0 20px 70px var(--shadow);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

h3 {
  font-size: 1.3rem;
}

.tagline {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  background: var(--gold);
  color: #171108;
  box-shadow: 0 16px 38px rgba(216, 180, 95, 0.18);
}

.button.secondary {
  background: rgba(255,255,255,0.08);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}

.panel,
.feature,
.cards article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 26px 90px rgba(0,0,0,0.26);
  backdrop-filter: blur(14px);
}

.panel {
  padding: clamp(26px, 5vw, 52px);
  margin-bottom: 20px;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: start;
}

.panel p,
.feature p,
.cards p,
.note {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.03rem;
}

.feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 5vw, 52px);
  margin-bottom: 20px;
  overflow: hidden;
}

.feature-copy p {
  max-width: 620px;
}

.text-link {
  color: var(--gold);
  text-decoration: none;
  font-weight: 800;
}

.sigil-card {
  min-height: 320px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle, rgba(216, 180, 95, 0.2), transparent 56%),
    linear-gradient(145deg, rgba(127,168,138,0.16), rgba(139,122,184,0.18));
  border: 1px solid rgba(255,255,255,0.12);
}

.sigil {
  width: 172px;
  height: 172px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  letter-spacing: 0.04em;
  border: 1px solid rgba(216,180,95,0.54);
  box-shadow:
    inset 0 0 46px rgba(216,180,95,0.13),
    0 0 80px rgba(127,168,138,0.18);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}

.cards article {
  padding: 26px;
}

.contact .email {
  display: inline-block;
  color: var(--gold);
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-family: Georgia, "Times New Roman", serif;
  text-decoration: none;
  margin-top: 8px;
}

.note {
  font-size: 0.92rem;
  color: rgba(194, 182, 164, 0.76);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 28px;
  color: rgba(244,239,228,0.56);
  font-size: 0.92rem;
}

footer a {
  color: rgba(244,239,228,0.7);
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 62vh;
    padding: 54px 0;
  }

  .split,
  .feature,
  .cards {
    grid-template-columns: 1fr;
  }

  .sigil-card {
    min-height: 220px;
  }

  .sigil {
    width: 132px;
    height: 132px;
    font-size: 2.8rem;
  }
}
