@font-face {
  font-family: "KOTA";
  src:
    url("fonts/kota.woff2") format("woff2"),
    url("fonts/kota.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --page: #ffffff;
  --ink: #202124;
  --soft-ink: #3c4043;
  --muted: #70757a;
  --nav-muted: #777777;
  --line: #e0e0e0;
  --panel: #f8f9fa;
  --brand: #087197;
  --focus: #1a73e8;
  --overlay: rgba(32, 33, 36, 0.72);
  --page-section-top: clamp(22px, 3.5vw, 39px);
  --page-section-bottom: clamp(54px, 8vw, 92px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "KOTA", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 74px;
  padding: 14px clamp(22px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 0 1 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
  font-size: 16.5px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease;
}

.brand:hover,
.brand:focus-visible {
  color: var(--ink);
}

.brand img {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(1px);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 30px;
  margin-left: auto;
  padding-right: 53px;
  color: var(--nav-muted);
  font-size: 15px;
}

.site-nav a {
  position: relative;
  padding: 4px 0;
  color: var(--nav-muted);
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--ink);
}

.language-switcher {
  position: absolute;
  top: 22px;
  right: clamp(22px, 5vw, 72px);
  display: inline-flex;
  align-items: center;
  gap: 1.4px;
  flex: 0 0 auto;
}

.language-switcher button {
  min-width: 18px;
  min-height: 18px;
  padding: 2px 2px;
  border: 0;
  background: transparent;
  color: var(--nav-muted);
  font: inherit;
  font-size: 9px;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease;
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.is-active {
  color: var(--ink);
}

main {
  min-height: calc(100vh - 128px);
}

.tab-panel[hidden] {
  display: none !important;
}

.home-hero {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 75px);
  min-height: 520px;
  background: #ffffff;
}

.home-hero canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.hero-counter {
  position: absolute;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  min-width: 58px;
  margin: 0;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: rgba(13, 30, 39, 0.82);
  font: 500 clamp(12px, 0.85vw, 15px) / 1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  user-select: none;
  transition: color 500ms ease, opacity 300ms ease, transform 300ms ease;
}

.hero-counter:hover {
  transform: translateY(-1px);
}

.hero-counter--light {
  color: rgba(255, 255, 255, 0.9);
}

.hero-counter__separator {
  opacity: 0.55;
}

.hero-loading-screen .exact-logo-loader__canvas {
  width: 68px;
  min-width: 68px;
}

.page-title,
.current-section,
.gallery-section,
.bio-section,
.text-section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  scroll-margin-top: 92px;
}

.page-title {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 44px);
  padding: clamp(48px, 8vw, 92px) 0 24px;
}

.page-logo {
  width: clamp(78px, 11vw, 128px);
  height: clamp(78px, 11vw, 128px);
  flex: 0 0 auto;
  object-fit: contain;
}

.page-title p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0;
}

.page-title h1 {
  margin: 0;
  color: var(--soft-ink);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.current-section {
  padding: 28px 0 clamp(52px, 7vw, 84px);
}

.gallery-section {
  padding: var(--page-section-top) 0 var(--page-section-bottom);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(260px, 0.9fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
  margin-bottom: 24px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  max-width: 560px;
}

.section-heading h2,
.gallery-section h2,
.text-section h2,
.bio-copy h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(13px, 2vw, 23px) clamp(22px, 4vw, 42px);
}

.project-card {
  display: grid;
  grid-template-rows: auto 10px 44px;
  gap: 10px;
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.project-media {
  position: relative;
}

.project-image-button,
.project-title {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.project-image-button img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  background: var(--panel);
  transition: filter 180ms ease, opacity 180ms ease;
}

.project-3d-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--brand);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand);
  backdrop-filter: blur(2px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

.project-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: start;
  height: 44px;
  color: var(--soft-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}

.gallery-card-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 50%;
  background: rgba(32, 33, 36, 0.52);
  color: #ffffff;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: background 160ms ease, opacity 160ms ease;
}

