/* PhotoCMS stylesheet — ports the tomjoad WordPress theme's "1b / Paper"
   design system (Anton + Archivo, paper background, ink text, red accent). */

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: #e9dabd; }

body { font-family: 'Archivo', sans-serif; color: #16130d; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

.tomjoad-page { width: 100%; background: #f2ead9; max-width: 1600px; margin: 0 auto; }
.tomjoad-accent { color: #d5482a; }

/* shared interaction utilities */
.om-imgzoom { overflow: hidden; }
.om-imgzoom img { transition: transform .9s cubic-bezier(.2,.7,.2,1); display: block; }
.om-imgzoom:hover img { transform: scale(1.05); }

.om-row { transition: padding-left .35s cubic-bezier(.2,.7,.2,1), color .35s ease; }
.om-row:hover { padding-left: 14px; }

.tomjoad-link { transition: opacity .25s ease; }
.tomjoad-link:hover { opacity: .55; }

/* nav */
.tomjoad-nav {
	position: sticky; top: 0; z-index: 20;
	background: #f2ead9;
	display: flex; align-items: center; justify-content: space-between;
	padding: 22px 56px;
	border-bottom: 1px solid rgba(22,19,13,.16);
}

.tomjoad-wordmark {
	font-family: 'Anton', sans-serif;
	font-weight: 400; font-size: 26px;
	letter-spacing: .02em; text-transform: uppercase;
}

.tomjoad-nav-menu {
	display: flex; gap: 34px; list-style: none; margin: 0; padding: 0;
	font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.tomjoad-nav-menu a { cursor: pointer; transition: opacity .25s ease; }
.tomjoad-nav-menu a:hover { opacity: .55; }
.tomjoad-nav-menu > li:last-child > a { color: #d5482a; }

/* headings */
.tomjoad-eyebrow {
	display: inline-block;
	font-weight: 700; font-size: 13px; letter-spacing: .2em;
	text-transform: uppercase; color: #d5482a;
}

.tomjoad-h2 {
	font-family: 'Anton', sans-serif;
	font-weight: 400; font-size: 64px; line-height: .92;
	letter-spacing: .01em; text-transform: uppercase; margin: 0;
}

/* hero */
.tomjoad-hero {
	padding: 64px 56px 44px;
	display: grid; grid-template-columns: 1.35fr 1fr;
	gap: 48px; align-items: end;
}
.tomjoad-hero-title {
	font-family: 'Anton', sans-serif;
	font-weight: 400; font-size: 200px; line-height: .82;
	letter-spacing: .005em; text-transform: uppercase;
	margin: 24px 0 0;
}
.tomjoad-hero-text {
	font-weight: 500; font-size: 23px; line-height: 1.5;
	max-width: 640px; margin: 34px 0 0; color: #3a352b;
}
.tomjoad-hero-image { align-self: stretch; }
.tomjoad-hero-image img { width: 100%; height: 600px; object-fit: cover; }

/* stat bar */
.tomjoad-stats {
	margin: 24px 56px 0;
	border-top: 2px solid #16130d; border-bottom: 2px solid #16130d;
	display: grid; grid-template-columns: repeat(4, 1fr);
}
.tomjoad-stat { padding: 22px 24px; border-left: 1px solid rgba(22,19,13,.16); }
.tomjoad-stat:first-child { padding-left: 0; border-left: none; }
.tomjoad-stat-number { font-weight: 800; font-size: 36px; }
.tomjoad-stat-label {
	font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
	color: #6f6a5e; font-weight: 700;
}

/* section heads */
.tomjoad-section-head {
	display: flex; justify-content: space-between; align-items: baseline;
	margin-bottom: 28px; gap: 20px; flex-wrap: wrap;
}

/* featured stories grid */
.tomjoad-stories { padding: 72px 56px 30px; }
.tomjoad-grid {
	display: grid; grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 250px; gap: 18px;
}
.tomjoad-tile { position: relative; display: block; }
.tomjoad-tile img { width: 100%; height: 100%; object-fit: cover; }
.tomjoad-tile--big { grid-column: span 2; grid-row: span 2; }
.tomjoad-tile--wide { grid-column: span 2; }
.tomjoad-tile-overlay {
	position: absolute; left: 0; right: 0; bottom: 0;
	padding: 24px;
	background: linear-gradient(0deg, rgba(22,19,13,.82), rgba(22,19,13,0));
}
.tomjoad-tile-overlay-title {
	font-family: 'Anton', sans-serif; color: #f3f1ea;
	font-size: 34px; text-transform: uppercase; line-height: 1;
}
.tomjoad-tile-overlay-caption {
	color: #e7c9bf; font-weight: 600; font-size: 14px;
	margin-top: 6px; max-width: 340px;
}
.tomjoad-tile-tag {
	position: absolute; left: 16px; bottom: 14px;
	background: #f2ead9;
	font-weight: 800; font-size: 12px; letter-spacing: .14em;
	text-transform: uppercase; padding: 7px 12px;
}

/* reel */
.tomjoad-reel { padding: 48px 56px 76px; }
.tomjoad-reel-inner {
	background: #16130d; color: #f3f1ea;
	padding: 48px;
	display: grid; grid-template-columns: 1fr 1.2fr;
	gap: 44px; align-items: center;
}
.tomjoad-reel-title {
	font-family: 'Anton', sans-serif;
	font-weight: 400; font-size: 76px; line-height: .9;
	text-transform: uppercase; margin: 16px 0 20px;
}
.tomjoad-reel-text {
	font-weight: 500; font-size: 18px; line-height: 1.55;
	color: #cfcabd; margin: 0 0 28px;
}
.tomjoad-reel-thumb { position: relative; display: block; }
.tomjoad-reel-thumb img { width: 100%; height: 380px; object-fit: cover; }
.tomjoad-play-button {
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
}
.tomjoad-play-button::before {
	content: '';
	width: 84px; height: 84px;
	background: rgba(213,72,42,.95);
	border-radius: 50%; position: absolute;
}
.tomjoad-play-icon {
	position: relative; width: 0; height: 0;
	border-left: 21px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	margin-left: 5px;
}

/* buttons */
.tomjoad-button {
	display: inline-block;
	font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
	background: #d5482a; color: #fff; padding: 15px 24px; cursor: pointer;
}
.tomjoad-button--dark { background: #2e271c; color: #f3f1ea; }

/* post list (series rows) */
.tomjoad-about-page { padding: 64px 56px 0; }
.tomjoad-series-section { padding: 0 56px 84px; }
.tomjoad-series-rows { margin-top: 14px; }

.tomjoad-about-content {
	padding: 34px 56px 84px;
	max-width: 820px;
	font-weight: 500; font-size: 19px; line-height: 1.65;
	color: #3a352b;
}

.tomjoad-footer-socials {
	display: flex; gap: 26px;
	font-weight: 700; font-size: 12px;
	letter-spacing: .16em; text-transform: uppercase;
}

.tomjoad-series-row {
	display: flex; align-items: center; gap: 24px;
	padding: 20px 0;
	border-top: 1px solid rgba(22,19,13,.16);
}
.tomjoad-series-row:last-child { border-bottom: 1px solid rgba(22,19,13,.16); }

.tomjoad-series-row-thumbs { display: flex; gap: 8px; flex-shrink: 0; }
.tomjoad-series-row-thumb { display: block; width: 90px; height: 90px; object-fit: cover; }

.tomjoad-series-row-info { display: flex; flex-direction: column; gap: 4px; flex: 1 1 auto; min-width: 0; }
.tomjoad-series-row-title { font-family: 'Anton', sans-serif; font-size: 32px; text-transform: uppercase; }
.tomjoad-series-row-meta { font-weight: 500; font-size: 11px; letter-spacing: .05em; color: #b2ab9d; }
.tomjoad-series-row-cta { flex-shrink: 0; }
.tomjoad-series-more { text-align: center; margin: 40px 0 84px; }

/* post page */
.tomjoad-post-head { padding: 64px 56px 0; }
.tomjoad-post-title {
	font-family: 'Anton', sans-serif;
	font-weight: 400; font-size: 96px; line-height: .88;
	letter-spacing: .005em; text-transform: uppercase;
	margin: 18px 0 0;
}

.tomjoad-post-body {
	padding: 34px 56px 0;
	max-width: 820px;
	font-weight: 500; font-size: 19px; line-height: 1.65;
	color: #3a352b;
}

.tomjoad-gallery { padding: 24px 56px 0; }

/* justified thumbnail grid (like the live site's envira gallery) */
.tomjoad-gallery-grid { display: flex; flex-wrap: wrap; gap: 2px; }
.tomjoad-g-item { position: relative; display: block; min-width: 120px; max-width: 100%; }
.tomjoad-g-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tomjoad-g-fill { flex-grow: 1e4; }
.tomjoad-g-exif {
	position: absolute; left: 0; right: 0; bottom: 0;
	padding: 14px 10px 6px;
	background: linear-gradient(0deg, rgba(22,19,13,.75), rgba(22,19,13,0));
	color: #f3f1ea;
	font-size: 11px; font-weight: 600; letter-spacing: .04em;
	opacity: 0; transition: opacity .25s ease;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	pointer-events: none;
}
.tomjoad-g-item:hover .tomjoad-g-exif { opacity: 1; }

.photo { margin: 36px 0; }
.tomjoad-post-body .photo { margin-left: 0; }
.photo img { width: 100%; height: auto; display: block; }
.photo figcaption {
	font-weight: 600; font-size: 13px; letter-spacing: .06em;
	text-transform: uppercase; color: #6f6a5e; margin-top: 10px;
}

/* footer */
.tomjoad-footer {
	position: relative; overflow: hidden;
	background: #16130d; color: #f3f1ea;
	padding: 60px 56px 46px;
}
.tomjoad-footer-glow {
	position: absolute; inset: 0; pointer-events: none;
	background: radial-gradient(600px 300px at 88% 120%, rgba(213,72,42,.3), rgba(213,72,42,0) 60%);
}
.tomjoad-footer-content { position: relative; }
.tomjoad-footer-tagline {
	font-family: 'Anton', sans-serif;
	font-size: 128px; line-height: .85;
	text-transform: uppercase; letter-spacing: .01em;
}
.tomjoad-footer-row {
	display: flex; justify-content: space-between; align-items: flex-end;
	margin-top: 40px; flex-wrap: wrap; gap: 20px;
}
.tomjoad-footer-legal { font-weight: 600; font-size: 13px; color: #9a9488; }

/* lightbox */
#lightbox {
	position: fixed; inset: 0; background: rgba(22,19,13,.95);
	display: flex; align-items: center; justify-content: center;
	z-index: 100; cursor: zoom-out;
}
#lightbox[hidden] { display: none; }
#lightbox figure { margin: 0; text-align: center; }
#lightbox img { max-width: 96vw; max-height: 90vh; }
.lb-exif {
	color: #cfcabd; font-size: 13px; font-weight: 600;
	letter-spacing: .06em; margin-top: 10px; min-height: 1em;
}
.lb-close { position: absolute; top: .5rem; right: 1.2rem; color: #f3f1ea; font-size: 2rem; cursor: pointer; }

/* responsive */
@media (max-width: 1100px) {
	.tomjoad-nav, .tomjoad-about-page, .tomjoad-series-section,
	.tomjoad-post-head, .tomjoad-post-body, .tomjoad-gallery,
	.tomjoad-hero, .tomjoad-stats, .tomjoad-stories, .tomjoad-reel,
	.tomjoad-footer { padding-left: 32px; padding-right: 32px; }
	.tomjoad-stats { margin-left: 32px; margin-right: 32px; padding-left: 0; padding-right: 0; }
	.tomjoad-h2 { font-size: 48px; }
	.tomjoad-hero-title { font-size: 130px; }
	.tomjoad-reel-title { font-size: 56px; }
	.tomjoad-post-title { font-size: 64px; }
	.tomjoad-footer-tagline { font-size: 84px; }
}

@media (max-width: 860px) {
	.tomjoad-hero { grid-template-columns: 1fr; align-items: start; }
	.tomjoad-hero-image img { height: 360px; }
	.tomjoad-stats { grid-template-columns: repeat(2, 1fr); }
	.tomjoad-stat:nth-child(2n+1) { border-left: none; }
	.tomjoad-stat:nth-child(n+3) { border-top: 1px solid rgba(22,19,13,.16); }
	.tomjoad-reel-inner { grid-template-columns: 1fr; }
	.tomjoad-grid { grid-template-columns: repeat(2, 1fr); }
	.tomjoad-tile--big { grid-column: span 2; }
}

@media (max-width: 560px) {
	.tomjoad-nav, .tomjoad-about-page, .tomjoad-series-section,
	.tomjoad-post-head, .tomjoad-post-body, .tomjoad-gallery,
	.tomjoad-hero, .tomjoad-stories, .tomjoad-reel,
	.tomjoad-footer { padding-left: 20px; padding-right: 20px; }
	.tomjoad-stats { margin-left: 20px; margin-right: 20px; grid-template-columns: 1fr; }
	.tomjoad-stat { border-left: none !important; }
	.tomjoad-stat:nth-child(n+2) { border-top: 1px solid rgba(22,19,13,.16); }
	.tomjoad-hero-title { font-size: 76px; }
	.tomjoad-hero-text { font-size: 18px; }
	.tomjoad-reel-title { font-size: 40px; }
	.tomjoad-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
	.tomjoad-tile--big, .tomjoad-tile--wide { grid-column: span 1; grid-row: span 1; }
	.tomjoad-nav { flex-direction: column; align-items: flex-start; gap: 14px; }
	.tomjoad-h2 { font-size: 36px; }
	.tomjoad-post-title { font-size: 42px; }
	.tomjoad-post-body { font-size: 17px; }
	.tomjoad-series-row { flex-wrap: wrap; row-gap: 14px; }
	.tomjoad-series-row-thumb { width: 60px; height: 60px; }
	.tomjoad-series-row-thumbs a:nth-child(n+3) { display: none; }
	.tomjoad-series-row-title { font-size: 22px; }
	.tomjoad-series-row-cta { margin-left: auto; }
	.tomjoad-footer-tagline { font-size: 48px; }
}
