@charset "UTF-8";
/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
:root {
  color-scheme: dark;
  --pd-bg: #0b0b0c;
  --pd-bg-2: #15151a;
  --pd-bg-3: #1e1e24;
  --pd-line: #2b2b31;
  --pd-fg: #ece8df;
  --pd-fg-2: #b5b0a6;
  --pd-fg-3: #857f75;
  --pd-accent: #8db4e2;
  --pd-accent-strong: #3b7cbf;
  --pd-danger: #e07a6b;
  --pd-gutter: clamp(16px, 4vw, 56px);
  --pd-max: 1400px;
  --pd-narrow: 760px;
  --pd-measure: 68ch;
  --pd-font-body: "Segoe UI", "Helvetica Neue", Arial, system-ui, -apple-system, sans-serif;
  --pd-font-display: "Segoe UI", "Helvetica Neue", Arial, system-ui, -apple-system, sans-serif;
  --pd-font-mono: ui-monospace, "Cascadia Mono", Consolas, monospace;
  --pd-focus: 0 0 0 3px var(--pd-bg), 0 0 0 5px var(--pd-accent);
  --pd-header-h: 72px;
}

/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--pd-header-h) + 1rem);
}

html, body {
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--pd-bg);
  color: var(--pd-fg);
  font-family: var(--pd-font-body);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.lightbox-open {
  overflow: hidden;
}

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

img {
  display: block;
}

a {
  color: var(--pd-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
a:hover {
  color: var(--pd-fg);
}
a:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--pd-font-display);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pd-fg);
  margin: 1.5em 0 0.5em;
  font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1;
  text-transform: lowercase;
  letter-spacing: -0.035em;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

p, ul, ol, dl, blockquote, figure, pre, table {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 2px solid var(--pd-accent);
  padding-left: 1.25rem;
  color: var(--pd-fg-2);
  font-style: italic;
}

code, kbd, pre {
  font-family: var(--pd-font-mono);
  font-size: 0.9em;
}

pre {
  background: var(--pd-bg-2);
  padding: 1rem;
  overflow: auto;
  border: 1px solid var(--pd-line);
}

hr {
  border: 0;
  border-top: 1px solid var(--pd-line);
  margin: 2.5rem 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.table-wrap {
  overflow-x: auto;
  max-width: 100%;
}

.table-wrap table {
  min-width: 640px;
}

th, td {
  border-bottom: 1px solid var(--pd-line);
  padding: 0.5rem 0.6rem;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--pd-fg-2);
  font-weight: 600;
}

::selection {
  background: var(--pd-accent-strong);
  color: #fff;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

.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: var(--pd-bg-2);
  color: var(--pd-fg);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.9rem;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 0.75rem 1rem;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000;
  box-shadow: var(--pd-focus);
}

.skip-link {
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 11, 12, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--pd-line);
}

.site-header-inner {
  max-width: var(--pd-max);
  margin-inline: auto;
  padding-inline: var(--pd-gutter);
  min-height: var(--pd-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  padding-block: 0.65rem;
}

.site-branding {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.site-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
  margin: 0;
}
.site-title a {
  color: var(--pd-fg);
  text-decoration: none;
}
.site-title a:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}
.site-title a:hover {
  color: var(--pd-accent);
}

.site-description {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--pd-fg-2);
  letter-spacing: 0.01em;
  text-transform: lowercase;
  max-width: 60ch;
}

.main-navigation {
  position: static;
}

.menu-toggle,
.menu-close {
  appearance: none;
  background: transparent;
  border: 1px solid var(--pd-line);
  color: var(--pd-fg);
  width: 2.75rem;
  height: 2.75rem;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  border-radius: 2px;
  transition: border-color 0.2s, background-color 0.2s;
}
.menu-toggle:focus-visible,
.menu-close:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}
.menu-toggle:hover,
.menu-close:hover {
  border-color: var(--pd-fg-3);
  background: var(--pd-bg-2);
}

.menu-close {
  font-size: 1.4rem;
  line-height: 1;
}

.menu-toggle-bars {
  display: grid;
  gap: 5px;
  width: 20px;
}
.menu-toggle-bars span {
  display: block;
  height: 2px;
  background: currentColor;
}

.site-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.25s;
}
.site-drawer-overlay[hidden] {
  display: none;
}