.project-media:hover .gallery-card-nav,
.project-media:focus-within .gallery-card-nav {
  opacity: 1;
  pointer-events: auto;
}

.gallery-card-nav:hover {
  background: rgba(32, 33, 36, 0.72);
}

.gallery-card-prev {
  left: 10px;
}

.gallery-card-next {
  right: 10px;
}

.card-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 10px;
  margin: 0;
}

.card-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d1d3d4;
}

.card-dots .is-active {
  background: var(--brand);
}

.project-card.is-wide {
  grid-column: 1 / -1;
  width: min(100%, 1080px);
  justify-self: center;
  text-align: center;
}

.project-card.is-wide img {
  aspect-ratio: 16 / 7.4;
}

.project-card.is-wide .project-title {
  height: auto;
  min-height: 0;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}

.project-card:hover img,
.project-card:focus-visible img {
  filter: brightness(0.94);
}

.project-card:focus-visible,
.close-button:focus-visible,
.project-image-button:focus-visible,
.project-title:focus-visible,
.gallery-card-nav:focus-visible,
.language-switcher button:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}

.bio-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: var(--page-section-top) 0 var(--page-section-bottom);
}

.bio-media img {
  display: block;
  width: 100%;
  margin-top: 51px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  background: var(--panel);
}

.section-label {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 13px;
}

.bio-copy h2 {
  margin: 0 0 22px;
  line-height: 1.2;
}

.bio-name {
  color: var(--soft-ink);
  font-size: 18px;
}

.bio-copy p:not(.section-label),
.text-section p {
  margin: 0;
  color: var(--muted);
  max-width: 720px;
}

.bio-copy p:not(.section-label),
.bio-copy ul {
  color: var(--ink);
}

.bio-copy p:not(.section-label) {
  text-align: justify;
  text-indent: 1.4em;
}

.bio-copy h3,
.bio-copy p.bio-detail {
  text-indent: 0;
}

.bio-copy p + p {
  margin-top: 14px;
}

.bio-copy h3 {
  margin: 26px 0 10px;
  color: var(--soft-ink);
  font-size: 18px;
  font-weight: 400;
}

.bio-copy ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--ink);
}

.bio-copy li::marker {
  color: var(--brand);
}

.bio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.bio-meta span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: 13px;
}

.text-section {
  display: grid;
  grid-template-columns: minmax(160px, 0.4fr) minmax(260px, 0.9fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: var(--page-section-top) 0 var(--page-section-bottom);
}

.contact-section {
  grid-template-columns: 1fr;
  gap: 0;
  padding-bottom: clamp(52px, 8vw, 92px);
}

.contact-section a {
  color: var(--soft-ink);
  text-decoration: none;
}

.contact-copy {
  display: grid;
  gap: 18px;
  align-self: start;
}

.contact-copy > p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 18px;
  line-height: 1.2;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 0;
}

.contact-socials a {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--muted);
  opacity: 0.78;
  transition: color 160ms ease;
}

.contact-socials img {
  display: block;
  width: 28px;
  height: 28px;
}

.contact-socials a:hover,
.contact-socials a:focus-visible {
  opacity: 1;
}

.activity-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.activity-list h3 {
  margin: 0 0 4px;
  color: var(--soft-ink);
  font-size: 22px;
  font-weight: 400;
}

.activity-list article {
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.activity-list h4 {
  margin: 0 0 6px;
  color: var(--soft-ink);
  font-size: 17px;
  font-weight: 400;
}

.activity-list p {
  font-size: 15px;
}

.site-footer {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 22px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.error-page {
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 44px));
  min-height: calc(100vh - 144px);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 0;
}

.error-content {
  width: min(540px, 100%);
  margin: 0 auto;
  text-align: left;
}

.error-code {
  margin: 0 0 24px;
  color: var(--brand);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}

