/*
Theme Name: Über Goober
Theme URI: https://ubergoobermovie.com
Author: The Duumvirati
Author URI: https://duum.io
Description: Bespoke theme for Über Goober: A Film about Gamers. A dark, cinematic documentary site built around the film's gold d20 and its production stills: full-bleed hero, festival laurels, trailer, press, and the production updates as a timeline.
Version: 2.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ubergoobermovie
Tags: one-column, custom-menu, custom-logo, threaded-comments, translation-ready, dark
*/

/* Barlow and Barlow Condensed, SIL Open Font License, self-hosted. */
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-500.woff2") format("woff2"); font-weight: 500 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
	--ink: #0f0d0a;
	--ink-2: #17140f;
	--ink-3: #221e17;
	--line: rgba(236, 228, 212, .12);
	--bone: #ece4d4;
	--bone-dim: #b3a993;
	--brass: #d9ad52;
	--brass-hi: #f0c86e;
	--brass-lo: #8f6d2a;
	--wrap: 1180px;
	--measure: 720px;
	--gutter: clamp(16px, 4vw, 32px);
	--section: clamp(28px, 5vw, 44px);
	--gap: 16px;
	--radius: 6px;
	--display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;
	--body: "Barlow", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--quote: Georgia, "Times New Roman", serif;
}

