/*!
Theme Name: Austin's Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: austins-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Austin\'s Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #0aedff;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
  --ink: #494e5e;
  --paper: #f2efe8;
  --accent: #ff7d2e; 
  --mid: #8a8680;
}

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

body {
  background: var(--paper);
  color: var(--ink);
  overflow-x: clip;
}

/* ── CURSOR ── */
.cursor {
  width: 12px; height: 12px;
  background: var(--accent);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.15s ease, width 0.2s, height 0.2s;
  mix-blend-mode: multiply;
}
.cursor.big { width: 60px; height: 60px; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 2rem 3rem;
  position: relative;
  overflow: hidden;
}

.hero-ticker {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--mid);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  z-index: 3;
}

.hero-ticker-right {
  display: flex;
  gap: 2rem;
}

.hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 4rem 0;
}

.hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 1empx;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(5rem, 14vw, 13rem);
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: var(--ink);
  position: relative;
  z-index: 2;
  grid-area: headline;
}

.hero-headline em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--accent);
}

.hero-blob {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--ink);
  z-index: 1;
  transition: border-radius 0.8s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-blob:hover {
  border-radius: 38% 62% 70% 30% / 30% 50% 50% 70%;
}

.hero-blob-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  color: var(--paper);
  letter-spacing: 0.2em;
  text-align: center;
  z-index: 2;
  position: relative;
  user-select: none;
}

.hero-blob-ring {
  position: absolute;
  width: 100%; height: 100%;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  animation: spin 12s linear infinite;
}

.hero-blob-ring::before {
  content: 'SCROLL TO EXPLORE ◆ VIEW MY WORK ◆ AUSTIN RUPP ◆ WEB DESIGNER ◆ ';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.hero-sub {
  margin-top: 3rem;
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  grid-area: sub;
}

.hero-bio {
  font-family: 'Instrument Serif', serif;
  font-size: 1.35rem;
  line-height: 1.5;
  color: var(--ink);
  max-width: 380px;
}

.hero-bio em { color: var(--accent); font-style: italic; }

.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-stat {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.hero-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: var(--ink);
  line-height: 1;
}

.hero-stat-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--mid);
}

.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.hero-scroll {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--mid);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-scroll-line {
  width: 60px;
  height: 1px;
  background: var(--mid);
  animation: scrollpulse 2s ease-in-out infinite;
}

@keyframes scrollpulse {
  0%,100% { width: 60px; opacity: 1; }
  50% { width: 100px; opacity: 0.4; }
}

.hero-cta {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--paper);
  background: var(--ink);
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
  transition: background 0.2s, letter-spacing 0.2s;
}

.hero-cta:hover {
  background: var(--accent);
  letter-spacing: 0.25em;
  color: var(--paper);
}

/* ── MARQUEE ── */
.marquee-wrap {
  background: var(--ink);
  padding: 1.2rem 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  animation: marquee 18s linear infinite;
}

.marquee-item {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: var(--paper);
  padding: 0 2.5rem;
}

.marquee-item.red { color: var(--accent); }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── WORK ── */
.work-section {
  padding: 6rem 3rem;
}

.work-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4rem;
}

.work-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
}

.work-title em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--accent);
}

.work-link {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--mid);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.2s, gap 0.2s;
}

.work-link:hover { color: var(--ink); gap: 1.5rem; }
.work-link::after { content: '→'; }

/* PROJECT CARDS */
.projects-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.project-card {
  display: grid;
  grid-template-columns: 80px 1fr 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
  position: relative;
  transition: padding-left 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.project-card:first-child { border-top: 1px solid rgba(0,0,0,0.1); }

.project-card:hover { padding-left: 1rem; }

.project-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--accent);
  transition: width 0.3s ease;
}

.project-card:hover::before { width: 4px; }

.project-num {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--mid);
}

.project-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1;
  transition: color 0.2s;
}

.project-card:hover .project-name { color: var(--accent); }

.project-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.project-type {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--mid);
}

.project-desc {
  font-family: 'Instrument Serif', serif;
  font-size: 1rem;
  color: var(--ink);
  opacity: 0.6;
}

.project-arrow {
  font-size: 1.5rem;
  color: var(--mid);
  transition: transform 0.3s, color 0.2s;
}

