@font-face {
  font-family: "03SmartFontUI";
  src:
    local("03SmartFontUI"),
    local("03スマートフォントUI"),
    url("assets/fonts/03SmartFontUI.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EriOhataHannari";
  src: url("https://cdn.leafscape.be/hannari/hannari_web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --header-height: 62px;
  --yellow: #ffd72a;
  --blue: #5b85ef;
  --mint: #44cf93;
  --red: #f24c4c;
  --pink: #d08aa7;
  --ink: #101010;
  --muted: #626262;
  --hover: #454545;
  --line: #171717;
  --paper: #fffefb;
  --soft: #f1f1ef;
  --max: 1000px;
  --page-max: 900px;
  --showcase-width: 680px;
  --showcase-gap: clamp(24px, 3.4vw, 40px);
  --page-gutter: clamp(64px, 10vw, 144px);
  --font-sans: "03SmartFontUI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
  --font-title: "Ubuntu", "03SmartFontUI", "Helvetica Neue", Arial, sans-serif;
  --font-mincho: "EriOhataHannari", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "游明朝", "Noto Serif JP", serif;
  --emphasis-weight: 700;
  --emphasis-stroke: 0.55px;
  --tracking-s: 0.04em;
  --tracking-m: 0.08em;
  --tracking-l: 0.12em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.admin-bar .site-header {
  top: 32px;
}

body {
  margin: 0;
  padding-top: var(--header-height);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans) !important;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
}

body > main *,
body > .site-header *,
body > .site-footer *,
body > .gallery-modal * {
  font-family: var(--font-sans) !important;
}

body > main .section-title,
body > .site-header .site-nav,
body > .site-header .site-nav *,
body > .site-footer .footer-card h2,
body > .site-footer .footer-nav,
body > .site-footer .footer-nav *,
body > .site-footer .copyright,
body > .gallery-modal .gallery-modal-subtitle,
body > .gallery-modal .gallery-modal-work-type,
body > .gallery-modal .gallery-modal-title {
  font-family: var(--font-title) !important;
}

body > main .hero-copy,
body > main .hero-copy * {
  font-family: "DotGothic16", "Courier New", monospace !important;
}

html.eo-splash-ready body {
  overflow: hidden;
}

html.eo-splash-seen .eo-site-splash {
  display: none !important;
}

.eo-site-splash,
.eo-site-splash * {
  box-sizing: border-box;
}

.eo-site-splash {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: clamp(28px, 6vw, 72px) clamp(24px, 5vw, 64px);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.16) 0 16%, transparent 48%),
    var(--yellow);
  color: var(--ink);
  opacity: 1;
  visibility: visible;
  transition: opacity 1180ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
  isolation: isolate;
}

.eo-site-splash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 48%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 28%, transparent 72%, rgba(16, 16, 16, 0.04));
  opacity: 0.85;
  pointer-events: none;
}

.eo-site-splash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--paper);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  animation: eo-splash-door-open 980ms cubic-bezier(0.65, 0, 0.35, 1) 2320ms both;
  pointer-events: none;
}

.eo-site-splash.is-hidden {
  animation: none;
  opacity: 0;
  pointer-events: none;
}

.eo-splash-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: clamp(24px, 4vw, 34px);
  width: min(86vw, 560px);
  opacity: 0;
  transform: translateY(-18px);
  animation: eo-splash-group-float 1220ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.eo-splash-stage {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: clamp(132px, 18vw, 194px);
  aspect-ratio: 1;
}

.eo-splash-door-line {
  position: absolute;
  inset: 13% auto 13% 50%;
  z-index: 0;
  width: 1px;
  background:
    linear-gradient(
      180deg,
      rgba(16, 16, 16, 0.24) 0%,
      rgba(16, 16, 16, 0.24) 25%,
      transparent 25%,
      transparent 75%,
      rgba(16, 16, 16, 0.24) 75%,
      rgba(16, 16, 16, 0.24) 100%
    );
  opacity: 0;
  transform: translateX(-50%) scaleY(0.18);
  transform-origin: center;
  animation: eo-splash-door-line 1840ms ease-in-out 700ms both;
}

.eo-splash-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  filter: drop-shadow(0 10px 18px rgba(16, 16, 16, 0.06));
}

.eo-splash-compass-outer,
.eo-splash-compass-inner {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center;
}

.eo-splash-compass-outer {
  z-index: 1;
  background-image: url("assets/logo-compass-outer.png");
  transform: rotate(-7deg) scale(0.99);
  animation: eo-splash-compass-outer-turn 2480ms cubic-bezier(0.38, 0, 0.16, 1) 280ms both;
}

.eo-splash-compass-inner {
  z-index: 3;
  background-image: url("assets/logo-compass-inner.png");
  transform: rotate(5deg) scale(0.995);
  animation: eo-splash-compass-inner-turn 2480ms cubic-bezier(0.38, 0, 0.16, 1) 280ms both;
}