.site-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: min(88vw, 380px);
  background: var(--pd-bg-2);
  border-left: 1px solid var(--pd-line);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.5);
  transform: translateX(102%);
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.75rem 1rem 1.5rem;
}
.site-drawer[hidden] {
  display: none;
}
.site-drawer:focus {
  outline: none;
}

.site-drawer.is-open {
  transform: translateX(0);
}

.site-drawer-overlay.is-open {
  opacity: 1;
}

html.drawer-open {
  overflow: hidden;
}

.site-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0 1rem;
  border-bottom: 1px solid var(--pd-line);
  margin-bottom: 0.75rem;
}

.site-drawer-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
  margin: 0;
}

.site-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-drawer li {
  margin: 0;
}

.site-drawer a {
  display: block;
  padding: 0.7rem 0.6rem;
  color: var(--pd-fg);
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.15rem;
  border-radius: 2px;
}
.site-drawer a:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}
.site-drawer a:hover {
  color: var(--pd-accent);
  background: var(--pd-bg-3);
}

.site-drawer .current-menu-item > a,
.site-drawer .current_page_parent > a {
  color: var(--pd-accent);
}

.site-drawer .sub-menu {
  margin: 0 0 0.35rem 0.6rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--pd-line);
}
.site-drawer .sub-menu a {
  font-size: 0.98rem;
  color: var(--pd-fg-2);
  padding: 0.5rem 0.6rem;
}
.site-drawer .sub-menu .sub-menu a {
  font-size: 0.92rem;
}

.site-drawer-foot {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--pd-line);
}
.site-drawer-foot .search-form {
  margin-top: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .site-drawer,
  .site-drawer-overlay {
    transition: none;
  }
}
/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.site-main {
  max-width: var(--pd-max);
  margin-inline: auto;
  padding-inline: var(--pd-gutter);
  padding-block: clamp(1.5rem, 4vw, 3.5rem) clamp(3rem, 8vw, 6rem);
}

.site-main-front {
  max-width: none;
  padding: 0;
}

.site-main-feature .statement-inner,
.site-main-feature .project-grid-inner {
  padding-inline: var(--pd-gutter);
}

.entry-page .entry-content > .contact-card .contact-card-inner,
.entry-page .entry-content > .project-grid .project-grid-inner,
.entry-page .entry-content > .statement .statement-inner {
  padding-inline: 0;
}

.entry-page .entry-content > .contact-card {
  border-top: 0;
  padding-top: 0.5rem;
}

.site-main-narrow {
  max-width: calc(var(--pd-narrow) + 2 * var(--pd-gutter));
}

.site-main-front .alignfull {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.site-main:not(.site-main-front) .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.site-main:not(.site-main-front) .alignwide {
  width: min(var(--pd-max), 100vw - 2 * var(--pd-gutter));
  max-width: none;
  margin-inline: calc(50% - min(var(--pd-max), 100vw - 2 * var(--pd-gutter)) / 2);
}

.page-header {
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--pd-line);
}

.page-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pd-fg-3);
  margin: 0 0 0.75rem;
}

.page-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
}
.page-title span {
  color: var(--pd-accent);
}

.page-intro {
  margin: 1rem 0 0;
  max-width: 60ch;
  color: var(--pd-fg-2);
  font-size: 1.05rem;
}

.page-meta {
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

.term-nav {
  margin-top: 1.25rem;
}
.term-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.term-nav li {
  margin: 0;
}
.term-nav a {
  display: inline-flex;
  gap: 0.4rem;
  align-items: baseline;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--pd-line);
  color: var(--pd-fg-2);
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.9rem;
}
.term-nav a:hover, .term-nav a[aria-current] {
  color: var(--pd-fg);
  border-color: var(--pd-fg-3);
}
.term-nav .term-count {
  color: var(--pd-fg-3);
  font-size: 0.8em;
}

.breadcrumb {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pd-fg-3);
  margin: 0 0 0.75rem;
  margin-bottom: 1rem;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}
.breadcrumb li {
  margin: 0;
}
.breadcrumb li + li::before {
  content: "/";
  margin-right: 0.5rem;
  color: var(--pd-line);
}
.breadcrumb a {
  color: var(--pd-fg-3);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--pd-fg);
}
.breadcrumb [aria-current] {
  color: var(--pd-fg-2);
}

.link-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.link-list a {
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 1px solid var(--pd-fg-3);
  color: var(--pd-fg);
}
.link-list a:hover {
  color: var(--pd-accent);
  border-color: var(--pd-accent);
}