/* ---- base ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--bone); font: 400 16px/1.6 var(--body); text-wrap: pretty; -webkit-font-smoothing: antialiased; }
@media (min-width: 768px) { body { font-size: 17px; } }
img, video, iframe { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { font-family: var(--display); font-weight: 700; line-height: 1.05; letter-spacing: .01em; margin: 1.1em 0 .45em; text-wrap: balance; overflow-wrap: anywhere; color: var(--bone); }
h1 { font-size: clamp(34px, 6vw, 56px); text-transform: uppercase; }
h2 { font-size: clamp(26px, 3.6vw, 36px); text-transform: uppercase; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
p { margin: 0 0 .9em; }
a { color: var(--brass); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brass-hi); }
:focus-visible { outline: 2px solid var(--brass-hi); outline-offset: 3px; }
::selection { background: var(--brass); color: var(--ink); }
hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.skip-link:focus { clip: auto; clip-path: none; height: auto; left: 8px; top: 8px; width: auto; z-index: 1000; background: var(--brass); color: var(--ink); padding: 8px 12px; border-radius: var(--radius); }
.nowrap { white-space: nowrap; }

/* ---- buttons ---------------------------------------------------------------- */
.button { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 20px; border-radius: 999px; border: 1px solid var(--brass); background: var(--brass); color: var(--ink); font: 700 17px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: background .15s, color .15s, border-color .15s; }
.button:hover { background: var(--brass-hi); border-color: var(--brass-hi); color: var(--ink); }
.button--ghost { background: rgba(15, 13, 10, .35); color: var(--bone); border-color: rgba(236, 228, 212, .55); }
.button--ghost:hover { background: var(--bone); border-color: var(--bone); color: var(--ink); }
.button--small { min-height: 36px; padding: 8px 14px; font-size: 15px; }
.button svg { width: 14px; height: 14px; flex: none; fill: currentColor; }
.text-link { font: 700 16px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.text-link::after { content: " \2192"; }

/* ---- header ---------------------------------------------------------------- */
.site-header { position: relative; z-index: 50; background: var(--ink); border-bottom: 1px solid var(--line); }
.is-front .site-header { position: absolute; inset: 0 0 auto; background: linear-gradient(rgba(10, 8, 6, .85), rgba(10, 8, 6, 0)); border-bottom: 0; }
.header-bar { display: flex; align-items: center; gap: 12px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin: 0; margin-right: auto; color: var(--bone); text-decoration: none; }
.brand:hover { color: var(--bone); }
.brand img { width: 34px; height: 34px; flex: none; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .6)); }
.brand-name { font: 700 24px/1 var(--display); letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.site-logo img { max-height: 44px; width: auto; display: block; }
.main-navigation { display: flex; align-items: center; gap: 10px; }
.menu, .menu ul { list-style: none; margin: 0; padding: 0; }
.menu a { display: block; color: var(--bone); text-decoration: none; font: 600 17px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.menu a:hover, .menu .current-menu-item > a, .menu .current_page_item > a, .menu .current_page_parent > a { color: var(--brass); }
.menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 12px; background: none; border: 1px solid rgba(236, 228, 212, .4); border-radius: 999px; color: var(--bone); font: 700 15px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.menu-toggle-bars { width: 16px; height: 2px; background: currentColor; box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor; }
.header-buy { display: none; }
@media (max-width: 899px) {
	.menu-panel { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 16px; }
	body.is-open-menu .menu-panel { display: block; }
	.menu a { padding: 12px 0; font-size: 20px; border-bottom: 1px solid var(--line); }
	.menu .sub-menu a { padding-left: 16px; font-size: 17px; }
	.menu-panel .button { margin-top: 14px; }
}
@media (min-width: 900px) {
	.menu-toggle { display: none; }
	.menu-panel { display: flex !important; align-items: center; gap: 22px; }
	.menu { display: flex; flex-wrap: wrap; gap: 4px 20px; }
	.menu > li { position: relative; }
	.menu .sub-menu { display: none; position: absolute; top: 100%; left: -12px; min-width: 190px; padding: 8px 0; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); }
	.menu > li:hover > .sub-menu, .menu > li:focus-within > .sub-menu { display: block; }
	.menu .sub-menu a { padding: 8px 14px; }
	.menu-panel .button { display: none; }
	.header-buy { display: inline-flex; }
}

/* ---- front page hero ------------------------------------------------------------ */
.hero { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: clamp(560px, 92svh, 860px); padding: 96px 0 clamp(28px, 6vw, 56px); overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, var(--ink) 0%, rgba(15, 13, 10, .82) 30%, rgba(15, 13, 10, .25) 62%, rgba(15, 13, 10, .45) 100%), radial-gradient(ellipse 60% 55% at 50% 72%, rgba(15, 13, 10, .55), rgba(15, 13, 10, 0)); }
.hero-inner { max-width: 820px; margin-inline: auto; text-align: center; }
.hero .eyebrow, .hero-logline, .hero-facts { text-shadow: 0 1px 12px rgba(0, 0, 0, .85); }
.eyebrow { margin: 0 0 10px; color: var(--brass); font: 700 15px/1.2 var(--display); letter-spacing: .16em; text-transform: uppercase; }
.hero-title { margin: 0; font-size: clamp(64px, 15vw, 148px); line-height: .86; letter-spacing: 0; text-shadow: 0 4px 30px rgba(0, 0, 0, .5); }
.hero-tagline { margin: 8px 0 0; font: 600 clamp(24px, 4.4vw, 40px)/1.05 var(--display); letter-spacing: .04em; text-transform: uppercase; color: var(--brass-hi); text-wrap: balance; }
.hero-logline { margin: 16px auto 0; max-width: 34em; font-size: clamp(17px, 2vw, 20px); color: var(--bone); text-wrap: balance; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.hero-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 12px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--bone-dim); font: 600 15px/1.3 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.hero-facts li { white-space: nowrap; }
.hero-facts li::before { content: "\25C6"; margin-right: 12px; font-size: 8px; vertical-align: 3px; color: var(--brass-lo); }
@media (min-width: 600px) { .hero-facts li:first-child::before { display: none; } }
@media (max-width: 599px) {
	.hero-facts { display: grid; justify-items: center; gap: 2px; }
	.hero-facts li::before { display: none; }
	.hero-actions .button { flex: 1 1 100%; justify-content: center; }
}

/* ---- laurels ------------------------------------------------------------------- */
.laurels { background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; }
.laurels ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px clamp(20px, 5vw, 64px); }
.laurel { display: flex; align-items: center; gap: 6px; color: var(--brass); }
.laurel svg { width: 26px; height: 64px; flex: none; fill: currentColor; }
.laurel svg.laurel-r { transform: scaleX(-1); }
.laurel-text { display: grid; justify-items: center; text-align: center; min-width: 138px; font-family: var(--display); text-transform: uppercase; line-height: 1.05; }
.laurel-kind { font-weight: 600; font-size: 13px; letter-spacing: .18em; }
.laurel-award { font-weight: 700; font-size: 21px; letter-spacing: .03em; color: var(--brass-hi); }
.laurel-where { font-weight: 600; font-size: 12px; letter-spacing: .08em; color: var(--bone-dim); margin-top: 2px; }