.eo-splash-copy {
  position: relative;
  z-index: 2;
  display: block;
  max-width: min(100%, 560px);
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: var(--font-mincho) !important;
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.eo-splash-copy span {
  display: inline;
}

@keyframes eo-splash-group-float {
  0% {
    opacity: 0;
    transform: translateY(-18px);
    filter: blur(2px);
  }

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

@keyframes eo-splash-compass-outer-turn {
  0% {
    transform: rotate(-7deg) scale(0.99);
  }

  76%,
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes eo-splash-compass-inner-turn {
  0% {
    transform: rotate(5deg) scale(0.995);
  }

  76%,
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes eo-splash-door-line {
  0%,
  100% {
    opacity: 0;
    transform: translateX(-50%) scaleY(0.18);
  }

  40%,
  72% {
    opacity: 0.42;
    transform: translateX(-50%) scaleY(1);
  }

  78% {
    opacity: 0.2;
    transform: translateX(-50%) scaleY(1.08);
  }
}

@keyframes eo-splash-door-open {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  38% {
    opacity: 0.28;
    transform: scaleX(0.018);
  }

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

@keyframes eo-splash-screen-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

body a:not(.button):hover,
body a:not(.button):focus-visible {
  color: var(--hover) !important;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: var(--yellow);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header-inner {
  width: min(calc(100% - var(--page-gutter)), 1220px);
  height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  flex: 0 0 auto;
}

.brand img {
  width: clamp(152px, 18vw, 220px);
  height: auto;
  max-height: 38px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -8px;
}

.nav-toggle span::after {
  top: 8px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: var(--emphasis-weight);
  line-height: 1;
  letter-spacing: var(--tracking-l);
}

.site-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a.is-current {
  border-bottom-color: var(--ink);
}

.hero {
  background: var(--paper);
}

.hero-visual {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

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

.hero-copy {
  background: var(--blue);
  overflow: hidden;
  white-space: nowrap;
  font-family: "DotGothic16", "Courier New", monospace;
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 400;
  line-height: 1;
  padding: 15px 0 19px;
  letter-spacing: 0.06em;
}

.hero-copy-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  animation: hero-marquee 11s linear infinite;
  will-change: transform;
}

.hero-copy-track span {
  flex: 0 0 auto;
  color: var(--ink);
  text-shadow: none;
}

@keyframes hero-marquee {
  0% {
    transform: translateX(100vw);
  }

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

@media (prefers-reduced-motion: reduce) {
  .eo-site-splash,
  .eo-site-splash::before,
  .eo-site-splash::after,
  .eo-splash-inner,
  .eo-splash-stage,
  .eo-splash-door-line,
  .eo-splash-mark,
  .eo-splash-compass-outer,
  .eo-splash-compass-inner,
  .eo-splash-copy {
    animation: none;
    transition: none;
  }

  .eo-splash-inner,
  .eo-splash-mark,
  .eo-splash-copy {
    opacity: 1;
    transform: none;
  }

  .eo-splash-compass-outer,
  .eo-splash-compass-inner {
    transform: none;
  }

  .eo-splash-door-line {
    opacity: 0.28;
    transform: translateX(-50%) scaleY(0.85);
  }

  .hero-copy {
    text-align: center;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-copy-track {
    width: 100%;
    justify-content: center;
    animation: none;
  }

  .hero-copy-track span {
    animation: none;
  }

  .work-track {
    animation: none !important;
    transform: none !important;
  }

  .reveal-enabled .lead-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.section {
  padding: clamp(72px, 8.8vw, 126px) 0;
}

.section-tight {
  padding: clamp(58px, 7.5vw, 104px) 0;
}

.container {
  width: min(calc(100% - var(--page-gutter)), var(--max));
  margin: 0 auto;
}

.narrow {
  width: min(calc(100% - var(--page-gutter)), 760px);
  margin: 0 auto;
}

.section-title {
  margin: 0 0 clamp(40px, 5.2vw, 66px);
  text-align: center;
  font-family: var(--font-title);
  font-size: clamp(33px, 4.4vw, 50px);
  font-weight: var(--emphasis-weight);
  line-height: 1;
  letter-spacing: var(--tracking-l);
  -webkit-text-stroke: var(--emphasis-stroke) currentColor;
  paint-order: stroke fill;
}

/* Remove Lightning's default h2 rules from the custom design headings. */
body > main .section-title,
body > main .timeline-title,
body > main .profile-name,
body .gallery-modal-title,
body > .site-footer .footer-card h2 {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body > main .section-title::before,
body > main .section-title::after,
body > main .timeline-title::before,
body > main .timeline-title::after,
body > main .profile-name::before,
body > main .profile-name::after,
body .gallery-modal-title::before,
body .gallery-modal-title::after,
body > .site-footer .footer-card h2::before,
body > .site-footer .footer-card h2::after {
  display: none !important;
  content: none !important;
}

.title-red {
  color: var(--red);
  -webkit-text-stroke: 2.4px var(--ink);
  paint-order: stroke fill;
  text-shadow:
    1px 1px 0 var(--ink),
    2px 2px 0 var(--ink),
    3px 3px 0 var(--ink);
}

.title-blue {
  color: var(--blue);
  -webkit-text-stroke: 2.4px var(--ink);
  paint-order: stroke fill;
  text-shadow:
    1px 1px 0 var(--ink),
    2px 2px 0 var(--ink),
    3px 3px 0 var(--ink);
}

.title-pink {
  color: var(--pink);
  -webkit-text-stroke: 2.4px var(--ink);
  paint-order: stroke fill;
  text-shadow:
    1px 1px 0 var(--ink),
    2px 2px 0 var(--ink),
    3px 3px 0 var(--ink);
}

.lead-copy {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(16px, 1.55vw, 20px);
  font-weight: var(--emphasis-weight);
  line-height: 2.2;
  letter-spacing: var(--tracking-m);
}

.no-break {
  white-space: nowrap;
}

br.mobile-only-break {
  display: none;
}

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

.service-labels {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: clamp(22px, 3.4vw, 38px) auto 0;
  text-align: center;
}

.service-labels p,
.service-label-list {
  margin: 0;
}

.service-labels__title {
  color: #757575;
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-m);
  line-height: 1;
  text-transform: uppercase;
}

.service-label-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0;
  width: min(100%, var(--showcase-width));
  padding: 0;
  list-style: none;
}

.service-label-list li {
  display: inline-flex;
  align-items: center;
  color: #4f4f4f;
  font-family: var(--font-title);
  font-size: clamp(14px, 1.45vw, 17px);
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.2;
}

.service-label-list li + li::before {
  content: none;
}

.service-label-separator {
  margin: 0 12px;
  color: #b0b0aa;
  font-weight: 400;
  letter-spacing: 0;
}

.service-labels__note {
  width: min(100%, var(--showcase-width));
  color: #777;
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.85;
}

.profile-teaser {
  width: min(100%, var(--showcase-width));
  margin: clamp(50px, 7.2vw, 92px) auto 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: stretch;
  align-items: start;
  column-gap: clamp(34px, 4.6vw, 58px);
  row-gap: var(--showcase-gap);
}

.profile-teaser-media {
  display: block;
  margin: 0;
  align-self: start;
  width: auto;
  height: var(--profile-teaser-text-height, 230px);
}

.profile-teaser-media img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.profile-teaser-copy {
  align-self: start;
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  text-align: left;
}

.profile-teaser .body-small {
  font-size: clamp(13px, 1.12vw, 14.5px);
  letter-spacing: 0.055em;
}

.profile-teaser > .button {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 0;
}

.profile-teaser .service-labels {
  gap: 6px;
  justify-items: start;
  margin: 0;
  text-align: left;
}

.profile-teaser .service-label-list {
  display: grid;
  grid-template-columns: max-content minmax(8px, 1fr) max-content minmax(8px, 1fr) max-content minmax(8px, 1fr) max-content minmax(8px, 1fr) max-content;
  align-items: center;
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
}

.profile-teaser .service-label-list li {
  font-size: clamp(12.5px, 0.95vw, 14px);
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.profile-teaser .service-label-list li + li::before {
  content: none;
}

.profile-teaser .service-label-separator {
  justify-self: center;
  margin: 0;
}

.profile-teaser .service-labels__note {
  width: 100%;
  max-width: 100%;
  font-size: clamp(10.5px, 0.95vw, 11.5px);
  letter-spacing: 0.035em;
  line-height: 1.8;
  white-space: normal;
}

.mini-title {
  margin: 0 0 6px;
  font-family: var(--font-sans) !important;
  font-size: clamp(24px, 2.65vw, 32px);
  font-weight: var(--emphasis-weight);
  -webkit-text-stroke: var(--emphasis-stroke) currentColor;
  paint-order: stroke fill;
  letter-spacing: var(--tracking-l);
}

.mini-subtitle {
  margin: 0 0 24px;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-l);
}

.body-small {
  margin: 0;
  color: #4f4f4f;
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.05em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 54px;
  padding: 13px 22px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: white;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: var(--emphasis-weight);
  -webkit-text-stroke: 0.3px currentColor;
  paint-order: stroke fill;
  letter-spacing: var(--tracking-m);
  line-height: 1.25;
  text-decoration: none !important;
  text-decoration-line: none !important;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

body .button,
body .button:hover,
body .button:focus,
body .button:focus-visible,
body .button:active,
body .button:visited {
  color: white !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  box-shadow: none;
}

.button-mint {
  border-color: var(--mint);
  background: var(--mint);
}

.button-yellow {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

body .button-yellow,
body .button-yellow:hover,
body .button-yellow:focus,
body .button-yellow:focus-visible,
body .button-yellow:active,
body .button-yellow:visited {
  color: var(--ink) !important;
}

.button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.gallery-preview {
  --gallery-row-gap: var(--showcase-gap);
  overflow: hidden;
}

.gallery-showcase {
  display: grid;
  gap: var(--gallery-row-gap);
  justify-items: center;
  width: 100%;
}

.featured-work {
  width: min(100%, var(--showcase-width));
  aspect-ratio: 4 / 3;
  margin: 0 auto;
  justify-self: center;
  background: var(--soft);
}

.featured-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-ribbon {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.work-track {
  --work-gap: clamp(16px, 2.2vw, 30px);
  --work-size: clamp(210px, 24vw, 290px);
  --work-step: calc(var(--work-size) + var(--work-gap));
  --work-offset: calc(var(--work-step) * -0.5);
  display: flex;
  width: max-content;
  gap: var(--work-gap);
  will-change: transform;
}

.work-ribbon-rtl .work-track {
  animation: work-marquee-rtl 50s linear infinite;
}

.work-ribbon-ltr .work-track {
  animation: work-marquee-ltr 54s linear infinite;
}

.work-card {
  flex: 0 0 var(--work-size);
  aspect-ratio: 4 / 3;
  background: var(--soft);
  overflow: hidden;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.work-card:hover img {
  transform: scale(1.05);
}

.gallery-preview .center {
  margin-top: var(--gallery-row-gap);
}

@keyframes work-marquee-rtl {
  0% {
    transform: translateX(var(--work-offset));
  }

  100% {
    transform: translateX(calc(var(--work-offset) - (var(--work-step) * 4)));
  }
}

@keyframes work-marquee-ltr {
  0% {
    transform: translateX(calc(var(--work-offset) - (var(--work-step) * 4)));
  }

  100% {
    transform: translateX(var(--work-offset));
  }
}

.center {
  text-align: center;
}

.outline-panel {
  border: 2px solid var(--line);
  padding: clamp(34px, 5.2vw, 62px);
}

.outline-panel + .outline-panel {
  margin-top: 48px;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  align-items: center;
  column-gap: 38px;
  row-gap: clamp(24px, 3vw, 34px);
}

.split-panel .section-title {
  grid-column: 1 / -1;
  justify-self: center;
  margin-bottom: 0;
}

.split-panel > div {
  display: contents;
}

.split-panel .stack-copy,
.split-panel .topic-list {
  grid-column: 1;
}

.split-panel > .button {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
}

.stack-copy {
  display: grid;
  gap: 22px;
}

.stack-copy p {
  margin: 0;
}

.topic-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.topic-list a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
}

.topic-list a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.topic-list time {
  color: var(--ink);
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
  white-space: nowrap;
}

.two-card-row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: clamp(300px, 24vw, 340px);
  gap: 34px;
  align-items: stretch;
}

.two-card-row > .outline-panel {
  margin-top: 0;
}

.small-panel {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: stretch;
  text-align: center;
}

.small-panel > div {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  align-items: center;
}

.small-panel .section-title {
  align-self: start;
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.small-panel p {
  margin: 0;
}

.small-panel .button {
  align-self: end;
}

body .button-disabled {
  border-color: #e7e7e2;
  background: #e7e7e2;
  color: #555 !important;
  cursor: default;
  pointer-events: none;
}

.page-main {
  min-height: 60vh;
}

.page-heading {
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: clamp(112px, 12vw, 178px);
}

.page-heading > .container {
  width: min(calc(100% - var(--page-gutter)), var(--page-max));
}

main > .section-tight:last-child {
  padding-bottom: clamp(112px, 12vw, 178px);
}

.gallery-layout,
.activity-layout {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(32px, 6vw, 84px);
}

.gallery-filter {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: start;
  align-items: flex-start;
  padding-top: 6px;
}

.filter-spacer {
  display: none;
}

.filter-button {
  border: 0;
  background: transparent;
  color: #3d3d3d;
  padding: 0;
  font-family: var(--font-title);
  font-size: 14px;
  letter-spacing: var(--tracking-m);
  text-decoration: none !important;
  cursor: pointer;
}

.filter-button.is-active,
.filter-button:hover {
  color: var(--ink) !important;
  font-weight: var(--emphasis-weight);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3.8vw, 48px);
}

.gallery-item {
  aspect-ratio: 1;
  background: var(--soft);
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-item[hidden] {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04);
  transition: transform 260ms ease, filter 260ms ease;
}

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

.gallery-item:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 5px;
}

.more-area {
  margin-top: 64px;
  text-align: center;
}

body.is-gallery-modal-open,
body.is-gallery-image-viewer-open {
  overflow: hidden;
}

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 254, 251, 0.84);
}

.gallery-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: calc(100vh - 42px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.62fr);
  border: 2px solid var(--ink);
  background: var(--paper);
  overflow: auto;
}

.gallery-modal-media {
  position: relative;
  min-height: clamp(320px, 50vw, 620px);
  display: grid;
  place-items: center;
  background: var(--soft);
  padding: clamp(24px, 4vw, 54px);
}

.gallery-modal-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(68vh, 620px);
  object-fit: contain;
}

.gallery-modal-image-button {
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  cursor: zoom-in;
}

.gallery-modal-image-button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.gallery-modal-meta {
  min-height: clamp(320px, 50vw, 620px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(34px, 5vw, 58px);
}

.gallery-modal-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.gallery-modal-date {
  margin: 0;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
}

.gallery-modal-category {
  margin: 0;
  padding: 4px 9px;
  border: 1.5px solid var(--ink);
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
  line-height: 1;
}

.gallery-modal-category[hidden] {
  display: none;
}

.gallery-modal-subtitle {
  margin: 0 0 -12px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
  line-height: 1.45;
}

.gallery-modal-subtitle[hidden] {
  display: none;
}

.gallery-modal-title {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(18px, 1.9vw, 25px);
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.gallery-modal-work-type {
  align-self: flex-start;
  margin: -10px 0 0;
  color: #646464;
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
  line-height: 1.35;
}

.gallery-modal-work-type[hidden] {
  display: none;
}

.gallery-modal-description {
  margin: 0;
  color: #454545;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: pre-line;
}

.gallery-modal-description.is-html {
  white-space: normal;
}

.gallery-modal-description.is-html p {
  margin: 0 0 1em;
}

.gallery-modal-description.is-html p:last-child {
  margin-bottom: 0;
}

.gallery-modal-description.is-html a {
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.gallery-modal-description.is-html a *,
.gallery-modal-description.is-html mark {
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.gallery-modal-description.is-html a:hover,
.gallery-modal-description.is-html a:focus-visible {
  color: inherit !important;
  opacity: 0.72;
}

.gallery-modal-description-toggle {
  align-self: flex-start;
  border: 0;
  border-bottom: 1.5px solid currentColor;
  background: transparent;
  color: var(--ink);
  padding: 0 0 4px;
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease;
}

.gallery-modal-description-toggle:hover,
.gallery-modal-description-toggle:focus-visible {
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.gallery-modal-description-toggle[hidden] {
  display: none;
}

.gallery-modal-link {
  align-self: flex-start;
  margin-top: 8px;
}

.gallery-modal-link[hidden] {
  display: none;
}

.gallery-modal-counter {
  margin: 4px 0 0;
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
}

.gallery-modal-work-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  gap: clamp(40px, 5vw, 56px);
  margin-top: auto;
  padding-top: 18px;
}

.gallery-modal-work-nav[hidden] {
  display: none;
}

.gallery-modal-work-button {
  border: 0;
  border-bottom: 1.5px solid currentColor;
  background: transparent;
  color: var(--ink);
  padding: 0 0 4px;
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: var(--emphasis-weight);
  letter-spacing: var(--tracking-m);
  cursor: pointer;
  transition: transform 180ms ease;
}

.gallery-modal-work-button:hover,
.gallery-modal-work-button:focus-visible {
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.gallery-image-viewer[hidden] {
  display: none;
}

.gallery-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
}

.gallery-image-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 16, 0.94);
}

.gallery-image-viewer-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  outline: 0;
}

.gallery-image-viewer-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gallery-image-viewer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(16, 16, 16, 0.62);
  color: white !important;
  cursor: pointer;
}

.gallery-image-viewer-close:hover,
.gallery-image-viewer-close:focus-visible {
  color: white !important;
}

.gallery-image-viewer-close::before,
.gallery-image-viewer-close::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 11px;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.gallery-image-viewer-close::before {
  transform: rotate(45deg);
}

.gallery-image-viewer-close::after {
  transform: rotate(-45deg);
}

.gallery-modal-close,
.gallery-modal-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--ink);
  cursor: pointer;
}

.gallery-modal-close {
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(255, 254, 251, 0.74);
  transition: background 180ms ease;
}

.gallery-modal-close:hover {
  background: rgba(255, 254, 251, 0.96);
  color: var(--ink) !important;
}

.gallery-modal-close::before,
.gallery-modal-close::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  background: currentColor;
}

.gallery-modal-close::before {
  transform: rotate(45deg);
}

.gallery-modal-close::after {
  transform: rotate(-45deg);
}

.gallery-modal-arrow {
  top: 50%;
  width: 38px;
  height: 56px;
  border: 0;
  background: rgba(255, 254, 251, 0.7);
  opacity: 0.72;
  transform: translateY(-50%);
  transition: background 180ms ease, opacity 180ms ease;
}

.gallery-modal-arrow[hidden] {
  display: none;
}

.gallery-modal-arrow:hover {
  background: rgba(255, 254, 251, 0.94);
  color: var(--ink) !important;
  opacity: 1;
}

.gallery-modal-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.gallery-modal-prev {
  left: 16px;
}

.gallery-modal-prev::before {
  transform: translateX(3px) rotate(-45deg);
}

.gallery-modal-next {
  right: 16px;
}

.gallery-modal-next::before {
  transform: translateX(-3px) rotate(135deg);
}

@media (max-width: 760px) {
  .gallery-modal {
    padding: 16px;
  }

  .gallery-modal-dialog {
    width: min(100%, 430px);
    grid-template-columns: 1fr;
  }

  .gallery-modal-media {
    min-height: 260px;
    padding: 56px 18px 24px;
  }

  .gallery-modal-meta {
    padding: 26px 22px 30px;
    gap: 14px;
  }

  .gallery-modal-title {
    font-size: 20px;
  }

  .gallery-modal-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .gallery-modal-arrow {
    width: 34px;
    height: 48px;
  }

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

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

.page-top-button {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.page-top-button::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2.5px solid currentColor;
  border-left: 2.5px solid currentColor;
  transform: translateY(4px) rotate(45deg);
}

.page-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.page-top-button:hover,
.page-top-button:focus-visible,
.nav-toggle:hover,
.nav-toggle:focus-visible {
  color: var(--ink) !important;
}

.profile-image {
  width: min(100%, 300px);
  margin: 0 auto clamp(58px, 7vw, 90px);
}

.profile-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.profile-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr);
  gap: clamp(50px, 8vw, 112px);
  align-items: start;
}

.profile-history {
  padding-top: clamp(108px, 7vw, 118px);
}

.profile-name {
  margin: 0 0 4px;
  font-family: var(--font-sans) !important;
  font-size: clamp(23px, 2.6vw, 30px);
  font-weight: var(--emphasis-weight);
  -webkit-text-stroke: var(--emphasis-stroke) currentColor;
  paint-order: stroke fill;
  letter-spacing: 0.16em;
}

.profile-role {
  margin: 0 0 44px;
  font-size: 11px;
  font-weight: var(--emphasis-weight);
  letter-spacing: 0.16em;
}

.profile-text {
  display: grid;
  gap: 20px;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.profile-text p {
  margin: 0;
}

.activity-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.profile-history-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important;
  font-size: 13px;
  font-weight: var(--emphasis-weight);
  -webkit-text-stroke: var(--emphasis-stroke) currentColor;
  paint-order: stroke fill;
  letter-spacing: 0.16em;
}

.profile-history-title::before,
.profile-history-title::after {
  content: none !important;
  display: none !important;
}

.activity-list div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 8px;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.activity-list dt {
  font-weight: var(--emphasis-weight);
}

.activity-list dd {
  margin: 0;
  min-width: 0;
  white-space: nowrap;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 44px;
}

.social-link {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
}

.social-link svg {
  width: 26px;
  height: 26px;
}

.timeline {
  display: grid;
  gap: 20px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 110px 140px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 48px);
  border-top: 2px solid var(--line);
  padding: 26px 0;
}