.pagination,
.navigation.pagination {
  margin-top: 3rem;
  border-top: 1px solid var(--pd-line);
  padding-top: 1.25rem;
}
.pagination .nav-links,
.navigation.pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.pagination .page-numbers,
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--pd-line);
  color: var(--pd-fg-2);
  text-decoration: none;
  text-transform: lowercase;
}
.pagination .page-numbers.current,
.navigation.pagination .page-numbers.current {
  color: var(--pd-fg);
  border-color: var(--pd-accent);
}
.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:hover {
  color: var(--pd-fg);
  border-color: var(--pd-fg-3);
}
.pagination .page-numbers.dots,
.navigation.pagination .page-numbers.dots {
  border: 0;
}
.pagination .screen-reader-text,
.navigation.pagination .screen-reader-text {
  position: absolute !important;
}

.embed-wrap,
.wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.embed-wrap iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.entry-content > * + * {
  margin-top: 1.2em;
}
.entry-content > p, .entry-content > ul, .entry-content > ol, .entry-content > blockquote, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > figure.wp-block-image, .entry-content > .wp-block-embed, .entry-content > .embed-wrap {
  max-width: var(--pd-narrow);
}
.entry-content .wp-block-image img, .entry-content figure img {
  width: 100%;
}
.entry-content figcaption {
  font-size: 0.85rem;
  color: var(--pd-fg-3);
  margin-top: 0.5rem;
}
.entry-content .wp-block-gallery {
  gap: 8px;
}
.entry-content .wp-block-separator {
  border-color: var(--pd-line);
}
.entry-content .has-text-align-center {
  text-align: center;
}

/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.post-list {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.post-card {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 1.25rem 2rem;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--pd-line);
  align-items: start;
}
.post-card:not(:has(.post-card-media)) {
  grid-template-columns: 1fr;
}
.post-card:not(:has(.post-card-media)) .post-card-body {
  max-width: var(--pd-narrow);
}
@media only screen and (max-width: 768px) {
  .post-card {
    grid-template-columns: 1fr;
  }
}

.post-card-media {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 1px solid var(--pd-line);
  background: var(--pd-bg-2);
}
.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-search {
  grid-template-columns: 120px minmax(0, 1fr);
}
.post-card-search .post-card-media {
  aspect-ratio: 1;
}
@media only screen and (max-width: 576px) {
  .post-card-search {
    grid-template-columns: 1fr;
  }
  .post-card-search .post-card-media {
    aspect-ratio: 16/10;
  }
}

.entry-meta {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pd-fg-3);
  margin: 0 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.5rem;
}
.entry-meta a {
  color: inherit;
  text-decoration: none;
}
.entry-meta a:hover {
  color: var(--pd-accent);
}
.entry-meta .cat-links::before {
  content: "·";
  margin-right: 0.75rem;
  color: var(--pd-line);
}

.post-type-label {
  color: var(--pd-accent);
}

.post-card .entry-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.post-card .entry-title a {
  color: var(--pd-fg);
  text-decoration: none;
}
.post-card .entry-title a:hover {
  color: var(--pd-accent);
}

.entry-summary {
  color: var(--pd-fg-2);
}
.entry-summary p {
  margin: 0;
}

.read-more {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--pd-fg);
  text-decoration: none;
  border-bottom: 1px solid var(--pd-fg-3);
  text-transform: lowercase;
  font-size: 0.95rem;
}
.read-more:hover {
  color: var(--pd-accent);
  border-color: var(--pd-accent);
}

.entry .entry-header {
  margin-bottom: 1.5rem;
}

.entry .entry-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
  text-transform: none;
  line-height: 1.02;
}

.entry-thumbnail {
  margin: 0 0 2rem;
  border: 1px solid var(--pd-line);
  background: var(--pd-bg-2);
}