/* ---- sections ------------------------------------------------------------------ */
.section { padding: var(--section) 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; margin-bottom: 18px; }
.section-head h2 { margin: 0; }
.section-kicker { display: block; margin-bottom: 4px; color: var(--brass); font: 700 14px/1 var(--display); letter-spacing: .16em; text-transform: uppercase; }

.about-grid { display: grid; gap: 24px; align-items: start; }
@media (min-width: 960px) { .about-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 40px; } }
.about-copy .entry-content img.alignleft, .about-copy .entry-content img.alignright { max-width: 42%; }

/* trailer: a still with a play button that becomes the player on click */
.trailer { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: 0 20px 50px rgba(0, 0, 0, .55), 0 0 0 1px var(--line); color: var(--bone); text-decoration: none; }
.trailer img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease, opacity .2s; opacity: .8; }
.trailer:hover img { transform: scale(1.03); opacity: .95; }
.trailer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 55%); }
.trailer-play { position: absolute; z-index: 1; left: 50%; top: 50%; width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%; background: var(--brass); display: grid; place-items: center; box-shadow: 0 8px 30px rgba(0, 0, 0, .5); transition: transform .2s, background .2s; }
.trailer-play svg { width: 26px; height: 26px; margin-left: 5px; fill: var(--ink); }
.trailer:hover .trailer-play { transform: scale(1.08); background: var(--brass-hi); }
.trailer-label { position: absolute; z-index: 1; left: 16px; bottom: 12px; font: 700 18px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.trailer iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.trailer.is-playing::after { display: none; }

/* stills mosaic */
.stills { display: grid; grid-auto-flow: column; grid-auto-columns: 78%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: thin; scrollbar-color: var(--brass-lo) transparent; }
.stills figure { margin: 0; scroll-snap-align: start; border-radius: var(--radius); overflow: hidden; background: var(--ink-3); aspect-ratio: 3 / 2; }
.stills img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.stills figure:hover img { transform: scale(1.04); }
@media (min-width: 768px) {
	.stills { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; }
	.stills figure:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
}

/* press quotes */
.quotes { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.quotes li { display: flex; }
@media (min-width: 860px) { .quotes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } }
.quote { flex: 1; margin: 0; padding: 20px 20px 18px; background: var(--ink-2); border: 1px solid var(--line); border-top: 3px solid var(--brass); border-radius: var(--radius); display: flex; flex-direction: column; gap: 12px; }
.quote p { margin: 0; font: italic 400 20px/1.4 var(--quote); color: var(--bone); text-wrap: pretty; }
.quote footer { margin-top: auto; font: 700 15px/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--brass); }
.quote cite { display: block; font-style: normal; color: var(--bone-dim); font-weight: 600; letter-spacing: .06em; }

/* latest updates list */
.latest { list-style: none; margin: 0; padding: 0; display: grid; gap: 0 32px; }
@media (min-width: 768px) { .latest { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.latest li { border-top: 1px solid var(--line); }
.latest a { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; align-items: baseline; padding: 12px 0; color: var(--bone); text-decoration: none; }
.latest a:hover .latest-title { color: var(--brass); }
.latest time { color: var(--brass); font: 700 14px/1.3 var(--display); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.latest-title { font: 600 20px/1.2 var(--display); letter-spacing: .02em; text-wrap: balance; }

/* ---- inner page header ------------------------------------------------------------- */
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(36px, 7vw, 72px) 0 clamp(22px, 4vw, 34px); background: var(--ink-2); border-bottom: 1px solid var(--line); }
.page-hero img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; opacity: .5; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, var(--ink) 0%, rgba(15, 13, 10, .7) 45%, rgba(15, 13, 10, .35) 100%); }
.page-hero h1 { margin: 0; max-width: 18em; }
.page-hero .eyebrow { margin-bottom: 8px; }
.page-hero .archive-description { margin-top: 8px; color: var(--bone-dim); max-width: var(--measure); }

