@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --ink:    #1A1A2A;
  --gold:   #D4A853;
  --muted:  #606070;
  --teal:   #4A9A9E;
  --paper:  #F8F6F1;
  --warm:   #FDFCFA;
  --border: #E8E3D8;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--warm);
  color: var(--ink);
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; }

/* ── Navigation ────────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(253, 252, 250, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  z-index: 100;
  padding: 1.25rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: var(--ink);
  text-transform: uppercase;
}

.nav-brand span {
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: var(--muted);
  text-transform: uppercase;
  transition: color 0.2s ease;
}

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

/* ── Hero ──────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 4rem 7rem;
  max-width: 1000px;
  margin: 0 auto;
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1.25rem;
}

.hero-full {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 400;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}

.hero-rule {
  width: 56px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 3rem;
  border: none;
}

.hero-body {
  font-size: 1.05rem;
  color: var(--ink);
  max-width: 600px;
  line-height: 1.9;
}

/* ── Sections ──────────────────────────────────────────────── */
.section {
  padding: 7rem 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.section-rule {
  border: none;
  border-top: 1px solid var(--border);
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 2rem;
  max-width: 720px;
}

.section-body {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ink);
  max-width: 640px;
}

.section-body p { margin-bottom: 1.5rem; }
.section-body p:last-child { margin-bottom: 0; }

/* ── Two-tone block (KIRE / MYTHOS) ────────────────────────── */
.double-bell {
  background: var(--ink);
  padding: 7rem 4rem;
}

.double-bell-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.double-bell .eyebrow {
  color: var(--gold);
  opacity: 0.85;
}

.double-bell .section-title {
  color: var(--paper);
}

.double-bell .section-body {
  color: rgba(248, 246, 241, 0.72);
}

.bell-badge {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212, 168, 83, 0.5);
  padding: 0.3rem 0.85rem;
  margin-bottom: 2.5rem;
  font-family: 'Lora', Georgia, serif;
}

.bell-cta {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 168, 83, 0.5);
  padding-bottom: 3px;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.bell-cta:hover {
  opacity: 0.75;
}

/* ── Foundation section ────────────────────────────────────── */
.foundation-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--ink);
  max-width: 680px;
  padding-left: 2rem;
  border-left: 2px solid var(--gold);
  margin: 2.5rem 0;
}

/* ── Footer ────────────────────────────────────────────────── */
footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 4rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copy {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.7;
}

.footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-links a {
  font-size: 0.75rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s ease;
}

.footer-links a:hover { color: var(--ink); }

/* ── Inner pages (Privacy, Terms) ──────────────────────────── */
.page-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 9rem 4rem 7rem;
}

.page-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.page-meta {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}

.page-wrap h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--ink);
  margin-top: 3rem;
  margin-bottom: 0.75rem;
}

.page-wrap p {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--ink);
  margin-bottom: 1.25rem;
}

.page-wrap ul {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.page-wrap li {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.page-wrap a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 768px) {
  nav {
    padding: 1rem 1.5rem;
  }

  .nav-links { gap: 1.5rem; }

  .hero,
  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .double-bell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  footer {
    padding: 2rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .page-wrap {
    padding: 7rem 1.5rem 4rem;
  }
}
