:root {
  --bg: #100d11;
  --panel: rgba(24, 18, 25, 0.78);
  --panel-solid: #161117;
  --line: rgba(255, 244, 241, 0.1);
  --line-strong: rgba(255, 244, 241, 0.18);
  --text: #f8f2ef;
  --muted: #c1b2ae;
  --accent: #f4c48b;
  --accent-strong: #ffb36b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --hero-height: min(72vh, 48rem);
  --font-ui: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: Georgia, "Times New Roman", Times, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-ui);
  color: var(--text);
  background: #0c090d;
  opacity: 0;
  transition: opacity 320ms ease;
}

body.lightbox-open {
  overflow: hidden;
}

body.page-ready {
  opacity: 1;
}

body.is-page-leaving {
  opacity: 0;
}

img {
  display: block;
  max-width: 100%;
}

a,
button,
select {
  color: inherit;
}

button,
select {
  font: inherit;
}

code {
  padding: 0.15rem 0.35rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgba(244, 196, 139, 0.14), transparent 28rem),
    radial-gradient(circle at bottom right, rgba(138, 89, 117, 0.18), transparent 30rem),
    linear-gradient(180deg, #0a090b 0%, #141016 45%, #090709 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1360px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.15rem 0 0.9rem;
  border-bottom: 1px solid rgba(255, 244, 241, 0.08);
  backdrop-filter: blur(18px);
}

.ui-icon {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.site-menu-toggle {
  display: none;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 244, 241, 0.12);
  border-radius: 0.4rem;
  background: transparent;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.site-nav a {
  position: relative;
  padding: 0.15rem 0;
  text-decoration: none;
  color: var(--muted);
  background: transparent;
  border: 0;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.site-nav-icon .ui-icon {
  width: 1rem;
  height: 1rem;
}

.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  outline: none;
}

.site-menu-toggle:hover,
.site-menu-toggle:focus-visible {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
  outline: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.page-shell {
  width: min(1360px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 6rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1.6rem;
  align-items: end;
  min-height: 22rem;
  padding: 1.6rem 0 2.4rem;
}

.hero-compact {
  min-height: 18rem;
}

.hero-portfolio {
  position: relative;
  overflow: hidden;
  padding: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(244, 196, 139, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(18, 15, 19, 0.92);
  box-shadow: var(--shadow);
}

.hero-portfolio-copy {
  padding-inline: 0.35rem;
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: end;
  min-height: var(--hero-height);
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.hero-banner-image,
.hero-banner-overlay {
  position: absolute;
  inset: 0;
}

.hero-banner-image {
  background-position: center center;
  background-size: cover;
  transform: scale(1.08);
  filter: saturate(0.94);
  opacity: 0;
  transition: opacity 2200ms ease, transform 10000ms linear;
}

.hero-banner-image.is-visible {
  opacity: 1;
}

.hero-banner-image-secondary {
  transform: scale(1.08);
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.08) 42%, transparent 65%);
  transform: translateX(-120%);
  animation: shimmer 1.4s ease infinite;
  opacity: 0.8;
}

.hero-banner[data-loaded="true"]::after {
  display: none;
}

.hero-banner-progress {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.1rem;
  z-index: 1;
  height: 0.22rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.hero-banner-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(244, 196, 139, 0.9), rgba(255, 179, 107, 0.95));
}

.hero-banner-progress-bar.is-running {
  animation: banner-progress 10s linear;
}

.hero-banner-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.7) 100%),
    linear-gradient(90deg, rgba(10, 8, 12, 0.78) 0%, rgba(10, 8, 12, 0.12) 60%);
}