.project-card:hover .project-arrow {
  transform: translateX(8px);
  color: var(--accent);
}

/* ── GALLERY CTA ── */
.gallery-cta {
  margin: 2rem 3rem 6rem;
  background: var(--paper);
  padding: 5rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.gallery-cta::before {
  content: 'GALLERY';
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 8rem;
  color: rgba(255,255,255,0.03);
  letter-spacing: 0.1em;
  pointer-events: none;
}

.gallery-cta-text {
  display: grid;
  gap: 1.5rem;
}

.gallery-cta-buttons {
  display: grid;
  gap: 1rem;
  justify-items: left;
}

.gallery-cta-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.gallery-cta-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
  color: var(--ink);
}

.gallery-cta-headline em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
}

.gallery-cta-sub {
  font-family: 'Instrument Serif', serif;
  font-size: 1.1rem;
  color: rgba(242,239,232,0.5);
  margin-top: 1.5rem;
  max-width: 400px;
}

.gallery-btn {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--paper) !important;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  flex-shrink: 0;
  background: var(--accent);
}

.gallery-btn:hover {
  background: var(--ink);
  border-color: var(--accent);
  color: var(--paper);
  transform: scale(1.08);
}

/* ── NOISE ── */
body::after,
.single-wrap::after,
.blog-wrap::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
  opacity: 0.4;
}

/* ── REVEAL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1800px) {
  .hero-blob { display: none; }
  .hero-main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "headline"
      "sub"
      "model";
  }
  .hero-headline { font-size: clamp(4rem, 14vw, 13rem); }
  .hero-sub { flex-direction: column; gap: 2rem; }
}

@media (max-width: 900px) {
  .hero { padding: 1.5rem; }

  /* Work */
  .work-section { padding: 4rem 1.5rem; }
  .work-header { flex-direction: column; gap: 1.5rem; }
  .project-card { grid-template-columns: 50px 1fr auto; gap: 1rem; }
  .project-meta { display: none; }

  /* Gallery CTA — collapse to single column, buttons go horizontal */
  .gallery-cta {
    margin: 1rem 1.5rem 4rem;
    padding: 3rem 2rem;
    grid-template-columns: 1fr;
  }
  .gallery-cta-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
  }
  .gallery-btn { width: 130px; height: 130px; }
}

@media (max-width: 600px) {
  /* Hero */
  .hero { padding: 1.25rem; }
  .hero-ticker-right { display: none; }
  .hero-main { padding: 2rem 0; }
  .hero-headline { font-size: clamp(3rem, 12vw, 13rem); }
  .hero-bio { max-width: 100%; font-size: 1.1rem; }
  .hero-bottom { flex-direction: column; gap: 1.5rem; align-items: flex-start; }

  /* Gallery */
  .gallery-cta { padding: 2.5rem 1.5rem; }
  .gallery-btn { width: 100px; height: 100px; font-size: 10px; }
}




.single-wrap { background: var(--paper); color: var(--ink); min-height: 100vh; }

/* ── TOPBAR ── */
.single-topbar,
.blog-topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 3rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--mid);
}

/* ── POST HEADER ── */
.single-header {
  padding: 5rem 4rem 4rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.single-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--mid);
  margin-bottom: 2rem;
}

.single-meta-cat { color: var(--accent); }

.single-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.95;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.single-title em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--accent);
}

/* ── FEATURED IMAGE ── */
.single-featured {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
  display: block;
}

/* ── CONTENT ── */
.single-content-wrap {
  padding: 5rem 4rem;
}

.single-content {
  max-width: 900px;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--ink);
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  clear: none;
}

.single-content h1,
.single-content h2,
.single-content h3 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 3rem 0 1rem;
  line-height: 1;
}

.single-content h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.single-content h3 { font-size: clamp(1.5rem, 3vw, 2.5rem); }

.single-content p { margin-bottom: 1.5rem; }

.single-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-content blockquote {
  border-left: 3px solid var(--accent);
  margin: 2.5rem 0;
  padding: 1rem 0 1rem 2rem;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--mid);
}

.single-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2.5rem 0;
}

/* Full-bleed: set alignment to "Full Width" in the WP block editor */
.single-content .alignfull,
.single-content .alignfull img {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}