.entry .entry-content {
  font-size: 1.08rem;
  line-height: 1.65;
}
.entry .entry-content p {
  color: var(--pd-fg);
}
.entry .entry-content a {
  color: var(--pd-accent);
}
.entry .entry-content h2, .entry .entry-content h3 {
  margin-top: 2em;
}
.entry .entry-content .size-thumbnail {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.entry .entry-content p > a > img.size-thumbnail {
  width: 150px;
}
.entry .entry-content img.alignnone {
  display: inline-block;
  vertical-align: top;
}

.entry-footer {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--pd-line);
  font-size: 0.9rem;
  color: var(--pd-fg-3);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.entry-footer a {
  color: var(--pd-fg-2);
  text-decoration: none;
}
.entry-footer a:hover {
  color: var(--pd-accent);
}
.entry-footer p {
  margin: 0;
}

.post-navigation,
.artwork-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pd-line);
}
.post-navigation a,
.artwork-navigation a {
  display: grid;
  gap: 0.25rem;
  color: var(--pd-fg);
  text-decoration: none;
}
.post-navigation a:hover .nav-title,
.artwork-navigation a:hover .nav-title {
  color: var(--pd-accent);
}
.post-navigation .nav-next,
.artwork-navigation .nav-next {
  text-align: right;
  grid-column: 2;
  justify-items: end;
}
.post-navigation .nav-dir,
.artwork-navigation .nav-dir {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pd-fg-3);
  margin: 0 0 0.75rem;
  margin: 0;
}
.post-navigation .nav-title,
.artwork-navigation .nav-title {
  font-family: var(--pd-font-display);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
@media only screen and (max-width: 576px) {
  .post-navigation,
  .artwork-navigation {
    grid-template-columns: 1fr;
  }
  .post-navigation .nav-next,
  .artwork-navigation .nav-next {
    grid-column: 1;
    text-align: left;
    justify-items: start;
  }
}

/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.project-index {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.project-index-item {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 1.5rem 3rem;
  align-items: center;
}
.project-index-item:nth-child(even) .project-index-media {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .project-index-item {
    grid-template-columns: 1fr;
  }
  .project-index-item:nth-child(even) .project-index-media {
    order: 0;
  }
}

.project-index-media {
  display: block;
  border: 1px solid var(--pd-line);
  background: var(--pd-bg-2);
  overflow: hidden;
  aspect-ratio: 16/10;
}
.project-index-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.project-index-media:hover img {
  transform: scale(1.02);
}

.project-index-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
}
.project-index-title a {
  color: inherit;
  text-decoration: none;
}
.project-index-title a:hover {
  color: var(--pd-accent);
}

.project-index-facts {
  margin: 0.5rem 0 0;
  color: var(--pd-fg-2);
  font-size: 0.95rem;
}

.project-index-excerpt {
  margin: 0.75rem 0 0;
  color: var(--pd-fg-2);
  max-width: 46ch;
}

.project-index-children {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.project-index-children li {
  margin: 0;
}
.project-index-children a {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--pd-line);
  color: var(--pd-fg-2);
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.9rem;
}
.project-index-children a:hover {
  color: var(--pd-fg);
  border-color: var(--pd-fg-3);
}

.project-header {
  margin-bottom: 1.5rem;
}

.project-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
}

.project-facts {
  margin: 0.75rem 0 0;
  color: var(--pd-fg-2);
}

.project-siblings {
  margin-top: 1.25rem;
}
.project-siblings ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.project-siblings li {
  margin: 0;
}
.project-siblings a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--pd-line);
  color: var(--pd-fg-2);
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.9rem;
}
.project-siblings a:hover {
  color: var(--pd-fg);
  border-color: var(--pd-fg-3);
}
.project-siblings a[aria-current] {
  color: var(--pd-fg);
  border-color: var(--pd-accent);
}

.project-content > .statement {
  padding-top: 0.5rem;
}
.project-content > .work-grid, .project-content > .project-grid {
  padding-top: 1rem;
}
.project-content > .work-grid .work-grid-inner, .project-content > .project-grid .project-grid-inner, .project-content > .statement .statement-inner {
  padding-inline: 0;
}

/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.site-main-artwork {
  padding-top: 1rem;
}

.artwork-header {
  margin-bottom: 1rem;
}

.artwork-figure {
  margin: 0 0 1.5rem;
  display: flex;
  justify-content: center;
  background: var(--pd-bg-2);
  border: 1px solid var(--pd-line);
  max-height: min(82vh, 1100px);
}

.artwork-figure-link {
  display: block;
  max-height: inherit;
  cursor: zoom-in;
}
.artwork-figure-link:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}

.artwork-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(82vh, 1100px);
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.artwork-body {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 1.5rem 3rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .artwork-body {
    grid-template-columns: 1fr;
  }
}

.artwork-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
  text-transform: none;
}

.artwork-facts-line {
  margin: 0.6rem 0 0;
  color: var(--pd-fg-2);
}