.hero-banner-content {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  font-family: var(--font-display);
  max-width: 10ch;
  margin-bottom: 0;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.99;
  font-weight: 400;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

h2 {
  font-family: var(--font-display);
  margin-bottom: 0.35rem;
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.hero-copy {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.hero-copy > p:last-child {
  max-width: 38rem;
  margin-bottom: 0;
}

.hero-client {
  align-items: start;
}

.hero-copy-client {
  display: grid;
  gap: 0.85rem;
  max-width: 34rem;
}

.hero-copy-client > * {
  margin-top: 0;
  margin-bottom: 0;
}

.client-gallery-banner {
  display: grid;
  gap: 0.25rem;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(244, 196, 139, 0.18);
  border-radius: 1rem;
  background: rgba(244, 196, 139, 0.05);
}

.client-gallery-banner-strong {
  padding: 1rem 1.05rem;
  border-color: rgba(244, 196, 139, 0.22);
  background:
    linear-gradient(180deg, rgba(244, 196, 139, 0.08), rgba(244, 196, 139, 0.03)),
    rgba(255, 255, 255, 0.015);
}

.client-gallery-banner strong {
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.client-gallery-banner p,
.client-gallery-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.client-gallery-note {
  max-width: 34rem;
}

.client-gallery-delivery-note {
  display: grid;
  gap: 0.35rem;
  max-width: 34rem;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.client-gallery-delivery-note strong {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.client-gallery-delivery-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.album-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  align-items: center;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.album-hero-meta > * {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.album-hero-meta > * + *::before {
  content: "·";
  margin-right: 0.45rem;
  color: rgba(255, 255, 255, 0.24);
}

.album-hero-meta-link {
  color: inherit;
  text-decoration: none;
}

.album-hero-meta-link:hover,
.album-hero-meta-link:focus-visible {
  color: var(--text);
}

.album-hero-meta-location .ui-icon {
  width: 0.88rem;
  height: 0.88rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
}

.hero-stats span,
.album-card-count {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-stats span + span::before {
  content: "·";
  margin-right: 1rem;
  color: rgba(255, 255, 255, 0.28);
}

.category-focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.category-focus-list li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-focus-list li::before {
  content: "·";
  margin-right: 0.45rem;
  color: rgba(244, 196, 139, 0.82);
}

.gallery-section,
.empty-state,
.album-grid {
  padding-top: 1rem;
}

.album-photo-sections {
  display: grid;
  gap: 1.4rem;
}

.album-photo-section {
  border-top: 1px solid rgba(255, 244, 241, 0.08);
  border-bottom: 1px solid rgba(255, 244, 241, 0.04);
  background: transparent;
  overflow: clip;
}

.album-photo-section-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0.1rem 1rem;
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease;
}

.album-photo-section-summary-main {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.album-photo-section-summary-side {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
  transition: transform 220ms ease, opacity 220ms ease;
}

.album-photo-section-summary::-webkit-details-marker {
  display: none;
}

.album-photo-section-summary:hover,
.album-photo-section-summary:focus-visible {
  color: var(--text);
  outline: none;
}

.album-photo-section-summary:hover .album-photo-section-summary-side,
.album-photo-section-summary:focus-visible .album-photo-section-summary-side {
  transform: translateX(-2px);
}

.album-photo-section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.9vw, 1.8rem);
  font-weight: 400;
  line-height: 1.05;
}

.album-photo-section-body {
  padding-top: 0.2rem;
}

.album-photo-section-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.album-photo-section-preview {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  min-height: 2.2rem;
  flex: 0 0 auto;
}

.album-photo-section:not([open]) .album-photo-section-preview {
  display: flex;
}

.album-photo-section-preview img {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 244, 241, 0.08);
  border-radius: 0.45rem;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 200ms ease, opacity 200ms ease, border-color 200ms ease;
}

.album-photo-section-toggle::after {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 180ms ease;
}

.album-photo-section:not([open]) .album-photo-section-toggle::after {
  transform: rotate(-45deg) translateY(1px);
}

.album-photo-section:not([open]) .album-photo-section-toggle {
  color: var(--accent);
}

.album-photo-section[open] .album-photo-section-preview {
  display: none;
}

.album-photo-section-toggle-closed {
  display: none;
}

.album-photo-section:not([open]) .album-photo-section-toggle-open {
  display: none;
}

.album-photo-section:not([open]) .album-photo-section-toggle-closed {
  display: inline;
}

.album-photo-section-body {
  padding: 0 0 1rem;
}

.album-photo-section[open] .album-photo-section-body {
  animation: section-reveal 240ms ease;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.15rem;
}

.section-heading-home {
  align-items: start;
  margin-bottom: 1.15rem;
}

.section-heading-compact {
  margin-bottom: 1rem;
}

.gallery-section-tight {
  padding-top: 0;
}

.section-note-stack {
  display: grid;
  gap: 0.55rem;
  justify-items: start;
  max-width: 30rem;
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-start;
}

.hero-link-row,
.hero-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hero-link-row-client {
  gap: 0.65rem 0.9rem;
  align-items: center;
}

.album-share-button-client {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  gap: 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
  align-self: flex-start;
}

.album-share-button-client span {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: end;
}

.control-group {
  display: grid;
  gap: 0.45rem;
}

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

.segmented-control {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.control-chip {
  min-height: 2.9rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.016);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.control-chip:hover,
.control-chip:focus-visible {
  border-color: var(--line-strong);
  outline: none;
  background-color: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}

.control-chip.is-active {
  border-color: rgba(244, 196, 139, 0.28);
  background: rgba(244, 196, 139, 0.08);
  color: var(--accent);
}

.results-count {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.gallery-sentinel {
  height: 2px;
}

.photo-wall {
  column-width: 18rem;
  column-gap: 1rem;
  transition: opacity 180ms ease;
}

.photo-wall[data-grid-size-state="small"] {
  column-width: 14rem;
}

.photo-tile {
  --photo-accent: rgba(244, 196, 139, 0.18);
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--photo-accent) 28%, var(--line));
  border-radius: 1.4rem;
  overflow: hidden;
  background: var(--panel-solid);
  break-inside: avoid;
  box-shadow: var(--shadow);
  cursor: zoom-in;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease, border-color 180ms ease;
}

.photo-tile[hidden] {
  display: none;
}

.photo-tile.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.photo-tile img {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(14px);
  transform: scale(1.04);
  opacity: 0.74;
  transition: transform 240ms ease, opacity 240ms ease, filter 320ms ease;
}

.photo-tile img.is-loaded {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

.photo-tile:hover img,
.photo-tile:focus-visible img {
  transform: scale(1.015);
  opacity: 0.98;
}

.photo-meta {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--photo-accent) 24%, rgba(0, 0, 0, 0.86)) 100%);
  text-align: left;
}

.photo-meta strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.06;
  letter-spacing: -0.01em;
}

.photo-meta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 0.9rem;
}

.album-card {
  --album-accent: rgba(244, 196, 139, 0.2);
  position: relative;
  border: 1px solid rgba(255, 244, 241, 0.07);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.album-card-category {
  margin: 0 0 0.7rem;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.album-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.album-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.album-card-meta span + span::before {
  display: none;
}

.album-location-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.album-location-chip .ui-icon {
  width: 0.92rem;
  height: 0.92rem;
  flex: 0 0 auto;
}

.album-chip-link {
  color: inherit;
  text-decoration: none;
}

.album-chip-link:hover,
.album-chip-link:focus-visible {
  text-decoration: underline;
}

.album-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  border: 1px solid rgba(255, 244, 241, 0.08);
  border-radius: 0.6rem;
  background: rgba(12, 12, 12, 0.32);
  color: var(--text);
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.album-share-button:hover,
.album-share-button:focus-visible {
  border-color: var(--line-strong);
  background-color: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
  outline: none;
}

.album-share-button-card {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}

.gallery-section-home {
  padding-top: 0.85rem;
}

.home-featured-grid,
.home-collections-grid {
  display: grid;
  gap: 1rem;
}

.home-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-featured-card,
.home-collection-card {
  --album-accent: rgba(244, 196, 139, 0.2);
  position: relative;
  border: 1px solid rgba(255, 244, 241, 0.05);
  background: rgba(255, 255, 255, 0.008);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.home-featured-card:hover,
.home-featured-card:focus-within,
.home-collection-card:hover,
.home-collection-card:focus-within {
  transform: translateY(-1px);
  border-color: rgba(255, 244, 241, 0.12);
  background: rgba(255, 255, 255, 0.014);
}

.home-featured-card {
  border-radius: 1rem;
}

.home-featured-link {
  display: grid;
  min-height: 100%;
  min-height: 100%;
  text-decoration: none;
}

.home-featured-media,
.home-collection-media {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
}

.home-featured-media {
  aspect-ratio: 1.2 / 1;
}

.home-featured-cover,
.home-collection-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0.74;
  transition: filter 320ms ease, transform 260ms ease, opacity 240ms ease;
}

.home-featured-cover.is-loaded,
.home-collection-cover.is-loaded {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

.home-featured-copy,
.home-collection-copy {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 1rem 1rem 1.05rem;
}

.home-featured-copy {
  padding: 1rem 1rem 1.05rem;
}

.home-featured-copy h2 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.home-collection-copy h2 {
  margin-bottom: 0;
  font-size: clamp(1.22rem, 1.65vw, 1.65rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.home-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.home-card-meta span + span::before {
  display: none;
}

.home-card-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.home-card-location .ui-icon {
  width: 0.92rem;
  height: 0.92rem;
}

.home-featured-copy > p:last-child,
.home-collection-copy > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-collections-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-collection-card {
  border-radius: 0.9rem;
}

.home-collection-link {
  display: grid;
  min-height: 100%;
  text-decoration: none;
}

.home-collection-media {
  aspect-ratio: 1 / 1;
}

.home-collection-copy {
  padding-top: 0.9rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.info-grid-single {
  grid-template-columns: 1fr;
}

.info-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.026);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.info-card h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.info-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.info-list li + li {
  margin-top: 0.45rem;
}

.info-list-tight {
  margin-top: 0.95rem;
}

.contact-primary-link-row {
  margin-top: 1rem;
}

.contact-form {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.1rem;
}

.contact-form-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form-hints li::before {
  content: "·";
  margin-right: 0.45rem;
  color: rgba(244, 196, 139, 0.82);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.contact-form label {
  display: grid;
  gap: 0.38rem;
}

.contact-form label > span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 244, 241, 0.12);
  border-radius: 0.95rem;
  background: rgba(11, 9, 13, 0.72);
  color: var(--text);
  padding: 0.88rem 0.95rem;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(244, 196, 139, 0.36);
  box-shadow: 0 0 0 3px rgba(244, 196, 139, 0.08);
}

.contact-form select option {
  background: #171118;
  color: #f5efe6;
}

.contact-form-actions {
  display: grid;
  gap: 0.65rem;
  align-items: start;
}

.contact-submit {
  width: fit-content;
  min-height: 3rem;
  padding: 0.82rem 1.15rem;
  border: 1px solid rgba(244, 196, 139, 0.28);
  border-radius: 999px;
  background: rgba(244, 196, 139, 0.08);
  color: var(--accent);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  border-color: rgba(244, 196, 139, 0.42);
  background: rgba(244, 196, 139, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.contact-submit[disabled] {
  opacity: 0.6;
  cursor: wait;
}

.contact-submit.is-sending {
  transform: none;
}

.contact-form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 180ms ease, opacity 180ms ease;
}

.contact-form-status.is-error {
  color: #f0b1a1;
}

.contact-form-status.is-success {
  color: #cdd9b8;
}

.contact-form-status.is-pending {
  color: var(--accent);
}

.contact-trust-note {
  margin-top: 0.95rem;
  color: rgba(255, 255, 255, 0.74);
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.empty-state-inline {
  padding-top: 0;
}

.album-card-link {
  display: grid;
  min-height: 100%;
  text-decoration: none;
}

.album-card-media {
  position: relative;
  min-height: 13rem;
  padding: 0;
  overflow: hidden;
}

.album-card-cover {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(12px);
  transform: scale(1.04);
  transition: filter 260ms ease, transform 260ms ease, opacity 220ms ease;
}

.album-card-cover.is-loaded,
.album-card-stack img.is-loaded {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

.album-card-cover,
.album-card-stack img {
  opacity: 0.74;
  transition: filter 320ms ease, transform 260ms ease, opacity 240ms ease;
}

.album-card-copy {
  display: grid;
  align-content: start;
  gap: 0.38rem;
  padding: 1rem 1rem 1.1rem;
}

.album-card-copy h2 {
  margin-bottom: 0;
  font-size: clamp(1.22rem, 1.65vw, 1.72rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.album-card-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.92rem;
}

.inline-link {
  color: var(--accent-strong);
  text-decoration: none;
  text-underline-offset: 0.2rem;
}

.inline-link:hover,
.inline-link:focus-visible {
  text-decoration: underline;
}

.empty-state {
  max-width: 42rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.03);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.lightbox-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 24rem);
  width: min(1400px, calc(100% - 2rem));
  height: min(88vh, 920px);
  margin: min(6vh, 3rem) auto;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  overflow: hidden;
  background: var(--panel);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  transition: width 260ms ease, height 260ms ease, margin 260ms ease, border-radius 260ms ease;
}

.lightbox-close,
.lightbox-tool,
.lightbox-nav {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.72);
  cursor: pointer;
  color: var(--text);
  text-decoration: none;
}

.lightbox-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.78rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.lightbox-action:hover,
.lightbox-action:focus-visible,
.lightbox-tool:hover,
.lightbox-tool:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  border-color: var(--line-strong);
  background-color: rgba(255, 255, 255, 0.07);
  outline: none;
}

.lightbox-favourite-action.is-active {
  border-color: rgba(244, 196, 139, 0.42);
  background: linear-gradient(180deg, rgba(244, 196, 139, 0.22), rgba(244, 196, 139, 0.1));
  color: var(--accent);
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  transform: translateY(-50%);
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  transform: none;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  padding: 0.7rem 1rem;
}

.lightbox-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 4rem;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: contain;
  transition: padding 260ms ease;
}

.lightbox-toolbar {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.lightbox-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  gap: 0.45rem;
}

.lightbox-tool-highres.is-active {
  border-color: rgba(244, 196, 139, 0.42);
  background: linear-gradient(180deg, rgba(244, 196, 139, 0.22), rgba(244, 196, 139, 0.1));
  color: var(--accent);
}

.lightbox-counter {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.72);
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.lightbox-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 220ms ease, opacity 220ms ease;
}

.lightbox-panel.chrome-hidden .lightbox-toolbar,
.lightbox-panel.chrome-hidden .lightbox-nav,
.lightbox-panel.chrome-hidden .lightbox-caption,
.lightbox-panel.chrome-hidden .lightbox-filmstrip {
  opacity: 0;
  pointer-events: none;
}

.lightbox-loading {
  position: absolute;
  inset: auto 50% 50% auto;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 7, 9, 0.78);
  backdrop-filter: blur(18px);
  transform: translate(50%, 50%);
}

.lightbox-loading[hidden] {
  display: none;
}

.caption-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.38rem 0.62rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

.lightbox-panel.is-fullscreen {
  grid-template-columns: minmax(0, 1.65fr) minmax(20rem, 26rem);
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  margin: 0;
  border-radius: 0;
}

.lightbox-panel.is-fullscreen .lightbox-stage {
  padding: 4.25rem 1.1rem 1.1rem;
}

.lightbox-panel.is-fullscreen .lightbox-media {
  width: 100%;
  height: 100%;
}

.lightbox-panel.is-fullscreen .lightbox-media img {
  max-width: 100%;
  max-height: calc(100vh - 5.25rem);
}

.lightbox-loading-spinner {
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--accent);
  border-radius: 999px;
  animation: spin 700ms linear infinite;
}

.lightbox-media img {
  max-width: 100%;
  max-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(18px);
  transform-origin: center center;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  transition: filter 260ms ease, opacity 220ms ease;
  image-rendering: auto;
}

.lightbox-media img.is-loaded {
  filter: blur(0);
}

.lightbox-media[data-zoomed="true"] {
  cursor: grab;
}

.lightbox-media[data-dragging="true"] {
  cursor: grabbing;
}

.lightbox-media.is-animating[data-motion="next"] {
  animation: media-slide-next 240ms ease;
}

.lightbox-media.is-animating[data-motion="prev"] {
  animation: media-slide-prev 240ms ease;
}

.lightbox-caption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1rem;
  z-index: 4;
  display: grid;
  gap: 0.2rem;
  max-width: min(40rem, calc(100% - 8rem));
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(8, 7, 9, 0.66);
  backdrop-filter: blur(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.lightbox-caption strong {
  font-size: 0.98rem;
}

.lightbox-caption span {
  color: var(--muted);
  font-size: 0.88rem;
}

.lightbox-caption.is-hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.lightbox-filmstrip {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  display: flex;
  gap: 0.45rem;
  align-items: center;
  max-width: min(38rem, calc(100% - 10rem));
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.35rem;
  scrollbar-width: none;
  touch-action: pan-x;
}

.lightbox-filmstrip::-webkit-scrollbar {
  display: none;
}

.lightbox-filmstrip.is-hidden {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.filmstrip-item {
  flex: 0 0 auto;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0.8;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.filmstrip-item.is-active,
.filmstrip-item:hover,
.filmstrip-item:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  border-color: var(--accent);
  outline: none;
}

.filmstrip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
  background-size: cover;
  filter: blur(10px);
  transform: scale(1.04);
  transition: filter 220ms ease, transform 220ms ease;
}

.filmstrip-item img.is-loaded {
  filter: blur(0);
  transform: scale(1);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  padding: 0.8rem 1rem;
  transform: translateY(-50%);
}

.lightbox-nav-prev {
  left: 1rem;
}

.lightbox-nav-next {
  right: 1rem;
}

.lightbox-sidebar {
  padding: 4.5rem 1.5rem 1.5rem;
  border-left: 1px solid var(--line);
  overflow: auto;
  background: rgba(255, 255, 255, 0.03);
}

.lightbox-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.2rem 0 1.5rem;
}

.lightbox-icon-action {
  width: 2.9rem;
  min-width: 2.9rem;
  padding: 0;
  border-radius: 999px;
  font-size: 1.05rem;
}

.lightbox-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
}