.single-content hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 3rem 0;
}

.single-content ul, .single-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.single-content li { margin-bottom: 0.5rem; }

.single-content code {
  font-family: 'DM Mono', monospace;
  font-size: 0.85em;
  background: rgba(0,0,0,0.06);
  padding: 2px 6px;
  border-radius: 3px;
}

.single-content pre {
  background: var(--ink);
  color: var(--paper);
  padding: 2rem;
  overflow-x: auto;
  margin: 2rem 0;
}

.single-content pre code {
  background: none;
  padding: 0;
  font-size: 0.9rem;
}

/* ── POST FOOTER ── */
.single-footer {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 4rem 3rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.single-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.single-footer-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--mid);
}

.single-footer-link {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1;
}

.single-footer-link:hover { color: var(--accent); }

.single-back-btn {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--paper);
  background: var(--ink);
  padding: 14px 32px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, letter-spacing 0.2s;
}

.single-back-btn:hover {
  background: var(--accent);
  letter-spacing: 0.25em;
  color: var(--paper);
}


.single-content .wp-block-image.alignright,
.single-content figure.alignright {
  float: right;
  width: 45%;
  margin: 0 0 1.5rem 2rem;
  clear: right;
}

.single-content .wp-block-image.alignleft,
.single-content figure.alignleft {
  float: left;
  width: 45%;
  margin: 0 2rem 1.5rem 0;
  clear: left;
}

.single-content .wp-block-image.alignright img,
.single-content .wp-block-image.alignleft img,
.single-content figure.alignright img,
.single-content figure.alignleft img {
  width: 100%;
  height: auto;
  margin: 0;
}

.single-content .aligncenter {
  display: block;
  margin: 2rem auto;
}


@media (max-width: 900px) {
  .single-content-wrap { padding: 3rem 1.5rem; }
  .single-topbar, .blog-topbar { padding: 1.5rem; }
  .single-header, .single-footer { padding-left: 1.5rem; padding-right: 1.5rem; }
}









.blog-wrap { background: var(--paper); color: var(--ink); min-height: 100vh; }

/* ── HERO ── */
.blog-hero {
  padding: 5rem 3rem 4rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

.blog-hero-left {}

.blog-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 1rem;
}

.blog-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.9;
  color: var(--ink);
}

.blog-headline em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--accent);
}

.blog-hero-right {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  color: var(--mid);
  max-width: 280px;
  line-height: 1.6;
  flex-shrink: 0;
}

/* ── POST LIST ── */
.blog-list {
  padding: 0 3rem 6rem;
}

.blog-post-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: start;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: padding-left 0.3s ease;
}

.blog-post-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--accent);
  transition: width 0.3s ease;
}

.blog-post-item:hover { padding-left: 1rem; }
.blog-post-item:hover::before { width: 4px; }

.blog-post-date {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--mid);
  line-height: 1.4;
  padding-top: 0.5rem;
}

.blog-post-body {}

.blog-post-tag {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.blog-post-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  color: var(--ink);
  transition: color 0.2s;
  margin-bottom: 1rem;
}

.blog-post-item:hover .blog-post-title { color: var(--accent); }

.blog-post-excerpt {
  font-family: Georgia, serif;
  font-size: 1rem;
  color: var(--mid);
  line-height: 1.6;
  max-width: 600px;
}

.blog-post-arrow {
  font-size: 1.5rem;
  color: var(--mid);
  padding-top: 0.5rem;
  transition: transform 0.3s, color 0.2s;
  flex-shrink: 0;
}

.blog-post-item:hover .blog-post-arrow {
  transform: translateX(8px);
  color: var(--accent);
}

/* ── PAGINATION ── */
.blog-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 3rem 6rem;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.blog-pagination a {
  color: var(--ink);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.2s, gap 0.2s;
}

.blog-pagination a:hover { color: var(--accent); gap: 1.5rem; }

/* ── EMPTY STATE ── */
.blog-empty {
  padding: 6rem 3rem;
  text-align: center;
}

.blog-empty-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4rem;
  color: var(--ink);
  margin-bottom: 1rem;
}

.blog-empty-sub {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  color: var(--mid);
}