.error-content h1 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.error-content > p:not(.error-code) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.error-home-link {
  display: block;
  width: max-content;
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
  transition: color 160ms ease;
}

.error-home-link:hover,
.error-home-link:focus-visible {
  color: var(--brand);
}

.error-home-link:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}

.project-dialog {
  width: min(1060px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.project-dialog::backdrop {
  background: var(--overlay);
}

.dialog-shell {
  position: relative;
  overflow: hidden;
  background: var(--page);
}

.dialog-content {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 4vw, 46px);
}

.dialog-content h2 {
  margin: 0;
  max-width: calc(100% - 54px);
  color: var(--soft-ink);
  font-size: clamp(20px, 2.8vw, 29px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.viewer-frame {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  height: min(62vh, 620px);
  background: var(--panel);
}

.viewer-frame > img,
.viewer-frame > canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.viewer-frame > img {
  z-index: 2;
  object-fit: cover;
  opacity: 1;
  transition: opacity 520ms ease;
}

.viewer-frame.model-ready > img {
  opacity: 0;
  pointer-events: none;
}

.viewer-frame > canvas {
  z-index: 1;
  display: block;
  opacity: 0;
  transition: opacity 520ms ease;
}

.viewer-frame.model-ready > canvas {
  opacity: 1;
}

.viewer-frame .model-loading-screen {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  background: rgba(248, 249, 250, 0.96);
  pointer-events: none;
}

.viewer-frame .model-loading-screen .exact-logo-loader__canvas {
  position: static;
  inset: auto;
  display: block;
  width: 68px;
  min-width: 68px;
  height: auto;
  aspect-ratio: 1;
}

.viewer-frame.model-loading .model-state {
  display: none;
}

.image-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 10px;
}

.image-strip:empty {
  display: none;
}

.image-strip button {
  padding: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  cursor: pointer;
}

.image-strip button[aria-current="true"] {
  border-color: var(--brand);
}

.image-strip .model-thumb {
  display: grid;
  place-items: center;
  min-height: 100%;
  color: var(--brand);
  font-size: 18px;
}

.image-strip .model-thumb span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.image-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.model-state {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  max-width: min(320px, calc(100% - 32px));
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--muted);
  font-size: 13px;
}

.model-state:empty {
  display: none;
}

.project-description {
  margin: 0;
  width: 100%;
  max-width: none;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  text-align: justify;
  text-indent: 1.4em;
  white-space: pre-wrap;
}

.project-credit {
  margin: 8px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--soft-ink);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.close-button:hover {
  background: var(--panel);
}

@media (min-width: 1120px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  html {
    scroll-padding-top: 84px;
  }

  .site-header {
    gap: 20px;
    padding-inline: clamp(20px, 3.6vw, 42px);
  }

  .brand {
    font-size: 16px;
  }

  .site-nav {
    gap: 8px 22px;
    font-size: 14.5px;
  }

  .page-title,
  .current-section,
  .gallery-section,
  .bio-section,
  .text-section,
  .site-footer {
    width: min(1180px, calc(100% - 36px));
  }

  .gallery-grid {
    gap: 17px 28px;
  }

  .bio-section {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.48fr);
    gap: 34px;
  }

  .project-dialog {
    width: min(980px, calc(100vw - 22px));
    max-height: calc(100dvh - 22px);
  }

  .dialog-content {
    gap: 18px;
    padding: 34px;
  }

  .viewer-frame {
    height: min(58dvh, 560px);
  }
}