.artwork-project {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  color: var(--pd-fg-3);
}
.artwork-project a {
  color: var(--pd-fg-2);
  text-decoration: none;
}
.artwork-project a:hover {
  color: var(--pd-accent);
}

.artwork-index {
  color: var(--pd-fg-3);
}

.artwork-credit {
  margin: 0.6rem 0 0;
  font-size: 0.85rem;
  color: var(--pd-fg-3);
}

.artwork-notes {
  color: var(--pd-fg-2);
}

.artwork-navigation a {
  grid-template-columns: 1fr;
  justify-items: start;
}
.artwork-navigation img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border: 1px solid var(--pd-line);
  margin-bottom: 0.5rem;
}
.artwork-navigation .nav-next img {
  justify-self: end;
}

/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.lightbox {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background: rgba(6, 6, 7, 0.96);
  color: var(--pd-fg);
}
.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.lightbox[hidden] {
  display: none;
}

.lightbox-inner {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0.5rem clamp(0.5rem, 2vw, 1.5rem) 1rem;
}

.lightbox-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 3rem;
}

.lightbox-count {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pd-fg-3);
  margin: 0 0 0.75rem;
  margin: 0;
  color: var(--pd-fg-2);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  appearance: none;
  background: rgba(21, 21, 26, 0.85);
  color: var(--pd-fg);
  border: 1px solid var(--pd-line);
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  transition: border-color 0.2s, background-color 0.2s;
}
.lightbox-close:focus-visible,
.lightbox-prev:focus-visible,
.lightbox-next:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  border-color: var(--pd-accent);
  background: var(--pd-bg-3);
}
.lightbox-close:disabled,
.lightbox-prev:disabled,
.lightbox-next:disabled {
  opacity: 0.35;
  cursor: default;
}
.lightbox-close[hidden],
.lightbox-prev[hidden],
.lightbox-next[hidden] {
  display: none;
}

.lightbox-figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 0;
  gap: 0.75rem;
}

.lightbox-stage {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
}

.lightbox-image {
  max-width: min(100%, 100vw - 7.5rem);
  max-height: calc(100vh - 10.5rem);
  max-height: calc(100dvh - 10.5rem);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1.5rem;
  align-items: baseline;
  max-width: var(--pd-max);
  margin: 0 auto;
  width: 100%;
  padding: 0 3.25rem;
}

.lightbox-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

.lightbox-facts {
  margin: 0;
  grid-row: 2;
  color: var(--pd-fg-2);
  font-size: 0.9rem;
}
.lightbox-facts[hidden] {
  display: none;
}

.lightbox-permalink {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
  color: var(--pd-fg-2);
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: lowercase;
  border-bottom: 1px solid var(--pd-fg-3);
}
.lightbox-permalink:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}
.lightbox-permalink:hover {
  color: var(--pd-accent);
  border-color: var(--pd-accent);
}
.lightbox-permalink[hidden] {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lightbox-image {
    max-width: 100%;
    max-height: calc(100vh - 12rem);
    max-height: calc(100dvh - 12rem);
  }
  .lightbox-caption {
    grid-template-columns: 1fr;
    padding: 0 0.25rem;
  }
  .lightbox-permalink {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
  .lightbox-prev, .lightbox-next {
    top: auto;
    bottom: 0;
    transform: none;
  }
}
/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.search-form {
  margin: 1.25rem 0 0;
  max-width: 560px;
}

.search-label {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pd-fg-3);
  margin: 0 0 0.75rem;
  display: block;
  margin-bottom: 0.4rem;
}

.search-row {
  display: flex;
  gap: 0.5rem;
}

.search-field {
  flex: 1 1 auto;
  min-width: 0;
  background: var(--pd-bg-2);
  color: var(--pd-fg);
  border: 1px solid var(--pd-line);
  padding: 0.7rem 0.85rem;
  border-radius: 0;
}
.search-field:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}
.search-field:hover {
  border-color: var(--pd-fg-3);
}
.search-field::placeholder {
  color: var(--pd-fg-3);
}

.search-submit,
button.button,
.wp-block-button__link {
  appearance: none;
  background: var(--pd-fg);
  color: var(--pd-bg);
  border: 1px solid var(--pd-fg);
  padding: 0.7rem 1.2rem;
  font-weight: 600;
  text-transform: lowercase;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
}
.search-submit:focus-visible,
button.button:focus-visible,
.wp-block-button__link:focus-visible {
  outline: none;
  box-shadow: var(--pd-focus);
  border-radius: 2px;
}
.search-submit:hover,
button.button:hover,
.wp-block-button__link:hover {
  background: var(--pd-accent);
  border-color: var(--pd-accent);
  color: var(--pd-bg);
}