@media (max-width: 768px) {
  .blog-topbar, .blog-hero, .blog-list, .blog-pagination { padding-left: 1.5rem; padding-right: 1.5rem; }
  .blog-hero { flex-direction: column; align-items: flex-start; }
  .blog-hero-right { max-width: 100%; }
  .blog-post-item { grid-template-columns: 1fr auto; }
  .blog-post-date { display: none; }
}










:root {
  --bg:        #0e0e0e;
  --surface:   #161616;
  --surface2:  #1c1c1c;
  --border:    rgba(255,255,255,0.07);
  --text:      #e8e4dc;
  --muted:     rgba(232,228,220,0.38);
  --font-disp: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --content-w: 740px;
  --wide-w:    1100px;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }


/* ─── Hero ─────────────────────────────────────────────────── */
.project-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  background: var(--bg);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 6vw 64px;
  background: var(--bg);
}

.hero-image-col {
  background: var(--surface);
}

.hero-screenshot {
  display: block;
  width: 100%;
  height: auto;
}

/* No image: single column */
.project-hero.no-image {
  grid-template-columns: 1fr;
  min-height: 0;
}

.hero-meta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hero-tag {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 4px 12px;
  border-radius: 100px;
}

.hero-year {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-title {
  font-family: var(--font-disp);
  font-size: clamp(3.5rem, 9vw, 5rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  max-width: 900px;
  margin-bottom: 28px;
  color: var(--accent);
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-excerpt {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(232,228,220,0.65);
  line-height: 1.7;
  max-width: 520px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-disp);
  font-size: 1rem;
  letter-spacing: 0.14em;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 12px 28px;
  border-radius: 100px;
  white-space: nowrap;
  transition: background 0.2s, gap 0.3s var(--ease-out);
  flex-shrink: 0;
}
.hero-cta:hover {
  background: rgba(255,61,46,0.1);
  gap: 20px;
}

.project-hero.no-image .hero-content { padding-top: 60px; }

/* ─── Project meta strip ───────────────────────────────────── */
.project-meta-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  border-bottom: 1px solid var(--border);
}

.meta-cell {
  padding: 28px 6vw;
  border-right: 1px solid var(--border);
}
.meta-cell:last-child { border-right: none; }

.meta-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.meta-value {
  font-family: var(--font-disp);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: var(--text);
}

/* ─── Content area ─────────────────────────────────────────── */
.project-content {
  padding: 80px 6vw 120px;
  color: rgba(232, 228, 220, 0.78);
}

/* Gutenberg block defaults — centered at content width inside the padded container */
.project-content .wp-block-paragraph,
.project-content .wp-block-heading,
.project-content .wp-block-list,
.project-content .wp-block-quote,
.project-content .wp-block-code,
.project-content .wp-block-preformatted,
.project-content .wp-block-table,
.project-content .wp-block-separator,
.project-content .wp-block-spacer,
.project-content .wp-block-buttons,
.project-content .wp-block-embed {
  max-width: var(--content-w);
  margin-left: auto;
  margin-right: auto;
}

/* Wide blocks */
.project-content .wp-block-image.alignwide,
.project-content .wp-block-gallery.alignwide,
.project-content .alignwide {
  max-width: var(--wide-w);
  margin-left: auto;
  margin-right: auto;
}

/* Full-width blocks break out of the container padding */
.project-content .wp-block-image.alignfull,
.project-content .wp-block-gallery.alignfull,
.project-content .alignfull {
  max-width: none;
  margin-left: -6vw;
  margin-right: -6vw;
  padding-left: 0;
  padding-right: 0;
}

/* ── Paragraphs ── */
.project-content .wp-block-paragraph,
.project-content p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(232, 228, 220, 0.78);
  margin-bottom: 1.6em;
}

.project-content .wp-block-paragraph.has-drop-cap::first-letter {
  font-family: var(--font-disp);
  font-size: 5rem;
  line-height: 0.8;
  float: left;
  margin-right: 10px;
  color: var(--accent);
}

/* ── Headings ── */
.project-content .wp-block-heading h2 {
  font-family: var(--font-disp);
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: 0.03em;
  line-height: 0.95;
  color: var(--text);
  margin-bottom: 0.5em;
  margin-top: 1.4em;
}

.project-content .wp-block-heading h3 {
  font-family: var(--font-disp);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: 0.04em;
  color: var(--text);
  margin-bottom: 0.5em;
  margin-top: 1.2em;
}

