/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-neue-haas: 'NeueHaas Display', 'Inter', system-ui, sans-serif;
    --font-source-serif: 'Source Serif 4', Georgia, serif;
    --font-dm-mono: 'DM Mono', monospace;
    --spacing-base: 16px;
    --grid-margin: 32px;
    --grid-gutter: 24px;
    --color-bg: #f0ede8;
    --color-fg: #1a1916;
    --color-accent: #1435CC;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/inter/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/inter/InterVariable-Italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaas Display';
  src: url('./fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif 4';
  src: url('./fonts/SourceSerif4-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif 4';
  src: url('./fonts/SourceSerif4-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
#wpadminbar {
  position: relative !important;
}
html.admin-bar {
  margin-top: 0 !important;
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    font-family: var(--font-sans);
    font-optical-sizing: auto;
    font-feature-settings: 'calt' 1, 'liga' 1, 'kern' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    background-color: var(--color-bg);
    color: var(--color-fg);
    margin: 0;
  }
}
.site-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: var(--grid-margin);
  padding-block: var(--spacing-base);
  min-height: 80px;
}
.site-branding__link {
  font-size: 1.125rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
.custom-logo-link {
  display: block;
  line-height: 0;
}
.custom-logo {
  max-height: calc(80px - 2 * var(--spacing-base));
  width: auto;
}
.site-header__middle {
  flex: 1;
}
.primary-nav {
  display: none;
}
@media (min-width: 1024px) {
  .primary-nav {
    display: block;
  }
}
.primary-nav__list {
  display: flex;
  align-items: center;
  gap: var(--grid-gutter);
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav__link {
  font-size: 1.125rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.primary-nav__link:hover {
  color: var(--color-accent);
}
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 14px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay__close {
  position: absolute;
  top: var(--spacing-base);
  right: var(--grid-margin);
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
.nav-overlay__close::before, .nav-overlay__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.nav-overlay__close::before {
  transform: rotate(45deg);
}
.nav-overlay__close::after {
  transform: rotate(-45deg);
}
.nav-overlay__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.nav-overlay__list .primary-nav__link {
  font-family: var(--font-neue-haas);
  font-size: 2rem;
  font-weight: 300;
}
.fp-home {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  font-family: var(--font-neue-haas);
  display: flex;
  align-items: center;
}
.fp-home__projects {
  width: 100%;
  padding: 0 32px;
}
.fp-home__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 96px;
  text-decoration: none;
  color: inherit;
}
.fp-home__row-left {
  display: flex;
  align-items: baseline;
  flex: 1;
  align-self: center;
}
.fp-home__title {
  font-family: var(--font-source-serif);
  font-size: clamp(42px, 5.5vw, 70px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
  transition: opacity 0.25s;
  white-space: nowrap;
}
.fp-home__num {
  font-family: var(--font-dm-mono);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
  align-self: flex-start;
  margin-top: 4px;
  margin-left: 4px;
  transition: opacity 0.25s;
}
.fp-home__year {
  font-family: var(--font-dm-mono);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
  text-align: right;
  align-self: center;
  flex-shrink: 0;
  transition: opacity 0.25s;
}
.fp-home.has-hover .fp-home__row:not(.hovered) .fp-home__title, .fp-home.has-hover .fp-home__row:not(.hovered) .fp-home__num, .fp-home.has-hover .fp-home__row:not(.hovered) .fp-home__year {
  opacity: 0.22;
}
.fp-home[data-over-title] .fp-home__photo.visible {
  opacity: 0.5;
}
.fp-home__photo {
  position: fixed;
  width: 300px;
  height: 390px;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.28s ease, transform 0.3s ease;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18), 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: rgb(220, 215, 205);
}
.fp-home__photo.visible {
  opacity: 1;
  transform: scale(1);
}
.fp-home__photo-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  background-size: cover;
  background-position: center;
}
.fp-home__photo-layer.active {
  opacity: 1;
}
.fp-home__photo-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-home__photo-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.38) 100%);
}
.fp-home__photo-caption {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
}
.fp-home__photo-year {
  font-family: var(--font-neue-haas);
  font-size: 9px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.fp-home__photo-title {
  font-family: var(--font-source-serif);
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 1.05;
  display: block;
  letter-spacing: 0.005em;
}
.site-footer {
  display: flex;
  align-items: flex-start;
  padding-inline: var(--grid-margin);
  padding-block: var(--spacing-base);
}
.footer-nav__list {
  display: flex;
  align-items: center;
  gap: var(--grid-gutter);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__link {
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav__link:hover {
  color: var(--color-accent);
}
@media (max-width: 1023px) {
  .site-footer {
    align-items: center;
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-group(*) {
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
::view-transition-old(root), ::view-transition-new(root) {
  animation-duration: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }
}
html:has(body.album-page) {
  overflow: hidden;
}
body.album-page {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
body.album-page .site-header {
  flex-shrink: 0;
  padding: 28px 40px;
}
body.album-page #primary {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
body.album-page .site-footer {
  flex-shrink: 0;
}
.album__rail {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.album__rail::-webkit-scrollbar {
  display: none;
}
.album__identity {
  width: 688px;
  flex-shrink: 0;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.album__meta {
  font-family: var(--font-dm-mono);
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
.album__meta-sep {
  margin-inline: 4px;
}
.album__title {
  font-family: var(--font-source-serif);
  font-size: 52px;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: #000;
  margin: 0 0 28px;
}
.album__camera {
  font-family: var(--font-dm-mono);
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
.album__desc {
  font-family: var(--font-neue-haas);
  font-size: 13px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.7);
  max-width: 280px;
  margin: 0;
}
.album__blocks {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
}
.album__img {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-width: 200px;
  max-width: 900px;
}
.album__img img, .album__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album__img-label {
  position: absolute;
  bottom: 10px;
  left: 12px;
  font-family: var(--font-dm-mono);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
.album__text {
  flex-shrink: 0;
  width: 320px;
  background: rgba(0, 0, 0, 0.03);
  padding: 52px 40px;
  display: flex;
  align-items: center;
}
.album__text p {
  font-family: var(--font-neue-haas);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.album__password {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.album__keep {
  width: 480px;
  flex-shrink: 0;
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.album__keep-label {
  font-family: var(--font-neue-haas);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin: 0 0 32px;
}
.album__keep-links {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.album__keep-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.album__keep-dir {
  display: block;
  font-family: var(--font-dm-mono);
  font-size: 11px;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 8px;
}
.album__keep-title {
  display: block;
  font-family: var(--font-source-serif);
  font-size: 36px;
  font-weight: 300;
  color: #000;
  letter-spacing: -0.01em;
  line-height: 1;
  transition: opacity 0.2s;
}
.album__keep-item:hover .album__keep-title {
  opacity: 0.5;
}
.album__keep-year {
  display: block;
  font-family: var(--font-dm-mono);
  font-size: 11px;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 6px;
}
.album__keep-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
