
@font-face {
  font-family: 'IM Fell English';
  src:  url('IMFellEnglish-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IM Fell English';
  src: url('IMFellEnglish-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IM Fell English SC';
  src: url('IMFellEnglishSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}


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

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #f5ede0;
  font-family: 'IM Fell English', Georgia, serif;
}

.rule-top,
.rule-bottom {
  width: 100%;
  height: 1px;
  background: #8a6a50;
  opacity: 0.4;
}

.rule-top  { margin-bottom: 48px; }
.rule-bottom { margin-top: 48px; }

.label {
  font-family: 'IM Fell English SC', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #8a6a50;
  text-transform: uppercase;
  opacity: 0.75;
}

.ornament {
  font-size: 18px;
  color: #8a6a50;
  opacity: 0.45;
  margin: 0 12px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}


body.page-index {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.index-container {
  text-align: center;
  max-width: 780px;
  width: 90%;
  padding: 60px 40px;
  opacity: 0;
  animation: fadeIn 2.2s ease forwards;
  animation-delay: 0.3s;
}

.index-container .label {
  margin-bottom: 12px;
}

a.title-link {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

a.title-link:hover .title-main {
  color: #5a3a20;
  text-decoration: underline;
  text-decoration-color: #8a6a5088;
  text-underline-offset: 6px;
}

.title-main {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 4vw, 36px);
  color: #3a2010;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  transition: color 0.25s ease;
  font-style: italic;
  font-weight: 400;
}

.butterfly {
  display: block;
  margin: 22px auto 0;
  width: clamp(48px, 8vw, 72px);
  opacity: 0.82;
}

.title-sub {
  font-family: 'IM Fell English SC', Georgia, serif;
  font-size: clamp(10px, 1.6vw, 13px);
  color: #6a4a30;
  letter-spacing: 0.18em;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 0;
}

.date-line {
  margin-top: 48px;
  font-family: 'IM Fell English SC', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8a6a50;
  opacity: 0.6;
}

.date-line .ornament {
  font-size: 14px;
}

body.page-prologue {
  padding: 80px 24px 120px;
}

.prologue-container {
  max-width: 580px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease forwards;
  animation-delay: 0.2s;
}

.back-link {
  display: inline-block;
  font-family: 'IM Fell English SC', Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #8a6a50;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 64px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.back-link:hover {
  opacity: 1;
}

.prologue-container .rule-top {
  margin-bottom: 48px;
}

.prologue-label {
  font-family: 'IM Fell English SC', Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #8a6a50;
  opacity: 0.6;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.prose p {
  font-family: 'IM Fell English', Georgia, serif;
  font-size: 17px;
  line-height: 1.85;
  color: #2a1a0a;
  margin-bottom: 1.6em;
}

.prose p:last-child {
  margin-bottom: 0;
}

.closing-ornament {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #8a6a50;
  opacity: 0.35;
  margin-top: 40px;
  letter-spacing: 0.3em;
}

.bottom-padding {
	height: 150px;
}