@media (hover: none) {
  .gallery-card-nav {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --page-section-top: 24px;
    --page-section-bottom: 58px;
  }

  html {
    scroll-padding-top: 122px;
  }

  body {
    font-size: 15.5px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    min-height: 0;
    padding: 11px 18px 12px;
  }

  .brand-group {
    max-width: 100%;
  }

  .brand {
    position: static;
    transform: none;
    max-width: 100%;
    gap: 10px;
    font-size: 15.5px;
    padding-right: 48px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 22px;
    margin-left: 0;
    padding-bottom: 2px;
    font-size: 14.5px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-right: 0;
  }

  .language-switcher {
    top: 16px;
    right: 18px;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 6px 0;
    white-space: nowrap;
  }

  main {
    min-height: calc(100dvh - 132px);
  }

  .error-page {
    width: calc(100% - 36px);
    min-height: calc(100dvh - 178px);
    padding: 52px 0 64px;
  }

  .error-code {
    margin-bottom: 20px;
  }

  .home-hero {
    height: calc(100svh - 104px);
    min-height: 430px;
  }

  .hero-counter {
    right: max(18px, env(safe-area-inset-right));
    bottom: max(15px, env(safe-area-inset-bottom));
    min-width: 52px;
  }

  .page-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-grid,
  .section-heading,
  .bio-section,
  .text-section {
    grid-template-columns: 1fr;
  }

  .bio-section {
    grid-template-areas:
      "media"
      "copy";
  }

  .gallery-grid {
    gap: 17px;
  }

  .section-heading h2,
  .gallery-section h2,
  .text-section h2,
  .bio-copy h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .project-title {
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .gallery-card-nav {
    width: 32px;
    height: 32px;
    font-size: 28px;
    opacity: 1;
    pointer-events: auto;
  }

  .gallery-card-prev {
    left: 8px;
  }

  .gallery-card-next {
    right: 8px;
  }

  .bio-media img {
    margin-top: 0;
    aspect-ratio: 16 / 12;
  }

  .bio-media {
    grid-area: media;
    order: -1;
  }

  .bio-copy {
    grid-area: copy;
  }

  .bio-copy p:not(.section-label) {
    font-size: 14.5px;
    line-height: 1.62;
    text-indent: 1em;
  }

  .bio-copy ul {
    font-size: 14.5px;
    line-height: 1.58;
    padding-left: 18px;
  }

  .contact-section {
    gap: 12px;
  }

  .contact-section a {
    overflow-wrap: anywhere;
  }

  .contact-copy {
    gap: 14px;
  }

  .contact-copy > p {
    font-size: 17px;
  }

  .project-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
  }

  .dialog-shell {
    min-height: 100%;
    overflow: auto;
  }

  .dialog-content {
    gap: 16px;
    padding: 58px 16px 24px;
  }

  .dialog-content h2 {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .viewer-frame {
    min-height: 240px;
    height: min(54svh, 430px);
  }

  .model-state {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    font-size: 12px;
  }

  .image-strip {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 2px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .image-strip button {
    flex: 0 0 74px;
  }

  .image-strip .model-thumb span {
    width: 38px;
    height: 38px;
  }

  .project-description {
    font-size: 15px;
    text-indent: 1em;
  }

  .close-button {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  html {
    scroll-padding-top: 116px;
  }

  .site-header {
    padding-inline: 12px;
  }

  .brand {
    font-size: 15px;
  }

  .site-nav {
    gap: 18px;
    font-size: 14px;
  }

  .page-title,
  .current-section,
  .gallery-section,
  .bio-section,
  .text-section,
  .site-footer {
    width: calc(100% - 24px);
  }

  .home-hero {
    min-height: 390px;
  }

  .gallery-grid {
    gap: 15px;
  }

  .section-heading h2,
  .gallery-section h2,
  .text-section h2,
  .bio-copy h2 {
    font-size: 22px;
  }

  .bio-copy p:not(.section-label) {
    font-size: 14px;
    text-indent: 0.8em;
  }

  .dialog-content {
    padding: 56px 12px 22px;
  }

  .dialog-content h2 {
    font-size: 16px;
  }

  .viewer-frame {
    min-height: 220px;
  }

  .image-strip button {
    flex-basis: 68px;
  }
}