.hint-badge {
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.hint-badge-touch {
  display: none;
}

.lightbox-panel.meta-hidden {
  grid-template-columns: minmax(0, 1fr);
}

.lightbox-panel.meta-hidden .lightbox-sidebar {
  display: none;
}

.lightbox-panel.meta-hidden .lightbox-caption,
.lightbox-panel.meta-hidden .lightbox-filmstrip {
  max-width: min(50rem, calc(100% - 8rem));
}

.lightbox-description {
  color: var(--muted);
  line-height: 1.7;
}

.meta-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.meta-list div {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.meta-list dt {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meta-list dd {
  margin: 0;
}

.lightbox-hint {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .home-featured-link,
  .hero,
  .lightbox-panel,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero,
  .section-heading {
    display: grid;
  }

  .home-featured-media {
    min-height: 18rem;
  }

  .home-collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-banner {
    min-height: 50vh;
  }

  .lightbox-panel {
    width: 100%;
    height: 100dvh;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .lightbox-stage {
    min-height: 0;
    padding: 4.25rem 0.85rem 0.85rem;
  }

  .lightbox-caption,
  .lightbox-filmstrip {
    position: static;
    max-width: none;
  }

  .lightbox-stage {
    flex-direction: column;
    gap: 0.65rem;
  }

  .lightbox-media {
    min-height: 0;
    flex: 1 1 auto;
    width: 100%;
  }

  .lightbox-media img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: min(56dvh, calc(100dvh - 20rem));
    object-fit: contain;
  }

  .lightbox-sidebar {
    padding: 1rem 1rem 1.15rem;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .lightbox-nav {
    top: auto;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
    transform: none;
  }

  .lightbox-nav:hover,
  .lightbox-nav:focus-visible {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header,
  .page-shell {
    width: min(100% - 1rem, 1360px);
  }

  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    align-items: center;
    overflow: visible;
    padding: 0.75rem 0 0.7rem;
  }

  .site-title {
    display: inline-flex;
    align-items: center;
    min-height: 2.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }

  .site-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
  }

  .site-nav {
    display: flex;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-0.35rem);
    pointer-events: none;
    margin: 0;
    padding: 0.35rem 0;
    border: 1px solid rgba(255, 244, 241, 0.08);
    border-radius: 1rem;
    background: rgba(17, 13, 19, 0.92);
    backdrop-filter: blur(18px);
    transition: max-height 260ms ease, opacity 200ms ease, transform 200ms ease;
  }

  .site-nav.is-open {
    max-height: 28rem;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

   .site-nav a {
    width: 100%;
    padding: 0.9rem 1rem;
    color: var(--text);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.035);
  }

  .site-nav a::after {
    display: none;
  }

  body.menu-open {
    overflow: auto;
  }

  .page-shell {
    padding: 0.7rem 0 4.2rem;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.9rem);
    max-width: none;
  }

  h2 {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .hero,
  .hero-compact {
    min-height: auto;
    padding: 0.6rem 0 1.5rem;
  }

  .hero-copy {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .hero-copy-client {
    gap: 0.75rem;
  }

  .album-hero-meta {
    gap: 0.35rem 0.6rem;
    font-size: 0.74rem;
    letter-spacing: 0.11em;
  }

  .client-gallery-banner {
    margin-bottom: 0.85rem;
    padding: 0.8rem 0.9rem;
  }

  .client-gallery-delivery-note {
    gap: 0.28rem;
    padding-top: 0.1rem;
  }

  .album-hero-meta > * + *::before {
    margin-right: 0.3rem;
  }

  .hero-stats {
    gap: 0.35rem 0.8rem;
    margin-top: 0.8rem;
  }

  .category-focus-list {
    gap: 0.35rem 0.55rem;
    margin-top: 0.85rem;
  }

  .category-focus-list li {
    font-size: 0.74rem;
    letter-spacing: 0.11em;
  }

  .section-heading {
    gap: 0.85rem;
    margin-bottom: 0.9rem;
  }

  .section-note,
  .section-note-stack {
    max-width: none;
  }

  .home-featured-card,
  .home-collection-card,
  .album-card {
    border-radius: 0.8rem;
  }

  .home-featured-grid,
  .home-collections-grid,
  .album-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .home-featured-copy,
  .home-collection-copy,
  .album-card-copy {
    padding: 0.75rem 0.8rem 0.85rem;
  }

  .home-featured-copy h2,
  .home-collection-copy h2,
  .album-card-copy h2 {
    font-size: 1.16rem;
    line-height: 1.06;
    letter-spacing: -0.01em;
  }

  .home-featured-media,
  .home-collection-media,
  .album-card-media,
  .album-card-cover {
    min-height: 0;
  }

  .home-featured-media,
  .home-collection-media,
  .album-card-media {
    aspect-ratio: 1 / 1;
  }

  .home-card-meta,
  .album-card-meta {
    gap: 0.32rem 0.55rem;
    font-size: 0.7rem;
    line-height: 1.45;
  }

  .home-card-meta span + span::before,
  .album-card-meta span + span::before {
    display: none;
  }

  .home-card-meta span,
  .album-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }

  .home-featured-copy > p:last-child,
  .home-collection-copy > p:last-child,
  .album-card-copy p:last-child {
    font-size: 0.88rem;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }

  .album-share-button-card {
    top: 0.55rem;
    right: 0.55rem;
    width: 2.15rem;
    height: 2.15rem;
  }

  .hero-link-row-client {
    display: grid;
    justify-items: start;
  }

  .album-share-button-client {
    width: auto;
    max-width: 100%;
    justify-content: center;
  }

  .photo-wall {
    column-count: 2;
    column-width: auto;
    column-gap: 0.6rem;
  }

  .photo-tile {
    margin-bottom: 0.6rem;
    border-radius: 0.85rem;
  }

  .photo-meta {
    padding: 0.75rem;
    gap: 0.1rem;
  }

  .photo-meta strong {
    font-size: 0.88rem;
  }

  .photo-meta span {
    font-size: 0.76rem;
  }

  .gallery-controls {
    gap: 0.65rem;
  }

  .album-photo-sections {
    gap: 0.95rem;
  }

  .album-photo-section-summary {
    gap: 0.7rem;
    padding: 0.9rem 0 0.8rem;
  }

  .album-photo-section-summary-side {
    gap: 0.55rem;
    align-items: center;
  }

  .album-photo-section-preview {
    gap: 0.2rem;
    min-height: 1.75rem;
  }

  .album-photo-section-preview img {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 0.35rem;
  }

  .album-photo-section-toggle {
    font-size: 0.72rem;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .album-card-stack img {
    width: 3.2rem;
    height: 3.2rem;
  }

  .lightbox-close,
  .lightbox-nav {
    padding: 0.65rem 0.85rem;
  }

  .lightbox-toolbar {
    top: 0.75rem;
    left: 0.75rem;
    right: 4.25rem;
    gap: 0.45rem;
  }

  .lightbox-toolbar [data-meta-toggle] {
    display: none;
  }

  .lightbox-caption {
    width: 100%;
    order: 2;
    padding: 0.7rem 0.85rem;
  }

  .lightbox-filmstrip {
    width: 100%;
    max-width: 100%;
    order: 2;
    flex: 0 0 auto;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.1rem;
    margin-top: 0.15rem;
  }

  .lightbox-close {
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.65rem 0.85rem;
    transform: none;
  }

  .lightbox-close:hover,
  .lightbox-close:focus-visible {
    transform: none;
  }

  .lightbox-stage {
    padding-top: 4rem;
    padding-bottom: 4.8rem;
  }

  .lightbox-counter,
  .lightbox-tool {
    min-height: 2.35rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.84rem;
  }

  .lightbox-action {
    min-height: 2.55rem;
  }

  .lightbox-actions {
    display: flex;
    gap: 0.6rem;
  }

  .hint-badge-desktop {
    display: none;
  }

  .hint-badge-touch {
    display: inline-flex;
  }

  .lightbox-panel.chrome-hidden .lightbox-caption,
  .lightbox-panel.chrome-hidden .lightbox-filmstrip {
    opacity: 1;
    pointer-events: auto;
  }

  .lightbox-caption {
    display: none;
  }

  .lightbox-media img {
    max-height: min(52dvh, calc(100dvh - 22rem));
  }

  .lightbox-panel.is-fullscreen .lightbox-stage {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    min-height: 100%;
    padding: 4rem 0.65rem calc(env(safe-area-inset-bottom, 0px) + 4.8rem);
  }

  .lightbox-panel.is-fullscreen .lightbox-media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .lightbox-panel.is-fullscreen .lightbox-media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100dvh - 9.4rem);
    margin: 0 auto;
    object-fit: contain;
  }

  .lightbox-panel.is-fullscreen .lightbox-sidebar {
    display: none;
  }

  .lightbox-panel.is-fullscreen .lightbox-caption {
    display: none;
  }

  .lightbox-panel.is-fullscreen .lightbox-filmstrip {
    position: absolute;
    left: 0.65rem;
    right: 0.65rem;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 0.55rem);
    order: initial;
    width: auto;
    max-width: none;
    padding: 0.15rem 0;
    margin-top: 0;
    background: linear-gradient(180deg, transparent, rgba(8, 7, 9, 0.38));
  }

  .lightbox-panel.is-fullscreen .lightbox-nav {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 4.7rem);
  }

  .lightbox-panel.is-fullscreen .lightbox-toolbar {
    right: 0.75rem;
  }

  .lightbox-panel.is-fullscreen .lightbox-counter,
  .lightbox-panel.is-fullscreen .lightbox-tool {
    background: rgba(8, 7, 9, 0.78);
  }

  .lightbox-panel.is-fullscreen {
    position: fixed;
    inset: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    border: 0;
    background: #090709;
  }

  .lightbox-panel.is-fullscreen .lightbox-sidebar {
    display: none !important;
  }

  .lightbox-panel.is-fullscreen .lightbox-caption {
    display: none !important;
  }

  .lightbox-panel.is-fullscreen .lightbox-close {
    z-index: 6;
  }
}

@media (max-width: 420px) {
  .home-featured-grid,
  .home-collections-grid,
  .album-grid {
    gap: 0.6rem;
  }

  .home-featured-copy,
  .home-collection-copy,
  .album-card-copy {
    padding-inline: 0.7rem;
  }

  .site-title {
    font-size: 1.18rem;
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@keyframes banner-progress {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes media-slide-next {
  0% {
    opacity: 0.35;
    transform: translateX(18px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes media-slide-prev {
  0% {
    opacity: 0.35;
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes section-reveal {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
