@font-face {
	font-family: 'Spectral';
	font-style: normal;
	font-weight: 300;
	src: format("woff2");
}

@font-face {
	font-family: 'Spectral';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

@font-face {
	font-family: 'Spectral';
	font-style: italic;
	font-weight: 300;
	src: format("woff2");
}

@font-face {
	font-family: 'Spectral';
	font-style: italic;
	font-weight: 400;
	src: format("woff2");
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 600;
	src: format("woff2");
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 400;
	src: format("woff2");
}

@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 600;
	src: format("woff2");
}

@font-face {
	font-family: 'Special Elite';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

body {
	background: radial-gradient(circle at 18% 22%,rgba(150,118,66,.07),transparent 42%), radial-gradient(circle at 82% 68%,rgba(120,88,48,.06),transparent 46%), radial-gradient(circle at 50% 100%,rgba(92,107,74,.05),transparent 55%), #EBDEC2;
	color: #2E2820;
	font-family: 'Spectral', Georgia, serif;
	font-weight: 300;
	line-height: 1.6;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 28px;
}

.hero {
	max-width: 1180px;
	margin: 0 auto;
	padding: 54px 28px 26px;
	text-align: center;
}

.hero .kicker-script,.kicker-script {
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #5C6B4A;
}

.hero h1 {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 600;
	font-size: clamp(40px,7vw,76px);
	line-height: 1.02;
	margin: 10px 0 6px;
	color: #2E2820;
}

.hero .lead-italic,.lead-italic {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 21px;
	color: #5A5140;
	max-width: 640px;
	margin: 0 auto;
}

.letter {
	position: relative;
	background: #F8F1DE;
	border: 1px solid #DCCBA1;
	border-radius: 2px;
	padding: 46px 48px 38px;
	max-width: 780px;
	margin: 0 auto;
	box-shadow: 0 20px 44px -20px rgba(46,40,32,.5), inset 0 0 80px rgba(180,140,80,.06);
}

.letter.lined {
	background-image: repeating-linear-gradient(transparent,transparent 33px,rgba(60,90,122,.06) 34px);
}

.letter-tab {
	position: absolute;
	top: -13px;
	left: 34px;
	transform: rotate(-2deg);
	background: #A8412F;
	color: #F3EAD3;
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 5px 14px;
	box-shadow: 0 4px 10px rgba(0,0,0,.14);
	z-index: 3;
}

.letter-tab.center {
	left: 50%;
	transform: translateX(-50%) rotate(-2deg);
}

.letter-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 14px;
	flex-wrap: wrap;
	border-bottom: 1px solid #DCCBA1;
	padding-bottom: 12px;
	margin-bottom: 18px;
}

.meta-label {
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #9C8A66;
}

.city-name {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 24px;
	color: #A8412F;
}

.meta-date {
	font-family: 'Caveat', cursive;
	font-size: 20px;
	color: #3C5A7A;
}

.greeting {
	font-family: 'Caveat', cursive;
	font-size: 25px;
	line-height: 1.45;
	color: #33302A;
	margin-bottom: 8px;
}

.prose {
	font-size: 16px;
	color: #3A352C;
}

.prose p {
	margin: 0 0 14px;
}

.prose ul {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.prose li {
	position: relative;
	padding-left: 22px;
}

.prose li::before {
	content: '\276F';
	position: absolute;
	left: 0;
	top: 1px;
	color: #A8412F;
}

.prose blockquote {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 19px;
	margin: 14px 0;
	padding: 12px 18px;
	background: #F1E7CC;
	border-left: 2px solid #B6794C;
	color: #2E2820;
}

.signature {
	font-family: 'Caveat', cursive;
	font-size: 30px;
	color: #A8412F;
}

.letter-more {
	display: none;
}

.read-more {
	margin-top: 14px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 12px;
	letter-spacing: 1px;
	color: #A8412F;
	padding: 0;
}

.divider {
	display: flex;
	align-items: center;
	gap: 14px;
}

.divider .line {
	flex: 1;
	height: 1px;
	background: #D2BF96;
}

.btn {
	display: inline-block;
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 13px;
	letter-spacing: 1px;
	color: #F3EAD3;
	background: #3C5A7A;
	text-decoration: none;
	padding: 11px 20px;
	border-radius: 2px;
}

.btn.sm {
	font-size: 11px;
	padding: 7px 12px;
	color: #A8412F;
	background: transparent;
	border: 1px solid #D2BF96;
}

.photo-btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 100%;
}

.polaroid {
	margin: 0;
	background: #F8F1DE;
	padding: 9px 9px 7px;
	border: 1px solid #DCCBA1;
	box-shadow: 0 8px 20px -12px rgba(46,40,32,.4);
	transform: rotate(-1.4deg);
}