.project-content .wp-block-heading h4 {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.8em;
  margin-top: 1.4em;
  font-weight: 500;
}

/* ── Images ── */
.project-content .wp-block-image {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.project-content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.project-content .wp-block-image figcaption {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
  text-align: center;
}

/* Inline image with subtle entrance */
.project-content .wp-block-image img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.project-content .wp-block-image.img-visible img {
  opacity: 1;
  transform: translateY(0);
}

/* ── Gallery ── */
.project-content .wp-block-gallery {
  margin-bottom: 3rem;
  margin-top: 3rem;
  gap: 6px !important;
}

.project-content .wp-block-gallery .wp-block-image img {
  border-radius: 2px;
}

/* ── Pullquote / Quote ── */
.project-content .wp-block-quote {
  border-left: 2px solid var(--accent);
  padding-left: 28px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.project-content .wp-block-quote p {
  font-family: var(--font-disp);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 0.5em;
}

.project-content .wp-block-quote cite {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
}

/* ── Pullquote (full width accent block) ── */
.project-content .wp-block-pullquote {
  border: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 6vw;
  text-align: center;
  max-width: 100%;
  margin: 4rem 0;
  background: var(--surface);
}

.project-content .wp-block-pullquote p {
  font-family: var(--font-disp);
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--text);
}

.project-content .wp-block-pullquote cite {
  display: block;
  margin-top: 14px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
}

/* ── Separator ── */
.project-content .wp-block-separator {
  border: none;
  border-top: 1px solid var(--border);
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* ── Lists ── */
.project-content .wp-block-list ul,
.project-content .wp-block-list ol,
.project-content ul,
.project-content ol {
  padding-left: 1.4em;
  margin-bottom: 1.6em;
  color: rgba(232,228,220,0.78);
  font-weight: 300;
  line-height: 1.85;
}

.project-content li::marker { color: var(--accent); }

/* ── Code ── */
.project-content .wp-block-code {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px 28px;
  font-size: 0.85rem;
  overflow-x: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* ── Buttons ── */
.project-content .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 100px;
  transition: background 0.2s;
}
.project-content .wp-block-button__link:hover {
  background: rgba(255,61,46,0.1);
}

/* ── Embeds (video, etc.) ── */
.project-content .wp-block-embed {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.project-content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 3px;
}
.project-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ── Cover block ── */
.project-content .wp-block-cover {
  margin-top: 4rem;
  margin-bottom: 4rem;
  min-height: 400px;
  border-radius: 3px;
  overflow: hidden;
}

/* ── Columns ── */
.project-content .wp-block-columns {
  max-width: var(--wide-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  gap: 32px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.project-content .wp-block-column p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(232,228,220,0.75);
}

/* ── Spacer ── */
.project-content .wp-block-spacer { display: block; }

/* ─── Prev / Next nav ──────────────────────────────────────── */
.project-nav {
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.project-nav-item {
  padding: 48px 6vw;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background 0.3s ease;
}
.project-nav-item:hover { background: rgba(255,255,255,0.025); }
.project-nav-item.next { border-left: 1px solid var(--border); text-align: right; }

.nav-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-title {
  font-family: var(--font-disp);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: 0.03em;
  line-height: 1;
  transition: letter-spacing 0.4s var(--ease-out);
}
.project-nav-item:hover .nav-title { letter-spacing: 0.06em; }

.nav-arrow {
  font-size: 1.1rem;
  color: var(--muted);
  transition: transform 0.3s var(--ease-out), color 0.3s;
}
.project-nav-item:hover .nav-arrow { color: var(--accent); }
.project-nav-item.prev:hover .nav-arrow { transform: translateX(-6px); }
.project-nav-item.next:hover .nav-arrow { transform: translateX(6px); }

/* ─── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .project-hero { grid-template-columns: 1fr; }
  .hero-image-col { height: 50vw; min-height: 240px; }
  .hero-content { padding: 40px 5vw 48px; }
  .project-content .wp-block-paragraph,
  .project-content .wp-block-heading,
  .project-content .wp-block-list,
  .project-content .wp-block-quote,
  .project-content .wp-block-buttons { padding-left: 5vw; padding-right: 5vw; }
  .project-content .wp-block-columns { padding-left: 5vw; padding-right: 5vw; flex-direction: column; }
  .project-nav { grid-template-columns: 1fr; }
  .project-nav-item.next { border-left: none; border-top: 1px solid var(--border); text-align: left; }
  .meta-cell { border-right: none; border-bottom: 1px solid var(--border); }
}









/* ═══ Work Gallery (page-work) ═══════════════════════════════ */

/* Decorative cursor dot */
#cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px; height: 12px;
  background: #00d4ff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.8);
  transition: width 0.2s var(--ease-out), height 0.2s var(--ease-out),
              background 0.2s ease, box-shadow 0.2s ease;
}
#cursor.expand {
  width: 56px; height: 56px;
  background: transparent;
  border: 1.5px solid #00d4ff;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.5);
}
#cursor-label {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  transform: translate(-50%, 28px);
  opacity: 0;
  transition: opacity 0.2s ease;
}
#cursor-label.show { opacity: 1; }

/* Floating preview image */
#preview-img {
  position: fixed;
  top: 0; left: 0;
  width: 360px;
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none;
  z-index: 900;
  opacity: 0;
  transform: translate(-50%, -60%) scale(0.88) rotate(-2deg);
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
  box-shadow: 0 32px 80px rgba(0,0,0,0.7);
}
#preview-img.visible {
  opacity: 1;
  transform: translate(-50%, -60%) scale(1) rotate(0deg);
}
#preview-img img,
#preview-img .preview-placeholder {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
#preview-img .preview-placeholder {
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-disp);
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--muted);
}