/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.site-main-thesis {
  max-width: calc(var(--pd-narrow) + 2 * var(--pd-gutter));
}

.thesis-header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--pd-line);
}

.thesis-edition {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pd-fg-3);
  margin: 0 0 0.75rem;
  color: var(--pd-accent);
}

.thesis-parent {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
}
.thesis-parent a {
  color: var(--pd-fg-2);
  text-decoration: none;
}
.thesis-parent a:hover {
  color: var(--pd-accent);
}

.thesis-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
  text-transform: none;
}

.thesis-subtitle {
  margin: 0.75rem 0 0;
  color: var(--pd-fg-2);
  font-size: 1.1rem;
}

.thesis-content {
  font-size: 1.1rem;
  line-height: 1.7;
}
.thesis-content p {
  color: var(--pd-fg);
}
.thesis-content h2 {
  margin-top: 2.5em;
  font-size: 1.6rem;
}
.thesis-content h3 {
  margin-top: 2em;
  font-size: 1.25rem;
  color: var(--pd-fg-2);
}
.thesis-content .thesis-figref {
  color: var(--pd-accent);
  text-decoration: none;
  border-bottom: 1px dotted var(--pd-accent);
}
.thesis-content .thesis-figref:hover {
  border-bottom-style: solid;
}
.thesis-content .artwork-figure-size-wide {
  width: min(var(--pd-max), 100vw - 2 * var(--pd-gutter));
  margin-inline: calc(50% - min(var(--pd-max), 100vw - 2 * var(--pd-gutter)) / 2);
}
.thesis-content .thesis-references {
  list-style: none;
  padding: 0;
}
.thesis-content .thesis-references li {
  margin: 0 0 0.9em;
  padding-left: 2em;
  text-indent: -2em;
  color: var(--pd-fg-2);
}
.thesis-content .thesis-references li em {
  color: var(--pd-fg);
}
.thesis-content .thesis-meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.4rem 1.25rem;
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
}
.thesis-content .thesis-meta dt {
  color: var(--pd-fg-3);
}
.thesis-content .thesis-meta dd {
  margin: 0;
  color: var(--pd-fg);
}
.thesis-content .thesis-download {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.7rem 1.1rem;
  border: 1px solid var(--pd-fg-3);
  color: var(--pd-fg);
  text-decoration: none;
  text-transform: lowercase;
}
.thesis-content .thesis-download:hover {
  border-color: var(--pd-accent);
  color: var(--pd-accent);
}

/*!
Theme Name: patrickdew26
Theme URI: https://www.patrickdew.com/
Author: Patrick Dew
Author URI: https://www.patrickdew.com/
Description: Dark, image-first portfolio and studio blog theme for patrickdew.com. Presentation only; content model and blocks live in the patrickdew-portfolio plugin.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patrickdew26
Tags: dark, portfolio, one-column, custom-menu, featured-images, translation-ready, block-styles, wide-blocks

patrickdew26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
.site-footer {
  border-top: 1px solid var(--pd-line);
  background: var(--pd-bg);
  color: var(--pd-fg-3);
  font-size: 0.9rem;
}

.site-footer-inner {
  max-width: var(--pd-max);
  margin-inline: auto;
  padding-inline: var(--pd-gutter);
  padding-block: 2.5rem 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 3rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
  }
}

.site-footer-title {
  font-family: var(--pd-font-display);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: var(--pd-fg);
  margin: 0;
}

.site-footer-tag {
  margin: 0.35rem 0 0;
  color: var(--pd-fg-3);
  text-transform: lowercase;
}

.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}
.footer-navigation ul a {
  color: var(--pd-fg-2);
  text-decoration: none;
  text-transform: lowercase;
}
.footer-navigation ul a:hover {
  color: var(--pd-accent);
}

.site-info {
  grid-column: 1/-1;
  border-top: 1px solid var(--pd-line);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.site-info p {
  margin: 0;
}
.site-info a {
  color: var(--pd-fg-2);
  text-decoration: none;
}
.site-info a:hover {
  color: var(--pd-accent);
}

/*# sourceMappingURL=style.css.map */
