:root {
  --ink: #121212;
  --muted: #666;
  --paper: #fff;
  --page-edge: 3.125rem;
}

/* Universal carousel behavior. Page-specific selectors below control layout only. */
.site-carousel-swipe {
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}

.site-carousel { position: relative; }
.site-carousel--gallery .gallery-frame { overflow: hidden; }

.gallery-body .desktop-snap-carousel .gallery-frame::after {
  pointer-events: none;
}

.gallery-desktop-snap-track {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
}

.gallery-desktop-snap-track::-webkit-scrollbar {
  display: none;
}

.gallery-desktop-snap-slide {
  width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gallery-desktop-snap-slide img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-body .gallery-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.debug-mode .debug-box {
  position: relative;
  outline: 0.0625rem solid hsl(var(--debug-hue, 8) 62% 48%);
  outline-offset: -0.0625rem;
}

.debug-mode.debug-box {
  position: relative;
  outline: 0.0625rem solid hsl(var(--debug-hue, 8) 62% 48%);
  outline-offset: -0.0625rem;
}

.debug-mode.debug-box::before {
  content: attr(data-debug-label);
  position: absolute;
  z-index: 10000;
  top: 0.125rem;
  left: 0.125rem;
  padding: 0.1875rem 0.3125rem;
  background: hsl(var(--debug-hue, 8) 62% 42%);
  color: #fff;
  font: 0.5rem/1 Inter, Arial, sans-serif;
  letter-spacing: .06em;
  white-space: nowrap;
  text-transform: uppercase;
  pointer-events: none;
}

.debug-mode .debug-box::before {
  content: attr(data-debug-label);
  position: absolute;
  z-index: 10000;
  top: 0.125rem;
  left: 0.125rem;
  padding: 0.1875rem 0.3125rem;
  background: hsl(var(--debug-hue, 8) 62% 42%);
  color: #fff;
  font: 0.5rem/1 Inter, Arial, sans-serif;
  letter-spacing: .06em;
  white-space: nowrap;
  text-transform: uppercase;
  pointer-events: none;
}

.debug-mode .debug-box:nth-child(4n + 2) { --debug-hue: 207; }
.debug-mode .debug-box:nth-child(4n + 3) { --debug-hue: 145; }
.debug-mode .debug-box:nth-child(4n) { --debug-hue: 278; }

/* Universal disclosure panel. Breakpoints override layout only when needed. */
.mobile-details { border: 0; }

.mobile-details summary {
  position: relative;
  padding: 0.875rem 1.875rem 0.875rem 0;
  color: #626260;
  font-size: 0.75rem;
  letter-spacing: .08em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-details summary::-webkit-details-marker { display: none; }

.mobile-details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.125rem;
  font-size: 1.25rem;
  font-weight: 300;
  transform: translateY(-50%);
}

.mobile-details[open] summary::after { content: "−"; }
.mobile-details > :not(summary) { padding-bottom: 1.125rem; }

.site-carousel-transition {
  animation: site-carousel-fade .26s ease-out both;
}

@keyframes site-carousel-fade {
  from { opacity: .9; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .site-carousel-transition { animation: none; }
}

@media (orientation: landscape) and (max-width: 60rem) and (max-height: 37.5rem) {
  .home-series-showcase {
    display: none;
  }

  .home-hero-statement {
    display: none;
  }

  .home-body .home-top-container {
    position: relative;
    width: 100%;
    padding: 1.5rem 3% 0.625rem;
    background: #fff;
  }

  .home-body .site-header {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.75rem;
  }

  .home-body .brand-block,
  .home-body .brand,
  .home-body .mobile-menu-toggle {
    position: relative;
    z-index: 12;
  }

  .home-body .brand { font-size: clamp(0.875rem, 1.8vw, 1.125rem); }

  .home-body .mobile-menu-toggle {
    display: none;
  }

  .home-body .mobile-menu-toggle span {
    position: absolute;
    right: 0;
    display: block;
    width: 1.375rem;
    height: 0.125rem;
    background: #121212;
  }

  .home-body .mobile-menu-toggle span:nth-child(1) { top: 0.5rem; }
  .home-body .mobile-menu-toggle span:nth-child(2) { top: 0.875rem; }
  .home-body .mobile-menu-toggle span:nth-child(3) { top: 1.25rem; }
  .home-body .menu-open .mobile-menu-toggle span:nth-child(1) { top: 0.875rem; transform: rotate(45deg); }
  .home-body .menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
  .home-body .menu-open .mobile-menu-toggle span:nth-child(3) { top: 0.875rem; transform: rotate(-45deg); }

  .home-body .site-header nav {
    position: relative;
    z-index: auto;
    display: flex;
    width: auto;
    padding: 0;
    flex-direction: row;
    gap: clamp(1.25rem, 2.5vw, 2.375rem);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: clamp(0.6875rem, 1.4vw, 0.875rem);
  }

  .home-body .site-header.menu-open nav { display: flex; }
  .home-body .mobile-nav-only { display: none; }

  .home-body .home-mobile-tagline {
    display: none;
  }

  .home-body .home-hero {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .home-body .home-hero .hero-image-frame,
  .home-body .home-hero picture {
    display: block;
    width: 100%;
    height: auto;
  }

  .home-body .home-hero .hero-image-frame { padding: 0 3% 1%; background: #fff; }

  .home-body .home-hero .hero-image {
    width: 100%;
    height: auto;
    border: 0.0625rem solid lightgray;
    object-fit: initial;
  }

  .home-body .home-hero .caption { position: static; display: block; margin: 0; padding: 0.375rem 0; background: #fff; }

  .home-body .image-caption { font-size: 0.4375rem; line-height: 1.35; }
  .home-body .image-description { font-size: 0.5rem; line-height: 1.5; }

  .home-body .quick-gallery-link {
    display: block;
    top: 63%;
    bottom: auto;
    left: 6%;
    z-index: 3;
    width: auto;
    padding: 0;
    background: transparent;
    color: #666;
    font-size: 0.75rem;
    text-align: left;
  }

  .home-body .quick-gallery-link::before {
    content: none;
  }

  .home-body .mobile-current-series {
    display: block;
    padding: 1.875rem 0.625rem 2.625rem;
    background: #f0f0ee;
  }

  .home-body .mobile-series-header { padding: 0 0.25rem; }
  .home-body .mobile-series-kicker { margin: 0 0 0.625rem; color: #a47745; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 0.6875rem; }
  .home-body .mobile-series-header h2 { margin: 0; color: #777; font-family: Optima, Candara, "Segoe UI", sans-serif; font-size: 4rem; font-weight: 400; line-height: .85; }
  .home-body .mobile-series-subtitle { margin: 0.75rem 0 0; color: #777; font-family: Optima, Candara, "Segoe UI", sans-serif; font-size: 1.4375rem; }
  .home-body .mobile-series-subtitle-row { display: flex; align-items: center; margin-top: 0.75rem; }
  .home-body .mobile-series-subtitle-row .mobile-series-subtitle { margin: 0; }
  .home-body .mobile-series-page-link { display: block; width: 0.9375rem; height: 0.9375rem; margin-left: auto; margin-right: -0.25rem; opacity: .42; }
  .home-body .mobile-series-page-link img { display: block; width: 100%; height: 100%; }

  .home-body .site-carousel--mobile-series {
    position: relative;
    overflow: hidden;
    margin: 1rem 0 0;
  }

  .home-body .mobile-series-track {
    display: grid;
    width: 100%;
  }

  .home-body .mobile-series-grid a {
    grid-area: 1 / 1;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }

  .home-body .mobile-series-grid a.is-active { visibility: visible; pointer-events: auto; }

  .home-body .mobile-series-grid img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    object-fit: contain;
  }

  .home-body .mobile-series-grid a > span { display: none; }

  .home-body .mobile-series-counter {
    position: absolute;
    z-index: 4;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.3125rem 0.4375rem;
    background: rgba(255,255,255,.88);
    color: #555;
    font-size: 0.625rem;
  }

  .home-body .mobile-series-counter { display: none; }

  .home-body .mobile-series-dots {
    position: static;
    display: flex;
    width: max-content;
    margin: 0.75rem auto 0;
    transform: none;
  }

  .home-body .mobile-series-copy {
    margin: 1rem 0 0;
    border: 0;
  }

  .home-body .mobile-details summary {
    position: relative;
    padding: 0.75rem 1.875rem 0.75rem 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 0.5rem;
    letter-spacing: .08em;
    list-style: none;
    text-transform: uppercase;
  }

  .home-body .mobile-details summary::-webkit-details-marker { display: none; }
  .home-body .mobile-details summary::after { content: "+"; position: absolute; top: 50%; right: 0.125rem; font-size: 1.125rem; transform: translateY(-50%); }
  .home-body .mobile-details[open] summary::after { content: "−"; }
  .home-body .mobile-series-copy p { font-family: Inter, Arial, Helvetica, sans-serif; font-size: 0.8125rem; line-height: 1.5; }

  .home-body .mission-statement { padding: 3.75rem 1.5rem 1.5rem; }
  .home-body .mission-statement-copy { width: 100%; color: #626260; font-size: 1.5rem; line-height: 1.35; text-align: left; }

  .home-body .home-next-section .home-next-panel {
    display: block;
    padding: 1.25rem 0.875rem 1.5rem;
  }

  .home-body .home-next-panel .process-image { width: 100%; height: auto; }
  .home-body .home-next-caption { margin: 0; padding: 0.625rem 0; }
  .home-body .home-next-caption span { display: block; margin: 0.1875rem 0 0; }
  .home-body .home-next-description { padding-top: 1rem; }
  .home-body .mobile-details { border: 0; }
  .home-body .work-footer { padding: 2.25rem 1.5rem 2.625rem; }

  /* Gallery landscape layout overrides. */
  .gallery-body .site-header.site-header {
    min-height: 2rem;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  .gallery-body .single-gallery {
    width: calc(100% - 2rem);
    max-width: 90vw;
    margin: 1rem auto 2.75rem;
    padding: 0.75rem 0.75rem 1rem;
  }

  .gallery-body .gallery-frame img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .gallery-body .gallery-frame {
    width: 100%;
  }

  .gallery-body .gallery-arrow { width: 1.75rem; height: 1.75rem; }
  .gallery-body .gallery-prev { left: 0.5rem; }
  .gallery-body .gallery-next { right: 0.5rem; }

  .gallery-body .site-carousel--gallery > .gallery-more {
    margin-top: 0.75rem;
    padding-bottom: 0;
  }
  .gallery-body .single-gallery > .mobile-details { margin-top: 0; }

  .gallery-body .mobile-details summary {
    padding: 0.125rem 1.5rem 0.625rem 0;
  }

  .gallery-body .mobile-details summary::after {
    font-size: 1.4em;
    line-height: 1;
  }

  .gallery-body .gallery-copy {
    position: static;
    width: auto;
    margin: 0;
    padding-bottom: 0.75rem;
    background: transparent;
  }

  .gallery-body .image-caption,
  .gallery-body .piece-title {
    font-size: clamp(0.625rem, 1.1vw, 0.75rem);
    line-height: 1.35;
  }

  .gallery-body .image-description {
    font-size: clamp(0.75rem, 1.25vw, 0.875rem);
    line-height: 1.5;
  }

}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #f0f0ee;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

img {
  user-select: none;
  -webkit-user-drag: none;
}

.padding-block-3 {
  padding-block: 3%;
}

.home-top-container,
.site-header,
.site-header nav,
.hero,
.hero-image-frame,
.caption,
main {
  position: relative;
}

.home-top-container {
  width: 100%;
  height: auto;
  padding: 1.75rem 3% 0;
  overflow: hidden;
  background: #fff;
}

.home-top-container .site-header {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.home-top-container .brand-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.home-top-container .brand,
.home-top-container .site-header nav {
  white-space: nowrap;
}

.home-top-container .site-header nav {
  width: auto;
  margin-left: auto;
  flex-shrink: 0;
  justify-content: flex-end;
}

.site-header {
  width: min(calc(100vw - (var(--page-edge) * 2)), 110rem);
  margin: 2.625rem auto 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.brand {
  color: #444;
  font-size: clamp(0.9375rem, 1.15vw, 1.25rem);
  font-weight: 800;
  letter-spacing: .14em;
  white-space: nowrap;
}

.desktop-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.header-brand-logo {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: .6;
}

nav {
  display: flex;
  gap: clamp(1.25rem, 2.5vw, 2.375rem);
  font-size: clamp(0.75rem, .95vw, 1.0625rem);
  white-space: nowrap;
}

nav a { white-space: nowrap; }

nav a[aria-current="page"] {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.3em;
}

.mobile-menu-toggle {
  display: none;
}

.mobile-nav-only {
  display: none;
}

.mobile-current-series {
  display: none;
}

.home-series-showcase {
  padding: clamp(2rem, 3.5vw, 3.5rem) var(--page-edge) 2rem;
  background: #f0f0ee;
}

.home-series-showcase.debug-mode,
.home-series-showcase.debug-mode * {
  outline: 0.0625rem solid rgba(190, 54, 42, .72);
  outline-offset: -0.0625rem;
}

.home-series-showcase-inner {
  width: min(100%, 110rem);
  margin: 0 auto;
}

.home-series-showcase-header {
  width: 72%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.home-series-showcase-kicker {
  margin: 0 0 clamp(0.75rem, 1.2vw, 1.25rem);
  color: #a47745;
  font-size: clamp(0.6875rem, .75vw, 0.875rem);
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-series-showcase-header h2 {
  margin: 0;
  color: #777;
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: clamp(4.75rem, 8vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .75;
}

.home-series-showcase-subtitle-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: clamp(1.5rem, 2.5vw, 2.75rem);
}

.home-series-showcase-subtitle-row p {
  grid-column: 2;
  margin: 0;
  color: #777;
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: clamp(1.375rem, 2.15vw, 2.375rem);
}

.home-series-showcase-subtitle-row a {
  display: block;
  grid-column: 3;
  justify-self: start;
  width: clamp(1.125rem, 1.5vw, 1.625rem);
  height: clamp(1.125rem, 1.5vw, 1.625rem);
  margin-left: 2rem;
  opacity: .42;
  transition: opacity .18s ease;
}

.home-series-showcase-subtitle-row a:hover,
.home-series-showcase-subtitle-row a:focus-visible {
  opacity: .75;
}

.home-series-showcase-subtitle-row img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-series-showcase-carousel {
  position: relative;
  width: 72%;
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(1.25rem, 2vw, 2rem);
  overflow: visible;
  background: transparent;
}

.home-series-showcase-track {
  display: grid;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.home-series-showcase-track a {
  grid-area: 1 / 1;
  display: block;
  min-width: 0;
}

.home-series-showcase-track a[hidden] {
  display: none;
}

.home-series-showcase-track img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #d3d3d0;
  border-radius: clamp(1.125rem, 2vw, 2rem);
  object-fit: contain;
}

.home-series-showcase-prev,
.home-series-showcase-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: clamp(2.75rem, 4vw, 4rem);
  height: clamp(2.75rem, 4vw, 4rem);
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
  filter: brightness(0) invert(1);
  font-size: 0;
  opacity: .78;
  cursor: pointer;
  transform: translateY(-50%);
}

.home-series-showcase-prev {
  left: clamp(1rem, 2vw, 2rem);
  background-image: url("assets/Icn_Prev.png");
}

.home-series-showcase-next {
  right: clamp(1rem, 2vw, 2rem);
  background-image: url("assets/Icn_Next.png");
}

.home-series-showcase-prev:hover,
.home-series-showcase-prev:focus-visible,
.home-series-showcase-next:hover,
.home-series-showcase-next:focus-visible {
  opacity: 1;
}

.home-series-showcase-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1rem;
}

.home-series-showcase-pagination span {
  margin-right: 0.625rem;
  color: #777;
  font-size: 0.75rem;
  letter-spacing: .08em;
}

.home-series-showcase-pagination button {
  width: 0.5625rem;
  height: 0.5625rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(70,70,70,.25);
  cursor: pointer;
}

.home-series-showcase-pagination button.is-active {
  background: #555;
}

.home-series-showcase-copy {
  width: 72%;
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
  text-align: center;
}

.home-series-showcase-copy > div {
  max-width: none;
  margin: 0 auto;
  padding: 0.25rem 0 1.5rem;
  color: #626260;
  font-size: 0.9375rem;
  line-height: 1.55;
  text-align: left;
}

.home-series-showcase-copy p { margin: 0; }
.home-series-showcase-copy p + p { margin-top: 0.875rem; }

.mobile-header-logo,
.mobile-page-title,
.mobile-title-logo {
  display: none;
}

.home-mobile-tagline {
  display: none;
}

.hero {
  width: min(calc(100vw - (var(--page-edge) * 2)), 110rem);
  margin: 0 auto;
}

.home-hero,
.home-next-section {
  width: 100%;
  max-width: none;
}

.home-hero .hero-image-frame,
.home-next-section .hero-image-frame {
  padding-inline: 3%;
  padding-bottom: 1%;
  background: #fff;
}

.home-hero .hero-image {
  width: 100%;
  margin-inline: auto;
  border: 0.0625rem solid lightgray;
}

.home-hero-statement {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 5%;
  display: flex;
  width: 27%;
  height: 27%;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  color: #858583;
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 1.25rem);
  letter-spacing: .08em;
  line-height: 1.75;
}

.home-hero-statement p {
  margin: 0;
}

.home-hero-statement-gallery {
  margin-top: 1.25em;
  color: #666;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  letter-spacing: .12em;
}

.home-mobile-gallery-link {
  display: none;
}

.home-mobile-hero-caption {
  display: none;
}

.quick-gallery-link {
  position: absolute;
  top: 63%;
  left: 6%;
  padding: 0;
  background: transparent;
  color: #666;
  font-size: clamp(0.6875rem, .85vw, 0.875rem);
  letter-spacing: .2em;
  line-height: 1;
  transition: color .2s ease;
}

.quick-gallery-link:hover,
.quick-gallery-link:focus-visible {
  color: #111;
}

.home-hero .caption {
  position: static;
  margin: 0;
  padding: 0.625rem 0;
  background: #fff;
}

.home-hero .caption strong {
  margin-right: 0;
  color: inherit;
}

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

.caption {
  margin: 0.625rem 0.25rem 0;
  padding: 0.25rem 0 0.875rem;
}

.image-caption {
  color: #858583;
  font-size: clamp(0.75rem, .85vw, 0.9375rem);
  line-height: 1.4;
}

.image-description {
  color: #666;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(0.875rem, 1vw, 1.0625rem);
  line-height: 1.6;
}

.caption strong {
  color: #858583;
  margin-right: 0.5rem;
}

.work-page {
  width: min(calc(100vw - (var(--page-edge) * 2)), 110rem);
  margin: 0 auto;
  background: var(--paper);
  padding: clamp(4rem, 8vw, 6rem) clamp(1.75rem, 2.6vw, 2.75rem) clamp(5.75rem, 9vw, 8.125rem);
}

.work-section + .work-section {
  margin-top: clamp(2.75rem, 5.2vw, 4.625rem);
}

.work-section h2 {
  margin: 0 0 0.875rem;
  color: #696969;
  font-size: clamp(0.75rem, 1.05vw, 1rem);
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(1.75rem, 3vw, 3rem);
  row-gap: clamp(2.125rem, 4.2vw, 3.5rem);
}

.work-item {
  display: grid;
  gap: 0.5rem;
}

.work-link {
  display: grid;
  gap: 0.5rem;
  outline-offset: 0.25rem;
}

.work-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e5e1d9;
  border-radius: 0.9375rem;
  transition: filter .18s ease, transform .18s ease;
}

.work-link:hover .work-thumb,
.work-link:focus-visible .work-thumb {
  filter: brightness(.97);
  transform: translateY(-0.125rem);
}

.work-item p {
  margin: 0;
  color: #8a8a8a;
  font-size: clamp(0.6875rem, .88vw, 0.875rem);
  line-height: 1.2;
}

.work-footer {
  margin: 0 auto;
  padding: clamp(3.375rem, 7vw, 6rem) var(--page-edge) clamp(3.75rem, 7vw, 6rem);
  text-align: center;
}

.footer-mark {
  width: clamp(3.625rem, 6vw, 5.375rem);
  height: clamp(3.625rem, 6vw, 5.375rem);
  margin: 0 auto clamp(1.625rem, 3vw, 2.375rem);
  display: block;
  object-fit: contain;
  opacity: .6;
}

.footer-mark-link {
  display: block;
  width: fit-content;
  margin: 0 auto clamp(1.625rem, 3vw, 2.375rem);
}

.footer-mark-link .footer-mark {
  margin: 0;
}

.work-footer p {
  margin: 0;
  color: #262626;
  font-size: clamp(0.875rem, 1.15vw, 1.25rem);
  line-height: 1.65;
}

.work-footer .footer-line {
  margin-bottom: 0.375rem;
  color: #a4a4a4;
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: clamp(1.5625rem, 2.6vw, 2.4375rem);
  line-height: 1.25;
}

.work-footer a {
  color: #888;
}

.work-footer a:hover {
  color: #333;
}

.work-footer .footer-copyright {
  margin-top: 1.5rem;
  color: #888;
  font-size: 0.6875rem;
  letter-spacing: .04em;
  line-height: 1.5;
}

.home-next-section {
  position: relative;
  padding-inline: 0;
  overflow: hidden;
  background: #fff;
}

.mission-statement {
  padding: clamp(2.5rem, 5vw, 5rem) var(--page-edge);
  background: #f0f0ee;
}

.mission-statement-copy {
  width: 85%;
  margin: 0 auto;
  color: #858583;
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 2.5rem);
  line-height: 1.4;
  text-align: center;
}

.mission-lead {
  margin-bottom: .75em;
  font-size: 1.15em;
}

.mission-statement-copy > div:not(.mission-lead) {
  line-height: 1.6;
}

.home-next-panel {
  position: relative;
  width: 100%;
  padding-bottom: 3%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.process-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0.0625rem solid lightgray;
}

.home-next-caption {
  margin: 0;
  padding: 0.625rem 0;
}

.home-next-caption span {
  margin-left: 0.5rem;
}

.home-next-description {
  width: 100%;
  padding-top: 1rem;
}

.home-next-description div + div {
  margin-top: 1em;
}

.home-next-section + .work-footer {
  padding-top: clamp(3.375rem, 7vw, 6rem);
  background: #f0f0ee;
}

@media (min-width: 60.0625rem) {
  .home-body .home-series-showcase-kicker {
    font-size: 1rem;
  }

  .home-body .home-next-section {
    padding-top: clamp(5rem, 7vw, 7rem);
  }
}

.gallery-body {
  background: #f0f0ee;
}

.gallery-body .site-header {
  padding-left: 3.5rem;
}

.gallery-body .site-header .brand {
  text-transform: none;
}

.gallery-body .site-header nav {
  display: none;
}

.gallery-back {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: auto;
  left: 0;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  transform: translateY(-50%);
}

.gallery-back img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .48;
  transition: opacity .2s ease;
}

.gallery-back:hover img,
.gallery-back:focus-visible img {
  opacity: .72;
}

.gallery-section-heading {
  width: calc(100vw - (var(--page-edge) * 2));
  margin: 3rem auto 0;
}

.gallery-section-heading h2 {
  margin: 0;
  color: #555;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1pt;
  line-height: 1.2;
  text-transform: uppercase;
}

.single-gallery {
  position: relative;
  width: calc(100vw - (var(--page-edge) * 2));
  margin: 3rem auto 0;
  padding: clamp(1.125rem, 2.4vw, 2.625rem);
  background: white;
  border: 0;
  cursor: pointer;
}

.plain-gallery {
  position: relative;
  width: calc(100vw - (var(--page-edge) * 2));
  margin: 3rem auto 0;
  padding: clamp(1.125rem, 2.4vw, 2.625rem);
  background: white;
  border: 0;
  cursor: default;
}

.gallery-frame {
  position: relative;
  background: white;
  user-select: none;
  -webkit-user-select: none;
}

.image-panel {
  scroll-margin-top: 1.5rem;
}

.piece-title {
  margin: 0 0 0.75rem;
  color: #555;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1pt;
  line-height: 1.2;
  text-transform: uppercase;
}

#gallery-image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.panel-image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.gallery-copy {
  width: 100%;
  margin: clamp(0.75rem, 1.8vw, 1.75rem) 0 0;
}

.gallery-copy h2,
.gallery-copy p {
  margin: 0;
}

.gallery-copy p {
  white-space: pre-line;
}

.gallery-copy h2 {
  margin-bottom: 0.625rem;
  color: #333;
  font-size: inherit;
}

.box-series-body .plain-gallery {
  width: min(calc(100vw - (var(--page-edge) * 2)), 110rem);
  padding: 0;
  background: transparent;
}

.box-series-body main,
.box-series-body div {
  border: 0;
}

.box-series-body .gallery-frame {
  overflow: hidden;
  border-radius: clamp(1rem, 2vw, 1.75rem);
  background: transparent;
}

.box-series-body .panel-image {
  border: 0.0625rem solid rgba(0,0,0,.16);
  border-radius: inherit;
}

.box-series-body .gallery-copy {
  margin-top: 0.75rem;
}

.box-series-about {
  width: min(calc(100vw - (var(--page-edge) * 2)), 110rem);
  margin: 1.25rem auto 0;
  border: 0;
}

.box-series-about-copy {
  width: 100%;
  max-width: 56rem;
  padding: 0.25rem 0 1.25rem;
  color: #626260;
  font-size: 0.875rem;
  line-height: 1.55;
}

.box-series-about-copy p {
  margin: 0;
}

.box-series-about-copy p + p {
  margin-top: 0.875rem;
}

.box-series-about + .plain-gallery {
  margin-top: 1.5rem;
}

.gallery-more,
.gallery-arrow {
  position: absolute;
  z-index: 4;
  border: 0;
  background: rgba(170,170,170,.74);
  color: var(--paper);
  cursor: pointer;
}

.gallery-more {
  left: 50%;
  bottom: clamp(-2.75rem, -2.5vw, -2.25rem);
  width: auto;
  height: auto;
  padding: clamp(0.375rem, .55vw, 0.5rem) clamp(0.5rem, .7vw, 0.6875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, .42vw, 0.4375rem);
  border-radius: 62.4375rem;
  background: transparent;
  transform: translateX(-50%);
}

.gallery-more span {
  width: clamp(0.4375rem, .65vw, 0.625rem);
  height: clamp(0.4375rem, .65vw, 0.625rem);
  border-radius: 50%;
  background: rgba(70,70,70,.28);
  transform: scale(.82);
  transition: background-color .18s ease, opacity .18s ease, transform .18s ease;
}

.gallery-more span.is-active {
  background: #555;
  transform: scale(1);
}

.site-carousel--gallery > .gallery-more {
  position: static;
  width: max-content;
  margin: 0.75rem auto 0;
  transform: none;
}

.mobile-series-dots { display: none; }

.gallery-arrow {
  top: 50%;
  width: clamp(2.125rem, 4vw, 3.1875rem);
  height: clamp(2.125rem, 4vw, 3.1875rem);
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity .18s ease;
}

.gallery-prev {
  left: 0.75rem;
  background-image: url("assets/Icn_Prev.png");
}

.gallery-next {
  right: 0.75rem;
  background-image: url("assets/Icn_Next.png");
}

.image-panel.controls-visible .gallery-arrow {
  opacity: .38;
  pointer-events: auto;
}

.image-panel.controls-visible .gallery-prev {
  opacity: .38;
  pointer-events: auto;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  opacity: .62;
}

.about-page {
  width: min(calc(100vw - (var(--page-edge) * 2)), 110rem);
  margin: 0 auto;
  padding: clamp(4.375rem, 9vw, 9.0625rem) clamp(1.75rem, 3.2vw, 3.625rem) clamp(6.25rem, 12vw, 11.25rem);
  background: var(--paper);
}

.work-page,
.about-page {
  border-radius: clamp(1.25rem, 2vw, 2rem);
}

.about-intro {
  padding-top: min(14%, 11.25rem);
  margin-bottom: clamp(2rem, 4vw, 3.375rem);
}

.about-intro h1 {
  margin: 0;
  color: #858583;
  font-family: Optima, Candara, "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 2.6vw, 2.625rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
}

.about-layout {
  display: block;
}

.about-portrait {
  float: left;
  width: min(44%, 35rem);
  margin: 0 clamp(1.875rem, 4vw, 4rem) 1.75rem 0;
}

.about-portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.125rem;
}

.about-portrait figcaption {
  margin-top: 0.625rem;
}

.about-statement {
  color: #4a4a4a;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(0.9375rem, 1vw, 1.0625rem);
  line-height: 1.65;
}

.about-statement p {
  margin: 0 0 1.55em;
}

.about-statement cite {
  font-style: italic;
}

.about-statement a[x-apple-data-detectors],
.about-statement a[href*="maps.apple"],
.about-statement a[href*="maps.google"] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: text !important;
  -webkit-text-fill-color: inherit !important;
}

@media (max-width: 61.25rem) {
  .about-portrait { width: 46%; }
}

.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (max-width: 45rem) {
  :root {
    --page-edge: 1.375rem;
  }

  .home-series-showcase {
    display: none;
  }

  .home-hero-statement {
    display: none;
  }

  .image-caption {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .image-description {
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .site-header {
    margin-top: 1.375rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.875rem;
    align-items: center;
    gap: 0.875rem;
  }

  .brand {
    position: relative;
    z-index: 12;
    font-size: 0.8125rem;
  }

  .brand-block {
    position: relative;
    z-index: 12;
    align-self: start;
    text-align: left;
  }

  .home-mobile-tagline {
    position: absolute;
    z-index: 6;
    top: 3.625rem;
    left: 1.375rem;
    display: block;
    margin: 0;
    color: #555;
    font-family: Optima, Candara, "Segoe UI", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.55;
    text-align: left;
    text-transform: none;
  }

  .mobile-menu-toggle {
    position: relative;
    z-index: 12;
    display: block;
    margin-left: auto;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.375rem 0 0.375rem 0.5rem;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    position: absolute;
    right: 0;
    display: block;
    width: 1.375rem;
    height: 0.125rem;
    margin: 0;
    background: #121212;
    transition: none;
  }

  .mobile-menu-toggle span:nth-child(1) {
    top: 0.5rem;
  }

  .mobile-menu-toggle span:nth-child(2) {
    top: 0.875rem;
  }

  .mobile-menu-toggle span:nth-child(3) {
    top: 1.25rem;
  }

  .menu-open .mobile-menu-toggle span:nth-child(1) {
    top: 0.875rem;
    transform: rotate(45deg);
  }

  .menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .mobile-menu-toggle span:nth-child(3) {
    top: 0.875rem;
    transform: rotate(-45deg);
  }

  .site-header nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    min-height: 0;
    padding: 5.25rem 1.375rem 1.75rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.375rem;
    background: #f0f0ee;
    border: 0.0625rem solid #d3d3d0;
    border-radius: 0 0 1.5rem 1.5rem;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .site-header.menu-open nav {
    display: flex;
  }

  .mobile-nav-only {
    display: inline-flex;
  }

  .mobile-nav-socials {
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.625rem;
  }

  .mobile-nav-socials a {
    width: 1.5rem;
    height: 1.5rem;
    display: grid;
    place-items: center;
  }

  .mobile-nav-socials img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
  }

  .mobile-nav-socials a[aria-label="Email"] img {
    transform: scale(1.125);
  }

  nav a[aria-current="page"]::before {
    content: "";
  }

  .gallery-back {
    top: 1.375rem;
    right: auto;
    left: var(--page-edge);
  }

  .gallery-body .site-header {
    padding-left: 2.25rem;
  }

  .home-top-container {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    padding: max(1.125rem, env(safe-area-inset-top)) 1.375rem 0;
    background: transparent;
  }

  .mobile-current-series {
    position: relative;
    display: block;
    padding: 1.875rem 0.625rem 2.625rem;
    background: #f0f0ee;
  }

  .mobile-series-header {
    padding: 0 0.25rem;
  }

  .mobile-series-kicker {
    margin: 0 0 0.625rem;
    color: #a47745;
    font-size: 0.6875rem;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .mobile-series-header h2 {
    margin: 0;
    color: #777;
    font-family: Optima, Candara, "Segoe UI", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: .85;
  }

  .mobile-series-subtitle {
    margin: 0.75rem 0 0;
    color: #777;
    font-family: Optima, Candara, "Segoe UI", sans-serif;
    font-size: 1.4375rem;
  }

  .mobile-series-subtitle-row {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
  }

  .mobile-series-subtitle-row .mobile-series-subtitle { margin: 0; }

  .mobile-series-page-link {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin-left: auto;
    margin-right: -0.25rem;
    opacity: .42;
  }

  .mobile-series-page-link img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-series-copy {
    margin-top: 1rem;
    border-top: 0;
  }

  .mobile-series-copy p {
    margin: 0;
    padding: 0 0 1.125rem;
    color: #666;
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .site-carousel--mobile-series {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    padding: 0;
  }

  .mobile-series-track {
    display: grid;
    width: 100%;
  }

  .mobile-series-grid a {
    grid-area: 1 / 1;
    display: grid;
    gap: 0.4375rem;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-series-grid a.is-active { visibility: visible; pointer-events: auto; }

  .mobile-series-counter {
    position: absolute;
    z-index: 4;
    top: 0.625rem;
    right: 0.625rem;
    padding: 0.375rem 0.5rem;
    background: rgba(255,255,255,.88);
    color: #555;
    font-size: 0.625rem;
    letter-spacing: .08em;
  }

  .mobile-series-counter { display: none; }

  .mobile-series-dots {
    position: static;
    display: flex;
    width: max-content;
    margin: 0.75rem auto 0;
    transform: none;
  }

  .mobile-series-grid img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    object-fit: contain;
    background: transparent;
  }

  .mobile-series-grid span {
    color: #777;
    font-size: 0.625rem;
    line-height: 1.2;
  }

  .mobile-series-grid a > span {
    display: none;
  }

  .mission-statement {
    padding: 1.5rem 1.375rem 2.625rem;
  }

  .mission-statement-copy {
    width: 100%;
    color: #4a4a49;
    font-size: 1.25rem;
    text-align: left;
  }

  .home-next-section .hero-image-frame {
    padding: 1.25rem 0.875rem 1.5rem;
  }

  .home-next-caption span {
    display: block;
    margin: 0.1875rem 0 0;
  }

  .about-page {
    padding: 3.5rem 1.125rem 5.375rem;
  }

  .about-intro {
    display: block;
    padding-top: 0;
    margin-bottom: 3.5rem;
  }

  .about-intro h1 {
    font-size: clamp(1.625rem, 7vw, 2.125rem);
    line-height: 1.25;
  }

  .about-layout {
    display: block;
  }

  .about-portrait {
    float: none;
    width: 100%;
    margin: 0 0 3rem;
  }

  .about-statement {
    font-size: 0.9375rem;
    line-height: 1.65;
  }

  .work-page {
    padding: 2.375rem 1.125rem 4rem;
  }

  .work-section + .work-section {
    margin-top: 2.625rem;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.625rem;
    row-gap: 1.5rem;
  }

  .work-item {
    gap: 0.4375rem;
  }

  .work-item p {
    font-size: 0.625rem;
  }

  .work-footer {
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }

  .single-gallery,
  .plain-gallery {
    width: 100%;
    margin-top: 1.125rem;
    padding: 0.875rem;
  }

  .gallery-copy {
    position: static;
    width: auto;
    margin-top: 0;
    background: transparent;
  }

  .single-gallery > .mobile-details {
    margin-top: 0.75rem;
  }

  .single-gallery > .mobile-details .gallery-copy {
    padding-bottom: 1rem;
  }

  .single-gallery h1 {
    left: 1.125rem;
  }

}

@media (orientation: portrait) and (max-width: 45rem) {
  .home-body .mission-statement {
    padding-top: 3.75rem;
  }

  .home-body .home-barni-mobile-hero {
    width: 100%;
    height: 100svh;
    overflow: hidden;
  }

  .home-body .home-barni-mobile-hero .hero-image-frame,
  .home-body .home-barni-mobile-hero picture {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .home-body .home-barni-mobile-hero .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    transform: none;
  }

  .home-body .home-barni-mobile-hero .quick-gallery-link {
    display: block;
    top: 11.875rem;
    right: auto;
    bottom: auto;
    left: 1.375rem;
    z-index: 3;
    width: auto;
    padding: 0;
    background: transparent;
    color: #555;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    letter-spacing: .12em;
    text-align: left;
  }

  .home-body .home-barni-mobile-hero .quick-gallery-link::before {
    content: none;
  }

  .home-body .home-barni-mobile-hero .caption {
    display: none;
  }

  .home-body .home-mobile-hero-caption {
    display: block;
    margin: 0;
    padding: 0.75rem 1.375rem 1rem;
    background: #fff;
    color: #858583;
  }

  .gallery-body {
    background: #f0f0ee;
  }

  .gallery-body .site-header {
    display: flex;
    width: fit-content;
    min-height: 1.625rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .gallery-body .brand-block {
    align-self: center;
  }

  .gallery-body .single-gallery {
    width: calc(100% - 2rem);
    margin: 1rem auto 2.75rem;
    padding: 0.75rem 0.75rem 1rem;
    background: #fff;
  }

  .gallery-body .single-gallery .gallery-frame {
    width: 100%;
    aspect-ratio: 5 / 7;
    margin: 0;
    overflow: hidden;
  }

  .gallery-body .single-gallery .gallery-frame img {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 5 / 7;
    object-fit: cover;
  }

  .gallery-body .single-gallery .gallery-frame picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .gallery-body .single-gallery > .gallery-more {
    position: static;
    width: max-content;
    margin: 0.5rem auto 0;
    left: auto;
    bottom: auto;
    transform: none;
  }

  .gallery-body .single-gallery > .mobile-details {
    margin: 0;
    border-bottom: 0;
  }

  .gallery-body .single-gallery > .mobile-details summary {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }

  .gallery-body .single-gallery > .mobile-details .gallery-copy {
    padding-bottom: 0.625rem;
  }
}

.box-series-body .site-header {
  position: relative;
  width: min(calc(100vw - (var(--page-edge) * 2)), 110rem);
  min-height: 1.875rem;
  padding-left: 0;
  justify-content: center;
}

@media (max-width: 45rem), (orientation: landscape) and (max-width: 60rem) and (max-height: 37.5rem) {
  .box-series-body .site-header {
    display: grid;
    width: calc(100% - (var(--page-edge) * 2));
    margin: 1.375rem auto 0.625rem;
    grid-template-columns: 1.875rem minmax(0, 1fr) 1.875rem;
    align-items: center;
    gap: 0.5rem;
  }

  .box-series-body .brand-block {
    position: relative;
    z-index: 12;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    text-align: center;
  }

  .box-series-body .brand {
    font-size: clamp(0.6875rem, 2.8vw, 0.8125rem);
  }

  .box-series-body .mobile-menu-toggle {
    position: relative;
    z-index: 12;
    display: block;
    grid-column: 3;
    grid-row: 1;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.375rem 0 0.375rem 0.5rem;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .box-series-body .mobile-menu-toggle span {
    position: absolute;
    right: 0;
    display: block;
    width: 1.375rem;
    height: 0.125rem;
    background: #121212;
  }

  .box-series-body .mobile-menu-toggle span:nth-child(1) { top: 0.5rem; }
  .box-series-body .mobile-menu-toggle span:nth-child(2) { top: 0.875rem; }
  .box-series-body .mobile-menu-toggle span:nth-child(3) { top: 1.25rem; }
  .box-series-body .menu-open .mobile-menu-toggle span:nth-child(1) { top: 0.875rem; transform: rotate(45deg); }
  .box-series-body .menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
  .box-series-body .menu-open .mobile-menu-toggle span:nth-child(3) { top: 0.875rem; transform: rotate(-45deg); }

  .box-series-body .site-header nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 5.25rem 1.375rem 1.75rem;
    flex-direction: column;
    gap: 1.375rem;
    background: #f0f0ee;
    border: 0.0625rem solid #d3d3d0;
    border-radius: 0 0 1.5rem 1.5rem;
    font-size: 0.875rem;
  }

  .box-series-body .site-header.menu-open nav {
    display: flex;
  }
}

/* Shared mobile header for interior pages. */
@media (max-width: 45rem), (orientation: landscape) and (max-width: 60rem) and (max-height: 37.5rem) {
  .gallery-body .mobile-snap-carousel .gallery-frame::after {
    pointer-events: none;
  }

  .gallery-body .mobile-snap-carousel .gallery-snap-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y pinch-zoom;
  }

  .gallery-body .mobile-snap-carousel .gallery-snap-track::-webkit-scrollbar {
    display: none;
  }

  .gallery-body .mobile-snap-carousel .gallery-snap-slide {
    width: 100%;
    min-width: 100%;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .gallery-body .mobile-snap-carousel .gallery-snap-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
  }

  .gallery-body .mobile-snap-carousel > .gallery-more span {
    width: 0.5625rem;
    height: 0.5625rem;
  }

  .home-body .mobile-series-snap-track {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y pinch-zoom;
  }

  .home-body .mobile-series-snap-track::-webkit-scrollbar {
    display: none;
  }

  .home-body .mobile-series-grid.mobile-snap-carousel a {
    grid-area: auto;
    display: block;
    width: 100%;
    min-width: 100%;
    visibility: visible;
    pointer-events: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .home-body .mobile-series-dots span {
    width: 0.5625rem;
    height: 0.5625rem;
  }

  img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
  }

  body .site-header,
  .home-body .site-header {
    display: grid;
    width: calc(100% - (var(--page-edge) * 2));
    min-height: 1.875rem;
    margin: 1.375rem auto 0.625rem;
    padding-left: 0;
    grid-template-columns: minmax(0, 1fr) 1.875rem;
    align-items: center;
    gap: 0.5rem;
  }

  .home-top-container .site-header {
    width: 100%;
    margin: 0;
  }

  body .mobile-header-logo {
    display: none;
  }

  body .mobile-title-logo {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    flex: 0 0 auto;
    object-fit: contain;
    opacity: .6;
  }

  body .site-header .brand-block {
    position: relative;
    z-index: 12;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    text-align: left;
  }

  body .desktop-brand { display: none; }
  body .mobile-page-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  body .site-header .brand {
    font-size: clamp(0.6875rem, 2.8vw, 0.8125rem);
    text-align: left;
  }

  body .gallery-back { display: none; }
  body .site-header .mobile-menu-toggle {
    position: relative;
    z-index: 12;
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0;
    padding: 0.375rem 0 0.375rem 0.5rem;
    justify-self: end;
    appearance: none;
    border: 0;
    background: transparent;
  }

  body .site-header .mobile-menu-toggle span {
    position: absolute;
    right: 0;
    display: block;
    width: 1.375rem;
    height: 0.125rem;
    margin: 0;
    background: #121212;
  }

  body .site-header .mobile-menu-toggle span:nth-child(1) { top: 0.5rem; }
  body .site-header .mobile-menu-toggle span:nth-child(2) { top: 0.875rem; }
  body .site-header .mobile-menu-toggle span:nth-child(3) { top: 1.25rem; }
  body .site-header.menu-open .mobile-menu-toggle span:nth-child(1) { top: 0.875rem; transform: rotate(45deg); }
  body .site-header.menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
  body .site-header.menu-open .mobile-menu-toggle span:nth-child(3) { top: 0.875rem; transform: rotate(-45deg); }

  body .site-header nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 5.25rem 1.375rem 1.75rem;
    flex-direction: column;
    gap: 1.375rem;
    background: #f0f0ee;
    border: 0.0625rem solid #d3d3d0;
    border-radius: 0 0 1.5rem 1.5rem;
    font-size: 0.875rem;
  }

  body .site-header.menu-open nav {
    display: flex;
  }

  body .site-header .mobile-nav-only {
    display: inline-flex;
  }

  body .site-header nav a[aria-current="page"]::before {
    content: "";
  }

  body .site-header nav a[aria-current="page"] {
    text-decoration: none;
  }

}

.mobile-landscape-menu .site-nav a[aria-current="page"] {
  text-decoration: none;
}

@media (orientation: landscape) and (max-width: 60rem) and (max-height: 37.5rem) {
  body .site-header .site-nav a[aria-current="page"] {
    text-decoration: none;
  }

  body .site-header {
    grid-template-columns: minmax(0, 1fr) 1.875rem;
  }

  .box-series-body .site-header {
    grid-template-columns: minmax(0, 1fr) 1.875rem;
    justify-content: normal;
  }

  body .site-header .brand-block {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  body .site-header .brand {
    text-align: left;
  }

  body .site-header .mobile-menu-toggle {
    grid-column: 2;
  }

  .box-series-body .mobile-menu-toggle {
    grid-column: 2;
    justify-self: end;
  }

  .home-body .home-hero-statement {
    display: flex;
    color: #626260;
    font-size: 0.9375rem;
  }

  .home-body .home-mobile-gallery-link {
    display: none;
  }

  .home-body .mobile-menu-toggle {
    display: block;
    margin-left: auto;
    appearance: none;
    border: 0;
    background: transparent;
  }

  .home-body .site-header nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 5.25rem 1.375rem 1.75rem;
    flex-direction: column;
    gap: 1.375rem;
    background: #f0f0ee;
    border: 0.0625rem solid #d3d3d0;
    border-radius: 0 0 1.5rem 1.5rem;
    font-size: 0.875rem;
  }

  .home-body .site-header.menu-open nav { display: flex; }
  .home-body .mobile-nav-only { display: inline-flex; }

  .site-header nav,
  .home-body .site-header nav,
  body .site-header nav {
    max-height: 100svh;
    padding: 4rem 1.375rem 1.25rem;
    gap: 0.875rem;
    overflow-y: auto;
    font-size: 0.75rem;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .site-header nav > a {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .site-header .mobile-nav-socials {
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
  }

  .site-header .mobile-nav-socials a,
  .site-header .mobile-nav-socials img {
    display: block;
    width: 1.375rem;
    height: 1.375rem;
  }

  .site-header .mobile-nav-socials img {
    object-fit: contain;
  }
}

@media (max-width: 45rem), (orientation: landscape) and (max-width: 60rem) and (max-height: 37.5rem) {
  .home-body .site-header {
    grid-template-columns: minmax(0, 1fr) 1.875rem;
  }

  .home-body .mobile-header-logo {
    display: none;
  }

  .home-body .site-header .brand-block {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .home-body .site-header .brand {
    text-align: left;
  }

  .home-body .site-header .mobile-menu-toggle {
    grid-column: 2;
    margin-left: 0;
    justify-self: end;
  }
}

@media (orientation: portrait) and (max-width: 45rem) {
  .gallery-body .site-header {
    display: grid;
    width: calc(100% - (var(--page-edge) * 2));
    min-height: 1.875rem;
    margin: 1.375rem auto 0.625rem;
    grid-template-columns: minmax(0, 1fr) 1.875rem;
    align-items: center;
    justify-content: normal;
    gap: 0.5rem;
  }

  .gallery-body .site-header .brand-block {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .gallery-body .site-header .mobile-menu-toggle {
    grid-column: 2;
    justify-self: end;
  }
}
