:root {
  --bg: #f4f1ec;
  --ink: #1e1e1c;
  --muted: #756f67;
  --soft: #e4ded4;
  --line: rgba(30, 30, 28, .14);
  --accent: #4f6f52;
  --panel: rgba(255, 252, 247, .78);
  --shadow: 0 28px 90px rgba(35, 29, 22, .18);
  --ease: cubic-bezier(.22, 1, .36, 1);
  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg: #11110f;
  --ink: #f1eee8;
  --muted: #a8a096;
  --soft: #25231e;
  --line: rgba(241, 238, 232, .16);
  --accent: #8fa878;
  --panel: rgba(17, 17, 15, .68);
  --shadow: 0 28px 100px rgba(0, 0, 0, .52);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  transition: background .3s ease, color .3s ease;
}

main {
  flex: 1;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='300' height='300' filter='url(%23n)'/></svg>");
  background-size: 200px 200px;
}

[data-theme="dark"] body::after {
  opacity: 0.07;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(18px, 4vw, 54px);
  color: #fffaf2;
  text-shadow: 0 1px 22px rgba(0,0,0,.42);
  animation: headerIn 760ms var(--ease) both;
}

.wordmark {
  display: grid;
  gap: 2px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: opacity 180ms ease, transform 180ms var(--ease);
}

.wordmark small {
  color: rgba(255, 250, 242, .68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wordmark-first {
  font-weight: 400;
  color: rgba(255, 250, 242, .58);
}

.wordmark:hover {
  opacity: .76;
  transform: translateY(-1px);
}

.site-nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-nav a {
  opacity: .72;
  transition: opacity 180ms ease, transform 180ms var(--ease);
}

.site-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

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

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #171512;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  animation: imageSettle 1600ms var(--ease) both;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.2) 34%, rgba(0,0,0,.76)),
    linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.16) 48%, rgba(0,0,0,.18));
}

.hero-meta {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 54px);
  z-index: 1;
  display: grid;
  gap: 10px;
  color: rgba(255,250,242,.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-align: right;
  text-transform: uppercase;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: clamp(120px, 16vw, 180px) clamp(18px, 4vw, 54px) clamp(34px, 6vw, 72px);
  color: #fffaf2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero .eyebrow { color: #d8e6c4; }

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

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(46px, 6.8vw, 88px);
  line-height: .92;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 span {
  display: block;
}

h1 .keep-line {
  white-space: nowrap;
}

h2 {
  max-width: 840px;
  margin-bottom: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(40px, 7.5vw, 96px);
  line-height: .93;
  letter-spacing: 0;
}

.intro {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(255,250,242,.78);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: currentColor;
  font-size: 14px;
  font-weight: 500;
}

.text-link::after {
  content: "→";
  transition: transform 220ms var(--ease);
}

.text-link:hover::after {
  transform: translateX(5px);
}

.text-link.muted {
  color: rgba(255,250,242,.66);
}

.reveal-now {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 820ms var(--ease) 420ms both;
}

.delay-1 { animation-delay: 520ms; }
.delay-2 { animation-delay: 640ms; }
.delay-3 { animation-delay: 760ms; }

.collections,
.gallery,
.notes-strip,
.prints,
.contact,
.footer {
  width: min(1240px, calc(100% - 36px));
  margin-inline: auto;
}

.collections {
  padding: clamp(76px, 11vw, 140px) 0 0;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(160px, .45fr) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 62px);
}

.photo-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .7fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.photo-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--soft);
  box-shadow: var(--shadow);
  transition: transform 520ms var(--ease), box-shadow 520ms var(--ease);
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.72));
  opacity: .88;
  transition: opacity 420ms ease;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ease), filter 760ms var(--ease);
}

.landscape-card {
  aspect-ratio: 1.08;
}

.city-card {
  aspect-ratio: .78;
  margin-top: clamp(44px, 8vw, 110px);
}

.photo-card:hover {
  transform: translateY(-8px);
}

.photo-card:hover img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.055);
}

.photo-card:hover::after {
  opacity: 1;
}

.photo-caption {
  position: absolute;
  z-index: 1;
  left: clamp(20px, 3vw, 34px);
  right: clamp(20px, 3vw, 34px);
  bottom: clamp(20px, 3vw, 34px);
  display: grid;
  gap: 9px;
  color: #fffaf2;
  transform: translateY(0);
  transition: transform 420ms var(--ease);
}

.photo-card:hover .photo-caption {
  transform: translateY(-5px);
}