/* Page header */
.gallery-header {
  padding: 120px 6vw 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.gallery-header h1 {
  font-family: var(--font-disp);
  font-size: clamp(3.5rem, 10vw, 8rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}
.gallery-header h1 em {
  font-style: italic;
  color: var(--accent);
}
.gallery-meta {
  text-align: right;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 2;
}
.gallery-meta strong {
  display: block;
  font-family: var(--font-disp);
  font-size: 2.5rem;
  color: var(--text);
  letter-spacing: 0.05em;
  line-height: 1;
}

/* Filter bar */
.filter-bar {
  padding: 20px 6vw;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
}
.filter-btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  transition: all 0.2s ease;
}
.filter-btn:hover,
.filter-btn.active {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(255, 255, 255, 0.04);
}

/* Project list */
.projects-list { padding: 0 6vw; }

.project-row {
  display: grid;
  grid-template-columns: 60px 1fr auto 40px;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s var(--ease-out),
              transform 0.6s var(--ease-out),
              background 0.3s ease;
}
.project-row.in-view { opacity: 1; transform: translateY(0); }
.project-row:hover .row-num   { color: var(--accent); }
.project-row:hover .row-title { letter-spacing: 0.06em; }
.project-row:hover .row-arrow { transform: translateX(6px) rotate(-45deg); color: var(--accent); }

.project-row::before {
  content: '';
  position: absolute;
  left: -6vw; right: -6vw; top: 0; bottom: 0;
  background: rgba(255,255,255,0.025);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.project-row:hover::before { opacity: 1; }

.row-num {
  font-family: var(--font-disp);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  transition: color 0.3s ease;
}
.row-main { min-width: 0; }
.row-title {
  font-family: var(--font-disp);
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  letter-spacing: 0.03em;
  line-height: 1;
  transition: letter-spacing 0.4s var(--ease-out);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-desc { font-size: 0.8rem; color: var(--muted); margin-top: 5px; font-weight: 300; }
.row-tags { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.row-tag {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 3px 10px;
  border-radius: 100px;
}
.row-arrow { font-size: 1.3rem; color: var(--muted); transition: transform 0.3s var(--ease-out), color 0.3s ease; }
.row-year { font-size: 0.65rem; letter-spacing: 0.1em; color: var(--muted); margin-top: 4px; }

/* Full-screen project overlay */
#project-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease-out);
  overflow-y: auto;
}
#project-overlay.open { opacity: 1; pointer-events: all; }

.overlay-inner {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
.overlay-img-side {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--surface);
}
.overlay-img-side img,
.overlay-img-placeholder {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.overlay-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-disp);
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.overlay-content-side {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overlay-close {
  position: fixed;
  top: 28px; right: 36px;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  transition: border-color 0.2s, color 0.2s;
  z-index: 1001;
}
.overlay-close:hover { border-color: var(--accent); color: var(--accent); }
.overlay-num {
  font-family: var(--font-disp);
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 16px;
}
.overlay-title {
  font-family: var(--font-disp);
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}
.overlay-excerpt {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(232,228,220,0.7);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 40px;
}
.overlay-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 48px; }
.overlay-tag {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 100px;
}
.overlay-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-disp);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 4px;
  width: fit-content;
  transition: gap 0.3s var(--ease-out);
}
.overlay-cta:hover { gap: 20px; }

/* Gallery footer */
.gallery-footer {
  padding: 60px 6vw;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-footer span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 900px) {
  .overlay-inner { grid-template-columns: 1fr; }
  .overlay-img-side { position: relative; height: 50vw; }
  .project-row { grid-template-columns: 40px 1fr 40px; }
  .row-tags { display: none; }
  #preview-img { display: none; }
  #cursor, #cursor-label { display: none; }
}

/* ═══════════════════════════════════════════════════════════════ */

a { color: inherit; text-decoration: none; }

/* ── Page header ── */
.photo-header {
  padding: 120px 6vw 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.photo-header-left h1 {
  font-family: var(--font-disp);
  font-size: clamp(3.5rem, 10vw, 8rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}
.photo-header-left h1 em {
  font-style: italic;
  color: var(--accent);
}

.photo-header-right {
  text-align: right;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 2;
}
.photo-header-right strong {
  display: block;
  font-family: var(--font-disp);
  font-size: 2.5rem;
  color: var(--text);
  letter-spacing: 0.05em;
  line-height: 1;
}

/* ── Excerpt / intro ── */
.photo-intro {
  padding: 40px 6vw;
  border-bottom: 1px solid var(--border);
  max-width: 680px;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.8;
}

/* ── Gallery content ── */
.photo-content {
  padding: 60px 4vw 80px;
}

/* Override Gutenberg gallery defaults to match theme */
.photo-content .wp-block-gallery {
  gap: 6px !important;
}

.photo-content .wp-block-gallery .wp-block-image img {
  border-radius: 2px;
  transition: opacity 0.3s ease, transform 0.4s var(--ease-out);
  filter: brightness(0.92) saturate(0.9);
}

.photo-content .wp-block-gallery .wp-block-image:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  filter: brightness(1) saturate(1);
}

.photo-content .wp-block-gallery .wp-block-image {
  overflow: hidden;
  border-radius: 2px;
}

/* Full width single images */
.photo-content .wp-block-image img {
  border-radius: 2px;
  width: 100%;
  height: auto;
  display: block;
}

/* Caption styling */
.photo-content figcaption,
.photo-content .wp-element-caption {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin-top: 8px;
}

/* Columns block */
.photo-content .wp-block-columns {
  gap: 6px;
  margin-bottom: 6px;
}
.photo-content .wp-block-column {
  overflow: hidden;
  border-radius: 2px;
}

/* ── Film strip ticker ── */
.photo-ticker {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  margin-bottom: 60px;
  white-space: nowrap;
}
.photo-ticker-inner {
  display: inline-flex;
  gap: 48px;
  animation: tickerScroll 20s linear infinite;
}
.photo-ticker-item {
  font-family: var(--font-disp);
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 48px;
}
.photo-ticker-item::after {
  content: '◆';
  font-size: 0.4rem;
  color: var(--accent);
}
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Footer CTA ── */
.photo-footer-cta {
  border-top: 1px solid var(--border);
  padding: 80px 6vw;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}

.photo-footer-cta-text .eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.photo-footer-cta-text h2 {
  font-family: var(--font-disp);
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
}
.photo-footer-cta-text h2 em {
  font-style: italic;
  color: var(--accent);
}

.photo-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.photo-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-disp);
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--text);
  border: 1px solid var(--border);
  padding: 14px 28px;
  border-radius: 100px;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s, gap 0.3s var(--ease-out);
}
.photo-footer-link:hover {
  border-color: var(--accent);
  color: var(--accent);
  gap: 20px;
}

