@charset "UTF-8";
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
:root { --paper: #fff; --ink: #152b35; --blue: #173b4a; --sky: #b8d9e5; --gutter: clamp(24px, 6vw, 110px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }
::selection { background: #b8d9e5; color: #152b35; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px; background: white; color: var(--ink); z-index: 100; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.brand { display: block; width: 108px; }
.brand img { width: 100%; height: auto; }
.home { background: var(--blue); color: #fff; min-height: 100svh; }
.home-masthead, .home-main { width: calc(100% - var(--gutter) * 2); max-width: 1440px; margin-inline: auto; }
.home-masthead { padding: 48px 0 60px; }
.home-masthead .brand img { filter: invert(1); mix-blend-mode: screen; }
.home-portrait { margin: clamp(32px, 5vw, 72px) 0 0; width: 100%; }
.home-portrait picture { display: block; }
.home-portrait img { width: 100%; height: auto; }
.home-main { display: block; padding-bottom: 72px; }
.bio { margin: 0; font-size: clamp(29px, 3.5vw, 48px); font-weight: 400; line-height: 1.34; letter-spacing: normal; }
.bio strong, .bio a { font-size: inherit; color: var(--sky); font-weight: 600; }
.bio a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .12em; }
.bio a:hover { color: #fff; }
.site-header { height: 120px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; }
.site-header nav { display: flex; gap: 36px; font-size: 17px; }
.site-header nav a { padding: 10px 0; }
.site-header nav a:hover, .travel-end a { text-decoration: underline; text-underline-offset: 6px; }
.travel-end a:hover { text-decoration-thickness: 2px; }

/* Photographs retain the saved gallery sequence and their original proportions. */
.travel-main { margin: 0 var(--gutter); }
.travel-intro { padding: 56px 0 80px; }
.travel-intro .bio + .bio { margin-top: .75em; }
.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 3vw, 50px);
  row-gap: 60px;
  position: relative;
}
.gallery-item { margin: 0; min-width: 0; }
.gallery.is-positioned { display: block; }
.gallery.is-positioned .gallery-item { position: absolute; left: 0; top: 0; }
.gallery-image { display: block; position: relative; cursor: zoom-in; }
.gallery-image img { width: 100%; height: auto; background: #f3f3f3; }
.gallery-image:focus-visible { outline-offset: 5px; }
.gallery-item figcaption { font-size: 15px; line-height: 1.45; margin-top: 12px; }
.travel-end { padding: 70px 0 48px; display: flex; justify-content: space-between; gap: 30px; font-size: 17px; }

.viewer-open { overflow: hidden; }
.viewer { padding: 0; border: 0; position: fixed; inset: 0; max-width: none; max-height: none; width: 100%; height: 100%; height: 100dvh; background: #151515; color: #fff; margin: 0; }
.viewer[open] { display: flex; flex-direction: column; }
.viewer::backdrop { background: #151515; }
.viewer button { border: 0; background: transparent; color: inherit; cursor: pointer; min-width: 48px; min-height: 48px; padding: 12px; }
.viewer button:focus-visible { outline: 1px solid white; outline-offset: -4px; }
.viewer-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 26px; flex: none; font-size: 14px; }
.viewer-top > div { display: flex; align-items: center; gap: 16px; }
.viewer-counter { font-variant-numeric: tabular-nums; color: #b9b9b9; }
.viewer-close { display: flex; align-items: center; gap: 17px; }
.viewer-close span { font-size: 28px; }
.viewer-stage { display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center; flex: 1; min-height: 0; padding: 0 18px; touch-action: pan-y pinch-zoom; }
.viewer-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; user-select: none; }
.viewer-prev, .viewer-next { font-size: 28px; }
.viewer button:hover { color: #c4c4c4; }
.viewer button:disabled { opacity: .2; cursor: default; }
.viewer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 90px 26px; gap: 25px; flex: none; font-size: 14px; line-height: 1.5; }
.viewer-bottom p { margin: 0; }
.viewer-hint { font-size: 12px; color: #999; white-space: nowrap; }
.viewer:fullscreen { height: 100vh; }



@media (width > 1000px) {
  .home-main { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 7%; align-items: center; }
  .home-portrait { margin-top: 0; }
}

@media (min-width: 1800px) { :root { --gutter: max(110px, calc((100vw - 1580px) / 2)); } }
@media (max-width: 800px) {
  .home-masthead { padding-top: 36px; padding-bottom: 42px; }
  .site-header { height: 100px; }
  .brand { width: 92px; }
  .travel-intro { padding: 42px 0 60px; }
  .viewer-stage { grid-template-columns: 48px minmax(0, 1fr) 48px; padding: 0 8px; }
  .viewer-bottom { padding: 20px 56px 24px; }
}
@media (max-width: 640px) {
  .home-masthead { padding-top: 28px; padding-bottom: 38px; }
  .home-portrait { margin-top: 32px; }
  .home-main { padding-bottom: 32px; }
  .bio { font-size: clamp(27px, 6.8vw, 38px); line-height: 1.38; }
  .site-header { height: 86px; }
  .site-header nav { font-size: 15px; gap: 20px; }
  .brand { width: 82px; }
  .travel-intro { padding-top: 34px; padding-bottom: 52px; }
  .gallery { display: block; }
  .gallery-item { margin-bottom: 40px; }
  .gallery-item:last-child { margin-bottom: 0; }
  .gallery-item figcaption { margin-top: 10px; font-size: 14px; }
  .travel-end { padding-top: 50px; padding-bottom: 34px; font-size: 16px; }
  .viewer-top { padding: 10px 12px; }
  .viewer-top > div { gap: 3px; }
  .viewer-stage { display: block; position: relative; padding: 0 12px; }
  .viewer-image { display: block; }
  .viewer-prev, .viewer-next { position: absolute; bottom: 0; z-index: 1; background: #151515 !important; border: 1px solid #454545 !important; }
  .viewer-prev { left: 12px; }
  .viewer-next { right: 12px; }
  .viewer-bottom { padding: 18px 20px 22px; min-height: 70px; justify-content: center; text-align: center; }
  .viewer-hint { display: none; }
  .fullscreen-toggle { font-size: 13px; }
  .viewer-counter { font-size: 12px; }
  .viewer-close { font-size: 14px; gap: 10px; }
  .viewer-close span { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