.photo-caption span {
  color: rgba(255,250,242,.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.photo-caption strong {
  font-size: clamp(30px, 4vw, 56px);
  line-height: .95;
}

.photo-caption p {
  max-width: 420px;
  margin-bottom: 0;
  color: rgba(255,250,242,.72);
  line-height: 1.5;
}

.notes-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(58px, 9vw, 110px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.notes-strip article {
  padding: clamp(28px, 4vw, 48px);
}

.notes-strip article + article {
  border-left: 1px solid var(--line);
}

.notes-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.notes-strip p,
.prints p,
.contact span {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* Contact form */

.contact-form {
  max-width: 560px;
}

.form-field {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  transition: border-color 200ms ease;
  -webkit-appearance: none;
}

.form-input:focus {
  border-bottom-color: var(--accent);
}

.form-input::placeholder {
  color: var(--muted);
  opacity: .5;
}

textarea.form-input {
  resize: vertical;
  min-height: 88px;
}

.form-honeypot {
  display: none;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  padding: 0;
  border: none;
  background: none;
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.form-submit::after {
  content: "→";
  transition: transform 220ms var(--ease);
}

.form-submit:hover::after {
  transform: translateX(5px);
}

.form-submit:disabled {
  opacity: .45;
  cursor: default;
}

.form-submit:disabled::after {
  transform: none;
}

.form-status {
  margin-top: 20px;
  font-size: 14px;
  display: none;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success { color: var(--accent); }
.form-status.is-error   { color: #b94040; }

.form-email-alt {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 48px;
  margin-bottom: 0;
  font-size: 13px;
  color: var(--muted);
}

.form-email-link {
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, border-color 180ms ease;
}

.form-email-link:hover {
  color: var(--ink);
  border-bottom-color: currentColor;
}

.form-copy-btn {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  color: var(--muted);
  cursor: pointer;
  transition: color 180ms ease;
}

.form-copy-btn:hover {
  color: var(--ink);
}

/* Subpage layout */

body.subpage .site-header {
  background: rgba(17,17,15,.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  text-shadow: none;
}

.page-header {
  width: min(1240px, calc(100% - 36px));
  margin-inline: auto;
  padding: clamp(86px, 9vw, 116px) 0 clamp(28px, 3vw, 44px);
  border-bottom: 1px solid var(--line);
}

.page-body {
  width: min(1240px, calc(100% - 36px));
  margin-inline: auto;
  padding: clamp(40px, 5vw, 64px) 0 clamp(36px, 4vw, 56px);
}

.site-nav a[aria-current="page"],
.mobile-menu a[aria-current="page"] {
  opacity: 1;
}

/* Collection list */

.collection-list {
  display: flex;
  flex-direction: column;
}

.collection-entry {
  padding: clamp(28px, 4vw, 44px) 0;
  border-top: 1px solid var(--line);
}

.collection-entry:first-child {
  border-top: none;
}

.collection-entry:last-child {
  border-bottom: 1px solid var(--line);
}

.collection-name {
  margin: 0 0 12px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0;
}

.collection-desc {
  max-width: 580px;
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.65;
}

.collection-meta {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: .6;
}

/* Collection photo preview grid */

.collection-photos {
  margin-top: clamp(40px, 5vw, 64px);
}

.coll-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

.coll-item {
  cursor: pointer;
}

.coll-item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.coll-thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--soft);
}

.coll-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms var(--ease), filter 500ms var(--ease);
}

.coll-item:hover .coll-thumb img,
.coll-item:focus .coll-thumb img {
  transform: scale(1.04);
  filter: saturate(1.1);
}

.coll-info {
  padding: 10px 0 0;
}

.coll-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 3px;
}

.coll-meta {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .04em;
  margin: 0;
}

/* Collection photo viewer overlay */

.collection-viewer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(17, 17, 15, .97);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 24px 48px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
  overflow-y: auto;
}

.collection-viewer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cv-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 400px;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  max-width: 1400px;
  width: min(92vw, 1400px);
}

.cv-image-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cv-image-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.cv-story {
  padding-top: 2px;
}

.cv-byline {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(244, 241, 236, .42);
  margin: 0 0 12px;
}

.cv-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.1;
  color: #f4f1ec;
  margin: 0 0 24px;
}

.cv-note {
  color: rgba(244, 241, 236, .65);
  line-height: 1.8;
  font-size: 15px;
}

.cv-note p { margin: 0 0 1em; }
.cv-note p:last-child { margin: 0; }

.cv-action {
  display: inline-block;
  margin-top: 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  color: rgba(244, 241, 236, .38);
  text-decoration: none;
  transition: color 180ms ease;
}

.cv-action:hover { color: rgba(244, 241, 236, .75); }

.cv-btn {
  position: fixed;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
  z-index: 10001;
}

.cv-btn:hover {
  background: rgba(255, 255, 255, .18);
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
}

.cv-close { top: 20px; right: 20px; }
.cv-prev { left: clamp(12px, 3vw, 36px); top: 50%; transform: translateY(-50%); }
.cv-next { right: clamp(12px, 3vw, 36px); top: 50%; transform: translateY(-50%); }

/* Gallery */

.gallery {
  padding: clamp(76px, 10vw, 124px) 0;
}

.gallery-grid {
  columns: 3;
  column-gap: 8px;
}

.gallery-item {
  break-inside: avoid;
  margin: 0 0 8px;
  overflow: hidden;
  cursor: pointer;
  background: var(--soft);
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 600ms var(--ease), filter 600ms var(--ease);
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.1);
}