/* ── Page footer strip ── */
.photo-page-footer {
  padding: 32px 6vw;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.photo-page-footer span {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .photo-header { flex-direction: column; gap: 24px; align-items: flex-start; }
  .photo-header-right { text-align: left; }
  .photo-footer-cta { grid-template-columns: 1fr; }
  .photo-footer-links { align-items: flex-start; }
}

/* ── FRONT PAGE HERO LOGO SEAL ── */
.hero-logo-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 20px 28px;
  margin-bottom: 2.5rem;
  position: relative;
  transition: border-color 0.35s ease;
}

/* Clips tron effects to seal bounds without clipping the logo's drop-shadow */
.tron-effects-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Corner tick marks — inside bounds so overflow:hidden doesn't clip them */
/*
.hero-logo-seal::before,
.hero-logo-seal::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: rgba(0, 212, 255, 0.6);
  border-style: solid;
  z-index: 10;
  transition: border-color 0.35s ease;
}
.hero-logo-seal::before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.hero-logo-seal::after  { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

.hero-logo-seal:hover { border-color: rgba(0, 212, 255, 0.4); }
.hero-logo-seal:hover::before,
.hero-logo-seal:hover::after { border-color: rgba(0, 212, 255, 1); }
*/
.hero-logo-seal a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

/* Logo glow breathes in sync with the seal */
.hero-logo-img {
  display: block;
  height: 140px;
  width: auto;
  animation: logoGlow 3s ease-in-out infinite;
}