.timeline-row:last-child {
  border-bottom: 2px solid var(--line);
}

.timeline-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.timeline-empty {
  margin: 0;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  padding: 34px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: var(--tracking-s);
}

.timeline-date {
  font-family: var(--font-title);
  font-weight: var(--emphasis-weight);
  letter-spacing: 0.1em;
}

.timeline-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft);
}

.timeline-thumb img,
.timeline-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.timeline-thumb img {
  object-fit: cover;
  transition: transform 180ms ease;
}

.timeline-thumb:hover img,
.timeline-thumb:focus-visible img {
  transform: scale(1.03);
}

.timeline-content {
  display: grid;
  align-content: start;
}

.timeline-title {
  margin: 0 0 8px;
  font-family: var(--font-sans) !important;
  font-size: 18px;
  font-weight: var(--emphasis-weight);
  -webkit-text-stroke: var(--emphasis-stroke) currentColor;
  paint-order: stroke fill;
  letter-spacing: 0.08em;
}

.timeline-title a {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-decoration-color: transparent;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.timeline-title a:hover,
.timeline-title a:focus-visible {
  color: var(--hover) !important;
  text-decoration-color: currentColor;
}

.timeline-text {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.timeline-more {
  display: inline-block;
  width: fit-content;
  margin-top: 10px;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: var(--emphasis-weight);
  letter-spacing: 0.12em;
}

.timeline-more::after {
  content: " >>";
}

.timeline-more:hover,
.timeline-more:focus-visible {
  color: var(--hover) !important;
}

.activity-article {
  width: min(100%, 760px);
  margin: 0 auto;
}

.activity-back {
  width: min(100%, 760px);
  margin: 0 auto clamp(34px, 5vw, 52px);
}

.activity-back a {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: var(--emphasis-weight);
  letter-spacing: 0.12em;
  color: var(--ink) !important;
  transition: transform 180ms ease;
}

.activity-back a:hover,
.activity-back a:focus-visible {
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.activity-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 18px;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: var(--emphasis-weight);
  letter-spacing: 0.12em;
}

.activity-article-category {
  color: var(--muted);
}

.activity-article-title {
  margin: 0;
  font-family: var(--font-sans) !important;
  font-size: clamp(25px, 3.6vw, 38px);
  font-weight: var(--emphasis-weight);
  -webkit-text-stroke: var(--emphasis-stroke) currentColor;
  paint-order: stroke fill;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.activity-article-image {
  margin: clamp(32px, 5vw, 54px) 0;
}

.activity-article-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.activity-article-body {
  display: grid;
  gap: 22px;
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: var(--tracking-s);
}

.activity-article-body p {
  margin: 0;
}

.activity-article-body figure {
  margin: clamp(8px, 2.5vw, 18px) 0;
}

.activity-article-body .wp-block-image,
.activity-article-body .wp-block-gallery {
  margin: clamp(8px, 2.5vw, 18px) 0;
}

.activity-inline-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.activity-article-body .wp-block-image img {
  width: 100%;
  height: auto;
}

.activity-inline-image figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: var(--tracking-s);
}

.activity-article-body .wp-block-image figcaption,
.activity-article-body .wp-block-gallery figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: var(--tracking-s);
  text-align: left;
}

.activity-article-note {
  margin-top: 10px;
  padding: 18px 20px;
  border-left: 3px solid var(--line);
  background: var(--soft);
  font-size: 13px;
}

.activity-article-nav {
  width: min(100%, 760px);
  margin: clamp(52px, 7vw, 84px) auto 0;
  padding-top: 22px;
  border-top: 2px solid var(--line);
  display: grid;
  grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
  align-items: center;
  gap: 20px;
}

.activity-article-nav a {
  width: fit-content;
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: var(--emphasis-weight);
  line-height: 1;
  letter-spacing: 0;
  color: var(--ink) !important;
  transition: transform 180ms ease;
}

.activity-article-nav a:hover,
.activity-article-nav a:focus-visible {
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.activity-article-nav a:last-child {
  justify-self: end;
  text-align: right;
}

.activity-article-nav .activity-article-list {
  justify-self: center;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.activity-article-nav .is-disabled {
  color: #aaa;
  pointer-events: none;
}

.contact-layout {
  width: min(100%, 560px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 56px);
  align-items: start;
}

.contact-info {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

.contact-lead {
  margin: 0;
  font-size: 15px;
  font-weight: var(--emphasis-weight);
  line-height: 2.2;
  letter-spacing: var(--tracking-m);
}

.contact-note {
  width: 100%;
  color: #4f4f4f;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.contact-note p {
  margin: 0;
}

.contact-note p + p {
  margin-top: 8px;
}

.reveal-enabled .lead-copy {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(38px);
  transition:
    opacity 2s ease,
    filter 2s ease,
    transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.18s;
}

.reveal-enabled .lead-copy.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-enabled .lead-copy {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.contact-form {
  display: grid;
  gap: clamp(30px, 4vw, 42px);
}

.contact-form-embed,
.contact-form-embed .wpforms-container,
.contact-form-embed .wpforms-form {
  width: 100%;
}

.contact-form-embed .wpforms-container {
  margin: 0 !important;
}

.contact-form-embed .wpforms-field-container {
  display: grid;
  gap: 20px;
}

.contact-form-embed .wpforms-field {
  margin: 0 !important;
  padding: 0 !important;
}

.contact-form-embed .wpforms-field-label {
  margin: 0 0 8px !important;
  color: var(--ink) !important;
  font-family: var(--font-title);
  font-size: 13px !important;
  font-weight: var(--emphasis-weight) !important;
  letter-spacing: 0.1em;
  line-height: 1.5 !important;
}

.contact-form-embed .wpforms-required-label {
  color: var(--ink) !important;
}

.contact-form-embed .wpforms-field-checkbox ul,
.contact-form-embed .wpforms-field-radio ul,
.contact-form-embed .wpforms-field-gdpr-checkbox ul,
.contact-form-embed .wpforms-field-checkbox .wpforms-field-choices,
.contact-form-embed .wpforms-field-radio .wpforms-field-choices,
.contact-form-embed .wpforms-field-gdpr-checkbox .wpforms-field-choices {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 26px !important;
  row-gap: 7px !important;
  margin: 4px 0 0 !important;
  padding: 0 0 0 18px !important;
  list-style: none !important;
  width: 100% !important;
}

.contact-form-embed .wpforms-field-checkbox li,
.contact-form-embed .wpforms-field-radio li,
.contact-form-embed .wpforms-field-gdpr-checkbox li,
.contact-form-embed .wpforms-field-checkbox .wpforms-field-choice,
.contact-form-embed .wpforms-field-radio .wpforms-field-choice,
.contact-form-embed .wpforms-field-gdpr-checkbox .wpforms-field-choice {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  width: auto !important;
}

.contact-form-embed .wpforms-field-checkbox input,
.contact-form-embed .wpforms-field-radio input,
.contact-form-embed .wpforms-field-gdpr-checkbox input {
  flex: 0 0 auto;
  margin: 0 !important;
}

.contact-form-embed .wpforms-field-checkbox label,
.contact-form-embed .wpforms-field-radio label,
.contact-form-embed .wpforms-field-gdpr-checkbox label {
  margin: 0 !important;
  color: var(--ink) !important;
  line-height: 1.6 !important;
}

.contact-form-embed :where(input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], textarea, select) {
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  border: 2px solid var(--line) !important;
  border-radius: 0 !important;
  background: white !important;
  color: var(--ink) !important;
  font-size: 14px !important;
  padding: 13px 15px !important;
  box-shadow: none !important;
}

.contact-form-embed textarea {
  min-height: 190px !important;
  resize: vertical;
}

.contact-form-embed :where(input, textarea)::placeholder {
  color: #9a9a92 !important;
  opacity: 1;
}

.contact-form-embed .wpforms-submit-container {
  display: flex !important;
  justify-content: center;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.contact-form-embed .wpforms-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 132px !important;
  min-height: 54px !important;
  border: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  background: var(--ink) !important;
  color: white !important;
  padding: 13px 22px !important;
  font-family: var(--font-title) !important;
  font-size: 12px !important;
  font-weight: var(--emphasis-weight) !important;
  -webkit-text-stroke: 0.3px currentColor;
  paint-order: stroke fill;
  letter-spacing: var(--tracking-m) !important;
  line-height: 1.25 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform 180ms ease;
}

.contact-form-embed .wpforms-submit:hover,
.contact-form-embed .wpforms-submit:focus-visible {
  background: var(--ink) !important;
  color: white !important;
  transform: translateY(-2px);
}

.contact-form-embed .wpforms-error {
  margin-top: 6px !important;
  color: #5f5f5f !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
}

.contact-form-embed .wpforms-confirmation-container-full {
  border: 2px solid var(--line) !important;
  border-radius: 0 !important;
  background: white !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  line-height: 2 !important;
}

.contact-form-empty {
  border: 2px solid var(--line);
  padding: 24px;
  font-size: 13px;
  font-weight: var(--emphasis-weight);
  line-height: 2;
  letter-spacing: 0.04em;
}

.contact-form-empty p {
  margin: 0;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: var(--emphasis-weight);
  letter-spacing: 0.1em;
}

.field input,
.field textarea {
  width: 100%;
  border: 2px solid var(--line);
  background: white;
  padding: 13px 15px;
  color: var(--ink);
  border-radius: 0;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9a9a92;
  opacity: 1;
}

.field textarea {
  min-height: 190px;
  resize: vertical;
}

.site-footer {
  background: var(--yellow);
  padding: clamp(60px, 7vw, 86px) 0 58px;
}

body > .site-footer,
body > .site-footer .footer-nav,
body > .site-footer .footer-social,
body > .site-footer .copyright {
  border: 0 !important;
  box-shadow: none !important;
}

body > .site-footer::before,
body > .site-footer::after,
body > .site-footer .footer-nav::before,
body > .site-footer .footer-nav::after {
  display: none !important;
  content: none !important;
}

.footer-cards {
  width: min(calc(100% - var(--page-gutter)), 860px);
  margin: 0 auto 62px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.footer-card {
  min-height: 236px;
  border: 2px solid var(--line);
  background: white;
  display: grid;
  place-items: stretch;
  text-align: center;
  padding: 32px;
}

.footer-card > div {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  align-items: center;
}

.footer-card h2 {
  align-self: start;
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(32px, 4.4vw, 48px);
  font-weight: var(--emphasis-weight);
  -webkit-text-stroke: var(--emphasis-stroke) currentColor;
  paint-order: stroke fill;
  line-height: 1;
  letter-spacing: var(--tracking-l);
}

.footer-card p {
  margin: 0;
  font-size: 13px;
  letter-spacing: var(--tracking-m);
}

.footer-card .button {
  align-self: end;
  margin-top: 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 38px;
  margin-bottom: 38px;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: var(--emphasis-weight);
  letter-spacing: 0.13em;
}

.footer-social {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 46px;
}

.copyright {
  text-align: center;
  font-family: var(--font-title);
  font-size: 13px;
  letter-spacing: var(--tracking-l);
}

@media (max-width: 900px) {
  :root {
    --header-height: 58px;
    --page-gutter: clamp(44px, 9vw, 76px);
  }

  .header-inner {
    width: min(calc(100% - var(--page-gutter)), 1280px);
    height: 58px;
  }

  .brand img {
    width: clamp(136px, 42vw, 176px);
    max-height: 34px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    background: var(--yellow);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 180ms ease;
  }

  .site-nav.is-open {
    transform: scaleY(1);
  }

  .site-nav a {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .profile-teaser,
  .split-panel,
  .profile-columns,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .profile-history {
    padding-top: 0;
  }

  .profile-text {
    font-size: 13.5px;
    line-height: 2.18;
  }

  .split-panel .stack-copy,
  .split-panel .topic-list,
  .split-panel > .button {
    grid-column: 1;
  }

  .split-panel > .button {
    grid-row: auto;
    justify-self: start;
  }

  .gallery-layout,
  .activity-layout {
    grid-template-columns: 1fr;
  }

  .gallery-filter {
    position: sticky;
    top: var(--header-height);
    z-index: 19;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px 28px;
    justify-content: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 13px var(--page-gutter);
    background: rgba(255, 254, 251, 0.96);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .gallery-filter.is-filter-fixed {
    position: fixed;
    top: var(--filter-top, var(--header-height));
    right: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .filter-spacer.is-visible {
    display: block;
  }

  body.admin-bar .gallery-filter {
    top: calc(var(--header-height) + 32px);
  }

  .gallery-layout,
  .activity-layout {
    gap: 18px;
  }

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

@media (max-width: 640px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  :root {
    --page-gutter: 40px;
  }

  .container,
  .narrow {
    width: min(calc(100% - var(--page-gutter)), var(--max));
  }

  .hero-copy {
    font-size: clamp(20px, 5.8vw, 24px);
    line-height: 1.18;
    padding: 11px 0 13px;
    letter-spacing: 0.04em;
  }

  .lead-copy {
    text-align: center;
    font-size: clamp(14.2px, 3.75vw, 15px);
    line-height: 2.15;
    letter-spacing: 0.045em;
  }

  .service-label-list li {
    font-size: clamp(10px, 2.9vw, 12px);
    letter-spacing: 0.05em;
  }

  .service-label-list li + li::before {
    margin: 0 clamp(4px, 1.6vw, 8px);
  }

  .work-track {
    --work-gap: 16px;
    --work-size: min(68vw, 260px);
  }

  .outline-panel {
    padding: 30px 22px;
  }

  .contact-form-embed .wpforms-field-checkbox ul,
  .contact-form-embed .wpforms-field-radio ul,
  .contact-form-embed .wpforms-field-gdpr-checkbox ul,
  .contact-form-embed .wpforms-field-checkbox .wpforms-field-choices,
  .contact-form-embed .wpforms-field-radio .wpforms-field-choices,
  .contact-form-embed .wpforms-field-gdpr-checkbox .wpforms-field-choices {
    grid-template-columns: 1fr !important;
  }

  .featured-work {
    width: min(100%, 330px);
  }

  .profile-teaser {
    width: min(100%, 330px);
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: clamp(12px, 3.5vw, 16px);
    row-gap: var(--showcase-gap);
  }

  .profile-teaser-media {
    display: block;
    grid-column: 1;
    grid-row: 1;
    height: clamp(86px, 23vw, 100px);
  }

  .profile-teaser-copy {
    display: contents;
    text-align: left;
  }

  .profile-teaser-main {
    grid-column: 2;
    grid-row: 1;
  }

  .profile-teaser .service-labels {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-items: start;
    text-align: left;
  }

  .profile-teaser > .button {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
    min-width: 132px;
    min-height: 54px;
  }

  .profile-teaser .service-label-list {
    display: grid;
    grid-template-columns: max-content minmax(6px, 1fr) max-content minmax(6px, 1fr) max-content minmax(6px, 1fr) max-content minmax(6px, 1fr) max-content;
    align-items: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .profile-teaser .service-label-list li {
    font-size: clamp(11.2px, 3.05vw, 12px);
    letter-spacing: 0;
    white-space: nowrap;
  }

  .profile-teaser .service-label-list li + li::before {
    content: none;
  }

  .profile-teaser .service-label-separator {
    justify-self: center;
    margin: 0;
  }

  .profile-teaser .service-labels__note {
    width: 100%;
    font-size: 10.5px;
    letter-spacing: 0.035em;
    white-space: normal;
  }

  .profile-teaser .mini-title {
    font-size: clamp(18px, 4.9vw, 21px);
    letter-spacing: 0.14em;
    white-space: nowrap;
  }

  .profile-teaser .mini-subtitle {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }

  .profile-teaser .body-small {
    font-size: clamp(9.9px, 2.58vw, 10.45px);
    line-height: 1.75;
    letter-spacing: 0.004em;
  }

  .profile-teaser-break {
    display: none;
  }

  .split-panel > .button {
    justify-self: center;
  }

  .split-panel .stack-copy,
  .split-panel .topic-list {
    padding-left: clamp(14px, 5vw, 26px);
  }

  .topic-list a {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .topic-list time,
  .topic-list span {
    display: block;
  }

  br.mobile-only-break {
    display: initial;
  }

  br.desktop-only-break {
    display: none;
  }

  .mobile-only-punctuation {
    display: inline;
  }

  .footer-nav {
    display: none;
  }

  .footer-social {
    margin-top: 0;
  }

  .small-panel {
    min-height: 0;
  }

  .two-card-row {
    grid-template-rows: repeat(2, 260px);
  }

  .two-card-row,
  .footer-cards {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    gap: 22px;
  }

  .gallery-filter {
    position: sticky;
    top: var(--header-height);
    z-index: 19;
    justify-content: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 13px var(--page-gutter);
    background: rgba(255, 254, 251, 0.96);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .gallery-filter.is-filter-fixed {
    position: fixed;
    top: var(--filter-top, var(--header-height));
    right: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  body.admin-bar .gallery-filter {
    top: calc(var(--header-height) + 46px);
  }

  .gallery-layout,
  .activity-layout {
    gap: 18px;
  }

  .filter-button {
    font-size: 12px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .page-top-button {
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
  }

  .activity-list div {
    grid-template-columns: 1fr;
    gap: 3px;
    line-height: 1.7;
  }

  .activity-list dd {
    line-height: 1.7;
    white-space: normal;
  }

  .timeline-row {
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 10px;
  }

  .timeline-date {
    grid-column: 1 / -1;
  }

  .timeline-thumb {
    grid-column: 1;
  }

  .timeline-content {
    grid-column: 2;
  }

  .activity-article-title {
    font-size: clamp(22px, 6.5vw, 28px);
  }

  .activity-article-body {
    font-size: 13px;
    line-height: 2.15;
  }

  .activity-article-nav {
    grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
    gap: 12px;
  }

  .activity-article-nav a:last-child {
    text-align: right;
  }

  .footer-cards {
    width: min(calc(100% - var(--page-gutter)), 960px);
  }

  .footer-card {
    min-height: 218px;
  }

  .footer-card h2 {
    margin: 0;
  }
}