/* ---- reading column ---------------------------------------------------------------- */
.site-main { padding: var(--section) 0; }
.readable { width: min(100% - 2 * var(--gutter), var(--measure)); margin-inline: auto; }
.entry-content::after { content: ""; display: table; clear: both; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content h2 { font-size: 30px; }
.entry-content h3 { font-size: 24px; text-transform: uppercase; letter-spacing: .03em; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content li { margin-bottom: .3em; }
.entry-content strong { color: #fff; font-weight: 600; }
.entry-content img { border-radius: 4px; }
.entry-content blockquote { margin: 1.2em 0; padding: 4px 0 4px 18px; border-left: 3px solid var(--brass); font: italic 20px/1.45 var(--quote); }
.entry-content blockquote cite { display: block; margin-top: 8px; font: 700 14px/1.2 var(--display); font-style: normal; letter-spacing: .08em; text-transform: uppercase; color: var(--brass); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 0 0 1em; }
.entry-content td, .entry-content th { padding: 8px; vertical-align: top; }
.entry-content input:not([type=submit]), .entry-content textarea { max-width: 100%; }
.entry-content .wp-block-image img, .entry-content .wp-block-cover img { border-radius: 0; }
.entry-content iframe { border-radius: var(--radius); }
.alignleft { float: left; margin: 6px 20px 10px 0; }
.alignright { float: right; margin: 6px 0 10px 20px; }
.aligncenter { display: block; margin: 12px auto; }
@media (max-width: 559px) { .entry-content img.alignleft, .entry-content img.alignright { float: none; display: block; margin: 6px 0 14px; max-width: 100% !important; } }
.wp-caption { max-width: 100%; }
.wp-caption-text, .wp-element-caption { font-size: .875em; color: var(--bone-dim); margin-top: 6px; }
.alignwide { width: min(100vw - 2 * var(--gutter), 1000px); margin-inline: calc(50% - min(100vw - 2 * var(--gutter), 1000px) / 2); max-width: none; }
.alignfull { width: 100vw; margin-inline: calc(50% - 50vw); max-width: none; }
.page-links { margin-top: 16px; font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; }

/* legacy content from the 2009 site: centered logo tables and old gifs on white */
.entry-content [align="center"] { text-align: center; }
.entry-content td[align="center"] img { display: inline-block; margin: 6px; }
.entry-content td:has(> p > a > img) { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 16px; }
.entry-content td:has(> p > a > img) > p { margin: 0; }
.entry-content td:has(> p > a > img) img { display: block; max-height: 64px; width: auto; margin: 0; }
.entry-content a > img[src*="/images/"] { background: #fff; padding: 4px; border-radius: 4px; }

/* ---- updates timeline ---------------------------------------------------------------- */
.timeline { width: min(100% - 2 * var(--gutter), 880px); margin-inline: auto; }
.tl-year { position: relative; margin: 28px 0 4px; padding-top: 0; font-size: clamp(40px, 7vw, 64px); line-height: 1; color: var(--brass); letter-spacing: .02em; }
.tl-year:first-child { margin-top: 0; }
.tl-item { display: grid; gap: 4px 24px; padding: 16px 0; border-top: 1px solid var(--line); }
@media (min-width: 700px) { .tl-item { grid-template-columns: 110px minmax(0, 1fr); } }
.tl-date { color: var(--bone-dim); font: 700 15px/1.6 var(--display); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.tl-title { margin: 0 0 6px; font-size: 26px; line-height: 1.1; text-transform: none; }
.tl-title a { color: var(--bone); text-decoration: none; }
.tl-title a:hover { color: var(--brass); }
.tl-body { color: #d9d0bd; }
.tl-body > :last-child { margin-bottom: 0; }

/* ---- single post -------------------------------------------------------------------- */
.post-navigation { width: min(100% - 2 * var(--gutter), var(--measure)); margin: 32px auto 0; }
.post-navigation .nav-links { display: grid; gap: 12px; }
@media (min-width: 640px) { .post-navigation .nav-links { grid-template-columns: 1fr 1fr; } .post-navigation .nav-next { text-align: right; grid-column: 2; } }
.post-navigation a { display: block; height: 100%; padding: 14px 16px; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); color: var(--bone); text-decoration: none; font: 600 19px/1.2 var(--display); text-wrap: balance; }
.post-navigation a:hover { border-color: var(--brass); }
.nav-label { display: block; margin-bottom: 4px; color: var(--brass); font: 700 13px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.pagination { margin-top: 28px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.page-numbers { display: inline-grid; place-items: center; min-width: 40px; min-height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--bone); text-decoration: none; font: 700 16px/1 var(--display); }
.page-numbers.current, .page-numbers:hover { border-color: var(--brass); color: var(--brass); }

/* ---- search, 404, comments, forms ---------------------------------------------------------- */
.search-form { display: flex; gap: 8px; max-width: 480px; }
.search-form label { flex: 1 1 auto; }
.search-field, .comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea, .entry-content input:not([type=submit]):not([type=checkbox]):not([type=radio]), .entry-content textarea { width: 100%; padding: 10px 12px; background: var(--ink-2); border: 1px solid rgba(236, 228, 212, .25); border-radius: var(--radius); color: var(--bone); font: inherit; }
.search-field:focus, .comment-form input:focus, .comment-form textarea:focus { border-color: var(--brass); outline: none; }
.search-submit, .comment-form .submit, .entry-content input[type=submit] { display: inline-grid; place-items: center; min-height: 44px; padding: 0 16px; border: 0; border-radius: var(--radius); background: var(--brass); color: var(--ink); font: 700 16px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.search-submit:hover, .comment-form .submit:hover { background: var(--brass-hi); }
.result + .result { border-top: 1px solid var(--line); }
.result { padding: 14px 0; }
.result h2 { margin: 0 0 4px; font-size: 24px; text-transform: none; }
.result h2 a { color: var(--bone); text-decoration: none; }
.result h2 a:hover { color: var(--brass); }
.result time { color: var(--brass); font: 700 14px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.result p { margin: 6px 0 0; color: #d9d0bd; }
.comments-title, .comment-reply-title { font-size: 26px; text-transform: uppercase; }
.comments-area { width: min(100% - 2 * var(--gutter), var(--measure)); margin: 32px auto 0; }
.comment-list { list-style: none; margin: 0 0 24px; padding: 0; }
.comment-list .children { list-style: none; padding-left: 24px; }
.comment-body { padding: 12px 0; border-bottom: 1px solid var(--line); }
.comment-meta { font-size: .875em; color: var(--bone-dim); margin-bottom: 6px; }
.comment .avatar { float: left; margin-right: 10px; border-radius: 50%; }
.comment-form label { display: block; margin-bottom: 4px; }

/* ---- "get the film" band (sidebar widgets, inner pages) --------------------------------------- */
.film-band { background: var(--ink-2); border-top: 1px solid var(--line); padding: var(--section) 0; }
.film-band .wrap { display: grid; gap: 20px; align-items: start; }
@media (min-width: 768px) { .film-band .wrap { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; } }
.widget { margin: 0; }
.widget-title { margin: 0 0 12px; font-size: 22px; text-transform: uppercase; letter-spacing: .06em; color: var(--brass); }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding: 6px 0; border-bottom: 1px solid var(--line); }
.widget a { color: var(--bone); }
.widget a:hover { color: var(--brass); }
.textwidget [align="center"] { text-align: center; }
.textwidget img { border-radius: 4px; box-shadow: 0 10px 30px rgba(0, 0, 0, .5); }
.textwidget iframe { border-radius: var(--radius); }
.textwidget strong { color: var(--brass-hi); font: 700 26px/1.4 var(--display); }

/* ---- footer ----------------------------------------------------------------------- */
.site-footer { background: #0a0907; border-top: 1px solid var(--line); color: var(--bone-dim); font-size: 15px; padding: 28px 0 24px; }
.footer-grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--bone); text-decoration: none; }
.footer-brand img { width: 40px; height: 40px; }
.footer-brand span { display: grid; font: 700 22px/1 var(--display); text-transform: uppercase; letter-spacing: .03em; }
.footer-brand small { font-size: 14px; font-weight: 600; letter-spacing: .12em; color: var(--brass); margin-top: 3px; }
.footer-nav .menu { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.footer-nav .menu a { font-size: 15px; color: var(--bone-dim); border: 0; padding: 0; }
.footer-nav .menu a:hover { color: var(--brass); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14px; }
.footer-legal p { margin: 0; }
.site-footer a { color: var(--bone-dim); }
.site-footer a:hover { color: var(--brass); }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; }
}