.polaroid .frame,.frame {
	position: relative;
	aspect-ratio: 1/1;
	display: flex;
	align-items: flex-end;
	background: repeating-linear-gradient(135deg,#EDE1C4,#EDE1C4 9px,#E3D3AE 9px,#E3D3AE 18px);
}

.polaroid .ph,.ph {
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 9px;
	color: #9C8A66;
	padding: 7px;
}

.polaroid figcaption,figcaption {
	font-family: 'Caveat', cursive;
	font-size: 17px;
	color: #33302A;
	padding: 6px 2px 0;
}

.tape {
	display: block;
	width: 64px;
	height: 22px;
	background: rgba(168,65,47,.16);
	border: 1px dashed rgba(168,65,47,.4);
}

.lightbox {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(46,40,32,.6);
	z-index: 200;
	padding: 24px;
}

.lightbox.open {
	display: flex;
}

.lightbox-card {
	background: #F8F1DE;
	border: 1px solid #DCCBA1;
	padding: 16px;
	max-width: 460px;
	width: 100%;
	box-shadow: 0 30px 60px -20px rgba(0,0,0,.5);
}

.lightbox-card .frame {
	aspect-ratio: 4/3;
}

.lb-cap {
	font-family: 'Caveat', cursive;
	font-size: 20px;
	color: #2E2820;
	padding: 12px 4px 6px;
}

.lb-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	border-top: 1px solid #DCCBA1;
	padding-top: 10px;
}

.lb-src {
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 11px;
	color: #3C5A7A;
	text-decoration: none;
}

.lb-close {
	background: #A8412F;
	color: #F3EAD3;
	border: none;
	cursor: pointer;
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 7px 14px;
	border-radius: 2px;
}

.card {
	background: #F8F1DE;
	border: 1px solid #DCCBA1;
	border-radius: 2px;
	box-shadow: 0 10px 26px -22px rgba(46,40,32,.5);
}

.chip {
	cursor: pointer;
	font-family: 'Spectral', Georgia, serif;
	font-size: 13px;
	letter-spacing: .5px;
	padding: 6px 14px;
	border-radius: 20px;
	border: 1px solid #D2BF96;
	background: #F8F1DE;
	color: #5A5140;
	transition: all .15s;
}

.chip.active {
	background: #3C5A7A;
	color: #EFE6CE;
	border-color: #3C5A7A;
}

#showing-count {
	font-family: 'Caveat', cursive;
	font-size: 21px;
	color: #A8412F;
	letter-spacing: 0;
	text-transform: none;
}

.card.character {
	padding: 20px;
}

.char-head {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 12px;
}

.char-avatar {
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 22px;
	border: 1px solid #D2BF96;
}

.char-name {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 21px;
	color: #2E2820;
}

.char-tag {
	display: inline-block;
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 2px 8px;
	border-radius: 2px;
	margin-top: 2px;
}

.char-desc {
	margin: 0;
	font-size: 15px;
	color: #433D31;
}

.char-foot {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.char-foot-label {
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 10px;
	letter-spacing: 1px;
	color: #9C8A66;
}

.char-link {
	font-family: 'Caveat', cursive;
	font-size: 16px;
	color: #3C5A7A;
	text-decoration: none;
}

.char-grid,.character-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
	gap: 18px;
}

.card.thought {
	display: flex;
	gap: 0;
	overflow: hidden;
	margin-bottom: 18px;
	break-inside: avoid;
}

.thought-rail {
	flex: 0 0 8px;
}

.thought-body {
	padding: 24px;
}

.thought-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.season-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
}

.season-label {
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #5A5140;
}

.thought-title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 10px;
	color: #2E2820;
}

.thought-text {
	font-size: 16px;
	color: #3A352C;
}

.thought-text p {
	margin: 0 0 12px;
}

.thought-quote {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 21px;
	line-height: 1.42;
	color: #2E2820;
	margin: 6px 0 14px;
	padding-left: 16px;
	border-left: 2px solid #B6794C;
}

.thought-foot {
	border-top: 1px solid #ECE0C2;
	padding-top: 12px;
}

.thought-link {
	font-family: 'Special Elite', 'Courier New', monospace;
	font-size: 11px;
	color: #3C5A7A;
	text-decoration: none;
}

.thought-grid {
	columns: 340px;
	column-gap: 18px;
}

@media (max-width:640px) {
	.letter {
		padding: 34px 24px 30px;
	}
	
	.hero {
		padding: 40px 20px 20px;
	}
	
	.container {
		padding: 0 20px;
	}
}