@keyframes logoGlow {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(0, 212, 255, 0.55)); }
  50%       { filter: drop-shadow(0 0 9px rgba(0, 212, 255, 0.95)) drop-shadow(0 0 20px rgba(0, 212, 255, 0.4)); }
}

/* 
.tron-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 2px,
    rgba(0, 212, 255, 0.028) 2px,
    rgba(0, 212, 255, 0.028) 4px
  );
}
CRT scanlines overlay */


/* v
.tron-sweep {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0, 212, 255, 0.25) 15%,
    rgba(0, 212, 255, 0.9) 47%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(0, 212, 255, 0.9) 53%,
    rgba(0, 212, 255, 0.25) 85%,
    transparent 100%
  );
  box-shadow: 0 0 6px rgba(0, 212, 255, 0.7), 0 0 18px rgba(0, 212, 255, 0.3);
  pointer-events: none;
  z-index: 5;
  animation: tronSweep 4s ease-in-out infinite;
}

@keyframes tronSweep {
  0%   { transform: translateY(-2px); opacity: 0; }
  6%   { opacity: 1; }
  90%  { opacity: 0.85; }
  100% { transform: translateY(110px); opacity: 0; }
}
Vertical sweep — bright horizontal bar scrolls top to bottom */
/* Horizontal light-bike trails cut across the seal */
.tron-trail {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--trail-y, 50%);
  height: 1px;
  pointer-events: none;
  z-index: 4;
}

.tron-trail::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0, 212, 255, 0.15) 25%,
    rgba(0, 212, 255, 0.95) 78%,
    rgba(255, 255, 255, 0.9) 100%
  );
  box-shadow: 0 0 3px 1px rgba(0, 212, 255, 0.55);
  transform: translateX(-48px);
  animation: tronTrailBeam var(--trail-speed, 2s) linear infinite;
  animation-delay: var(--trail-delay, 0s);
}

@keyframes tronTrailBeam {
  from { transform: translateX(-48px); }
  to   { transform: translateX(360px); }
}

@media (max-width: 768px) {
  .hero-logo-img { height: 80px; }
}

/* ── SITE HEADER + LOGO ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 32px;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-logo {
  display: block;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.site-logo:hover { opacity: 0.7; }

.site-logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 160px;
}

/* Back button in header — shared pill style */
.site-back-btn,
.project-back,
.photo-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 228, 220, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 18px;
  border-radius: 100px;
  backdrop-filter: blur(12px);
  background: rgba(14, 14, 14, 0.65);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.site-back-btn:hover,
.project-back:hover,
.photo-back:hover {
  color: rgba(232, 228, 220, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}
.project-back span { font-size: 0.9rem; }

@media (max-width: 768px) {
  .site-header { padding: 14px 20px; }
  .site-logo-img { height: 32px; }
}