/*** COLOR REF 

#CFBFAE pale (ornaments, backlink)
#B9A696 light (date, title, back)
#8A6A50 medium (marker, ornament, link hover underlines)
#5A3A20 (subtitle, backlink hover)

#3a2010 medium dark (big title on main page)

#2A1A0A dark body text

***/

@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,
.rule-mid {
  width: 100%;
  height: 1px;
  background: #CFBFAE;
}


/*** NEW FOR MAIN ***/

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

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

.ornament {
  font-size: 18px;
  color: #B9A696;
  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: #B9A696;
  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.80;
}

.title-sub {
  font-family: 'IM Fell English SC', Georgia, serif;
  font-size: 11pt;
  color: #5a3a20;
  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: 9pt;
  letter-spacing: 0.18em;
  color: #B9A696;
}

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

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


/*** NEW FOR MAIN ***/

.body-container, .image-container {
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.8s ease forwards;
  animation-delay: 0.2s;
  margin-bottom: 48px;
}

.body-container {
  max-width: 580px;
}

.image-container {
  max-width: 780;
}


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

.back-link:hover {
  color: #8A6A50;
}



.title-label, .subtitle-label {
  font-family: 'IM Fell English SC', Georgia, serif;
  letter-spacing: 0.25em;
  color: #B9A696;
  text-transform: uppercase;
}

.title-label {
  font-size: 12px;
  margin-bottom: 48px;
}

.subtitle-label {
  font-size: 10px;
  margin-bottom: 16px;
}

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

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

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

.bottom-padding {
	height: 150px;
}

a.ex-link, .body-link {
  color:  #2A1A0A;
  text-decoration: underline dotted 1px #B9A696;
  text-underline-offset: 6px;
}

a.ex-link:hover, .body-link:hover {
  color: #5A3A20;
  text-decoration: underline;
  text-decoration-color: #B9A696;
  text-underline-offset: 6px;
}



ul {
  list-style-type: lower-roman;
  line-height: 1.85;
  padding-left: 20px;
  padding-bottom: 20px;
}

li {
  padding-bottom: 8px;
}

::marker {
  color:  #8a6a50;
}

.auth-note {
  color: #CFBFAE;
  letter-spacing: 0.05em;
  font-style: italic;  
}

.date {
  font-size: 16px;
}

.diamond {
  width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: rgb(126, 15, 15);
  display: inline;
}

em {
font-size: 18.5px;
}



/*** NEW FOR MAIN ***/

.img-container {
  display: flex;
  justify-content: center; 
  align-items: center;  
  /***   
  height: 100vh;           /* Takes up 100% of the viewport height */
  /***width: 100vw;            /* Takes up 100% of the viewport width */
}

img.illu,
img.multiply {
  border: 1px solid #CFBFAE;
  padding: 5px;
  max-width: 100%;
  max-height: 800px;
  /* height: auto; */
}

img.multiply {
  background-color: #f5ede0;
  background-blend-mode: multiply;
}


td {
  padding-top: 10px;
  vertical-align: top;
}