/* Prints */

.prints {
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 70px);
  padding: clamp(76px, 10vw, 124px) 0;
}

.prints .text-link {
  grid-column: 2;
  color: var(--ink);
  margin-top: -20px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact div {
  display: grid;
  gap: 5px;
}

.contact a {
  color: var(--accent);
  font-weight: 800;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0 42px;
  color: var(--muted);
  font-size: 13px;
}

.footer-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-author {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.footer-author:hover { opacity: .7; }

.ig-link {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--muted);
  transition: color 180ms ease, transform 180ms var(--ease);
}

.ig-link:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.theme-toggle {
  background: none;
  border: none;
  padding: 2px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  opacity: .6;
  transition: opacity 180ms ease;
}

.theme-toggle:hover {
  opacity: 1;
}

.theme-toggle svg { display: block; }
.theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

/* Lightbox */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, .92);
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.lightbox-figure img {
  max-width: min(88vw, 1200px);
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .6);
}

.lightbox-btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.lightbox-btn:hover {
  background: rgba(255, 255, 255, .18);
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
}

.lightbox-close {
  top: 24px;
  right: 24px;
}

.lightbox-prev {
  left: clamp(12px, 3vw, 36px);
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: clamp(12px, 3vw, 36px);
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-caption {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .04em;
  text-align: center;
}

/* Reveal */

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 820ms var(--ease), transform 820ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal][data-delay="1"] { --reveal-delay: 100ms; }
[data-reveal][data-delay="2"] { --reveal-delay: 200ms; }
[data-reveal][data-delay="3"] { --reveal-delay: 300ms; }

@keyframes headerIn {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes imageSettle {
  from { transform: scale(1.09); filter: saturate(.9) contrast(.96); }
  to { transform: scale(1.035); filter: saturate(1) contrast(1); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    padding-top: 26px;
  }

  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    gap: 5px;
    width: 36px;
    height: 36px;
    place-content: center;
    margin-top: -7px;
    border: 0;
    color: #fffaf2;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
    transition: transform 220ms var(--ease), opacity 180ms ease;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

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

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    z-index: 9;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    justify-items: end;
    padding: 12px;
    border: 0;
    background: rgba(17,17,15,.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(0,0,0,.34);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 220ms ease, transform 220ms var(--ease);
  }

  .mobile-menu a {
    padding: 13px 14px;
    color: #fffaf2;
    opacity: .72;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    transition: opacity 180ms ease, transform 180ms var(--ease);
  }

  .mobile-menu a:hover {
    opacity: 1;
    transform: translateY(-1px);
  }

  .menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.subpage .site-header {
    position: fixed;
  }

  .hero-meta {
    display: none;
  }

  .section-intro,
  .photo-pair,
  .notes-strip,
  .prints {
    grid-template-columns: 1fr;
  }

  .city-card {
    aspect-ratio: 1.08;
    margin-top: 0;
  }

  .notes-strip article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .prints .text-link {
    grid-column: auto;
    margin-top: 0;
  }

  .contact,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-grid {
    columns: 2;
  }

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

  .cv-inner {
    grid-template-columns: 1fr;
  }

  .cv-image-wrap img {
    max-height: 55vh;
    width: 100%;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: .94;
  }

  h1 .keep-line {
    white-space: normal;
  }

  .intro {
    font-size: 14px;
    line-height: 1.55;
    max-width: 100%;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-copy {
    padding-top: clamp(72px, 12vw, 100px);
    padding-bottom: clamp(24px, 4vw, 36px);
  }

  .gallery-grid {
    column-gap: 6px;
  }

  .gallery-item {
    margin-bottom: 6px;
  }

  .lightbox-prev,
  .lightbox-next,
  .cv-prev,
  .cv-next {
    display: none;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  [data-reveal],
  .reveal-now {
    opacity: 1;
    transform: none;
  }
}
